comparison Messaging/Common/Common.csproj @ 26:045dac571339

Working on data binding to a user control
author adminsh@apollo
date Wed, 21 Mar 2012 15:39:53 +0000
parents
children 96fdf58e05b4
comparison
equal deleted inserted replaced
25:81f9b72a44ce 26:045dac571339
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>
45 <Compile Include="Binding\BindingErrorTraceListener.cs" />
46 <Compile Include="Logger\Log.cs" />
47 <Compile Include="Messages\LogMessage.cs" />
48 <Compile Include="Controls\MessageTile.xaml.cs">
49 <DependentUpon>MessageTile.xaml</DependentUpon>
50 </Compile>
51 <Compile Include="Settings.cs" />
52 <Compile Include="Properties\AssemblyInfo.cs" />
53 </ItemGroup>
54 <ItemGroup>
55 <Page Include="Controls\MessageTile.xaml">
56 <SubType>Designer</SubType>
57 <Generator>MSBuild:Compile</Generator>
58 </Page>
59 </ItemGroup>
60 <ItemGroup>
61 <Resource Include="Icons\Mail.png" />
62 </ItemGroup>
63 <ItemGroup>
64 <Resource Include="Icons\add.png" />
65 <Resource Include="Icons\back.png" />
66 <Resource Include="Icons\basecircle.png" />
67 <Resource Include="Icons\cancel.png" />
68 <Resource Include="Icons\check.png" />
69 <Resource Include="Icons\delete.png" />
70 <Resource Include="Icons\download.png" />
71 <Resource Include="Icons\edit.png" />
72 <Resource Include="Icons\favs.png" />
73 <Resource Include="Icons\heart.png" />
74 <Resource Include="Icons\i.png" />
75 <Resource Include="Icons\minus.png" />
76 <Resource Include="Icons\next.png" />
77 <Resource Include="Icons\parent.png" />
78 <Resource Include="Icons\pause.png" />
79 <Resource Include="Icons\play.png" />
80 <Resource Include="Icons\questionmark.png" />
81 <Resource Include="Icons\refresh.png" />
82 <Resource Include="Icons\save.png" />
83 <Resource Include="Icons\search.png" />
84 <Resource Include="Icons\settings.png" />
85 <Resource Include="Icons\upload.png" />
86 </ItemGroup>
87 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
88 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
89 Other similar extension points exist, see Microsoft.Common.targets.
90 <Target Name="BeforeBuild">
91 </Target>
92 <Target Name="AfterBuild">
93 </Target>
94 -->
95 </Project>