diff options
author | James Finlay <jtfinlay@ualberta.ca> | 2016-03-05 10:10:35 -0800 |
---|---|---|
committer | James Finlay <jtfinlay@ualberta.ca> | 2016-03-05 10:10:35 -0800 |
commit | bae7878ecd4ec1e414b4104f82dd68699725a7ab (patch) | |
tree | 2ac6ae65d7619c27ebb33600188896da5651f87f /TrainerMod | |
parent | 14b59117a7e7f14597cc45e9dd10a5e91403ddb6 (diff) | |
parent | 64a0552aeadaf1b22b546c0675e4d070b8b30291 (diff) | |
download | SMAPI-bae7878ecd4ec1e414b4104f82dd68699725a7ab.tar.gz SMAPI-bae7878ecd4ec1e414b4104f82dd68699725a7ab.tar.bz2 SMAPI-bae7878ecd4ec1e414b4104f82dd68699725a7ab.zip |
Merge branch 'master' into release
Diffstat (limited to 'TrainerMod')
-rw-r--r-- | TrainerMod/TrainerMod.csproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/TrainerMod/TrainerMod.csproj b/TrainerMod/TrainerMod.csproj index 71569885..c7dbe94f 100644 --- a/TrainerMod/TrainerMod.csproj +++ b/TrainerMod/TrainerMod.csproj @@ -11,6 +11,7 @@ <AssemblyName>TrainerMod</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
+ <TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
@@ -21,6 +22,7 @@ <ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<PlatformTarget>x86</PlatformTarget>
+ <Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
@@ -29,6 +31,7 @@ <DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
+ <Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.Xna.Framework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86">
|