diff options
author | ClxS <slxxls92@gmail.com> | 2016-03-05 12:14:53 +0000 |
---|---|---|
committer | ClxS <slxxls92@gmail.com> | 2016-03-05 12:14:53 +0000 |
commit | b417604466da840c1f0a4e38aeb0f63ce28d2cdf (patch) | |
tree | cd04698081f6a8d943db854d88a7aaa17081d05e /TrainerMod | |
parent | ed3bf29600d3e8e7cb88629bfe6da9db6339c6a8 (diff) | |
download | SMAPI-b417604466da840c1f0a4e38aeb0f63ce28d2cdf.tar.gz SMAPI-b417604466da840c1f0a4e38aeb0f63ce28d2cdf.tar.bz2 SMAPI-b417604466da840c1f0a4e38aeb0f63ce28d2cdf.zip |
Removed StardewInjector. That'll go in it's own testing branch when we get around trying to integrate it.
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 61cb0829..5df6754f 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">
|