Changeset 2463 for 2010/27/akrauhan/Wooden Warfare/Wooden Warfare.csproj
- Timestamp:
- 2011-08-01 14:48:39 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
2010/27/akrauhan/Wooden Warfare/Wooden Warfare.csproj
r1194 r2463 1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5"> 1 <?xml version="1.0" encoding="utf-8"?> 2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0"> 2 3 <PropertyGroup> 3 4 <ProjectGuid>{A70F0D99-664D-4886-8622-957441C2A858}</ProjectGuid> … … 9 10 <RootNamespace>Wooden_Warfare</RootNamespace> 10 11 <AssemblyName>Wooden Warfare</AssemblyName> 11 <TargetFrameworkVersion>v 3.5</TargetFrameworkVersion>12 <XnaFrameworkVersion>v 3.1</XnaFrameworkVersion>12 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> 13 <XnaFrameworkVersion>v4.0</XnaFrameworkVersion> 13 14 <XnaPlatform>Windows</XnaPlatform> 14 15 <XnaCrossPlatformGroupID>67a22100-18b0-42bd-a567-2ebb875af812</XnaCrossPlatformGroupID> … … 30 31 <UseApplicationTrust>false</UseApplicationTrust> 31 32 <BootstrapperEnabled>true</BootstrapperEnabled> 33 <XnaUpgrade>1</XnaUpgrade> 34 <XnaOutputType>Game</XnaOutputType> 35 <XnaProfile>HiDef</XnaProfile> 36 <TargetFrameworkProfile>Client</TargetFrameworkProfile> 37 <FileUpgradeFlags> 38 </FileUpgradeFlags> 39 <UpgradeBackupLocation> 40 </UpgradeBackupLocation> 41 <OldToolsVersion>3.5</OldToolsVersion> 32 42 </PropertyGroup> 33 43 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> … … 43 53 <PlatformTarget>x86</PlatformTarget> 44 54 <XnaCompressContent>false</XnaCompressContent> 55 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 45 56 </PropertyGroup> 46 57 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> … … 55 66 <PlatformTarget>x86</PlatformTarget> 56 67 <XnaCompressContent>true</XnaCompressContent> 68 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 57 69 </PropertyGroup> 58 70 <ItemGroup>
Note: See TracChangeset
for help on using the changeset viewer.