2016-10-13 14:28:13 +08:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2018-12-30 11:21:19 +08:00
|
|
|
|
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2016-10-13 14:28:13 +08:00
|
|
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
|
|
<ProjectGuid>{A19025C4-E194-4CAD-B156-4AC00BDD2AA3}</ProjectGuid>
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
2017-07-28 08:28:39 +08:00
|
|
|
|
<RootNamespace>Omegasis.BuyBackCollectables</RootNamespace>
|
2016-10-13 14:28:13 +08:00
|
|
|
|
<AssemblyName>BuyBackCollectables</AssemblyName>
|
|
|
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
|
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
|
|
<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|AnyCPU' ">
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
</PropertyGroup>
|
2018-05-01 09:21:31 +08:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'x86|AnyCPU'">
|
|
|
|
|
<OutputPath>bin\x86\</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<OutputPath>bin\x86\Debug\</OutputPath>
|
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
|
|
|
|
<OutputPath>bin\x86\Release\</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'x86|x86'">
|
|
|
|
|
<OutputPath>bin\x86\x86\</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
</PropertyGroup>
|
2018-12-30 11:21:19 +08:00
|
|
|
|
<ItemGroup>
|
2019-11-28 07:10:55 +08:00
|
|
|
|
<PackageReference Include="Pathoschild.Stardew.ModBuildConfig" Version="3.0.0" />
|
2018-12-30 11:21:19 +08:00
|
|
|
|
</ItemGroup>
|
2016-10-13 14:28:13 +08:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
<Reference Include="System.Xml" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2017-07-31 13:24:31 +08:00
|
|
|
|
<Compile Include="..\GlobalAssemblyInfo.cs">
|
|
|
|
|
<Link>Properties\GlobalAssemblyInfo.cs</Link>
|
|
|
|
|
</Compile>
|
2017-07-31 11:07:07 +08:00
|
|
|
|
<Compile Include="BuyBackCollectables.cs" />
|
2017-08-06 03:51:44 +08:00
|
|
|
|
<Compile Include="Framework\ModConfig.cs" />
|
2016-10-13 14:28:13 +08:00
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
2017-07-31 11:07:07 +08:00
|
|
|
|
<Compile Include="Framework\BuyBackMenu.cs" />
|
2016-10-13 14:28:13 +08:00
|
|
|
|
</ItemGroup>
|
2016-12-09 08:34:28 +08:00
|
|
|
|
<ItemGroup>
|
2017-07-28 08:18:19 +08:00
|
|
|
|
<None Include="manifest.json" />
|
2016-12-09 08:34:28 +08:00
|
|
|
|
</ItemGroup>
|
2017-07-28 08:18:19 +08:00
|
|
|
|
<ItemGroup>
|
2017-07-31 12:56:32 +08:00
|
|
|
|
<None Include="README.md" />
|
2017-07-28 08:18:19 +08:00
|
|
|
|
</ItemGroup>
|
2016-10-13 14:28:13 +08:00
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
2017-07-28 12:26:09 +08:00
|
|
|
|
<Import Project="$(SolutionDir)\deploy.targets" />
|
2016-08-15 03:37:49 +08:00
|
|
|
|
</Project>
|