Mercurial > silverbladetech
comparison MetroWpf/Stocks.UI/Stocks.UI.csproj @ 20:6109bc268b90
Latest
author | adminsh@apollo |
---|---|
date | Tue, 20 Mar 2012 13:37:46 +0000 |
parents | |
children | 399398841fd0 |
comparison
equal
deleted
inserted
replaced
19:09d18d6e5f40 | 20:6109bc268b90 |
---|---|
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> | |
5 <Platform Condition=" '$(Platform)' == '' ">x86</Platform> | |
6 <ProductVersion>8.0.30703</ProductVersion> | |
7 <SchemaVersion>2.0</SchemaVersion> | |
8 <ProjectGuid>{63E512BA-D038-4672-9C02-85DD49744E0F}</ProjectGuid> | |
9 <OutputType>WinExe</OutputType> | |
10 <AppDesignerFolder>Properties</AppDesignerFolder> | |
11 <RootNamespace>Stocks.UI</RootNamespace> | |
12 <AssemblyName>Stocks.UI</AssemblyName> | |
13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> | |
14 <TargetFrameworkProfile>Client</TargetFrameworkProfile> | |
15 <FileAlignment>512</FileAlignment> | |
16 <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> | |
17 <WarningLevel>4</WarningLevel> | |
18 </PropertyGroup> | |
19 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> | |
20 <PlatformTarget>x86</PlatformTarget> | |
21 <DebugSymbols>true</DebugSymbols> | |
22 <DebugType>full</DebugType> | |
23 <Optimize>false</Optimize> | |
24 <OutputPath>bin\Debug\</OutputPath> | |
25 <DefineConstants>DEBUG;TRACE</DefineConstants> | |
26 <ErrorReport>prompt</ErrorReport> | |
27 <WarningLevel>4</WarningLevel> | |
28 </PropertyGroup> | |
29 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> | |
30 <PlatformTarget>x86</PlatformTarget> | |
31 <DebugType>pdbonly</DebugType> | |
32 <Optimize>true</Optimize> | |
33 <OutputPath>bin\Release\</OutputPath> | |
34 <DefineConstants>TRACE</DefineConstants> | |
35 <ErrorReport>prompt</ErrorReport> | |
36 <WarningLevel>4</WarningLevel> | |
37 </PropertyGroup> | |
38 <ItemGroup> | |
39 <Reference Include="GalaSoft.MvvmLight.Extras.WPF4"> | |
40 <HintPath>..\Libs\MvvmLight.Extras.4.0.0\GalaSoft.MvvmLight.Extras.WPF4.dll</HintPath> | |
41 </Reference> | |
42 <Reference Include="GalaSoft.MvvmLight.WPF4"> | |
43 <HintPath>..\Libs\MvvmLight.4.0.0\GalaSoft.MvvmLight.WPF4.dll</HintPath> | |
44 </Reference> | |
45 <Reference Include="Microsoft.Practices.ServiceLocation"> | |
46 <HintPath>..\Libs\MvvmLight.Extras.4.0.0\Microsoft.Practices.ServiceLocation.dll</HintPath> | |
47 </Reference> | |
48 <Reference Include="System" /> | |
49 <Reference Include="System.Reactive"> | |
50 <HintPath>..\Libs\Rx-Main.1.0.11226\lib\Net4\System.Reactive.dll</HintPath> | |
51 </Reference> | |
52 <Reference Include="System.Windows.Interactivity"> | |
53 <HintPath>..\Libs\System.Windows.Interactivity\System.Windows.Interactivity.dll</HintPath> | |
54 </Reference> | |
55 <Reference Include="System.Xml" /> | |
56 <Reference Include="System.Core" /> | |
57 <Reference Include="System.Xaml"> | |
58 <RequiredTargetFramework>4.0</RequiredTargetFramework> | |
59 </Reference> | |
60 <Reference Include="WindowsBase" /> | |
61 <Reference Include="PresentationCore" /> | |
62 <Reference Include="PresentationFramework" /> | |
63 </ItemGroup> | |
64 <ItemGroup> | |
65 <ApplicationDefinition Include="App.xaml"> | |
66 <Generator>MSBuild:Compile</Generator> | |
67 <SubType>Designer</SubType> | |
68 </ApplicationDefinition> | |
69 <Compile Include="Converters\AbsoluteNumberConverter.cs" /> | |
70 <Compile Include="Converters\BoolToServiceRunningTextConverter.cs" /> | |
71 <Compile Include="Converters\BoolToSubscribedTextConverter.cs" /> | |
72 <Compile Include="Converters\DateTimeToTimeConverter.cs" /> | |
73 <Compile Include="Converters\DeltaToIconConverter.cs" /> | |
74 <Compile Include="DisplayStockPrice.cs" /> | |
75 <Compile Include="Locator.cs" /> | |
76 <Compile Include="StocksViewModel.cs" /> | |
77 <Page Include="StocksView.xaml"> | |
78 <Generator>MSBuild:Compile</Generator> | |
79 <SubType>Designer</SubType> | |
80 </Page> | |
81 <Compile Include="App.xaml.cs"> | |
82 <DependentUpon>App.xaml</DependentUpon> | |
83 <SubType>Code</SubType> | |
84 </Compile> | |
85 <Compile Include="StocksView.xaml.cs"> | |
86 <DependentUpon>StocksView.xaml</DependentUpon> | |
87 <SubType>Code</SubType> | |
88 </Compile> | |
89 </ItemGroup> | |
90 <ItemGroup> | |
91 <Compile Include="Properties\AssemblyInfo.cs"> | |
92 <SubType>Code</SubType> | |
93 </Compile> | |
94 <Compile Include="Properties\Resources.Designer.cs"> | |
95 <AutoGen>True</AutoGen> | |
96 <DesignTime>True</DesignTime> | |
97 <DependentUpon>Resources.resx</DependentUpon> | |
98 </Compile> | |
99 <Compile Include="Properties\Settings.Designer.cs"> | |
100 <AutoGen>True</AutoGen> | |
101 <DependentUpon>Settings.settings</DependentUpon> | |
102 <DesignTimeSharedInput>True</DesignTimeSharedInput> | |
103 </Compile> | |
104 <EmbeddedResource Include="Properties\Resources.resx"> | |
105 <Generator>ResXFileCodeGenerator</Generator> | |
106 <LastGenOutput>Resources.Designer.cs</LastGenOutput> | |
107 </EmbeddedResource> | |
108 <None Include="Properties\Settings.settings"> | |
109 <Generator>SettingsSingleFileGenerator</Generator> | |
110 <LastGenOutput>Settings.Designer.cs</LastGenOutput> | |
111 </None> | |
112 <AppDesigner Include="Properties\" /> | |
113 </ItemGroup> | |
114 <ItemGroup> | |
115 <ProjectReference Include="..\Stocks.Common\Stocks.Common.csproj"> | |
116 <Project>{847365D2-E27B-44C3-8DF4-B749D9FA65D7}</Project> | |
117 <Name>Stocks.Common</Name> | |
118 </ProjectReference> | |
119 </ItemGroup> | |
120 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> | |
121 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. | |
122 Other similar extension points exist, see Microsoft.Common.targets. | |
123 <Target Name="BeforeBuild"> | |
124 </Target> | |
125 <Target Name="AfterBuild"> | |
126 </Target> | |
127 --> | |
128 </Project> |