PageRenderTime 22ms CodeModel.GetById 21ms RepoModel.GetById 0ms app.codeStats 0ms

/samples/Direct3D11/MiniTri11/MiniTri11.csproj

http://slimdx.googlecode.com/
MSBuild | 247 lines | 240 code | 0 blank | 7 comment | 0 complexity | a2c895ec02f3c78f08e1aed37999b748 MD5 | raw file
Possible License(s): BSD-3-Clause
  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 Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
  4. <OutputPath>bin\x64\Release\</OutputPath>
  5. <DefineConstants>TRACE</DefineConstants>
  6. <Optimize>true</Optimize>
  7. <DebugType>pdbonly</DebugType>
  8. <PlatformTarget>x64</PlatformTarget>
  9. <ErrorReport>prompt</ErrorReport>
  10. <NoWarn>1607</NoWarn>
  11. </PropertyGroup>
  12. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  13. <OutputPath>bin\x86\Release\</OutputPath>
  14. <DefineConstants>TRACE</DefineConstants>
  15. <Optimize>true</Optimize>
  16. <DebugType>pdbonly</DebugType>
  17. <PlatformTarget>x86</PlatformTarget>
  18. <ErrorReport>prompt</ErrorReport>
  19. <NoWarn>1607</NoWarn>
  20. </PropertyGroup>
  21. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  22. <DebugSymbols>true</DebugSymbols>
  23. <OutputPath>bin\x86\Debug\</OutputPath>
  24. <DefineConstants>DEBUG;TRACE</DefineConstants>
  25. <DebugType>full</DebugType>
  26. <PlatformTarget>x86</PlatformTarget>
  27. <ErrorReport>prompt</ErrorReport>
  28. <NoWarn>1607</NoWarn>
  29. </PropertyGroup>
  30. <PropertyGroup>
  31. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  32. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  33. <ProductVersion>9.0.30729</ProductVersion>
  34. <SchemaVersion>2.0</SchemaVersion>
  35. <ProjectGuid>{C19EF7DF-2F9D-4D4C-965D-AD714DCBB323}</ProjectGuid>
  36. <OutputType>WinExe</OutputType>
  37. <AppDesignerFolder>Properties</AppDesignerFolder>
  38. <RootNamespace>MiniTri</RootNamespace>
  39. <AssemblyName>MiniTri11</AssemblyName>
  40. <FileUpgradeFlags>
  41. </FileUpgradeFlags>
  42. <OldToolsVersion>3.5</OldToolsVersion>
  43. <UpgradeBackupLocation>
  44. </UpgradeBackupLocation>
  45. <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
  46. <PublishUrl>publish\</PublishUrl>
  47. <Install>true</Install>
  48. <InstallFrom>Disk</InstallFrom>
  49. <UpdateEnabled>false</UpdateEnabled>
  50. <UpdateMode>Foreground</UpdateMode>
  51. <UpdateInterval>7</UpdateInterval>
  52. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  53. <UpdatePeriodically>false</UpdatePeriodically>
  54. <UpdateRequired>false</UpdateRequired>
  55. <MapFileExtensions>true</MapFileExtensions>
  56. <ApplicationRevision>0</ApplicationRevision>
  57. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  58. <IsWebBootstrapper>false</IsWebBootstrapper>
  59. <UseApplicationTrust>false</UseApplicationTrust>
  60. <BootstrapperEnabled>true</BootstrapperEnabled>
  61. </PropertyGroup>
  62. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  63. <DebugSymbols>true</DebugSymbols>
  64. <DebugType>full</DebugType>
  65. <Optimize>false</Optimize>
  66. <OutputPath>bin\Debug\</OutputPath>
  67. <DefineConstants>DEBUG;TRACE</DefineConstants>
  68. <ErrorReport>prompt</ErrorReport>
  69. <WarningLevel>4</WarningLevel>
  70. <NoWarn>1607</NoWarn>
  71. </PropertyGroup>
  72. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  73. <DebugType>pdbonly</DebugType>
  74. <Optimize>true</Optimize>
  75. <OutputPath>bin\Release\</OutputPath>
  76. <DefineConstants>TRACE</DefineConstants>
  77. <ErrorReport>prompt</ErrorReport>
  78. <WarningLevel>4</WarningLevel>
  79. <NoWarn>1607</NoWarn>
  80. </PropertyGroup>
  81. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
  82. <DebugSymbols>true</DebugSymbols>
  83. <OutputPath>bin\x64\Debug\</OutputPath>
  84. <DefineConstants>DEBUG;TRACE</DefineConstants>
  85. <DebugType>full</DebugType>
  86. <PlatformTarget>x64</PlatformTarget>
  87. <ErrorReport>prompt</ErrorReport>
  88. <NoWarn>1607</NoWarn>
  89. </PropertyGroup>
  90. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug-4.0|x64'">
  91. <DebugSymbols>true</DebugSymbols>
  92. <OutputPath>bin\x64\Debug-4.0\</OutputPath>
  93. <DefineConstants>DEBUG;TRACE</DefineConstants>
  94. <NoWarn>1607</NoWarn>
  95. <DebugType>full</DebugType>
  96. <PlatformTarget>x64</PlatformTarget>
  97. <ErrorReport>prompt</ErrorReport>
  98. <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
  99. <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
  100. </PropertyGroup>
  101. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug-4.0|x86'">
  102. <DebugSymbols>true</DebugSymbols>
  103. <OutputPath>bin\x86\Debug-4.0\</OutputPath>
  104. <DefineConstants>DEBUG;TRACE</DefineConstants>
  105. <NoWarn>1607</NoWarn>
  106. <DebugType>full</DebugType>
  107. <PlatformTarget>x86</PlatformTarget>
  108. <ErrorReport>prompt</ErrorReport>
  109. <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
  110. <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
  111. </PropertyGroup>
  112. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug-4.0|AnyCPU'">
  113. <DebugSymbols>true</DebugSymbols>
  114. <OutputPath>bin\Debug-4.0\</OutputPath>
  115. <DefineConstants>DEBUG;TRACE</DefineConstants>
  116. <NoWarn>1607</NoWarn>
  117. <DebugType>full</DebugType>
  118. <PlatformTarget>AnyCPU</PlatformTarget>
  119. <ErrorReport>prompt</ErrorReport>
  120. <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
  121. <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
  122. </PropertyGroup>
  123. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Public-4.0|x64'">
  124. <OutputPath>bin\x64\Public-4.0\</OutputPath>
  125. <DefineConstants>TRACE</DefineConstants>
  126. <Optimize>true</Optimize>
  127. <NoWarn>1607</NoWarn>
  128. <DebugType>pdbonly</DebugType>
  129. <PlatformTarget>x64</PlatformTarget>
  130. <ErrorReport>prompt</ErrorReport>
  131. </PropertyGroup>
  132. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Public-4.0|x86'">
  133. <OutputPath>bin\x86\Public-4.0\</OutputPath>
  134. <DefineConstants>TRACE</DefineConstants>
  135. <Optimize>true</Optimize>
  136. <NoWarn>1607</NoWarn>
  137. <DebugType>pdbonly</DebugType>
  138. <PlatformTarget>x86</PlatformTarget>
  139. <ErrorReport>prompt</ErrorReport>
  140. <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
  141. <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
  142. </PropertyGroup>
  143. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Public-4.0|AnyCPU'">
  144. <OutputPath>bin\Public-4.0\</OutputPath>
  145. <DefineConstants>TRACE</DefineConstants>
  146. <Optimize>true</Optimize>
  147. <NoWarn>1607</NoWarn>
  148. <DebugType>pdbonly</DebugType>
  149. <PlatformTarget>AnyCPU</PlatformTarget>
  150. <ErrorReport>prompt</ErrorReport>
  151. <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
  152. <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
  153. </PropertyGroup>
  154. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release-4.0|x64'">
  155. <OutputPath>bin\x64\Release-4.0\</OutputPath>
  156. <DefineConstants>TRACE</DefineConstants>
  157. <Optimize>true</Optimize>
  158. <NoWarn>1607</NoWarn>
  159. <DebugType>pdbonly</DebugType>
  160. <PlatformTarget>x64</PlatformTarget>
  161. <ErrorReport>prompt</ErrorReport>
  162. <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
  163. <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
  164. </PropertyGroup>
  165. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release-4.0|x86'">
  166. <OutputPath>bin\x86\Release-4.0\</OutputPath>
  167. <DefineConstants>TRACE</DefineConstants>
  168. <Optimize>true</Optimize>
  169. <NoWarn>1607</NoWarn>
  170. <DebugType>pdbonly</DebugType>
  171. <PlatformTarget>x86</PlatformTarget>
  172. <ErrorReport>prompt</ErrorReport>
  173. <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
  174. <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
  175. <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
  176. </PropertyGroup>
  177. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release-4.0|AnyCPU'">
  178. <OutputPath>bin\Release-4.0\</OutputPath>
  179. <DefineConstants>TRACE</DefineConstants>
  180. <Optimize>true</Optimize>
  181. <NoWarn>1607</NoWarn>
  182. <DebugType>pdbonly</DebugType>
  183. <PlatformTarget>AnyCPU</PlatformTarget>
  184. <ErrorReport>prompt</ErrorReport>
  185. <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
  186. <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
  187. </PropertyGroup>
  188. <ItemGroup>
  189. <Reference Include="System" />
  190. <Reference Include="System.Drawing" />
  191. <Reference Include="System.Windows.Forms" />
  192. </ItemGroup>
  193. <ItemGroup>
  194. <Compile Include="Program.cs" />
  195. <Compile Include="Properties\AssemblyInfo.cs" />
  196. <EmbeddedResource Include="Properties\Resources.resx">
  197. <Generator>ResXFileCodeGenerator</Generator>
  198. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  199. <SubType>Designer</SubType>
  200. </EmbeddedResource>
  201. <Compile Include="Properties\Resources.Designer.cs">
  202. <AutoGen>True</AutoGen>
  203. <DependentUpon>Resources.resx</DependentUpon>
  204. <DesignTime>True</DesignTime>
  205. </Compile>
  206. <None Include="MiniTri.fx">
  207. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  208. </None>
  209. <None Include="Properties\Settings.settings">
  210. <Generator>SettingsSingleFileGenerator</Generator>
  211. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  212. </None>
  213. <Compile Include="Properties\Settings.Designer.cs">
  214. <AutoGen>True</AutoGen>
  215. <DependentUpon>Settings.settings</DependentUpon>
  216. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  217. </Compile>
  218. </ItemGroup>
  219. <ItemGroup>
  220. <Reference Include="SlimDX, Version=2.0.12.43, Culture=neutral, PublicKeyToken=b1b0c32fd1ffe4f9" />
  221. </ItemGroup>
  222. <ItemGroup>
  223. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  224. <Visible>False</Visible>
  225. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  226. <Install>false</Install>
  227. </BootstrapperPackage>
  228. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  229. <Visible>False</Visible>
  230. <ProductName>.NET Framework 3.5 SP1</ProductName>
  231. <Install>true</Install>
  232. </BootstrapperPackage>
  233. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  234. <Visible>False</Visible>
  235. <ProductName>Windows Installer 3.1</ProductName>
  236. <Install>true</Install>
  237. </BootstrapperPackage>
  238. </ItemGroup>
  239. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  240. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  241. Other similar extension points exist, see Microsoft.Common.targets.
  242. <Target Name="BeforeBuild">
  243. </Target>
  244. <Target Name="AfterBuild">
  245. </Target>
  246. -->
  247. </Project>