diff options
author | ClxS <slxxls92@gmail.com> | 2016-03-04 13:27:22 +0000 |
---|---|---|
committer | ClxS <slxxls92@gmail.com> | 2016-03-04 13:27:22 +0000 |
commit | ec81b3306e0a84dbc842bbf8724354db037f24bf (patch) | |
tree | 972d72e083035e4e71343e87cdf8ff8ce6e60d47 /StardewModdingAPI/StardewModdingAPI.csproj | |
parent | 0887a0a22a946f921f90466227089893295dfb54 (diff) | |
parent | a2e3039c27ebf0758edb4c51b47a4e6b54206ac6 (diff) | |
download | SMAPI-ec81b3306e0a84dbc842bbf8724354db037f24bf.tar.gz SMAPI-ec81b3306e0a84dbc842bbf8724354db037f24bf.tar.bz2 SMAPI-ec81b3306e0a84dbc842bbf8724354db037f24bf.zip |
Merged Zoryn4163/master into master
Diffstat (limited to 'StardewModdingAPI/StardewModdingAPI.csproj')
-rw-r--r-- | StardewModdingAPI/StardewModdingAPI.csproj | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/StardewModdingAPI/StardewModdingAPI.csproj b/StardewModdingAPI/StardewModdingAPI.csproj index 7d3e129c..35a17272 100644 --- a/StardewModdingAPI/StardewModdingAPI.csproj +++ b/StardewModdingAPI/StardewModdingAPI.csproj @@ -11,10 +11,14 @@ <AssemblyName>StardewModdingAPI</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
- <SccProjectName>SAK</SccProjectName>
- <SccLocalPath>SAK</SccLocalPath>
- <SccAuxPath>SAK</SccAuxPath>
- <SccProvider>SAK</SccProvider>
+ <SccProjectName>
+ </SccProjectName>
+ <SccLocalPath>
+ </SccLocalPath>
+ <SccAuxPath>
+ </SccAuxPath>
+ <SccProvider>
+ </SccProvider>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
@@ -53,7 +57,7 @@ <Reference Include="Microsoft.Xna.Framework.Xact, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86" />
<Reference Include="Stardew Valley, Version=1.0.5900.38427, Culture=neutral, processorArchitecture=x86">
<SpecificVersion>False</SpecificVersion>
- <HintPath>..\..\..\..\Games\SteamLibrary\steamapps\common\Stardew Valley\Stardew Valley.exe</HintPath>
+ <HintPath>D:\Games\steamapps\common\Stardew Valley\Stardew Valley.exe</HintPath>
<EmbedInteropTypes>False</EmbedInteropTypes>
<Private>False</Private>
</Reference>
@@ -68,7 +72,7 @@ <Reference Include="System.Xml" />
<Reference Include="xTile, Version=2.0.4.0, Culture=neutral, processorArchitecture=x86">
<SpecificVersion>False</SpecificVersion>
- <HintPath>..\..\..\..\Games\SteamLibrary\steamapps\common\Stardew Valley\xTile.dll</HintPath>
+ <HintPath>D:\Games\steamapps\common\Stardew Valley\xTile.dll</HintPath>
<Private>False</Private>
</Reference>
</ItemGroup>
@@ -94,9 +98,7 @@ </ItemGroup>
<ItemGroup>
<Content Include="icon.ico" />
- <Content Include="steam_appid.txt">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
+ <Content Include="steam_appid.txt" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
|