Mercurial > silverbladetech
comparison Messaging/Server/Server.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)' == '' ">x86</Platform> | |
6 <ProductVersion>8.0.30703</ProductVersion> | |
7 <SchemaVersion>2.0</SchemaVersion> | |
8 <ProjectGuid>{A453FF2D-6EF0-4E0F-B19E-5522923C7293}</ProjectGuid> | |
9 <OutputType>WinExe</OutputType> | |
10 <AppDesignerFolder>Properties</AppDesignerFolder> | |
11 <RootNamespace>Server</RootNamespace> | |
12 <AssemblyName>Server</AssemblyName> | |
13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> | |
14 <TargetFrameworkProfile>Client</TargetFrameworkProfile> | |
15 <FileAlignment>512</FileAlignment> | |
16 <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> | |
17 <WarningLevel>4</WarningLevel> | |
18 </PropertyGroup> | |
19 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> | |
20 <PlatformTarget>x86</PlatformTarget> | |
21 <DebugSymbols>true</DebugSymbols> | |
22 <DebugType>full</DebugType> | |
23 <Optimize>false</Optimize> | |
24 <OutputPath>bin\Debug\</OutputPath> | |
25 <DefineConstants>DEBUG;TRACE</DefineConstants> | |
26 <ErrorReport>prompt</ErrorReport> | |
27 <WarningLevel>4</WarningLevel> | |
28 </PropertyGroup> | |
29 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> | |
30 <PlatformTarget>x86</PlatformTarget> | |
31 <DebugType>pdbonly</DebugType> | |
32 <Optimize>true</Optimize> | |
33 <OutputPath>bin\Release\</OutputPath> | |
34 <DefineConstants>TRACE</DefineConstants> | |
35 <ErrorReport>prompt</ErrorReport> | |
36 <WarningLevel>4</WarningLevel> | |
37 </PropertyGroup> | |
38 <PropertyGroup> | |
39 <ApplicationIcon>UI\mail.ico</ApplicationIcon> | |
40 </PropertyGroup> | |
41 <ItemGroup> | |
42 <Reference Include="Elysium.Theme"> | |
43 <HintPath>..\Libs\Elysium.Theme.1.3\Elysium.Theme.dll</HintPath> | |
44 </Reference> | |
45 <Reference Include="GalaSoft.MvvmLight.Extras.WPF4, Version=0.0.0.0, Culture=neutral, PublicKeyToken=1673db7d5906b0ad, processorArchitecture=MSIL"> | |
46 <HintPath>..\Libs\MvvmLight.4.0\GalaSoft.MvvmLight.Extras.WPF4.dll</HintPath> | |
47 </Reference> | |
48 <Reference Include="GalaSoft.MvvmLight.WPF4, Version=0.0.0.0, Culture=neutral, PublicKeyToken=63eb5c012e0b3c1c, processorArchitecture=MSIL"> | |
49 <HintPath>..\Libs\MvvmLight.4.0\GalaSoft.MvvmLight.WPF4.dll</HintPath> | |
50 </Reference> | |
51 <Reference Include="Microsoft.Expression.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> | |
52 <HintPath>..\Libs\Elysium.Theme.1.3\Microsoft.Expression.Drawing.dll</HintPath> | |
53 </Reference> | |
54 <Reference Include="Microsoft.Expression.Interactions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> | |
55 <HintPath>..\Libs\Elysium.Theme.1.3\Microsoft.Expression.Interactions.dll</HintPath> | |
56 </Reference> | |
57 <Reference Include="Microsoft.Windows.Shell, Version=3.5.41019.1, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> | |
58 <HintPath>..\Libs\Elysium.Theme.1.3\Microsoft.Windows.Shell.dll</HintPath> | |
59 </Reference> | |
60 <Reference Include="System" /> | |
61 <Reference Include="System.Windows.Interactivity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> | |
62 <HintPath>..\Libs\Elysium.Theme.1.3\System.Windows.Interactivity.dll</HintPath> | |
63 </Reference> | |
64 <Reference Include="System.Xml" /> | |
65 <Reference Include="System.Core" /> | |
66 <Reference Include="System.Xaml"> | |
67 <RequiredTargetFramework>4.0</RequiredTargetFramework> | |
68 </Reference> | |
69 <Reference Include="WindowsBase" /> | |
70 <Reference Include="PresentationCore" /> | |
71 <Reference Include="PresentationFramework" /> | |
72 </ItemGroup> | |
73 <ItemGroup> | |
74 <ApplicationDefinition Include="App.xaml"> | |
75 <Generator>MSBuild:Compile</Generator> | |
76 <SubType>Designer</SubType> | |
77 </ApplicationDefinition> | |
78 <Compile Include="Converters\ToggleButtonToTextConverter.cs" /> | |
79 <Compile Include="Interfaces\IListener.cs" /> | |
80 <Compile Include="Locator.cs" /> | |
81 <Compile Include="UI\MainWindowViewModel.cs" /> | |
82 <Compile Include="Sockets\StateObject.cs" /> | |
83 <Compile Include="UI\MessagingEndpoint.cs" /> | |
84 <Page Include="UI\MainWindow.xaml"> | |
85 <Generator>MSBuild:Compile</Generator> | |
86 <SubType>Designer</SubType> | |
87 </Page> | |
88 <Compile Include="App.xaml.cs"> | |
89 <DependentUpon>App.xaml</DependentUpon> | |
90 <SubType>Code</SubType> | |
91 </Compile> | |
92 <Compile Include="Sockets\AsyncSocketListener.cs" /> | |
93 <Compile Include="UI\MainWindow.xaml.cs"> | |
94 <DependentUpon>MainWindow.xaml</DependentUpon> | |
95 <SubType>Code</SubType> | |
96 </Compile> | |
97 </ItemGroup> | |
98 <ItemGroup> | |
99 <Compile Include="Properties\AssemblyInfo.cs"> | |
100 <SubType>Code</SubType> | |
101 </Compile> | |
102 <Compile Include="Properties\Resources.Designer.cs"> | |
103 <AutoGen>True</AutoGen> | |
104 <DesignTime>True</DesignTime> | |
105 <DependentUpon>Resources.resx</DependentUpon> | |
106 </Compile> | |
107 <Compile Include="Properties\Settings.Designer.cs"> | |
108 <AutoGen>True</AutoGen> | |
109 <DependentUpon>Settings.settings</DependentUpon> | |
110 <DesignTimeSharedInput>True</DesignTimeSharedInput> | |
111 </Compile> | |
112 <EmbeddedResource Include="Properties\Resources.resx"> | |
113 <Generator>ResXFileCodeGenerator</Generator> | |
114 <LastGenOutput>Resources.Designer.cs</LastGenOutput> | |
115 </EmbeddedResource> | |
116 <None Include="Properties\Settings.settings"> | |
117 <Generator>SettingsSingleFileGenerator</Generator> | |
118 <LastGenOutput>Settings.Designer.cs</LastGenOutput> | |
119 </None> | |
120 <AppDesigner Include="Properties\" /> | |
121 </ItemGroup> | |
122 <ItemGroup> | |
123 <ProjectReference Include="..\Common\Common.csproj"> | |
124 <Project>{241CE91D-18AC-4D84-ACC2-2273F50A5E9B}</Project> | |
125 <Name>Common</Name> | |
126 </ProjectReference> | |
127 </ItemGroup> | |
128 <ItemGroup> | |
129 <Resource Include="UI\mail.ico" /> | |
130 </ItemGroup> | |
131 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> | |
132 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. | |
133 Other similar extension points exist, see Microsoft.Common.targets. | |
134 <Target Name="BeforeBuild"> | |
135 </Target> | |
136 <Target Name="AfterBuild"> | |
137 </Target> | |
138 --> | |
139 </Project> |