diff options
author | James Finlay <jtfinlay@ualberta.ca> | 2016-03-05 10:08:33 -0800 |
---|---|---|
committer | James Finlay <jtfinlay@ualberta.ca> | 2016-03-05 10:08:33 -0800 |
commit | 64a0552aeadaf1b22b546c0675e4d070b8b30291 (patch) | |
tree | 560540750c27d56b8efd3188ea436fb3a5d2ebfa /TrainerMod/TrainerMod.csproj | |
parent | 9420dfb0719d7f00c36607a210c50dc4537a9626 (diff) | |
parent | b417604466da840c1f0a4e38aeb0f63ce28d2cdf (diff) | |
download | SMAPI-64a0552aeadaf1b22b546c0675e4d070b8b30291.tar.gz SMAPI-64a0552aeadaf1b22b546c0675e4d070b8b30291.tar.bz2 SMAPI-64a0552aeadaf1b22b546c0675e4d070b8b30291.zip |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'TrainerMod/TrainerMod.csproj')
-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">
|