summaryrefslogtreecommitdiff
path: root/src/SMAPI/StardewModdingAPI.csproj
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2019-04-24 23:45:34 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2019-09-14 17:46:34 -0400
commitabffdc2dab2a1c03904427b251acac9d800e0912 (patch)
treea4a97b159562efa757e14156e5a9773fbfc80a6e /src/SMAPI/StardewModdingAPI.csproj
parentf8e32f4433647b7bd69590b937927808168649df (diff)
downloadSMAPI-abffdc2dab2a1c03904427b251acac9d800e0912.tar.gz
SMAPI-abffdc2dab2a1c03904427b251acac9d800e0912.tar.bz2
SMAPI-abffdc2dab2a1c03904427b251acac9d800e0912.zip
simplify project names
Diffstat (limited to 'src/SMAPI/StardewModdingAPI.csproj')
-rw-r--r--src/SMAPI/StardewModdingAPI.csproj60
1 files changed, 0 insertions, 60 deletions
diff --git a/src/SMAPI/StardewModdingAPI.csproj b/src/SMAPI/StardewModdingAPI.csproj
deleted file mode 100644
index 718366a7..00000000
--- a/src/SMAPI/StardewModdingAPI.csproj
+++ /dev/null
@@ -1,60 +0,0 @@
-<Project Sdk="Microsoft.NET.Sdk">
-
- <PropertyGroup>
- <RootNamespace>StardewModdingAPI</RootNamespace>
- <AssemblyName>StardewModdingAPI</AssemblyName>
- <TargetFramework>net45</TargetFramework>
- <GenerateAssemblyInfo>false</GenerateAssemblyInfo>
- <LangVersion>latest</LangVersion>
- <PlatformTarget>x86</PlatformTarget>
- <OutputType>Exe</OutputType>
- <OutputPath>$(SolutionDir)\..\bin\$(Configuration)\SMAPI</OutputPath>
- <DocumentationFile>$(SolutionDir)\..\bin\$(Configuration)\SMAPI\StardewModdingAPI.xml</DocumentationFile>
- <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
- <LargeAddressAware Condition="'$(OS)' == 'Windows_NT'">true</LargeAddressAware>
- <ApplicationIcon>icon.ico</ApplicationIcon>
- </PropertyGroup>
-
- <ItemGroup>
- <PackageReference Include="LargeAddressAware" Version="1.0.3" />
- <PackageReference Include="Lib.Harmony" Version="1.2.0.1" />
- <PackageReference Include="Mono.Cecil" Version="0.10.1" />
- <PackageReference Include="Newtonsoft.Json" Version="12.0.1" />
- </ItemGroup>
-
- <ItemGroup>
- <Reference Include="System.Numerics">
- <Private>True</Private>
- </Reference>
- <Reference Include="System.Runtime.Caching">
- <Private>True</Private>
- </Reference>
- <Reference Include="System.Windows.Forms" Condition="$(OS) == 'Windows_NT'" />
- </ItemGroup>
-
- <ItemGroup>
- <ProjectReference Include="..\SMAPI.Toolkit.CoreInterfaces\StardewModdingAPI.Toolkit.CoreInterfaces.csproj" />
- <ProjectReference Include="..\SMAPI.Toolkit\StardewModdingAPI.Toolkit.csproj" />
- </ItemGroup>
-
- <ItemGroup>
- <Compile Include="..\..\build\GlobalAssemblyInfo.cs" Link="Properties\GlobalAssemblyInfo.cs" />
- </ItemGroup>
-
- <ItemGroup>
- <Content Include="StardewModdingAPI.config.json">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="..\SMAPI.Web\wwwroot\StardewModdingAPI.metadata.json">
- <Link>StardewModdingAPI.metadata.json</Link>
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <None Update="steam_appid.txt">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </None>
- </ItemGroup>
-
- <Import Project="..\SMAPI.Internal\SMAPI.Internal.projitems" Label="Shared" />
- <Import Project="..\..\build\common.targets" />
-
-</Project>