Ui-Info-Suite/SDVModTest/UI Info Suite.csproj

125 lines
5.6 KiB
XML
Raw Normal View History

2017-07-20 11:51:05 +08:00
<?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>
<DeployModFolderName>$(MSBuildProjectName)</DeployModFolderName>
2018-05-06 12:21:18 +08:00
<TargetFrameworkProfile />
2017-07-20 11:51:05 +08:00
</PropertyGroup>
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{B6DD0C36-999B-44FD-9316-C0AA6D5A6E7A}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>UIInfoSuite</RootNamespace>
<AssemblyName>UIInfoSuite</AssemblyName>
2018-05-06 12:21:18 +08:00
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
2017-07-20 11:51:05 +08:00
<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>
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\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\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>x86</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<DebugSymbols>true</DebugSymbols>
2017-07-20 11:51:05 +08:00
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Pathoschild.Stardew.ModBuildConfig" Version="2.2.0" />
</ItemGroup>
2017-07-20 11:51:05 +08:00
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Extensions\CollectionExtensions.cs" />
<Compile Include="Extensions\ObjectExtensions.cs" />
<Compile Include="LanguageKeys.cs" />
<Compile Include="LEEvents.cs" />
<Compile Include="LevelExtenderInterface.cs" />
2017-07-20 11:51:05 +08:00
<Compile Include="ModConfig.cs" />
<Compile Include="Options\ModOptionsCheckbox.cs" />
<Compile Include="Options\ModOptionsPageButton.cs" />
<Compile Include="Options\ModOptionsPageHandler.cs" />
<Compile Include="Options\ModOptionsPageIcon.cs" />
<Compile Include="Tools.cs" />
<Compile Include="Extensions\StringExtensions.cs" />
<Compile Include="ModEntry.cs" />
<Compile Include="IconHandler.cs" />
<Compile Include="Options\OptionKeys.cs" />
<Compile Include="Options\ModOptionsElement.cs" />
<Compile Include="Options\ModOptionsPage.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="UIElements\ExperienceBar.cs" />
<Compile Include="UIElements\ExperiencePointDisplay.cs" />
<Compile Include="UIElements\LocationOfTownsfolk.cs" />
<Compile Include="UIElements\LuckOfDay.cs" />
<Compile Include="UIElements\ShopHarvestPrices.cs" />
<Compile Include="UIElements\ShowAccurateHearts.cs" />
<Compile Include="UIElements\ShowBirthdayIcon.cs" />
<Compile Include="UIElements\ShowCalendarAndBillboardOnGameMenuButton.cs" />
<Compile Include="UIElements\ShowCropAndBarrelTime.cs" />
<Compile Include="UIElements\ShowItemHoverInformation.cs" />
<Compile Include="UIElements\ShowItemEffectRanges.cs" />
<Compile Include="UIElements\ShowQueenOfSauceIcon.cs" />
2017-11-28 13:27:52 +08:00
<Compile Include="UIElements\ShowToolUpgradeStatus.cs" />
2017-07-20 11:51:05 +08:00
<Compile Include="UIElements\ShowTravelingMerchant.cs" />
<Compile Include="UIElements\ShowWhenAnimalNeedsPet.cs" />
<Compile Include="UIElements\SkipIntro.cs" />
</ItemGroup>
<ItemGroup>
<None Include="i18n\de.json" />
<None Include="i18n\default.json" />
<None Include="i18n\es.json" />
<None Include="i18n\ja.json" />
<None Include="i18n\pt.json" />
<None Include="i18n\ru.json" />
<None Include="i18n\th.json" />
<None Include="i18n\zh.json" />
<None Include="manifest.json" />
2017-07-20 11:51:05 +08:00
</ItemGroup>
<ItemGroup>
<Content Include="LevelUp license.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="LevelUp.wav">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>