Mercurial > silverbladetech
comparison MetroWpf/FxRates.UI/FxRates.UI.csproj @ 24:a8b50a087544
Stocks and FxRates working, new menu introduced. Working nicely so far
author | adminsh@apollo |
---|---|
date | Tue, 20 Mar 2012 20:18:35 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
23:399398841fd0 | 24:a8b50a087544 |
---|---|
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)' == '' ">AnyCPU</Platform> | |
6 <ProductVersion>8.0.30703</ProductVersion> | |
7 <SchemaVersion>2.0</SchemaVersion> | |
8 <ProjectGuid>{4BD124E6-F437-47F4-93C9-E09170EB06A2}</ProjectGuid> | |
9 <OutputType>Library</OutputType> | |
10 <AppDesignerFolder>Properties</AppDesignerFolder> | |
11 <RootNamespace>FxRates.UI</RootNamespace> | |
12 <AssemblyName>FxRates.UI</AssemblyName> | |
13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> | |
14 <FileAlignment>512</FileAlignment> | |
15 </PropertyGroup> | |
16 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | |
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> | |
25 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | |
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> | |
37 <Reference Include="PresentationCore" /> | |
38 <Reference Include="PresentationFramework" /> | |
39 <Reference Include="System" /> | |
40 <Reference Include="System.Core" /> | |
41 <Reference Include="System.Reactive"> | |
42 <HintPath>..\Libs\Rx-Main.1.0.11226\lib\Net4\System.Reactive.dll</HintPath> | |
43 </Reference> | |
44 <Reference Include="System.Xaml" /> | |
45 <Reference Include="System.Xml.Linq" /> | |
46 <Reference Include="System.Data.DataSetExtensions" /> | |
47 <Reference Include="Microsoft.CSharp" /> | |
48 <Reference Include="System.Data" /> | |
49 <Reference Include="System.Xml" /> | |
50 <Reference Include="WindowsBase" /> | |
51 </ItemGroup> | |
52 <ItemGroup> | |
53 <Compile Include="Controls\TimerTextBlock.cs" /> | |
54 <Compile Include="Converters\AbsoluteNumberConverter.cs" /> | |
55 <Compile Include="Converters\BoolToServiceRunningTextConverter.cs" /> | |
56 <Compile Include="Converters\BoolToSubscribedTextConverter.cs" /> | |
57 <Compile Include="Converters\CcyFromIconConverter.cs" /> | |
58 <Compile Include="Converters\CcyToDisplayNameConverter.cs" /> | |
59 <Compile Include="Converters\CcyToIconConverter.cs" /> | |
60 <Compile Include="Converters\DateTimeToTimeConverter.cs" /> | |
61 <Compile Include="Converters\DeltaToIconConverter.cs" /> | |
62 <Compile Include="Helpers\IconHelper.cs" /> | |
63 <Compile Include="Helpers\XamlHelper.cs" /> | |
64 <Compile Include="Models\DisplayFxRate.cs" /> | |
65 <Compile Include="Properties\AssemblyInfo.cs" /> | |
66 <Compile Include="ViewModels\FxRatesViewModel.cs" /> | |
67 <Compile Include="Views\FxRatesView.xaml.cs"> | |
68 <DependentUpon>FxRatesView.xaml</DependentUpon> | |
69 </Compile> | |
70 </ItemGroup> | |
71 <ItemGroup> | |
72 <Page Include="Views\FxRatesView.xaml"> | |
73 <Generator>MSBuild:Compile</Generator> | |
74 <SubType>Designer</SubType> | |
75 </Page> | |
76 </ItemGroup> | |
77 <ItemGroup /> | |
78 <ItemGroup> | |
79 <Resource Include="Images\AUD.png" /> | |
80 <Resource Include="Images\BRL.png" /> | |
81 <Resource Include="Images\CAD.png" /> | |
82 <Resource Include="Images\CHF.png" /> | |
83 <Resource Include="Images\CNY.png" /> | |
84 <Resource Include="Images\DOWN.png" /> | |
85 <Resource Include="Images\EUR.png" /> | |
86 <Resource Include="Images\GBP.png" /> | |
87 <Resource Include="Images\help.png" /> | |
88 <Resource Include="Images\INR.png" /> | |
89 <Resource Include="Images\JPY.png" /> | |
90 <Resource Include="Images\LEVEL.png" /> | |
91 <Resource Include="Images\NZD.png" /> | |
92 <Resource Include="Images\RUB.png" /> | |
93 <Resource Include="Images\THB.png" /> | |
94 <Resource Include="Images\UNK.png" /> | |
95 <Resource Include="Images\UP.png" /> | |
96 <Resource Include="Images\USD.png" /> | |
97 <Resource Include="Images\ZAR.png" /> | |
98 </ItemGroup> | |
99 <ItemGroup> | |
100 <ProjectReference Include="..\FxRates.Common\FxRates.Common.csproj"> | |
101 <Project>{789B8256-13E5-41B0-84B5-29A98A3F6E74}</Project> | |
102 <Name>FxRates.Common</Name> | |
103 </ProjectReference> | |
104 </ItemGroup> | |
105 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> | |
106 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. | |
107 Other similar extension points exist, see Microsoft.Common.targets. | |
108 <Target Name="BeforeBuild"> | |
109 </Target> | |
110 <Target Name="AfterBuild"> | |
111 </Target> | |
112 --> | |
113 </Project> |