CurveControlUsageSample.csproj 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
  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>{DC95127A-B51B-49CB-9466-3B06B608357F}</ProjectGuid>
  9. <OutputType>WinExe</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Xna.Samples</RootNamespace>
  12. <AssemblyName>CurveControlUsageSample</AssemblyName>
  13. <FileUpgradeFlags>
  14. </FileUpgradeFlags>
  15. <UpgradeBackupLocation>
  16. </UpgradeBackupLocation>
  17. <OldToolsVersion>3.5</OldToolsVersion>
  18. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  19. <IsWebBootstrapper>false</IsWebBootstrapper>
  20. <StartupObject>Xna.Samples.Program</StartupObject>
  21. <TargetFrameworkProfile />
  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. <UseApplicationTrust>false</UseApplicationTrust>
  35. <BootstrapperEnabled>true</BootstrapperEnabled>
  36. </PropertyGroup>
  37. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  38. <DebugSymbols>true</DebugSymbols>
  39. <DebugType>full</DebugType>
  40. <Optimize>false</Optimize>
  41. <OutputPath>bin\Debug\</OutputPath>
  42. <DefineConstants>DEBUG;TRACE</DefineConstants>
  43. <ErrorReport>prompt</ErrorReport>
  44. <WarningLevel>4</WarningLevel>
  45. <UseVSHostingProcess>false</UseVSHostingProcess>
  46. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  47. </PropertyGroup>
  48. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  49. <DebugType>pdbonly</DebugType>
  50. <Optimize>true</Optimize>
  51. <OutputPath>bin\Release\</OutputPath>
  52. <DefineConstants>TRACE</DefineConstants>
  53. <ErrorReport>prompt</ErrorReport>
  54. <WarningLevel>4</WarningLevel>
  55. <UseVSHostingProcess>false</UseVSHostingProcess>
  56. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  57. </PropertyGroup>
  58. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  59. <DebugSymbols>true</DebugSymbols>
  60. <OutputPath>bin\x86\Debug\</OutputPath>
  61. <DefineConstants>DEBUG;TRACE</DefineConstants>
  62. <DebugType>full</DebugType>
  63. <PlatformTarget>x86</PlatformTarget>
  64. <CodeAnalysisRuleAssemblies>
  65. </CodeAnalysisRuleAssemblies>
  66. <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
  67. <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
  68. <UseVSHostingProcess>false</UseVSHostingProcess>
  69. <ErrorReport>prompt</ErrorReport>
  70. <CodeAnalysisRuleSet>Migrated rules for CurveControlUsageSample.ruleset</CodeAnalysisRuleSet>
  71. <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
  72. </PropertyGroup>
  73. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  74. <OutputPath>bin\x86\Release\</OutputPath>
  75. <DefineConstants>TRACE</DefineConstants>
  76. <Optimize>true</Optimize>
  77. <DebugType>pdbonly</DebugType>
  78. <PlatformTarget>x86</PlatformTarget>
  79. <CodeAnalysisRuleAssemblies>
  80. </CodeAnalysisRuleAssemblies>
  81. <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
  82. <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
  83. <UseVSHostingProcess>false</UseVSHostingProcess>
  84. <ErrorReport>prompt</ErrorReport>
  85. <CodeAnalysisRuleSet>Migrated rules for CurveControlUsageSample.ruleset</CodeAnalysisRuleSet>
  86. <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
  87. </PropertyGroup>
  88. <ItemGroup>
  89. <Reference Include="Microsoft.Xna.Framework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86" />
  90. <Reference Include="System" />
  91. <Reference Include="System.Core">
  92. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  93. </Reference>
  94. <Reference Include="System.Data" />
  95. <Reference Include="System.Deployment" />
  96. <Reference Include="System.Drawing" />
  97. <Reference Include="System.Windows.Forms" />
  98. <Reference Include="System.Xml" />
  99. </ItemGroup>
  100. <ItemGroup>
  101. <Compile Include="CurveControlUsageSample.cs">
  102. <SubType>Form</SubType>
  103. </Compile>
  104. <Compile Include="CurveControlUsageSample.Designer.cs">
  105. <DependentUpon>CurveControlUsageSample.cs</DependentUpon>
  106. </Compile>
  107. <Compile Include="Program.cs" />
  108. <Compile Include="Properties\AssemblyInfo.cs" />
  109. <EmbeddedResource Include="CurveControlUsageSample.resx">
  110. <SubType>Designer</SubType>
  111. <DependentUpon>CurveControlUsageSample.cs</DependentUpon>
  112. </EmbeddedResource>
  113. <EmbeddedResource Include="Properties\Resources.resx">
  114. <Generator>ResXFileCodeGenerator</Generator>
  115. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  116. <SubType>Designer</SubType>
  117. </EmbeddedResource>
  118. <Compile Include="Properties\Resources.Designer.cs">
  119. <AutoGen>True</AutoGen>
  120. <DependentUpon>Resources.resx</DependentUpon>
  121. <DesignTime>True</DesignTime>
  122. </Compile>
  123. <None Include="app.config" />
  124. <None Include="Migrated rules for CurveControlUsageSample.ruleset" />
  125. <None Include="Properties\Settings.settings">
  126. <Generator>SettingsSingleFileGenerator</Generator>
  127. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  128. </None>
  129. <Compile Include="Properties\Settings.Designer.cs">
  130. <AutoGen>True</AutoGen>
  131. <DependentUpon>Settings.settings</DependentUpon>
  132. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  133. </Compile>
  134. </ItemGroup>
  135. <ItemGroup>
  136. <ProjectReference Include="..\CurveControl\CurveControl.csproj">
  137. <Project>{C2A845A6-EF89-4D81-9C77-269BFDC5759F}</Project>
  138. <Name>CurveControl</Name>
  139. </ProjectReference>
  140. </ItemGroup>
  141. <ItemGroup>
  142. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  143. <Visible>False</Visible>
  144. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  145. <Install>false</Install>
  146. </BootstrapperPackage>
  147. <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
  148. <Visible>False</Visible>
  149. <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
  150. <Install>true</Install>
  151. </BootstrapperPackage>
  152. <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
  153. <Visible>False</Visible>
  154. <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
  155. <Install>false</Install>
  156. </BootstrapperPackage>
  157. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
  158. <Visible>False</Visible>
  159. <ProductName>.NET Framework 3.5</ProductName>
  160. <Install>false</Install>
  161. </BootstrapperPackage>
  162. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  163. <Visible>False</Visible>
  164. <ProductName>.NET Framework 3.5 SP1</ProductName>
  165. <Install>false</Install>
  166. </BootstrapperPackage>
  167. </ItemGroup>
  168. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  169. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  170. Other similar extension points exist, see Microsoft.Common.targets.
  171. <Target Name="BeforeBuild">
  172. </Target>
  173. <Target Name="AfterBuild">
  174. </Target>
  175. -->
  176. </Project>