Mercurial > silverbladetech
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Chronosv2/source/Chronos.csproj Tue Feb 21 17:25:44 2012 +0700 @@ -0,0 +1,320 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <PropertyGroup> + <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> + <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> + <ProductVersion>9.0.30729</ProductVersion> + <SchemaVersion>2.0</SchemaVersion> + <ProjectGuid>{24DB19C6-1212-4F41-9201-A50626212C03}</ProjectGuid> + <OutputType>WinExe</OutputType> + <AppDesignerFolder>Properties</AppDesignerFolder> + <RootNamespace>Chronos</RootNamespace> + <AssemblyName>Chronos</AssemblyName> + <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> + <FileAlignment>512</FileAlignment> + <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> + <WarningLevel>4</WarningLevel> + <ExpressionBlendVersion>4.0.20525.0</ExpressionBlendVersion> + <FileUpgradeFlags> + </FileUpgradeFlags> + <UpgradeBackupLocation> + </UpgradeBackupLocation> + <OldToolsVersion>3.5</OldToolsVersion> + <IsWebBootstrapper>false</IsWebBootstrapper> + <TargetFrameworkProfile> + </TargetFrameworkProfile> + <ApplicationIcon>Chronos.ico</ApplicationIcon> + <Utf8Output>true</Utf8Output> + <SccProjectName>SAK</SccProjectName> + <SccLocalPath>SAK</SccLocalPath> + <SccAuxPath>SAK</SccAuxPath> + <SccProvider>SAK</SccProvider> + <PublishUrl>publish\</PublishUrl> + <Install>true</Install> + <InstallFrom>Disk</InstallFrom> + <UpdateEnabled>false</UpdateEnabled> + <UpdateMode>Foreground</UpdateMode> + <UpdateInterval>7</UpdateInterval> + <UpdateIntervalUnits>Days</UpdateIntervalUnits> + <UpdatePeriodically>false</UpdatePeriodically> + <UpdateRequired>false</UpdateRequired> + <MapFileExtensions>true</MapFileExtensions> + <ApplicationRevision>0</ApplicationRevision> + <ApplicationVersion>1.0.0.%2a</ApplicationVersion> + <UseApplicationTrust>false</UseApplicationTrust> + <BootstrapperEnabled>true</BootstrapperEnabled> + </PropertyGroup> + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> + <DebugSymbols>true</DebugSymbols> + <DebugType>full</DebugType> + <Optimize>false</Optimize> + <OutputPath>bin\debug\</OutputPath> + <DefineConstants>DEBUG;TRACE</DefineConstants> + <ErrorReport>prompt</ErrorReport> + <WarningLevel>4</WarningLevel> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <DocumentationFile> + </DocumentationFile> + <UseVSHostingProcess>false</UseVSHostingProcess> + </PropertyGroup> + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> + <DebugType>pdbonly</DebugType> + <Optimize>true</Optimize> + <OutputPath>bin\Release\</OutputPath> + <DefineConstants>TRACE</DefineConstants> + <ErrorReport>prompt</ErrorReport> + <WarningLevel>4</WarningLevel> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + </PropertyGroup> + <PropertyGroup> + <StartupObject>Chronos.ChronosMain</StartupObject> + </PropertyGroup> + <ItemGroup> + <Reference Include="NLog"> + <HintPath>..\Lib\NLog\NLog.dll</HintPath> + </Reference> + <Reference Include="nRoute.Framework"> + <HintPath>..\Lib\nRoute\nRoute.Framework.dll</HintPath> + </Reference> + <Reference Include="System" /> + <Reference Include="System.configuration" /> + <Reference Include="System.Core"> + <RequiredTargetFramework>3.5</RequiredTargetFramework> + </Reference> + <Reference Include="System.Deployment" /> + <Reference Include="System.Runtime.Remoting" /> + <Reference Include="System.Runtime.Serialization" /> + <Reference Include="System.ServiceModel" /> + <Reference Include="System.Windows.Interactivity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" /> + <Reference Include="System.Xaml" /> + <Reference Include="System.Xml.Linq"> + <RequiredTargetFramework>3.5</RequiredTargetFramework> + </Reference> + <Reference Include="System.Data" /> + <Reference Include="System.Xml" /> + <Reference Include="UIAutomationProvider"> + <RequiredTargetFramework>3.0</RequiredTargetFramework> + </Reference> + <Reference Include="WindowsBase"> + <RequiredTargetFramework>3.0</RequiredTargetFramework> + </Reference> + <Reference Include="PresentationCore"> + <RequiredTargetFramework>3.0</RequiredTargetFramework> + </Reference> + <Reference Include="PresentationFramework"> + <RequiredTargetFramework>3.0</RequiredTargetFramework> + </Reference> + </ItemGroup> + <ItemGroup> + <ApplicationDefinition Include="App.xaml"> + <Generator>MSBuild:Compile</Generator> + <SubType>Designer</SubType> + <Generator>MSBuild:Compile</Generator> + <SubType>Designer</SubType> + </ApplicationDefinition> + <Compile Include="..\SolutionInfo.cs"> + <Link>Properties\SolutionInfo.cs</Link> + </Compile> + <Compile Include="Services\WidgetConfigurationService.cs" /> + <Compile Include="ViewModel\AboutViewModel.cs" /> + <Compile Include="Model\UserLogin.cs" /> + <Compile Include="Views\About.xaml.cs"> + <DependentUpon>About.xaml</DependentUpon> + </Compile> + <Compile Include="WidgetLibrary\WidgetItemViewModel.cs" /> + <Compile Include="WidgetLibrary\WidgetLibraryView.xaml.cs"> + <DependentUpon>WidgetLibraryView.xaml</DependentUpon> + </Compile> + <Compile Include="WidgetLibrary\WidgetLibraryViewModel.cs" /> + <Page Include="Themes\Metro\Colors.xaml"> + <Generator>MSBuild:Compile</Generator> + <SubType>Designer</SubType> + </Page> + <Page Include="Themes\Metro\ControlStyles.xaml"> + <SubType>Designer</SubType> + <Generator>MSBuild:Compile</Generator> + </Page> + <Page Include="Themes\Metro\CoreStyles.xaml"> + <Generator>MSBuild:Compile</Generator> + <SubType>Designer</SubType> + </Page> + <Page Include="Themes\Metro\WidgetStyles.xaml"> + <SubType>Designer</SubType> + <Generator>MSBuild:Compile</Generator> + </Page> + <Page Include="Themes\Metro\WindowStyles.xaml"> + <SubType>Designer</SubType> + <Generator>MSBuild:Compile</Generator> + </Page> + <Page Include="Themes\Metro\Fonts.xaml"> + <Generator>MSBuild:Compile</Generator> + <SubType>Designer</SubType> + </Page> + <Page Include="Views\About.xaml"> + <SubType>Designer</SubType> + <Generator>MSBuild:Compile</Generator> + </Page> + <Page Include="Themes\Metro\Brushes.xaml"> + <SubType>Designer</SubType> + <Generator>MSBuild:Compile</Generator> + </Page> + <Page Include="Themes\Metro\ShortcutStyles.xaml"> + <Generator>MSBuild:Compile</Generator> + <SubType>Designer</SubType> + </Page> + <Page Include="Themes\Metro\ShellStyles.xaml"> + <Generator>MSBuild:Compile</Generator> + <SubType>Designer</SubType> + </Page> + <Page Include="Themes\Metro\VectorIconStyles.xaml"> + <Generator>MSBuild:Compile</Generator> + <SubType>Designer</SubType> + </Page> + <Page Include="Views\Login.xaml"> + <Generator>MSBuild:Compile</Generator> + <SubType>Designer</SubType> + </Page> + <Page Include="Shell.xaml"> + <Generator>MSBuild:Compile</Generator> + <SubType>Designer</SubType> + <Generator>MSBuild:Compile</Generator> + <SubType>Designer</SubType> + </Page> + <Compile Include="App.xaml.cs"> + <DependentUpon>App.xaml</DependentUpon> + <SubType>Code</SubType> + </Compile> + <Compile Include="ApplicationStateObserver.cs" /> + <Compile Include="Authentication\AuthenticationAction.cs" /> + <Compile Include="Authentication\AuthenticationInfo.cs" /> + <Compile Include="Authentication\AuthenticationObserver.cs" /> + <Compile Include="Main.cs" /> + <Compile Include="SingleInstance.cs" /> + <Compile Include="SingleInstanceEventArgs.cs" /> + <Compile Include="ViewModel\LoginViewModel.cs" /> + <Compile Include="Views\Login.xaml.cs"> + <DependentUpon>Login.xaml</DependentUpon> + </Compile> + <Compile Include="Properties\Resources.Designer.cs"> + <AutoGen>True</AutoGen> + <DesignTime>True</DesignTime> + <DependentUpon>Resources.resx</DependentUpon> + </Compile> + <Compile Include="Shell.xaml.cs"> + <DependentUpon>Shell.xaml</DependentUpon> + <SubType>Code</SubType> + </Compile> + <Page Include="WidgetLibrary\WidgetLibraryView.xaml"> + <Generator>MSBuild:Compile</Generator> + <SubType>Designer</SubType> + </Page> + </ItemGroup> + <ItemGroup> + <Compile Include="Properties\AssemblyInfo.cs"> + <SubType>Code</SubType> + </Compile> + <Compile Include="Properties\Settings.Designer.cs"> + <AutoGen>True</AutoGen> + <DependentUpon>Settings.settings</DependentUpon> + <DesignTimeSharedInput>True</DesignTimeSharedInput> + </Compile> + <Compile Include="ViewModel\ShellViewModel.cs" /> + <EmbeddedResource Include="Properties\Resources.resx"> + <Generator>ResXFileCodeGenerator</Generator> + <LastGenOutput>Resources.Designer.cs</LastGenOutput> + </EmbeddedResource> + <None Include="app.config" /> + <None Include="NLog.config"> + <CopyToOutputDirectory>Always</CopyToOutputDirectory> + </None> + <None Include="Properties\Settings.settings"> + <Generator>SettingsSingleFileGenerator</Generator> + <LastGenOutput>Settings.Designer.cs</LastGenOutput> + </None> + <AppDesigner Include="Properties\" /> + <None Include="Widgets.config"> + <CopyToOutputDirectory>Always</CopyToOutputDirectory> + <SubType>Designer</SubType> + </None> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="Configuration\Chronos.Configuration.csproj"> + <Project>{33197834-06F8-4056-8E56-CCA7614EA831}</Project> + <Name>Chronos.Configuration</Name> + </ProjectReference> + <ProjectReference Include="Extensions\Windows\Chronos.Extensions.Windows.csproj"> + <Project>{F5F26463-32DA-4685-B361-B984EDF5A5F2}</Project> + <Name>Chronos.Extensions.Windows</Name> + </ProjectReference> + <ProjectReference Include="DragAndDrop\Chronos.Presentation.DragAndDrop.csproj"> + <Project>{F3061A2B-7688-4B26-8D5B-E556EAFE1D49}</Project> + <Name>Chronos.Presentation.DragAndDrop</Name> + </ProjectReference> + <ProjectReference Include="Interop\Chronos.Interop.csproj"> + <Project>{3A90897C-B83C-422E-9E81-DD90245079F0}</Project> + <Name>Chronos.Interop</Name> + </ProjectReference> + <ProjectReference Include="Modules\Navigation\Chronos.Modules.Navigation.csproj"> + <Project>{276B4110-E91B-45EB-BFD3-1983CB871B2F}</Project> + <Name>Chronos.Modules.Navigation</Name> + </ProjectReference> + <ProjectReference Include="Modules\Sample\Chronos.Modules.Sample.csproj"> + <Project>{97C6B5F9-E5E4-4E1C-AA9F-2ED840DB0AD9}</Project> + <Name>Chronos.Modules.Sample</Name> + </ProjectReference> + <ProjectReference Include="Presentation\Controls\Chronos.Presentation.Controls.csproj"> + <Project>{66D734BC-132C-4252-9CBD-78DF2585D52D}</Project> + <Name>Chronos.Presentation.Controls</Name> + </ProjectReference> + <ProjectReference Include="Presentation\Core\Chronos.Presentation.Core.csproj"> + <Project>{4C9AD768-6AB8-43B1-833A-C8CC520471B1}</Project> + <Name>Chronos.Presentation.Core</Name> + </ProjectReference> + <ProjectReference Include="Presentation\ViewModel\Chronos.Presentation.ViewModel.csproj"> + <Project>{AAB3929F-049B-469A-AAEB-BBABEE03FE0A}</Project> + <Name>Chronos.Presentation.ViewModel</Name> + </ProjectReference> + <ProjectReference Include="Presentation\Widgets\Chronos.Presentation.Widgets.csproj"> + <Project>{2CF0AED5-C924-4536-95D4-AA338BFCDA23}</Project> + <Name>Chronos.Presentation.Widgets</Name> + </ProjectReference> + <ProjectReference Include="Presentation\Windows\Chronos.Presentation.Windows.csproj"> + <Project>{1EC718BA-8BD7-4403-B5B4-1CFD2253D2E7}</Project> + <Name>Chronos.Presentation.Windows</Name> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> + <Visible>False</Visible> + <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> + <Install>false</Install> + </BootstrapperPackage> + <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> + <Visible>False</Visible> + <ProductName>.NET Framework 3.5 SP1</ProductName> + <Install>true</Install> + </BootstrapperPackage> + <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1"> + <Visible>False</Visible> + <ProductName>Windows Installer 3.1</ProductName> + <Install>true</Install> + </BootstrapperPackage> + </ItemGroup> + <ItemGroup> + <WCFMetadata Include="Service References\" /> + </ItemGroup> + <ItemGroup> + <Resource Include="Chronos.ico" /> + </ItemGroup> + <ItemGroup> + <Resource Include="SplashScreen.png" /> + </ItemGroup> + <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> + <!-- To modify your build process, add your task inside one of the targets below and uncomment it. + Other similar extension points exist, see Microsoft.Common.targets. + <Target Name="BeforeBuild"> + </Target> + <Target Name="AfterBuild"> + </Target> + --> +</Project> \ No newline at end of file