Mercurial > silverbladetech
annotate MetroWpf/Stocks.UI/Stocks.UI.csproj @ 61:9de81c9ad319
extra files
author | Steven Hollidge <stevenhollidge@hotmail.com> |
---|---|
date | Sat, 21 Apr 2012 21:20:05 +0100 |
parents | 399398841fd0 |
children |
rev | line source |
---|---|
20 | 1 <?xml version="1.0" encoding="utf-8"?> |
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |
3 <PropertyGroup> | |
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | |
23
399398841fd0
Working version for Stocks (including loosely coupled components
adminsh@apollo
parents:
20
diff
changeset
|
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
20 | 6 <ProductVersion>8.0.30703</ProductVersion> |
7 <SchemaVersion>2.0</SchemaVersion> | |
23
399398841fd0
Working version for Stocks (including loosely coupled components
adminsh@apollo
parents:
20
diff
changeset
|
8 <ProjectGuid>{BF20711D-4863-4FD3-9B6C-42D4E677D85C}</ProjectGuid> |
399398841fd0
Working version for Stocks (including loosely coupled components
adminsh@apollo
parents:
20
diff
changeset
|
9 <OutputType>Library</OutputType> |
20 | 10 <AppDesignerFolder>Properties</AppDesignerFolder> |
11 <RootNamespace>Stocks.UI</RootNamespace> | |
12 <AssemblyName>Stocks.UI</AssemblyName> | |
13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> | |
14 <FileAlignment>512</FileAlignment> | |
15 </PropertyGroup> | |
23
399398841fd0
Working version for Stocks (including loosely coupled components
adminsh@apollo
parents:
20
diff
changeset
|
16 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
20 | 17 <DebugSymbols>true</DebugSymbols> |
18 <DebugType>full</DebugType> | |
19 <Optimize>false</Optimize> | |
20 <OutputPath>bin\Debug\</OutputPath> | |
21 <DefineConstants>DEBUG;TRACE</DefineConstants> | |
22 <ErrorReport>prompt</ErrorReport> | |
23 <WarningLevel>4</WarningLevel> | |
24 </PropertyGroup> | |
23
399398841fd0
Working version for Stocks (including loosely coupled components
adminsh@apollo
parents:
20
diff
changeset
|
25 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
20 | 26 <DebugType>pdbonly</DebugType> |
27 <Optimize>true</Optimize> | |
28 <OutputPath>bin\Release\</OutputPath> | |
29 <DefineConstants>TRACE</DefineConstants> | |
30 <ErrorReport>prompt</ErrorReport> | |
31 <WarningLevel>4</WarningLevel> | |
32 </PropertyGroup> | |
33 <ItemGroup> | |
34 <Reference Include="GalaSoft.MvvmLight.WPF4"> | |
35 <HintPath>..\Libs\MvvmLight.4.0.0\GalaSoft.MvvmLight.WPF4.dll</HintPath> | |
36 </Reference> | |
23
399398841fd0
Working version for Stocks (including loosely coupled components
adminsh@apollo
parents:
20
diff
changeset
|
37 <Reference Include="PresentationCore" /> |
399398841fd0
Working version for Stocks (including loosely coupled components
adminsh@apollo
parents:
20
diff
changeset
|
38 <Reference Include="PresentationFramework" /> |
20 | 39 <Reference Include="System" /> |
23
399398841fd0
Working version for Stocks (including loosely coupled components
adminsh@apollo
parents:
20
diff
changeset
|
40 <Reference Include="System.Core" /> |
20 | 41 <Reference Include="System.Reactive"> |
42 <HintPath>..\Libs\Rx-Main.1.0.11226\lib\Net4\System.Reactive.dll</HintPath> | |
43 </Reference> | |
23
399398841fd0
Working version for Stocks (including loosely coupled components
adminsh@apollo
parents:
20
diff
changeset
|
44 <Reference Include="System.Xaml" /> |
20 | 45 <Reference Include="System.Xml" /> |
46 <Reference Include="WindowsBase" /> | |
47 </ItemGroup> | |
48 <ItemGroup> | |
49 <Compile Include="Converters\AbsoluteNumberConverter.cs" /> | |
50 <Compile Include="Converters\BoolToServiceRunningTextConverter.cs" /> | |
51 <Compile Include="Converters\BoolToSubscribedTextConverter.cs" /> | |
52 <Compile Include="Converters\DateTimeToTimeConverter.cs" /> | |
53 <Compile Include="Converters\DeltaToIconConverter.cs" /> | |
23
399398841fd0
Working version for Stocks (including loosely coupled components
adminsh@apollo
parents:
20
diff
changeset
|
54 <Compile Include="Models\DisplayStockPrice.cs" /> |
399398841fd0
Working version for Stocks (including loosely coupled components
adminsh@apollo
parents:
20
diff
changeset
|
55 <Compile Include="Properties\AssemblyInfo.cs" /> |
399398841fd0
Working version for Stocks (including loosely coupled components
adminsh@apollo
parents:
20
diff
changeset
|
56 <Compile Include="ViewModels\StocksViewModel.cs" /> |
399398841fd0
Working version for Stocks (including loosely coupled components
adminsh@apollo
parents:
20
diff
changeset
|
57 <Compile Include="Views\StocksView.xaml.cs"> |
20 | 58 <DependentUpon>StocksView.xaml</DependentUpon> |
59 </Compile> | |
60 </ItemGroup> | |
61 <ItemGroup> | |
23
399398841fd0
Working version for Stocks (including loosely coupled components
adminsh@apollo
parents:
20
diff
changeset
|
62 <Resource Include="Images\DOWN.png" /> |
399398841fd0
Working version for Stocks (including loosely coupled components
adminsh@apollo
parents:
20
diff
changeset
|
63 </ItemGroup> |
399398841fd0
Working version for Stocks (including loosely coupled components
adminsh@apollo
parents:
20
diff
changeset
|
64 <ItemGroup> |
399398841fd0
Working version for Stocks (including loosely coupled components
adminsh@apollo
parents:
20
diff
changeset
|
65 <Resource Include="Images\LEVEL.png" /> |
399398841fd0
Working version for Stocks (including loosely coupled components
adminsh@apollo
parents:
20
diff
changeset
|
66 </ItemGroup> |
399398841fd0
Working version for Stocks (including loosely coupled components
adminsh@apollo
parents:
20
diff
changeset
|
67 <ItemGroup> |
399398841fd0
Working version for Stocks (including loosely coupled components
adminsh@apollo
parents:
20
diff
changeset
|
68 <Resource Include="Images\UNK.png" /> |
399398841fd0
Working version for Stocks (including loosely coupled components
adminsh@apollo
parents:
20
diff
changeset
|
69 </ItemGroup> |
399398841fd0
Working version for Stocks (including loosely coupled components
adminsh@apollo
parents:
20
diff
changeset
|
70 <ItemGroup> |
399398841fd0
Working version for Stocks (including loosely coupled components
adminsh@apollo
parents:
20
diff
changeset
|
71 <Resource Include="Images\UP.png" /> |
399398841fd0
Working version for Stocks (including loosely coupled components
adminsh@apollo
parents:
20
diff
changeset
|
72 </ItemGroup> |
399398841fd0
Working version for Stocks (including loosely coupled components
adminsh@apollo
parents:
20
diff
changeset
|
73 <ItemGroup> |
399398841fd0
Working version for Stocks (including loosely coupled components
adminsh@apollo
parents:
20
diff
changeset
|
74 <Page Include="Views\StocksView.xaml"> |
399398841fd0
Working version for Stocks (including loosely coupled components
adminsh@apollo
parents:
20
diff
changeset
|
75 <Generator>MSBuild:Compile</Generator> |
399398841fd0
Working version for Stocks (including loosely coupled components
adminsh@apollo
parents:
20
diff
changeset
|
76 <SubType>Designer</SubType> |
399398841fd0
Working version for Stocks (including loosely coupled components
adminsh@apollo
parents:
20
diff
changeset
|
77 </Page> |
20 | 78 </ItemGroup> |
79 <ItemGroup> | |
80 <ProjectReference Include="..\Stocks.Common\Stocks.Common.csproj"> | |
81 <Project>{847365D2-E27B-44C3-8DF4-B749D9FA65D7}</Project> | |
82 <Name>Stocks.Common</Name> | |
83 </ProjectReference> | |
84 </ItemGroup> | |
85 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> | |
86 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. | |
87 Other similar extension points exist, see Microsoft.Common.targets. | |
88 <Target Name="BeforeBuild"> | |
89 </Target> | |
90 <Target Name="AfterBuild"> | |
91 </Target> | |
92 --> | |
93 </Project> |