PageRenderTime 47ms CodeModel.GetById 19ms RepoModel.GetById 0ms app.codeStats 0ms

/Main/src/Samples/v0.3.1/AxisColoringSample/AxisColoringSample.csproj

#
MSBuild | 181 lines | 181 code | 0 blank | 0 comment | 0 complexity | f4e9dc68ed9744a73384d8d6cb4cfa93 MD5 | raw file
Possible License(s): CC-BY-SA-3.0
  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>{4DC68125-3427-4819-B2FF-91A344939850}</ProjectGuid>
  9. <OutputType>WinExe</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>AxisColoringSample</RootNamespace>
  12. <AssemblyName>AxisColoringSample</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. <ApplicationIcon>D3-icon.ico</ApplicationIcon>
  18. <SccProjectName>
  19. </SccProjectName>
  20. <SccLocalPath>
  21. </SccLocalPath>
  22. <SccAuxPath>
  23. </SccAuxPath>
  24. <SccProvider>
  25. </SccProvider>
  26. <FileUpgradeFlags>
  27. </FileUpgradeFlags>
  28. <OldToolsVersion>3.5</OldToolsVersion>
  29. <UpgradeBackupLocation />
  30. <PublishUrl>publish\</PublishUrl>
  31. <Install>true</Install>
  32. <InstallFrom>Disk</InstallFrom>
  33. <UpdateEnabled>false</UpdateEnabled>
  34. <UpdateMode>Foreground</UpdateMode>
  35. <UpdateInterval>7</UpdateInterval>
  36. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  37. <UpdatePeriodically>false</UpdatePeriodically>
  38. <UpdateRequired>false</UpdateRequired>
  39. <MapFileExtensions>true</MapFileExtensions>
  40. <ApplicationRevision>0</ApplicationRevision>
  41. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  42. <IsWebBootstrapper>false</IsWebBootstrapper>
  43. <UseApplicationTrust>false</UseApplicationTrust>
  44. <BootstrapperEnabled>true</BootstrapperEnabled>
  45. <TargetFrameworkProfile />
  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. </PropertyGroup>
  57. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  58. <DebugType>pdbonly</DebugType>
  59. <Optimize>true</Optimize>
  60. <OutputPath>bin\Release\</OutputPath>
  61. <DefineConstants>TRACE</DefineConstants>
  62. <ErrorReport>prompt</ErrorReport>
  63. <WarningLevel>4</WarningLevel>
  64. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  65. </PropertyGroup>
  66. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'ReleaseXBAP|AnyCPU' ">
  67. <OutputPath>bin\ReleaseXBAP\</OutputPath>
  68. <DefineConstants>TRACE</DefineConstants>
  69. <Optimize>true</Optimize>
  70. <DebugType>pdbonly</DebugType>
  71. <PlatformTarget>AnyCPU</PlatformTarget>
  72. <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
  73. <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
  74. <ErrorReport>prompt</ErrorReport>
  75. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  76. </PropertyGroup>
  77. <ItemGroup>
  78. <Reference Include="System" />
  79. <Reference Include="System.Core">
  80. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  81. </Reference>
  82. <Reference Include="System.Xaml" />
  83. <Reference Include="System.Xml.Linq">
  84. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  85. </Reference>
  86. <Reference Include="System.Data.DataSetExtensions">
  87. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  88. </Reference>
  89. <Reference Include="System.Data" />
  90. <Reference Include="System.Xml" />
  91. <Reference Include="WindowsBase" />
  92. <Reference Include="PresentationCore" />
  93. <Reference Include="PresentationFramework" />
  94. </ItemGroup>
  95. <ItemGroup>
  96. <ApplicationDefinition Include="App.xaml">
  97. <Generator>MSBuild:Compile</Generator>
  98. <SubType>Designer</SubType>
  99. <Generator>MSBuild:Compile</Generator>
  100. <SubType>Designer</SubType>
  101. </ApplicationDefinition>
  102. <Page Include="Window1.xaml">
  103. <Generator>MSBuild:Compile</Generator>
  104. <SubType>Designer</SubType>
  105. <Generator>MSBuild:Compile</Generator>
  106. <SubType>Designer</SubType>
  107. </Page>
  108. <Compile Include="App.xaml.cs">
  109. <DependentUpon>App.xaml</DependentUpon>
  110. <SubType>Code</SubType>
  111. </Compile>
  112. <Compile Include="Window1.xaml.cs">
  113. <DependentUpon>Window1.xaml</DependentUpon>
  114. <SubType>Code</SubType>
  115. </Compile>
  116. </ItemGroup>
  117. <ItemGroup>
  118. <Compile Include="Properties\AssemblyInfo.cs">
  119. <SubType>Code</SubType>
  120. </Compile>
  121. <Compile Include="Properties\Resources.Designer.cs">
  122. <AutoGen>True</AutoGen>
  123. <DesignTime>True</DesignTime>
  124. <DependentUpon>Resources.resx</DependentUpon>
  125. </Compile>
  126. <Compile Include="Properties\Settings.Designer.cs">
  127. <AutoGen>True</AutoGen>
  128. <DependentUpon>Settings.settings</DependentUpon>
  129. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  130. </Compile>
  131. <EmbeddedResource Include="Properties\Resources.resx">
  132. <Generator>ResXFileCodeGenerator</Generator>
  133. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  134. </EmbeddedResource>
  135. <None Include="app.config" />
  136. <None Include="Properties\Settings.settings">
  137. <Generator>SettingsSingleFileGenerator</Generator>
  138. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  139. </None>
  140. <AppDesigner Include="Properties\" />
  141. </ItemGroup>
  142. <ItemGroup>
  143. <Resource Include="D3-icon.ico" />
  144. </ItemGroup>
  145. <ItemGroup>
  146. <None Include="Readme.txt">
  147. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  148. </None>
  149. </ItemGroup>
  150. <ItemGroup>
  151. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  152. <Visible>False</Visible>
  153. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  154. <Install>false</Install>
  155. </BootstrapperPackage>
  156. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  157. <Visible>False</Visible>
  158. <ProductName>.NET Framework 3.5 SP1</ProductName>
  159. <Install>true</Install>
  160. </BootstrapperPackage>
  161. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  162. <Visible>False</Visible>
  163. <ProductName>Windows Installer 3.1</ProductName>
  164. <Install>true</Install>
  165. </BootstrapperPackage>
  166. </ItemGroup>
  167. <ItemGroup>
  168. <ProjectReference Include="..\..\..\DynamicDataDisplay\DynamicDataDisplay.csproj">
  169. <Project>{ECD37682-DF7E-409F-912D-0965634556B5}</Project>
  170. <Name>DynamicDataDisplay</Name>
  171. </ProjectReference>
  172. </ItemGroup>
  173. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  174. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  175. Other similar extension points exist, see Microsoft.Common.targets.
  176. <Target Name="BeforeBuild">
  177. </Target>
  178. <Target Name="AfterBuild">
  179. </Target>
  180. -->
  181. </Project>