diff options
-rw-r--r-- | src/SMAPI.ModBuildConfig/Properties/AssemblyInfo.cs | 9 | ||||
-rw-r--r-- | src/SMAPI.ModBuildConfig/README.md (renamed from src/ModBuildConfig/README.md) | 0 | ||||
-rw-r--r-- | src/SMAPI.ModBuildConfig/StardewModdingAPI.ModBuildConfig.csproj | 49 | ||||
-rw-r--r-- | src/SMAPI.ModBuildConfig/assets/nuget-icon.pdn (renamed from src/ModBuildConfig/assets/nuget-icon.pdn) | bin | 7401 -> 7401 bytes | |||
-rw-r--r-- | src/SMAPI.ModBuildConfig/assets/nuget-icon.png (renamed from src/ModBuildConfig/assets/nuget-icon.png) | bin | 5054 -> 5054 bytes | |||
-rw-r--r-- | src/SMAPI.ModBuildConfig/build/smapi.targets (renamed from src/ModBuildConfig/build/smapi.targets) | 0 | ||||
-rw-r--r-- | src/SMAPI.ModBuildConfig/package.nuspec (renamed from src/ModBuildConfig/package.nuspec) | 0 | ||||
-rw-r--r-- | src/SMAPI.ModBuildConfig/release-notes.md (renamed from src/ModBuildConfig/release-notes.md) | 0 | ||||
-rw-r--r-- | src/SMAPI.sln | 12 |
9 files changed, 70 insertions, 0 deletions
diff --git a/src/SMAPI.ModBuildConfig/Properties/AssemblyInfo.cs b/src/SMAPI.ModBuildConfig/Properties/AssemblyInfo.cs new file mode 100644 index 00000000..57dde638 --- /dev/null +++ b/src/SMAPI.ModBuildConfig/Properties/AssemblyInfo.cs @@ -0,0 +1,9 @@ +using System.Reflection; +using System.Runtime.InteropServices; + +[assembly: AssemblyTitle("StardewModdingAPI.ModBuildConfig")] +[assembly: AssemblyDescription("")] +[assembly: Guid("ea4f1e80-743f-4a1d-9757-ae66904a196a")] +[assembly: ComVisible(false)] +[assembly: AssemblyVersion("1.7.1.0")] +[assembly: AssemblyFileVersion("1.7.1.0")] diff --git a/src/ModBuildConfig/README.md b/src/SMAPI.ModBuildConfig/README.md index c261e705..c261e705 100644 --- a/src/ModBuildConfig/README.md +++ b/src/SMAPI.ModBuildConfig/README.md diff --git a/src/SMAPI.ModBuildConfig/StardewModdingAPI.ModBuildConfig.csproj b/src/SMAPI.ModBuildConfig/StardewModdingAPI.ModBuildConfig.csproj new file mode 100644 index 00000000..2e37a89d --- /dev/null +++ b/src/SMAPI.ModBuildConfig/StardewModdingAPI.ModBuildConfig.csproj @@ -0,0 +1,49 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> + <PropertyGroup> + <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> + <Platform Condition=" '$(Platform)' == '' ">x86</Platform> + <ProjectGuid>{EA4F1E80-743F-4A1D-9757-AE66904A196A}</ProjectGuid> + <OutputType>Library</OutputType> + <AppDesignerFolder>Properties</AppDesignerFolder> + <RootNamespace>StardewModdingAPI.ModBuildConfig</RootNamespace> + <AssemblyName>StardewModdingAPI.ModBuildConfig</AssemblyName> + <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion> + <FileAlignment>512</FileAlignment> + </PropertyGroup> + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> + <DebugSymbols>true</DebugSymbols> + <DebugType>full</DebugType> + <Optimize>false</Optimize> + <OutputPath>bin\Debug\</OutputPath> + <DefineConstants>DEBUG;TRACE</DefineConstants> + <ErrorReport>prompt</ErrorReport> + <WarningLevel>4</WarningLevel> + </PropertyGroup> + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> + <DebugType>pdbonly</DebugType> + <Optimize>true</Optimize> + <OutputPath>bin\Release\</OutputPath> + <DefineConstants>TRACE</DefineConstants> + <ErrorReport>prompt</ErrorReport> + <WarningLevel>4</WarningLevel> + </PropertyGroup> + <ItemGroup> + <Reference Include="System" /> + </ItemGroup> + <ItemGroup> + <Compile Include="Properties\AssemblyInfo.cs" /> + </ItemGroup> + <ItemGroup> + <None Include="assets\nuget-icon.pdn" /> + <None Include="build\smapi.targets" /> + <None Include="package.nuspec" /> + <None Include="README.md" /> + <None Include="release-notes.md" /> + </ItemGroup> + <ItemGroup> + <Content Include="assets\nuget-icon.png" /> + </ItemGroup> + <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> +</Project>
\ No newline at end of file diff --git a/src/ModBuildConfig/assets/nuget-icon.pdn b/src/SMAPI.ModBuildConfig/assets/nuget-icon.pdn Binary files differindex 7bd5c0c5..7bd5c0c5 100644 --- a/src/ModBuildConfig/assets/nuget-icon.pdn +++ b/src/SMAPI.ModBuildConfig/assets/nuget-icon.pdn diff --git a/src/ModBuildConfig/assets/nuget-icon.png b/src/SMAPI.ModBuildConfig/assets/nuget-icon.png Binary files differindex 611cdf88..611cdf88 100644 --- a/src/ModBuildConfig/assets/nuget-icon.png +++ b/src/SMAPI.ModBuildConfig/assets/nuget-icon.png diff --git a/src/ModBuildConfig/build/smapi.targets b/src/SMAPI.ModBuildConfig/build/smapi.targets index a1b6aab3..a1b6aab3 100644 --- a/src/ModBuildConfig/build/smapi.targets +++ b/src/SMAPI.ModBuildConfig/build/smapi.targets diff --git a/src/ModBuildConfig/package.nuspec b/src/SMAPI.ModBuildConfig/package.nuspec index b8e96481..b8e96481 100644 --- a/src/ModBuildConfig/package.nuspec +++ b/src/SMAPI.ModBuildConfig/package.nuspec diff --git a/src/ModBuildConfig/release-notes.md b/src/SMAPI.ModBuildConfig/release-notes.md index ff2734f8..ff2734f8 100644 --- a/src/ModBuildConfig/release-notes.md +++ b/src/SMAPI.ModBuildConfig/release-notes.md diff --git a/src/SMAPI.sln b/src/SMAPI.sln index 7941394d..d43ba1c2 100644 --- a/src/SMAPI.sln +++ b/src/SMAPI.sln @@ -45,6 +45,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{09CF91E5 ..\build\prepare-install-package.targets = ..\build\prepare-install-package.targets EndProjectSection EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StardewModdingAPI.ModBuildConfig", "SMAPI.ModBuildConfig\StardewModdingAPI.ModBuildConfig.csproj", "{EA4F1E80-743F-4A1D-9757-AE66904A196A}" +EndProject Global GlobalSection(SharedMSBuildProjectFiles) = preSolution SMAPI.Common\StardewModdingAPI.Common.projitems*{2aa02fb6-ff03-41cf-a215-2ee60ab4f5dc}*SharedItemsImports = 13 @@ -121,6 +123,16 @@ Global {A308F679-51A3-4006-92D5-BAEC7EBD01A1}.Release|Mixed Platforms.Build.0 = Release|Any CPU {A308F679-51A3-4006-92D5-BAEC7EBD01A1}.Release|x86.ActiveCfg = Release|Any CPU {A308F679-51A3-4006-92D5-BAEC7EBD01A1}.Release|x86.Build.0 = Release|Any CPU + {EA4F1E80-743F-4A1D-9757-AE66904A196A}.Debug|Any CPU.ActiveCfg = Debug|x86 + {EA4F1E80-743F-4A1D-9757-AE66904A196A}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 + {EA4F1E80-743F-4A1D-9757-AE66904A196A}.Debug|Mixed Platforms.Build.0 = Debug|x86 + {EA4F1E80-743F-4A1D-9757-AE66904A196A}.Debug|x86.ActiveCfg = Debug|x86 + {EA4F1E80-743F-4A1D-9757-AE66904A196A}.Debug|x86.Build.0 = Debug|x86 + {EA4F1E80-743F-4A1D-9757-AE66904A196A}.Release|Any CPU.ActiveCfg = Release|x86 + {EA4F1E80-743F-4A1D-9757-AE66904A196A}.Release|Mixed Platforms.ActiveCfg = Release|x86 + {EA4F1E80-743F-4A1D-9757-AE66904A196A}.Release|Mixed Platforms.Build.0 = Release|x86 + {EA4F1E80-743F-4A1D-9757-AE66904A196A}.Release|x86.ActiveCfg = Release|x86 + {EA4F1E80-743F-4A1D-9757-AE66904A196A}.Release|x86.Build.0 = Release|x86 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE |