comparison Chronosv2/source/Chronos.csproj @ 10:443821e55f06

Initial cleaned up add from Codeplex files
author stevenh7776 stevenhollidge@hotmail.com
date Tue, 21 Feb 2012 17:25:44 +0700
parents
children 87905693f506
comparison
equal deleted inserted replaced
9:904a9faadf8b 10:443821e55f06
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>9.0.30729</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{24DB19C6-1212-4F41-9201-A50626212C03}</ProjectGuid>
9 <OutputType>WinExe</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>Chronos</RootNamespace>
12 <AssemblyName>Chronos</AssemblyName>
13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14 <FileAlignment>512</FileAlignment>
15 <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
16 <WarningLevel>4</WarningLevel>
17 <ExpressionBlendVersion>4.0.20525.0</ExpressionBlendVersion>
18 <FileUpgradeFlags>
19 </FileUpgradeFlags>
20 <UpgradeBackupLocation>
21 </UpgradeBackupLocation>
22 <OldToolsVersion>3.5</OldToolsVersion>
23 <IsWebBootstrapper>false</IsWebBootstrapper>
24 <TargetFrameworkProfile>
25 </TargetFrameworkProfile>
26 <ApplicationIcon>Chronos.ico</ApplicationIcon>
27 <Utf8Output>true</Utf8Output>
28 <SccProjectName>SAK</SccProjectName>
29 <SccLocalPath>SAK</SccLocalPath>
30 <SccAuxPath>SAK</SccAuxPath>
31 <SccProvider>SAK</SccProvider>
32 <PublishUrl>publish\</PublishUrl>
33 <Install>true</Install>
34 <InstallFrom>Disk</InstallFrom>
35 <UpdateEnabled>false</UpdateEnabled>
36 <UpdateMode>Foreground</UpdateMode>
37 <UpdateInterval>7</UpdateInterval>
38 <UpdateIntervalUnits>Days</UpdateIntervalUnits>
39 <UpdatePeriodically>false</UpdatePeriodically>
40 <UpdateRequired>false</UpdateRequired>
41 <MapFileExtensions>true</MapFileExtensions>
42 <ApplicationRevision>0</ApplicationRevision>
43 <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
44 <UseApplicationTrust>false</UseApplicationTrust>
45 <BootstrapperEnabled>true</BootstrapperEnabled>
46 </PropertyGroup>
47 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
48 <DebugSymbols>true</DebugSymbols>
49 <DebugType>full</DebugType>
50 <Optimize>false</Optimize>
51 <OutputPath>bin\debug\</OutputPath>
52 <DefineConstants>DEBUG;TRACE</DefineConstants>
53 <ErrorReport>prompt</ErrorReport>
54 <WarningLevel>4</WarningLevel>
55 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
56 <DocumentationFile>
57 </DocumentationFile>
58 <UseVSHostingProcess>false</UseVSHostingProcess>
59 </PropertyGroup>
60 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
61 <DebugType>pdbonly</DebugType>
62 <Optimize>true</Optimize>
63 <OutputPath>bin\Release\</OutputPath>
64 <DefineConstants>TRACE</DefineConstants>
65 <ErrorReport>prompt</ErrorReport>
66 <WarningLevel>4</WarningLevel>
67 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
68 </PropertyGroup>
69 <PropertyGroup>
70 <StartupObject>Chronos.ChronosMain</StartupObject>
71 </PropertyGroup>
72 <ItemGroup>
73 <Reference Include="NLog">
74 <HintPath>..\Lib\NLog\NLog.dll</HintPath>
75 </Reference>
76 <Reference Include="nRoute.Framework">
77 <HintPath>..\Lib\nRoute\nRoute.Framework.dll</HintPath>
78 </Reference>
79 <Reference Include="System" />
80 <Reference Include="System.configuration" />
81 <Reference Include="System.Core">
82 <RequiredTargetFramework>3.5</RequiredTargetFramework>
83 </Reference>
84 <Reference Include="System.Deployment" />
85 <Reference Include="System.Runtime.Remoting" />
86 <Reference Include="System.Runtime.Serialization" />
87 <Reference Include="System.ServiceModel" />
88 <Reference Include="System.Windows.Interactivity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
89 <Reference Include="System.Xaml" />
90 <Reference Include="System.Xml.Linq">
91 <RequiredTargetFramework>3.5</RequiredTargetFramework>
92 </Reference>
93 <Reference Include="System.Data" />
94 <Reference Include="System.Xml" />
95 <Reference Include="UIAutomationProvider">
96 <RequiredTargetFramework>3.0</RequiredTargetFramework>
97 </Reference>
98 <Reference Include="WindowsBase">
99 <RequiredTargetFramework>3.0</RequiredTargetFramework>
100 </Reference>
101 <Reference Include="PresentationCore">
102 <RequiredTargetFramework>3.0</RequiredTargetFramework>
103 </Reference>
104 <Reference Include="PresentationFramework">
105 <RequiredTargetFramework>3.0</RequiredTargetFramework>
106 </Reference>
107 </ItemGroup>
108 <ItemGroup>
109 <ApplicationDefinition Include="App.xaml">
110 <Generator>MSBuild:Compile</Generator>
111 <SubType>Designer</SubType>
112 <Generator>MSBuild:Compile</Generator>
113 <SubType>Designer</SubType>
114 </ApplicationDefinition>
115 <Compile Include="..\SolutionInfo.cs">
116 <Link>Properties\SolutionInfo.cs</Link>
117 </Compile>
118 <Compile Include="Services\WidgetConfigurationService.cs" />
119 <Compile Include="ViewModel\AboutViewModel.cs" />
120 <Compile Include="Model\UserLogin.cs" />
121 <Compile Include="Views\About.xaml.cs">
122 <DependentUpon>About.xaml</DependentUpon>
123 </Compile>
124 <Compile Include="WidgetLibrary\WidgetItemViewModel.cs" />
125 <Compile Include="WidgetLibrary\WidgetLibraryView.xaml.cs">
126 <DependentUpon>WidgetLibraryView.xaml</DependentUpon>
127 </Compile>
128 <Compile Include="WidgetLibrary\WidgetLibraryViewModel.cs" />
129 <Page Include="Themes\Metro\Colors.xaml">
130 <Generator>MSBuild:Compile</Generator>
131 <SubType>Designer</SubType>
132 </Page>
133 <Page Include="Themes\Metro\ControlStyles.xaml">
134 <SubType>Designer</SubType>
135 <Generator>MSBuild:Compile</Generator>
136 </Page>
137 <Page Include="Themes\Metro\CoreStyles.xaml">
138 <Generator>MSBuild:Compile</Generator>
139 <SubType>Designer</SubType>
140 </Page>
141 <Page Include="Themes\Metro\WidgetStyles.xaml">
142 <SubType>Designer</SubType>
143 <Generator>MSBuild:Compile</Generator>
144 </Page>
145 <Page Include="Themes\Metro\WindowStyles.xaml">
146 <SubType>Designer</SubType>
147 <Generator>MSBuild:Compile</Generator>
148 </Page>
149 <Page Include="Themes\Metro\Fonts.xaml">
150 <Generator>MSBuild:Compile</Generator>
151 <SubType>Designer</SubType>
152 </Page>
153 <Page Include="Views\About.xaml">
154 <SubType>Designer</SubType>
155 <Generator>MSBuild:Compile</Generator>
156 </Page>
157 <Page Include="Themes\Metro\Brushes.xaml">
158 <SubType>Designer</SubType>
159 <Generator>MSBuild:Compile</Generator>
160 </Page>
161 <Page Include="Themes\Metro\ShortcutStyles.xaml">
162 <Generator>MSBuild:Compile</Generator>
163 <SubType>Designer</SubType>
164 </Page>
165 <Page Include="Themes\Metro\ShellStyles.xaml">
166 <Generator>MSBuild:Compile</Generator>
167 <SubType>Designer</SubType>
168 </Page>
169 <Page Include="Themes\Metro\VectorIconStyles.xaml">
170 <Generator>MSBuild:Compile</Generator>
171 <SubType>Designer</SubType>
172 </Page>
173 <Page Include="Views\Login.xaml">
174 <Generator>MSBuild:Compile</Generator>
175 <SubType>Designer</SubType>
176 </Page>
177 <Page Include="Shell.xaml">
178 <Generator>MSBuild:Compile</Generator>
179 <SubType>Designer</SubType>
180 <Generator>MSBuild:Compile</Generator>
181 <SubType>Designer</SubType>
182 </Page>
183 <Compile Include="App.xaml.cs">
184 <DependentUpon>App.xaml</DependentUpon>
185 <SubType>Code</SubType>
186 </Compile>
187 <Compile Include="ApplicationStateObserver.cs" />
188 <Compile Include="Authentication\AuthenticationAction.cs" />
189 <Compile Include="Authentication\AuthenticationInfo.cs" />
190 <Compile Include="Authentication\AuthenticationObserver.cs" />
191 <Compile Include="Main.cs" />
192 <Compile Include="SingleInstance.cs" />
193 <Compile Include="SingleInstanceEventArgs.cs" />
194 <Compile Include="ViewModel\LoginViewModel.cs" />
195 <Compile Include="Views\Login.xaml.cs">
196 <DependentUpon>Login.xaml</DependentUpon>
197 </Compile>
198 <Compile Include="Properties\Resources.Designer.cs">
199 <AutoGen>True</AutoGen>
200 <DesignTime>True</DesignTime>
201 <DependentUpon>Resources.resx</DependentUpon>
202 </Compile>
203 <Compile Include="Shell.xaml.cs">
204 <DependentUpon>Shell.xaml</DependentUpon>
205 <SubType>Code</SubType>
206 </Compile>
207 <Page Include="WidgetLibrary\WidgetLibraryView.xaml">
208 <Generator>MSBuild:Compile</Generator>
209 <SubType>Designer</SubType>
210 </Page>
211 </ItemGroup>
212 <ItemGroup>
213 <Compile Include="Properties\AssemblyInfo.cs">
214 <SubType>Code</SubType>
215 </Compile>
216 <Compile Include="Properties\Settings.Designer.cs">
217 <AutoGen>True</AutoGen>
218 <DependentUpon>Settings.settings</DependentUpon>
219 <DesignTimeSharedInput>True</DesignTimeSharedInput>
220 </Compile>
221 <Compile Include="ViewModel\ShellViewModel.cs" />
222 <EmbeddedResource Include="Properties\Resources.resx">
223 <Generator>ResXFileCodeGenerator</Generator>
224 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
225 </EmbeddedResource>
226 <None Include="app.config" />
227 <None Include="NLog.config">
228 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
229 </None>
230 <None Include="Properties\Settings.settings">
231 <Generator>SettingsSingleFileGenerator</Generator>
232 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
233 </None>
234 <AppDesigner Include="Properties\" />
235 <None Include="Widgets.config">
236 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
237 <SubType>Designer</SubType>
238 </None>
239 </ItemGroup>
240 <ItemGroup>
241 <ProjectReference Include="Configuration\Chronos.Configuration.csproj">
242 <Project>{33197834-06F8-4056-8E56-CCA7614EA831}</Project>
243 <Name>Chronos.Configuration</Name>
244 </ProjectReference>
245 <ProjectReference Include="Extensions\Windows\Chronos.Extensions.Windows.csproj">
246 <Project>{F5F26463-32DA-4685-B361-B984EDF5A5F2}</Project>
247 <Name>Chronos.Extensions.Windows</Name>
248 </ProjectReference>
249 <ProjectReference Include="DragAndDrop\Chronos.Presentation.DragAndDrop.csproj">
250 <Project>{F3061A2B-7688-4B26-8D5B-E556EAFE1D49}</Project>
251 <Name>Chronos.Presentation.DragAndDrop</Name>
252 </ProjectReference>
253 <ProjectReference Include="Interop\Chronos.Interop.csproj">
254 <Project>{3A90897C-B83C-422E-9E81-DD90245079F0}</Project>
255 <Name>Chronos.Interop</Name>
256 </ProjectReference>
257 <ProjectReference Include="Modules\Navigation\Chronos.Modules.Navigation.csproj">
258 <Project>{276B4110-E91B-45EB-BFD3-1983CB871B2F}</Project>
259 <Name>Chronos.Modules.Navigation</Name>
260 </ProjectReference>
261 <ProjectReference Include="Modules\Sample\Chronos.Modules.Sample.csproj">
262 <Project>{97C6B5F9-E5E4-4E1C-AA9F-2ED840DB0AD9}</Project>
263 <Name>Chronos.Modules.Sample</Name>
264 </ProjectReference>
265 <ProjectReference Include="Presentation\Controls\Chronos.Presentation.Controls.csproj">
266 <Project>{66D734BC-132C-4252-9CBD-78DF2585D52D}</Project>
267 <Name>Chronos.Presentation.Controls</Name>
268 </ProjectReference>
269 <ProjectReference Include="Presentation\Core\Chronos.Presentation.Core.csproj">
270 <Project>{4C9AD768-6AB8-43B1-833A-C8CC520471B1}</Project>
271 <Name>Chronos.Presentation.Core</Name>
272 </ProjectReference>
273 <ProjectReference Include="Presentation\ViewModel\Chronos.Presentation.ViewModel.csproj">
274 <Project>{AAB3929F-049B-469A-AAEB-BBABEE03FE0A}</Project>
275 <Name>Chronos.Presentation.ViewModel</Name>
276 </ProjectReference>
277 <ProjectReference Include="Presentation\Widgets\Chronos.Presentation.Widgets.csproj">
278 <Project>{2CF0AED5-C924-4536-95D4-AA338BFCDA23}</Project>
279 <Name>Chronos.Presentation.Widgets</Name>
280 </ProjectReference>
281 <ProjectReference Include="Presentation\Windows\Chronos.Presentation.Windows.csproj">
282 <Project>{1EC718BA-8BD7-4403-B5B4-1CFD2253D2E7}</Project>
283 <Name>Chronos.Presentation.Windows</Name>
284 </ProjectReference>
285 </ItemGroup>
286 <ItemGroup>
287 <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
288 <Visible>False</Visible>
289 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
290 <Install>false</Install>
291 </BootstrapperPackage>
292 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
293 <Visible>False</Visible>
294 <ProductName>.NET Framework 3.5 SP1</ProductName>
295 <Install>true</Install>
296 </BootstrapperPackage>
297 <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
298 <Visible>False</Visible>
299 <ProductName>Windows Installer 3.1</ProductName>
300 <Install>true</Install>
301 </BootstrapperPackage>
302 </ItemGroup>
303 <ItemGroup>
304 <WCFMetadata Include="Service References\" />
305 </ItemGroup>
306 <ItemGroup>
307 <Resource Include="Chronos.ico" />
308 </ItemGroup>
309 <ItemGroup>
310 <Resource Include="SplashScreen.png" />
311 </ItemGroup>
312 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
313 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
314 Other similar extension points exist, see Microsoft.Common.targets.
315 <Target Name="BeforeBuild">
316 </Target>
317 <Target Name="AfterBuild">
318 </Target>
319 -->
320 </Project>