Stardew_Valley_Mods/GeneralMods/HappyBirthday/HappyBirthday.csproj

229 lines
12 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" DefaultTargets="Build" 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)' == '' ">AnyCPU</Platform>
<ProjectGuid>{A7A4B67B-3CD7-421F-A4A7-2D656F0AB4D9}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Omegasis.HappyBirthday</RootNamespace>
<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>
<PlatformTarget>x86</PlatformTarget>
</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>
<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>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
<PackageReference Include="Pathoschild.Stardew.ModBuildConfig" Version="3.0.0" />
</ItemGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\GlobalAssemblyInfo.cs">
<Link>Properties\GlobalAssemblyInfo.cs</Link>
</Compile>
<Compile Include="BirthdayEvents.cs" />
<Compile Include="BirthdayMessages.cs" />
<Compile Include="Framework\BirthdayMenu.cs" />
<Compile Include="Framework\Events\EventStartData.cs" />
<Compile Include="Framework\Events\Preconditions\LocationPrecondition.cs" />
<Compile Include="Framework\Events\Preconditions\MISC\ChanceToOccur.cs" />
<Compile Include="Framework\Events\Preconditions\MISC\EventNotInProgress.cs" />
<Compile Include="Framework\Events\Preconditions\MISC\JojaWarehouseCompleted.cs" />
<Compile Include="Framework\Events\Preconditions\NPCSpecific\DatingNPC.cs" />
<Compile Include="Framework\Events\Preconditions\NPCSpecific\FriendshipPointsRequired.cs" />
<Compile Include="Framework\Events\Preconditions\NPCSpecific\HeartsRequired.cs" />
<Compile Include="Framework\Events\Preconditions\NPCSpecific\NotInvisible.cs" />
<Compile Include="Framework\Events\Preconditions\NPCSpecific\NotMarriedTo.cs" />
<Compile Include="Framework\Events\Preconditions\NPCSpecific\NPCInThisLocation.cs" />
<Compile Include="Framework\Events\Preconditions\PlayerSpecific\AnsweredDialogueOptions.cs" />
<Compile Include="Framework\Events\Preconditions\PlayerSpecific\CurrentMoney.cs" />
<Compile Include="Framework\Events\Preconditions\PlayerSpecific\DaysPlayedFor.cs" />
<Compile Include="Framework\Events\Preconditions\PlayerSpecific\EmptyInventorySlots.cs" />
<Compile Include="Framework\Events\Preconditions\PlayerSpecific\Gender.cs" />
<Compile Include="Framework\Events\Preconditions\PlayerSpecific\HasItem.cs" />
<Compile Include="Framework\Events\Preconditions\PlayerSpecific\HasNotRecievedLetter.cs" />
<Compile Include="Framework\Events\Preconditions\PlayerSpecific\HasRecievedLetter.cs" />
<Compile Include="Framework\Events\Preconditions\PlayerSpecific\MineBottomHit.cs" />
<Compile Include="Framework\Events\Preconditions\PlayerSpecific\PetPreference.cs" />
<Compile Include="Framework\Events\Preconditions\PlayerSpecific\PlayerOnThisTile.cs" />
<Compile Include="Framework\Events\Preconditions\PlayerSpecific\SeenEvents.cs" />
<Compile Include="Framework\Events\Preconditions\PlayerSpecific\SeenSecretNote.cs" />
<Compile Include="Framework\Events\Preconditions\PlayerSpecific\ShippedItems.cs" />
<Compile Include="Framework\Events\Preconditions\PlayerSpecific\TotalMoneyEarned.cs" />
<Compile Include="Framework\Events\Preconditions\PlayerSpecific\UnseenEvents.cs" />
<Compile Include="Framework\Events\Preconditions\TimeSpecific\DayOfTheMonth.cs" />
<Compile Include="Framework\Events\Preconditions\TimeSpecific\EventDayExclusionPrecondition.cs" />
<Compile Include="Framework\Events\EventHelper.cs" />
<Compile Include="Framework\Events\Preconditions\EventPrecondition.cs" />
<Compile Include="Framework\Events\Preconditions\TimeSpecific\NotAFestivalDay.cs" />
<Compile Include="Framework\Events\Preconditions\TimeSpecific\SeasonExclusion.cs" />
<Compile Include="Framework\Events\Preconditions\TimeSpecific\TimePrecondition.cs" />
<Compile Include="Framework\Events\Preconditions\TimeSpecific\WeatherPrecondition.cs" />
<Compile Include="Framework\Events\Preconditions\TimeSpecific\YearPrecondition.cs" />
<Compile Include="Framework\Events\SpecialPreconditions\FarmerBirthdayPrecondition.cs" />
<Compile Include="Framework\Events\SpecialPreconditions\SpouseBirthdayPrecondition.cs" />
<Compile Include="Framework\ModConfig.cs" />
<Compile Include="Framework\MultiplayerSupport.cs" />
<Compile Include="Framework\PlayerData.cs" />
<Compile Include="Framework\TranslationInfo.cs" />
<Compile Include="Framework\VillagerInfo.cs" />
<Compile Include="HappyBirthday.cs" />
<Compile Include="Framework\Messages.cs" />
<Compile Include="Framework\ObjectUtility.cs" />
<Compile Include="GiftManager.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Include="Content\Dialogue\fr-FR\BirthdayWishes.fr-FR.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="Content\Dialogue\fr-FR\SpouseBirthdayWishes.fr-FR.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="Content\Dialogue\fr-FR\TranslatedStrings.fr-FR.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="Content\Dialogue\hu-HU\BirthdayWishes.hu-HU.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="Content\Dialogue\hu-HU\SpouseBirthdayWishes.hu-HU.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="Content\Dialogue\hu-HU\TranslatedStrings.hu-HU.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="Content\Dialogue\it-IT\BirthdayWishes.it-IT.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="Content\Dialogue\it-IT\SpouseBirthdayWishes.it-IT.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="Content\Dialogue\it-IT\TranslatedStrings.it-IT.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="Content\Dialogue\ko-KR\BirthdayWishes.ko-KR.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="Content\Dialogue\ko-KR\SpouseBirthdayWishes.ko-KR.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="Content\Dialogue\ko-KR\TranslatedStrings.ko-KR.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<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">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<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">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="Content\Gifts\BirthdayGifts.json" />
<None Include="Content\Gifts\SpouseBirthdayGifts.json" />
<None Include="manifest.json" />
</ItemGroup>
<ItemGroup>
<None Include="README.md" />
</ItemGroup>
<ItemGroup>
<Content Include="Changelog.txt" />
</ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="$(SolutionDir)\deploy.targets" />
</Project>