WinFormsContentLoading.csproj 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  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)' == '' ">x86</Platform>
  6. <ProductVersion>9.0.30729</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{0679C323-EC65-40FA-854A-780F1FE4A00B}</ProjectGuid>
  9. <OutputType>WinExe</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>WinFormsContentLoading</RootNamespace>
  12. <AssemblyName>WinFormsContentLoading</AssemblyName>
  13. <FileUpgradeFlags>
  14. </FileUpgradeFlags>
  15. <OldToolsVersion>3.5</OldToolsVersion>
  16. <UpgradeBackupLocation>
  17. </UpgradeBackupLocation>
  18. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  19. <PublishUrl>publish\</PublishUrl>
  20. <Install>true</Install>
  21. <InstallFrom>Disk</InstallFrom>
  22. <UpdateEnabled>false</UpdateEnabled>
  23. <UpdateMode>Foreground</UpdateMode>
  24. <UpdateInterval>7</UpdateInterval>
  25. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  26. <UpdatePeriodically>false</UpdatePeriodically>
  27. <UpdateRequired>false</UpdateRequired>
  28. <MapFileExtensions>true</MapFileExtensions>
  29. <ApplicationRevision>0</ApplicationRevision>
  30. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  31. <IsWebBootstrapper>false</IsWebBootstrapper>
  32. <UseApplicationTrust>false</UseApplicationTrust>
  33. <BootstrapperEnabled>true</BootstrapperEnabled>
  34. <TargetFrameworkProfile>
  35. </TargetFrameworkProfile>
  36. </PropertyGroup>
  37. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  38. <DebugSymbols>true</DebugSymbols>
  39. <OutputPath>bin\x86\Debug\</OutputPath>
  40. <DefineConstants>DEBUG;TRACE</DefineConstants>
  41. <DebugType>full</DebugType>
  42. <PlatformTarget>x86</PlatformTarget>
  43. <CodeAnalysisRuleAssemblies>
  44. </CodeAnalysisRuleAssemblies>
  45. <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
  46. <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
  47. <ErrorReport>prompt</ErrorReport>
  48. <CodeAnalysisRuleSet>Migrated rules for WinFormsContentLoading.ruleset</CodeAnalysisRuleSet>
  49. <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
  50. </PropertyGroup>
  51. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  52. <OutputPath>bin\x86\Release\</OutputPath>
  53. <DefineConstants>TRACE</DefineConstants>
  54. <Optimize>true</Optimize>
  55. <DebugType>pdbonly</DebugType>
  56. <PlatformTarget>x86</PlatformTarget>
  57. <CodeAnalysisRuleAssemblies>
  58. </CodeAnalysisRuleAssemblies>
  59. <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
  60. <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
  61. <ErrorReport>prompt</ErrorReport>
  62. <CodeAnalysisRuleSet>Migrated rules for WinFormsContentLoading.ruleset</CodeAnalysisRuleSet>
  63. <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
  64. </PropertyGroup>
  65. <ItemGroup>
  66. <Reference Include="Microsoft.Build" />
  67. <Reference Include="Microsoft.Build.Framework" />
  68. <Reference Include="Microsoft.Xna.Framework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86" />
  69. <Reference Include="Microsoft.Xna.Framework.Graphics, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86" />
  70. <Reference Include="System" />
  71. <Reference Include="System.Drawing" />
  72. <Reference Include="System.Windows.Forms" />
  73. <Reference Include="System.XML" />
  74. </ItemGroup>
  75. <ItemGroup>
  76. <Compile Include="ContentBuilder.cs" />
  77. <Compile Include="ErrorLogger.cs" />
  78. <Compile Include="MainForm.cs">
  79. <SubType>Form</SubType>
  80. </Compile>
  81. <Compile Include="MainForm.Designer.cs">
  82. <DependentUpon>MainForm.cs</DependentUpon>
  83. </Compile>
  84. <Compile Include="GraphicsDeviceControl.cs">
  85. <SubType>Component</SubType>
  86. </Compile>
  87. <Compile Include="GraphicsDeviceService.cs" />
  88. <Compile Include="ModelViewerControl.cs">
  89. <SubType>Component</SubType>
  90. </Compile>
  91. <Compile Include="Program.cs" />
  92. <Compile Include="Properties\AssemblyInfo.cs" />
  93. <EmbeddedResource Include="MainForm.resx">
  94. <SubType>Designer</SubType>
  95. <DependentUpon>MainForm.cs</DependentUpon>
  96. </EmbeddedResource>
  97. <EmbeddedResource Include="Properties\Resources.resx">
  98. <Generator>ResXFileCodeGenerator</Generator>
  99. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  100. <SubType>Designer</SubType>
  101. </EmbeddedResource>
  102. <Compile Include="Properties\Resources.Designer.cs">
  103. <AutoGen>True</AutoGen>
  104. <DependentUpon>Resources.resx</DependentUpon>
  105. <DesignTime>True</DesignTime>
  106. </Compile>
  107. <None Include="Properties\Settings.settings">
  108. <Generator>SettingsSingleFileGenerator</Generator>
  109. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  110. </None>
  111. <Compile Include="Properties\Settings.Designer.cs">
  112. <AutoGen>True</AutoGen>
  113. <DependentUpon>Settings.settings</DependentUpon>
  114. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  115. </Compile>
  116. <Compile Include="ServiceContainer.cs" />
  117. </ItemGroup>
  118. <ItemGroup>
  119. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  120. <Visible>False</Visible>
  121. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  122. <Install>false</Install>
  123. </BootstrapperPackage>
  124. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  125. <Visible>False</Visible>
  126. <ProductName>.NET Framework 3.5 SP1</ProductName>
  127. <Install>true</Install>
  128. </BootstrapperPackage>
  129. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  130. <Visible>False</Visible>
  131. <ProductName>Windows Installer 3.1</ProductName>
  132. <Install>true</Install>
  133. </BootstrapperPackage>
  134. </ItemGroup>
  135. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  136. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  137. Other similar extension points exist, see Microsoft.Common.targets.
  138. <Target Name="BeforeBuild">
  139. </Target>
  140. <Target Name="AfterBuild">
  141. </Target>
  142. -->
  143. </Project>