comparison Messaging/Common/Common.csproj @ 35:83c1f62d9370

All working except image so far
author adminsh@apollo
date Tue, 27 Mar 2012 16:15:45 +0100
parents 7d9de5746f18
children c8c79f05d76f
comparison
equal deleted inserted replaced
34:874e51b94623 35:83c1f62d9370
10 <AppDesignerFolder>Properties</AppDesignerFolder> 10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>Common</RootNamespace> 11 <RootNamespace>Common</RootNamespace>
12 <AssemblyName>Common</AssemblyName> 12 <AssemblyName>Common</AssemblyName>
13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> 13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14 <FileAlignment>512</FileAlignment> 14 <FileAlignment>512</FileAlignment>
15 <Utf8Output>true</Utf8Output>
16 <ExpressionBlendVersion>4.0.20525.0</ExpressionBlendVersion>
15 </PropertyGroup> 17 </PropertyGroup>
16 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 18 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17 <DebugSymbols>true</DebugSymbols> 19 <DebugSymbols>true</DebugSymbols>
18 <DebugType>full</DebugType> 20 <DebugType>full</DebugType>
19 <Optimize>false</Optimize> 21 <Optimize>false</Optimize>
29 <DefineConstants>TRACE</DefineConstants> 31 <DefineConstants>TRACE</DefineConstants>
30 <ErrorReport>prompt</ErrorReport> 32 <ErrorReport>prompt</ErrorReport>
31 <WarningLevel>4</WarningLevel> 33 <WarningLevel>4</WarningLevel>
32 </PropertyGroup> 34 </PropertyGroup>
33 <ItemGroup> 35 <ItemGroup>
36 <Reference Include="Elysium.Theme">
37 <HintPath>..\Libs\Elysium.Theme.1.3\Elysium.Theme.dll</HintPath>
38 </Reference>
34 <Reference Include="GalaSoft.MvvmLight.WPF4, Version=0.0.0.0, Culture=neutral, PublicKeyToken=63eb5c012e0b3c1c, processorArchitecture=MSIL"> 39 <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> 40 <HintPath>..\Libs\MvvmLight.4.0\GalaSoft.MvvmLight.WPF4.dll</HintPath>
36 </Reference> 41 </Reference>
37 <Reference Include="PresentationCore" /> 42 <Reference Include="PresentationCore" />
38 <Reference Include="PresentationFramework" /> 43 <Reference Include="PresentationFramework" />
39 <Reference Include="System" /> 44 <Reference Include="System" />
40 <Reference Include="System.Core" /> 45 <Reference Include="System.Core" />
46 <Reference Include="System.Data" />
47 <Reference Include="System.Drawing" />
48 <Reference Include="System.Windows.Forms" />
41 <Reference Include="System.Xaml" /> 49 <Reference Include="System.Xaml" />
50 <Reference Include="System.Xml" />
42 <Reference Include="WindowsBase" /> 51 <Reference Include="WindowsBase" />
43 </ItemGroup> 52 </ItemGroup>
44 <ItemGroup> 53 <ItemGroup>
54 <Compile Include="Controls\MetroTile.cs" />
45 <Compile Include="Messages\ClientMessages.cs" /> 55 <Compile Include="Messages\ClientMessages.cs" />
46 <Compile Include="Messages\OverrideSwitchMessage.cs" /> 56 <Compile Include="Messages\OverrideSwitchMessage.cs" />
47 <Compile Include="Xaml\BindingErrorTraceListener.cs" /> 57 <Compile Include="Xaml\BindingErrorTraceListener.cs" />
48 <Compile Include="Messages\LogMessages.cs" /> 58 <Compile Include="Messages\LogMessages.cs" />
49 <Compile Include="Controls\MessageTile.xaml.cs">
50 <DependentUpon>MessageTile.xaml</DependentUpon>
51 </Compile>
52 <Compile Include="Settings.cs" /> 59 <Compile Include="Settings.cs" />
53 <Compile Include="Properties\AssemblyInfo.cs" /> 60 <Compile Include="Properties\AssemblyInfo.cs" />
54 <Compile Include="Xaml\XamlHelper.cs" /> 61 <Compile Include="Xaml\XamlHelper.cs" />
55 </ItemGroup> 62 </ItemGroup>
56 <ItemGroup> 63 <ItemGroup>
57 <Page Include="Controls\MessageTile.xaml"> 64 <Page Include="Themes\Generic.xaml">
65 <Generator>MSBuild:Compile</Generator>
66 <SubType>Designer</SubType>
67 </Page>
68 <Page Include="Themes\MetroColours.xaml">
58 <SubType>Designer</SubType> 69 <SubType>Designer</SubType>
59 <Generator>MSBuild:Compile</Generator> 70 <Generator>MSBuild:Compile</Generator>
60 </Page> 71 </Page>
61 </ItemGroup> 72 </ItemGroup>
62 <ItemGroup> 73 <ItemGroup>
63 <Resource Include="Icons\Mail.png" /> 74 <Resource Include="Icons\mail.png" />
64 </ItemGroup> 75 </ItemGroup>
65 <ItemGroup> 76 <ItemGroup>
66 <Resource Include="Icons\add.png" /> 77 <Resource Include="Icons\add.png" />
67 <Resource Include="Icons\back.png" /> 78 <Resource Include="Icons\back.png" />
68 <Resource Include="Icons\basecircle.png" /> 79 <Resource Include="Icons\basecircle.png" />