Mercurial > silverbladetech
comparison MetroWpf/Stocks.UI/Stocks.UI.csproj @ 23:399398841fd0
Working version for Stocks (including loosely coupled components
author | adminsh@apollo |
---|---|
date | Tue, 20 Mar 2012 16:53:29 +0000 |
parents | 6109bc268b90 |
children |
comparison
equal
deleted
inserted
replaced
22:a7a4cde39999 | 23:399398841fd0 |
---|---|
1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | 2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 <PropertyGroup> | 3 <PropertyGroup> |
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | 4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
5 <Platform Condition=" '$(Platform)' == '' ">x86</Platform> | 5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
6 <ProductVersion>8.0.30703</ProductVersion> | 6 <ProductVersion>8.0.30703</ProductVersion> |
7 <SchemaVersion>2.0</SchemaVersion> | 7 <SchemaVersion>2.0</SchemaVersion> |
8 <ProjectGuid>{63E512BA-D038-4672-9C02-85DD49744E0F}</ProjectGuid> | 8 <ProjectGuid>{BF20711D-4863-4FD3-9B6C-42D4E677D85C}</ProjectGuid> |
9 <OutputType>WinExe</OutputType> | 9 <OutputType>Library</OutputType> |
10 <AppDesignerFolder>Properties</AppDesignerFolder> | 10 <AppDesignerFolder>Properties</AppDesignerFolder> |
11 <RootNamespace>Stocks.UI</RootNamespace> | 11 <RootNamespace>Stocks.UI</RootNamespace> |
12 <AssemblyName>Stocks.UI</AssemblyName> | 12 <AssemblyName>Stocks.UI</AssemblyName> |
13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> | 13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
14 <TargetFrameworkProfile>Client</TargetFrameworkProfile> | |
15 <FileAlignment>512</FileAlignment> | 14 <FileAlignment>512</FileAlignment> |
16 <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> | |
17 <WarningLevel>4</WarningLevel> | |
18 </PropertyGroup> | 15 </PropertyGroup> |
19 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> | 16 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
20 <PlatformTarget>x86</PlatformTarget> | |
21 <DebugSymbols>true</DebugSymbols> | 17 <DebugSymbols>true</DebugSymbols> |
22 <DebugType>full</DebugType> | 18 <DebugType>full</DebugType> |
23 <Optimize>false</Optimize> | 19 <Optimize>false</Optimize> |
24 <OutputPath>bin\Debug\</OutputPath> | 20 <OutputPath>bin\Debug\</OutputPath> |
25 <DefineConstants>DEBUG;TRACE</DefineConstants> | 21 <DefineConstants>DEBUG;TRACE</DefineConstants> |
26 <ErrorReport>prompt</ErrorReport> | 22 <ErrorReport>prompt</ErrorReport> |
27 <WarningLevel>4</WarningLevel> | 23 <WarningLevel>4</WarningLevel> |
28 </PropertyGroup> | 24 </PropertyGroup> |
29 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> | 25 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
30 <PlatformTarget>x86</PlatformTarget> | |
31 <DebugType>pdbonly</DebugType> | 26 <DebugType>pdbonly</DebugType> |
32 <Optimize>true</Optimize> | 27 <Optimize>true</Optimize> |
33 <OutputPath>bin\Release\</OutputPath> | 28 <OutputPath>bin\Release\</OutputPath> |
34 <DefineConstants>TRACE</DefineConstants> | 29 <DefineConstants>TRACE</DefineConstants> |
35 <ErrorReport>prompt</ErrorReport> | 30 <ErrorReport>prompt</ErrorReport> |
36 <WarningLevel>4</WarningLevel> | 31 <WarningLevel>4</WarningLevel> |
37 </PropertyGroup> | 32 </PropertyGroup> |
38 <ItemGroup> | 33 <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"> | 34 <Reference Include="GalaSoft.MvvmLight.WPF4"> |
43 <HintPath>..\Libs\MvvmLight.4.0.0\GalaSoft.MvvmLight.WPF4.dll</HintPath> | 35 <HintPath>..\Libs\MvvmLight.4.0.0\GalaSoft.MvvmLight.WPF4.dll</HintPath> |
44 </Reference> | 36 </Reference> |
45 <Reference Include="Microsoft.Practices.ServiceLocation"> | 37 <Reference Include="PresentationCore" /> |
46 <HintPath>..\Libs\MvvmLight.Extras.4.0.0\Microsoft.Practices.ServiceLocation.dll</HintPath> | 38 <Reference Include="PresentationFramework" /> |
47 </Reference> | |
48 <Reference Include="System" /> | 39 <Reference Include="System" /> |
40 <Reference Include="System.Core" /> | |
49 <Reference Include="System.Reactive"> | 41 <Reference Include="System.Reactive"> |
50 <HintPath>..\Libs\Rx-Main.1.0.11226\lib\Net4\System.Reactive.dll</HintPath> | 42 <HintPath>..\Libs\Rx-Main.1.0.11226\lib\Net4\System.Reactive.dll</HintPath> |
51 </Reference> | 43 </Reference> |
52 <Reference Include="System.Windows.Interactivity"> | 44 <Reference Include="System.Xaml" /> |
53 <HintPath>..\Libs\System.Windows.Interactivity\System.Windows.Interactivity.dll</HintPath> | |
54 </Reference> | |
55 <Reference Include="System.Xml" /> | 45 <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" /> | 46 <Reference Include="WindowsBase" /> |
61 <Reference Include="PresentationCore" /> | |
62 <Reference Include="PresentationFramework" /> | |
63 </ItemGroup> | 47 </ItemGroup> |
64 <ItemGroup> | 48 <ItemGroup> |
65 <ApplicationDefinition Include="App.xaml"> | |
66 <Generator>MSBuild:Compile</Generator> | |
67 <SubType>Designer</SubType> | |
68 </ApplicationDefinition> | |
69 <Compile Include="Converters\AbsoluteNumberConverter.cs" /> | 49 <Compile Include="Converters\AbsoluteNumberConverter.cs" /> |
70 <Compile Include="Converters\BoolToServiceRunningTextConverter.cs" /> | 50 <Compile Include="Converters\BoolToServiceRunningTextConverter.cs" /> |
71 <Compile Include="Converters\BoolToSubscribedTextConverter.cs" /> | 51 <Compile Include="Converters\BoolToSubscribedTextConverter.cs" /> |
72 <Compile Include="Converters\DateTimeToTimeConverter.cs" /> | 52 <Compile Include="Converters\DateTimeToTimeConverter.cs" /> |
73 <Compile Include="Converters\DeltaToIconConverter.cs" /> | 53 <Compile Include="Converters\DeltaToIconConverter.cs" /> |
74 <Compile Include="DisplayStockPrice.cs" /> | 54 <Compile Include="Models\DisplayStockPrice.cs" /> |
75 <Compile Include="Locator.cs" /> | 55 <Compile Include="Properties\AssemblyInfo.cs" /> |
76 <Compile Include="StocksViewModel.cs" /> | 56 <Compile Include="ViewModels\StocksViewModel.cs" /> |
77 <Page Include="StocksView.xaml"> | 57 <Compile Include="Views\StocksView.xaml.cs"> |
58 <DependentUpon>StocksView.xaml</DependentUpon> | |
59 </Compile> | |
60 </ItemGroup> | |
61 <ItemGroup> | |
62 <Resource Include="Images\DOWN.png" /> | |
63 </ItemGroup> | |
64 <ItemGroup> | |
65 <Resource Include="Images\LEVEL.png" /> | |
66 </ItemGroup> | |
67 <ItemGroup> | |
68 <Resource Include="Images\UNK.png" /> | |
69 </ItemGroup> | |
70 <ItemGroup> | |
71 <Resource Include="Images\UP.png" /> | |
72 </ItemGroup> | |
73 <ItemGroup> | |
74 <Page Include="Views\StocksView.xaml"> | |
78 <Generator>MSBuild:Compile</Generator> | 75 <Generator>MSBuild:Compile</Generator> |
79 <SubType>Designer</SubType> | 76 <SubType>Designer</SubType> |
80 </Page> | 77 </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> | 78 </ItemGroup> |
114 <ItemGroup> | 79 <ItemGroup> |
115 <ProjectReference Include="..\Stocks.Common\Stocks.Common.csproj"> | 80 <ProjectReference Include="..\Stocks.Common\Stocks.Common.csproj"> |
116 <Project>{847365D2-E27B-44C3-8DF4-B749D9FA65D7}</Project> | 81 <Project>{847365D2-E27B-44C3-8DF4-B749D9FA65D7}</Project> |
117 <Name>Stocks.Common</Name> | 82 <Name>Stocks.Common</Name> |