2018-02-24 11:10:56 +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">
|
2018-02-24 11:10:56 +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>{89C7DF45-8AE5-49AC-ADA9-6312E9590829}</ProjectGuid>
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
<RootNamespace>CustomNPCFramework</RootNamespace>
|
|
|
|
|
<AssemblyName>CustomNPCFramework</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>
|
2018-05-01 09:21:31 +08:00
|
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
2018-02-24 11:10:56 +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>
|
2018-05-01 09:21:31 +08:00
|
|
|
|
<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>
|
2018-02-24 11:10:56 +08:00
|
|
|
|
</PropertyGroup>
|
2018-12-30 11:21:19 +08:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<PackageReference Include="Pathoschild.Stardew.ModBuildConfig" Version="2.2.0" />
|
|
|
|
|
</ItemGroup>
|
2018-02-24 11:10:56 +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="Class1.cs" />
|
2018-03-04 23:53:55 +08:00
|
|
|
|
<Compile Include="Framework\Enums\AnimationType.cs" />
|
2018-02-24 11:10:56 +08:00
|
|
|
|
<Compile Include="Framework\Graphics\AssetInfo.cs" />
|
|
|
|
|
<Compile Include="Framework\Graphics\AssetManager.cs" />
|
|
|
|
|
<Compile Include="Framework\Graphics\AssetSheet.cs" />
|
2018-03-04 23:53:55 +08:00
|
|
|
|
<Compile Include="Framework\Enums\PartType.cs" />
|
|
|
|
|
<Compile Include="Framework\Enums\Seasons.cs" />
|
|
|
|
|
<Compile Include="Framework\Graphics\DirectionalTexture.cs" />
|
|
|
|
|
<Compile Include="Framework\Graphics\ExtendedAssetInfo.cs" />
|
|
|
|
|
<Compile Include="Framework\Enums\Genders.cs" />
|
|
|
|
|
<Compile Include="Framework\Graphics\AssetPool.cs" />
|
2018-03-05 05:23:40 +08:00
|
|
|
|
<Compile Include="Framework\Graphics\TextureGroups\TextureGroup.cs" />
|
2018-12-30 18:00:05 +08:00
|
|
|
|
<Compile Include="Framework\ModularNpcs\AnimatedSpriteCollection.cs" />
|
|
|
|
|
<Compile Include="Framework\ModularNpcs\AnimatedSpriteExtended.cs" />
|
|
|
|
|
<Compile Include="Framework\ModularNpcs\CharacterAnimationBases\StandardCharacterAnimation.cs" />
|
|
|
|
|
<Compile Include="Framework\ModularNpcs\CharacterAnimationBases\CharacterAnimationBase.cs" />
|
2018-03-04 23:53:55 +08:00
|
|
|
|
<Compile Include="Framework\Enums\Direction.cs" />
|
2018-12-30 18:00:05 +08:00
|
|
|
|
<Compile Include="Framework\ModularNpcs\ColorCollections\StandardColorCollection.cs" />
|
|
|
|
|
<Compile Include="Framework\ModularNpcs\ModularRenderers\AnimationKeys.cs" />
|
|
|
|
|
<Compile Include="Framework\ModularNpcs\ModularRenderers\BasicRenderer.cs" />
|
|
|
|
|
<Compile Include="Framework\ModularNpcs\Portrait.cs" />
|
|
|
|
|
<Compile Include="Framework\ModularNpcs\Sprite.cs" />
|
|
|
|
|
<Compile Include="Framework\NpcNames.cs" />
|
|
|
|
|
<Compile Include="Framework\NPCS\ExtendedNpc.cs" />
|
|
|
|
|
<Compile Include="Framework\NPCS\MerchantNpc.cs" />
|
|
|
|
|
<Compile Include="Framework\Utilities\NpcTracker.cs" />
|
2018-02-24 11:10:56 +08:00
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
|
</ItemGroup>
|
2018-05-01 09:21:31 +08:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\StardustCore\StardustCore.csproj">
|
|
|
|
|
<Project>{0756D36A-95C8-480D-8EA6-4584C03010C6}</Project>
|
|
|
|
|
<Name>StardustCore</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
</ItemGroup>
|
2018-12-30 18:00:05 +08:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="manifest.json" />
|
|
|
|
|
</ItemGroup>
|
2018-02-24 11:10:56 +08:00
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
|
|
</Project>
|