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>
|
|
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, Version=0.0.0.0, Culture=neutral, PublicKeyToken=63eb5c012e0b3c1c, processorArchitecture=MSIL">
|
|
35 <HintPath>..\Libs\MvvmLight.4.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.Xaml" />
|
|
42 <Reference Include="WindowsBase" />
|
|
43 </ItemGroup>
|
|
44 <ItemGroup>
|
28
|
45 <Compile Include="Messages\ClientMessages.cs" />
|
27
|
46 <Compile Include="Xaml\BindingErrorTraceListener.cs" />
|
26
|
47 <Compile Include="Logger\Log.cs" />
|
27
|
48 <Compile Include="Messages\LogMessages.cs" />
|
26
|
49 <Compile Include="Controls\MessageTile.xaml.cs">
|
|
50 <DependentUpon>MessageTile.xaml</DependentUpon>
|
|
51 </Compile>
|
|
52 <Compile Include="Settings.cs" />
|
|
53 <Compile Include="Properties\AssemblyInfo.cs" />
|
27
|
54 <Compile Include="Xaml\XamlHelper.cs" />
|
26
|
55 </ItemGroup>
|
|
56 <ItemGroup>
|
|
57 <Page Include="Controls\MessageTile.xaml">
|
|
58 <SubType>Designer</SubType>
|
|
59 <Generator>MSBuild:Compile</Generator>
|
|
60 </Page>
|
|
61 </ItemGroup>
|
|
62 <ItemGroup>
|
|
63 <Resource Include="Icons\Mail.png" />
|
|
64 </ItemGroup>
|
|
65 <ItemGroup>
|
|
66 <Resource Include="Icons\add.png" />
|
|
67 <Resource Include="Icons\back.png" />
|
|
68 <Resource Include="Icons\basecircle.png" />
|
|
69 <Resource Include="Icons\cancel.png" />
|
|
70 <Resource Include="Icons\check.png" />
|
|
71 <Resource Include="Icons\delete.png" />
|
|
72 <Resource Include="Icons\download.png" />
|
|
73 <Resource Include="Icons\edit.png" />
|
|
74 <Resource Include="Icons\favs.png" />
|
|
75 <Resource Include="Icons\heart.png" />
|
|
76 <Resource Include="Icons\i.png" />
|
|
77 <Resource Include="Icons\minus.png" />
|
|
78 <Resource Include="Icons\next.png" />
|
|
79 <Resource Include="Icons\parent.png" />
|
|
80 <Resource Include="Icons\pause.png" />
|
|
81 <Resource Include="Icons\play.png" />
|
|
82 <Resource Include="Icons\questionmark.png" />
|
|
83 <Resource Include="Icons\refresh.png" />
|
|
84 <Resource Include="Icons\save.png" />
|
|
85 <Resource Include="Icons\search.png" />
|
|
86 <Resource Include="Icons\settings.png" />
|
|
87 <Resource Include="Icons\upload.png" />
|
|
88 </ItemGroup>
|
|
89 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
90 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
91 Other similar extension points exist, see Microsoft.Common.targets.
|
|
92 <Target Name="BeforeBuild">
|
|
93 </Target>
|
|
94 <Target Name="AfterBuild">
|
|
95 </Target>
|
|
96 -->
|
|
97 </Project> |