Mercurial > silverbladetech
comparison Chronosv2/source/Presentation/Windows/Chronos.Presentation.Windows.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>{1EC718BA-8BD7-4403-B5B4-1CFD2253D2E7}</ProjectGuid> | |
9 <OutputType>library</OutputType> | |
10 <AppDesignerFolder>Properties</AppDesignerFolder> | |
11 <RootNamespace>Chronos.Presentation.Windows</RootNamespace> | |
12 <AssemblyName>Chronos.Presentation.Windows</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 <FileUpgradeFlags> | |
18 </FileUpgradeFlags> | |
19 <UpgradeBackupLocation> | |
20 </UpgradeBackupLocation> | |
21 <OldToolsVersion>3.5</OldToolsVersion> | |
22 <PublishUrl>publish\</PublishUrl> | |
23 <Install>true</Install> | |
24 <InstallFrom>Disk</InstallFrom> | |
25 <UpdateEnabled>false</UpdateEnabled> | |
26 <UpdateMode>Foreground</UpdateMode> | |
27 <UpdateInterval>7</UpdateInterval> | |
28 <UpdateIntervalUnits>Days</UpdateIntervalUnits> | |
29 <UpdatePeriodically>false</UpdatePeriodically> | |
30 <UpdateRequired>false</UpdateRequired> | |
31 <MapFileExtensions>true</MapFileExtensions> | |
32 <ApplicationRevision>0</ApplicationRevision> | |
33 <ApplicationVersion>1.0.0.%2a</ApplicationVersion> | |
34 <IsWebBootstrapper>false</IsWebBootstrapper> | |
35 <UseApplicationTrust>false</UseApplicationTrust> | |
36 <BootstrapperEnabled>true</BootstrapperEnabled> | |
37 <TargetFrameworkProfile /> | |
38 <SccProjectName>SAK</SccProjectName> | |
39 <SccLocalPath>SAK</SccLocalPath> | |
40 <SccAuxPath>SAK</SccAuxPath> | |
41 <SccProvider>SAK</SccProvider> | |
42 </PropertyGroup> | |
43 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | |
44 <DebugSymbols>true</DebugSymbols> | |
45 <DebugType>full</DebugType> | |
46 <Optimize>false</Optimize> | |
47 <OutputPath>bin\Debug\</OutputPath> | |
48 <DefineConstants>DEBUG;TRACE</DefineConstants> | |
49 <ErrorReport>prompt</ErrorReport> | |
50 <WarningLevel>4</WarningLevel> | |
51 <DocumentationFile> | |
52 </DocumentationFile> | |
53 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> | |
54 </PropertyGroup> | |
55 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | |
56 <DebugType>pdbonly</DebugType> | |
57 <Optimize>true</Optimize> | |
58 <OutputPath>bin\Release\</OutputPath> | |
59 <DefineConstants>TRACE</DefineConstants> | |
60 <ErrorReport>prompt</ErrorReport> | |
61 <WarningLevel>4</WarningLevel> | |
62 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> | |
63 </PropertyGroup> | |
64 <ItemGroup> | |
65 <Reference Include="NLog"> | |
66 <HintPath>..\..\..\Lib\NLog\NLog.dll</HintPath> | |
67 </Reference> | |
68 <Reference Include="nRoute.Framework"> | |
69 <HintPath>..\..\..\Lib\nRoute\nRoute.Framework.dll</HintPath> | |
70 </Reference> | |
71 <Reference Include="System" /> | |
72 <Reference Include="System.Core"> | |
73 <RequiredTargetFramework>3.5</RequiredTargetFramework> | |
74 </Reference> | |
75 <Reference Include="System.Data" /> | |
76 <Reference Include="System.Runtime.Serialization" /> | |
77 <Reference Include="System.Xaml" /> | |
78 <Reference Include="System.Xml" /> | |
79 <Reference Include="System.Xml.Linq" /> | |
80 <Reference Include="WindowsBase" /> | |
81 <Reference Include="PresentationCore" /> | |
82 <Reference Include="PresentationFramework" /> | |
83 </ItemGroup> | |
84 <ItemGroup> | |
85 <Compile Include="..\..\..\SolutionInfo.cs"> | |
86 <Link>Properties\SolutionInfo.cs</Link> | |
87 </Compile> | |
88 <Compile Include="ActiveDesktopChangedInfo.cs" /> | |
89 <Compile Include="Controls\ShortcutGroupElement.cs" /> | |
90 <Compile Include="Converters\BooleanToVisibilityConverter.cs" /> | |
91 <Compile Include="Converters\StringToStyleConverter.cs" /> | |
92 <Compile Include="DesignMode.cs" /> | |
93 <Compile Include="IGroupable.cs" /> | |
94 <Compile Include="ISelectable.cs" /> | |
95 <Compile Include="RubberbandAdorner.cs" /> | |
96 <Compile Include="SelectionService.cs" /> | |
97 <Compile Include="SiteMaps\CommandSiteMapNode.cs" /> | |
98 <Compile Include="VirtualDesktopManager.cs" /> | |
99 <Compile Include="Converters\ZoomTransformConverter.cs" /> | |
100 <Compile Include="DesktopSerializer.cs" /> | |
101 <Compile Include="Controls\DesktopElement.cs" /> | |
102 <Compile Include="Controls\ShortcutElement.cs" /> | |
103 <Compile Include="Controls\WidgetElement.cs" /> | |
104 <Compile Include="Helpers\PasswordBoxHelper.cs" /> | |
105 <Compile Include="Controls\MessageWindowElement.cs" /> | |
106 <Compile Include="Navigation\NavigationService.cs" /> | |
107 <Compile Include="Controls\Desktop.cs" /> | |
108 <Compile Include="ViewServices\ShowMessageViewService.cs" /> | |
109 <Compile Include="VirtualDesktop.cs" /> | |
110 <Compile Include="Controls\DragOrResizeStatus.cs" /> | |
111 <Compile Include="Properties\AssemblyInfo.cs"> | |
112 <SubType>Code</SubType> | |
113 </Compile> | |
114 <Compile Include="Controls\WindowElement.cs" /> | |
115 <AppDesigner Include="Properties\" /> | |
116 </ItemGroup> | |
117 <ItemGroup> | |
118 <ProjectReference Include="..\..\Extensions\Chronos.Extensions.csproj"> | |
119 <Project>{AA911078-3A2A-41B1-B779-3C8B55E1B8E3}</Project> | |
120 <Name>Chronos.Extensions</Name> | |
121 </ProjectReference> | |
122 <ProjectReference Include="..\..\Extensions\Windows\Chronos.Extensions.Windows.csproj"> | |
123 <Project>{F5F26463-32DA-4685-B361-B984EDF5A5F2}</Project> | |
124 <Name>Chronos.Extensions.Windows</Name> | |
125 </ProjectReference> | |
126 <ProjectReference Include="..\Core\Chronos.Presentation.Core.csproj"> | |
127 <Project>{4C9AD768-6AB8-43B1-833A-C8CC520471B1}</Project> | |
128 <Name>Chronos.Presentation.Core</Name> | |
129 </ProjectReference> | |
130 <ProjectReference Include="..\ViewModel\Chronos.Presentation.ViewModel.csproj"> | |
131 <Project>{AAB3929F-049B-469A-AAEB-BBABEE03FE0A}</Project> | |
132 <Name>Chronos.Presentation.ViewModel</Name> | |
133 </ProjectReference> | |
134 </ItemGroup> | |
135 <ItemGroup> | |
136 <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> | |
137 <Visible>False</Visible> | |
138 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> | |
139 <Install>false</Install> | |
140 </BootstrapperPackage> | |
141 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> | |
142 <Visible>False</Visible> | |
143 <ProductName>.NET Framework 3.5 SP1</ProductName> | |
144 <Install>true</Install> | |
145 </BootstrapperPackage> | |
146 <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1"> | |
147 <Visible>False</Visible> | |
148 <ProductName>Windows Installer 3.1</ProductName> | |
149 <Install>true</Install> | |
150 </BootstrapperPackage> | |
151 </ItemGroup> | |
152 <ItemGroup> | |
153 <WCFMetadata Include="Service References\" /> | |
154 </ItemGroup> | |
155 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> | |
156 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. | |
157 Other similar extension points exist, see Microsoft.Common.targets. | |
158 <Target Name="BeforeBuild"> | |
159 </Target> | |
160 <Target Name="AfterBuild"> | |
161 </Target> | |
162 --> | |
163 </Project> |