26
|
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>{241CE91D-18AC-4D84-ACC2-2273F50A5E9B}</ProjectGuid>
|
|
9 <OutputType>Library</OutputType>
|
|
10 <AppDesignerFolder>Properties</AppDesignerFolder>
|
|
11 <RootNamespace>Common</RootNamespace>
|
|
12 <AssemblyName>Common</AssemblyName>
|
|
13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
14 <FileAlignment>512</FileAlignment>
|
35
|
15 <Utf8Output>true</Utf8Output>
|
|
16 <ExpressionBlendVersion>4.0.20525.0</ExpressionBlendVersion>
|
26
|
17 </PropertyGroup>
|
|
18 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
19 <DebugSymbols>true</DebugSymbols>
|
|
20 <DebugType>full</DebugType>
|
|
21 <Optimize>false</Optimize>
|
|
22 <OutputPath>bin\Debug\</OutputPath>
|
|
23 <DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
24 <ErrorReport>prompt</ErrorReport>
|
|
25 <WarningLevel>4</WarningLevel>
|
|
26 </PropertyGroup>
|
|
27 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
28 <DebugType>pdbonly</DebugType>
|
|
29 <Optimize>true</Optimize>
|
|
30 <OutputPath>bin\Release\</OutputPath>
|
|
31 <DefineConstants>TRACE</DefineConstants>
|
|
32 <ErrorReport>prompt</ErrorReport>
|
|
33 <WarningLevel>4</WarningLevel>
|
|
34 </PropertyGroup>
|
|
35 <ItemGroup>
|
35
|
36 <Reference Include="Elysium.Theme">
|
|
37 <HintPath>..\Libs\Elysium.Theme.1.3\Elysium.Theme.dll</HintPath>
|
|
38 </Reference>
|
26
|
39 <Reference Include="GalaSoft.MvvmLight.WPF4, Version=0.0.0.0, Culture=neutral, PublicKeyToken=63eb5c012e0b3c1c, processorArchitecture=MSIL">
|
|
40 <HintPath>..\Libs\MvvmLight.4.0\GalaSoft.MvvmLight.WPF4.dll</HintPath>
|
|
41 </Reference>
|
|
42 <Reference Include="PresentationCore" />
|
|
43 <Reference Include="PresentationFramework" />
|
|
44 <Reference Include="System" />
|
|
45 <Reference Include="System.Core" />
|
35
|
46 <Reference Include="System.Data" />
|
|
47 <Reference Include="System.Drawing" />
|
|
48 <Reference Include="System.Windows.Forms" />
|
26
|
49 <Reference Include="System.Xaml" />
|
35
|
50 <Reference Include="System.Xml" />
|
26
|
51 <Reference Include="WindowsBase" />
|
|
52 </ItemGroup>
|
|
53 <ItemGroup>
|
35
|
54 <Compile Include="Controls\MetroTile.cs" />
|
28
|
55 <Compile Include="Messages\ClientMessages.cs" />
|
31
|
56 <Compile Include="Messages\OverrideSwitchMessage.cs" />
|
27
|
57 <Compile Include="Xaml\BindingErrorTraceListener.cs" />
|
|
58 <Compile Include="Messages\LogMessages.cs" />
|
26
|
59 <Compile Include="Settings.cs" />
|
|
60 <Compile Include="Properties\AssemblyInfo.cs" />
|
27
|
61 <Compile Include="Xaml\XamlHelper.cs" />
|
26
|
62 </ItemGroup>
|
|
63 <ItemGroup>
|
35
|
64 <Page Include="Themes\Generic.xaml">
|
|
65 <Generator>MSBuild:Compile</Generator>
|
|
66 <SubType>Designer</SubType>
|
|
67 </Page>
|
|
68 <Page Include="Themes\MetroColours.xaml">
|
26
|
69 <SubType>Designer</SubType>
|
|
70 <Generator>MSBuild:Compile</Generator>
|
|
71 </Page>
|
|
72 </ItemGroup>
|
|
73 <ItemGroup>
|
35
|
74 <Resource Include="Icons\mail.png" />
|
26
|
75 </ItemGroup>
|
|
76 <ItemGroup>
|
|
77 <Resource Include="Icons\add.png" />
|
|
78 <Resource Include="Icons\back.png" />
|
|
79 <Resource Include="Icons\basecircle.png" />
|
|
80 <Resource Include="Icons\cancel.png" />
|
|
81 <Resource Include="Icons\check.png" />
|
|
82 <Resource Include="Icons\delete.png" />
|
|
83 <Resource Include="Icons\download.png" />
|
|
84 <Resource Include="Icons\edit.png" />
|
|
85 <Resource Include="Icons\favs.png" />
|
|
86 <Resource Include="Icons\heart.png" />
|
|
87 <Resource Include="Icons\i.png" />
|
|
88 <Resource Include="Icons\minus.png" />
|
|
89 <Resource Include="Icons\next.png" />
|
|
90 <Resource Include="Icons\parent.png" />
|
|
91 <Resource Include="Icons\pause.png" />
|
|
92 <Resource Include="Icons\play.png" />
|
|
93 <Resource Include="Icons\questionmark.png" />
|
|
94 <Resource Include="Icons\refresh.png" />
|
|
95 <Resource Include="Icons\save.png" />
|
|
96 <Resource Include="Icons\search.png" />
|
|
97 <Resource Include="Icons\settings.png" />
|
|
98 <Resource Include="Icons\upload.png" />
|
|
99 </ItemGroup>
|
|
100 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
101 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
102 Other similar extension points exist, see Microsoft.Common.targets.
|
|
103 <Target Name="BeforeBuild">
|
|
104 </Target>
|
|
105 <Target Name="AfterBuild">
|
|
106 </Target>
|
|
107 -->
|
|
108 </Project> |