1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 15.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <Import Project =" packages\ILMerge.3.0.29\build\ILMerge.props" Condition =" Exists('packages\ILMerge.3.0.29\build\ILMerge.props')" />
4+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
5+ <PropertyGroup >
6+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
7+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
8+ <ProjectGuid >{2CC83AFF-ABEE-48A9-84AC-5BF9E66A94B3}</ProjectGuid >
9+ <OutputType >Library</OutputType >
10+ <AppDesignerFolder >Properties</AppDesignerFolder >
11+ <RootNamespace >MMDTools</RootNamespace >
12+ <AssemblyName >MaterialTextureTool</AssemblyName >
13+ <TargetFrameworkVersion >v4.7.2</TargetFrameworkVersion >
14+ <FileAlignment >512</FileAlignment >
15+ <Deterministic >true</Deterministic >
16+ <NuGetPackageImportStamp >
17+ </NuGetPackageImportStamp >
18+ </PropertyGroup >
19+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
20+ <DebugSymbols >true</DebugSymbols >
21+ <DebugType >full</DebugType >
22+ <Optimize >false</Optimize >
23+ <OutputPath >bin\Debug\</OutputPath >
24+ <DefineConstants >DEBUG;TRACE</DefineConstants >
25+ <ErrorReport >prompt</ErrorReport >
26+ <WarningLevel >4</WarningLevel >
27+ </PropertyGroup >
28+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
29+ <DebugType >pdbonly</DebugType >
30+ <Optimize >true</Optimize >
31+ <OutputPath >bin\Release\</OutputPath >
32+ <DefineConstants >TRACE</DefineConstants >
33+ <ErrorReport >prompt</ErrorReport >
34+ <WarningLevel >4</WarningLevel >
35+ </PropertyGroup >
36+ <ItemGroup >
37+ <Reference Include =" Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
38+ <HintPath >packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll</HintPath >
39+ </Reference >
40+ <Reference Include =" PEPlugin" >
41+ <HintPath >..\..\..\Program_Files\PmxEditor_0236\Lib\PEPlugin\PEPlugin.dll</HintPath >
42+ </Reference >
43+ <Reference Include =" PresentationCore" />
44+ <Reference Include =" PresentationFramework" />
45+ <Reference Include =" System" />
46+ <Reference Include =" System.Core" />
47+ <Reference Include =" System.Windows.Forms" />
48+ <Reference Include =" System.Xaml" />
49+ <Reference Include =" System.Xml.Linq" />
50+ <Reference Include =" System.Data.DataSetExtensions" />
51+ <Reference Include =" Microsoft.CSharp" />
52+ <Reference Include =" System.Data" />
53+ <Reference Include =" System.Net.Http" />
54+ <Reference Include =" System.Xml" />
55+ <Reference Include =" WindowsBase" />
56+ </ItemGroup >
57+ <ItemGroup >
58+ <Compile Include =" MMDTools.Common\Material.cs" />
59+ <Compile Include =" MMDTools.MaterialTextureTool\MaterialTexturePlugin.cs" />
60+ <Compile Include =" Properties\AssemblyInfo.cs" />
61+ </ItemGroup >
62+ <ItemGroup >
63+ <None Include =" packages.config" />
64+ </ItemGroup >
65+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
66+ <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
67+ <PropertyGroup >
68+ <ErrorText >This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText >
69+ </PropertyGroup >
70+ <Error Condition =" !Exists('packages\ILMerge.3.0.29\build\ILMerge.props')" Text =" $([System.String]::Format('$(ErrorText)', 'packages\ILMerge.3.0.29\build\ILMerge.props'))" />
71+ </Target >
72+ <ItemGroup >
73+ <PackageReference Include =" ILMerge" Version =" 3.0.29" />
74+ </ItemGroup >
75+ <Target Name =" ILMerge" >
76+ <!-- the ILMergePath property points to the location of ILMerge.exe console application -->
77+ <Exec Command =" $(ILMergeConsolePath) /out:bin\Release\MergedMMDTools.dll ^
 bin\Release\MMDTools.dll ^
 bin\Release\Newtonsoft.Json.dll " />
78+ </Target >
79+ </Project >
0 commit comments