2016-10-20 15:01:51 +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-20 15:01:51 +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>{A7A4B67B-3CD7-421F-A4A7-2D656F0AB4D9}</ProjectGuid>
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
2017-07-28 08:28:39 +08:00
|
|
|
|
<RootNamespace>Omegasis.HappyBirthday</RootNamespace>
|
2016-10-20 15:01:51 +08:00
|
|
|
|
<AssemblyName>HappyBirthday</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>
|
|
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
2018-03-04 11:24:36 +08:00
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
2016-10-20 15:01:51 +08:00
|
|
|
|
</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>
|
|
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
|
|
|
</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>
|
2016-10-20 15:01:51 +08:00
|
|
|
|
<ItemGroup>
|
2018-12-30 11:21:19 +08:00
|
|
|
|
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
|
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>
|
|
|
|
|
<ItemGroup>
|
2019-12-05 17:25:46 +08:00
|
|
|
|
<Reference Include="StardustCore">
|
|
|
|
|
<HintPath>$(GamePath)\Mods\StardustCore\StardustCore.dll</HintPath>
|
|
|
|
|
</Reference>
|
2016-10-20 15:01:51 +08:00
|
|
|
|
<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>
|
2018-09-19 16:37:51 +08:00
|
|
|
|
<Compile Include="BirthdayMessages.cs" />
|
2019-12-05 10:14:45 +08:00
|
|
|
|
<Compile Include="Framework\BirthdayEvents.cs" />
|
2017-07-31 11:07:07 +08:00
|
|
|
|
<Compile Include="Framework\BirthdayMenu.cs" />
|
2017-08-06 03:51:44 +08:00
|
|
|
|
<Compile Include="Framework\ModConfig.cs" />
|
2018-05-10 05:23:42 +08:00
|
|
|
|
<Compile Include="Framework\MultiplayerSupport.cs" />
|
2017-08-06 03:51:44 +08:00
|
|
|
|
<Compile Include="Framework\PlayerData.cs" />
|
2019-12-05 17:25:46 +08:00
|
|
|
|
<Compile Include="Framework\EventPreconditions\FarmerBirthdayPrecondition.cs" />
|
|
|
|
|
<Compile Include="Framework\EventPreconditions\SpouseBirthdayPrecondition.cs" />
|
2018-09-19 16:37:51 +08:00
|
|
|
|
<Compile Include="Framework\TranslationInfo.cs" />
|
2019-07-08 08:09:28 +08:00
|
|
|
|
<Compile Include="Framework\VillagerInfo.cs" />
|
2017-07-31 11:07:07 +08:00
|
|
|
|
<Compile Include="HappyBirthday.cs" />
|
|
|
|
|
<Compile Include="Framework\Messages.cs" />
|
|
|
|
|
<Compile Include="Framework\ObjectUtility.cs" />
|
2018-12-06 10:06:11 +08:00
|
|
|
|
<Compile Include="GiftManager.cs" />
|
2016-10-20 15:01:51 +08:00
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
|
</ItemGroup>
|
2016-12-09 08:34:28 +08:00
|
|
|
|
<ItemGroup>
|
2019-12-03 11:10:56 +08:00
|
|
|
|
<None Include="Content\Dialogue\fr-FR\BirthdayWishes.fr-FR.json">
|
2019-01-15 04:26:36 +08:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
2019-12-03 11:10:56 +08:00
|
|
|
|
<None Include="Content\Dialogue\fr-FR\SpouseBirthdayWishes.fr-FR.json">
|
2019-01-15 04:26:36 +08:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
2019-12-03 11:10:56 +08:00
|
|
|
|
<None Include="Content\Dialogue\fr-FR\TranslatedStrings.fr-FR.json">
|
2019-01-15 04:26:36 +08:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
2019-12-03 11:10:56 +08:00
|
|
|
|
<None Include="Content\Dialogue\hu-HU\BirthdayWishes.hu-HU.json">
|
2019-01-15 04:26:36 +08:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
2019-12-03 11:10:56 +08:00
|
|
|
|
<None Include="Content\Dialogue\hu-HU\SpouseBirthdayWishes.hu-HU.json">
|
2019-01-15 04:26:36 +08:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
2019-12-03 11:10:56 +08:00
|
|
|
|
<None Include="Content\Dialogue\hu-HU\TranslatedStrings.hu-HU.json">
|
2019-01-15 04:26:36 +08:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
2019-12-03 11:10:56 +08:00
|
|
|
|
<None Include="Content\Dialogue\it-IT\BirthdayWishes.it-IT.json">
|
2019-01-15 04:26:36 +08:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
2019-12-03 11:10:56 +08:00
|
|
|
|
<None Include="Content\Dialogue\it-IT\SpouseBirthdayWishes.it-IT.json">
|
2019-01-15 04:26:36 +08:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
2019-12-03 11:10:56 +08:00
|
|
|
|
<None Include="Content\Dialogue\it-IT\TranslatedStrings.it-IT.json">
|
2019-01-15 04:26:36 +08:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
2019-12-03 11:10:56 +08:00
|
|
|
|
<None Include="Content\Dialogue\ko-KR\BirthdayWishes.ko-KR.json">
|
2019-01-15 04:26:36 +08:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
2019-12-03 11:10:56 +08:00
|
|
|
|
<None Include="Content\Dialogue\ko-KR\SpouseBirthdayWishes.ko-KR.json">
|
2019-01-15 04:26:36 +08:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
2019-12-03 11:10:56 +08:00
|
|
|
|
<None Include="Content\Dialogue\ko-KR\TranslatedStrings.ko-KR.json">
|
2019-01-15 04:26:36 +08:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
2019-12-03 11:10:56 +08:00
|
|
|
|
<None Include="Content\Dialogue\pt-BR\BirthdayWishes.pt-BR.json" />
|
|
|
|
|
<None Include="Content\Dialogue\pt-BR\SpouseBirthdayWishes.pt-BR.json" />
|
|
|
|
|
<None Include="Content\Dialogue\pt-BR\TranslatedStrings.pt-BR.json">
|
2019-01-15 04:26:36 +08:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
2019-12-03 11:10:56 +08:00
|
|
|
|
<None Include="Content\Dialogue\tr-TR\BirthdayWishes.tr-TR.json">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
|
|
|
|
<None Include="Content\Dialogue\tr-TR\SpouseBirthdayWishes.tr-TR.json">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
|
|
|
|
<None Include="Content\Dialogue\tr-TR\TranslatedStrings.tr-TR.json">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
|
|
|
|
<None Include="Content\Dialogue\zh-CN\BirthdayWishes.zh-CN.json" />
|
|
|
|
|
<None Include="Content\Dialogue\zh-CN\SpouseBirthdayWishes.zh-CN.json" />
|
|
|
|
|
<None Include="Content\Dialogue\zh-CN\TranslatedStrings.zh-CN.json">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
|
|
|
|
<None Include="Content\Dialogue\en-US\BirthdayWishes.json" />
|
|
|
|
|
<None Include="Content\Dialogue\en-US\SpouseBirthdayWishes.json" />
|
|
|
|
|
<None Include="Content\Dialogue\en-US\TranslatedStrings.json">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
|
|
|
|
<None Include="Content\Dialogue\de-DE\BirthdayWishes.de-DE.json" />
|
|
|
|
|
<None Include="Content\Dialogue\de-DE\SpouseBirthdayWishes.de-DE.json" />
|
|
|
|
|
<None Include="Content\Dialogue\de-DE\TranslatedStrings.de-DE.json">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
|
|
|
|
<None Include="Content\Dialogue\ja-JP\BirthdayWishes.ja-JP.json" />
|
|
|
|
|
<None Include="Content\Dialogue\ja-JP\SpouseBirthdayWishes.ja-JP.json" />
|
|
|
|
|
<None Include="Content\Dialogue\ja-JP\TranslatedStrings.ja-JP.json">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
|
|
|
|
<None Include="Content\Dialogue\ru-RU\BirthdayWishes.ru-RU.json" />
|
|
|
|
|
<None Include="Content\Dialogue\ru-RU\SpouseBirthdayWishes.ru-RU.json" />
|
|
|
|
|
<None Include="Content\Dialogue\ru-RU\TranslatedStrings.ru-RU.json">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
|
|
|
|
<None Include="Content\Dialogue\es-ES\BirthdayWishes.es-ES.json" />
|
|
|
|
|
<None Include="Content\Dialogue\es-ES\SpouseBirthdayWishes.es-ES.json" />
|
|
|
|
|
<None Include="Content\Dialogue\es-ES\TranslatedStrings.es-ES.json">
|
2019-01-15 04:26:36 +08:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
|
|
|
|
<None Include="Content\Gifts\BirthdayGifts.json" />
|
|
|
|
|
<None Include="Content\Gifts\SpouseBirthdayGifts.json" />
|
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>
|
2018-05-01 09:21:31 +08:00
|
|
|
|
<ItemGroup>
|
2018-12-17 07:54:59 +08:00
|
|
|
|
<Content Include="Changelog.txt" />
|
2018-05-01 09:21:31 +08:00
|
|
|
|
</ItemGroup>
|
2019-12-03 11:10:56 +08:00
|
|
|
|
<ItemGroup />
|
2016-10-20 15:01:51 +08:00
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
2017-07-28 12:26:09 +08:00
|
|
|
|
<Import Project="$(SolutionDir)\deploy.targets" />
|
2016-08-19 02:06:43 +08:00
|
|
|
|
</Project>
|