1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 15.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4+ <PropertyGroup >
5+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7+ <ProjectGuid >{86BD8498-F01A-468D-886F-DC55E2BC6E05}</ProjectGuid >
8+ <OutputType >Library</OutputType >
9+ <AppDesignerFolder >Properties</AppDesignerFolder >
10+ <RootNamespace >ShortStartLoader</RootNamespace >
11+ <AssemblyName >COM3D2.ShortStartLoader</AssemblyName >
12+ <TargetFrameworkVersion >v3.5</TargetFrameworkVersion >
13+ <FileAlignment >512</FileAlignment >
14+ <Deterministic >true</Deterministic >
15+ <NuGetPackageImportStamp >
16+ </NuGetPackageImportStamp >
17+ </PropertyGroup >
18+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
19+ <DebugSymbols >true</DebugSymbols >
20+ <DebugType >full</DebugType >
21+ <Optimize >false</Optimize >
22+ <OutputPath >bin\Debug\</OutputPath >
23+ <DefineConstants >DEBUG;TRACE</DefineConstants >
24+ <ErrorReport >prompt</ErrorReport >
25+ <WarningLevel >4</WarningLevel >
26+ </PropertyGroup >
27+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
28+ <DebugType >pdbonly</DebugType >
29+ <Optimize >true</Optimize >
30+ <OutputPath >bin\Release\</OutputPath >
31+ <DefineConstants >TRACE</DefineConstants >
32+ <ErrorReport >prompt</ErrorReport >
33+ <WarningLevel >4</WarningLevel >
34+ </PropertyGroup >
35+ <ItemGroup >
36+ <Reference Include =" 0Harmony, Version=2.9.0.0, Culture=neutral, processorArchitecture=MSIL" >
37+ <HintPath >..\packages\HarmonyX.2.9.0\lib\net35\0Harmony.dll</HintPath >
38+ </Reference >
39+ <Reference Include =" Assembly-CSharp, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
40+ <HintPath >..\packages\COM3D2.GameLibs.2.24.0-r.1\lib\net35\Assembly-CSharp.dll</HintPath >
41+ </Reference >
42+ <Reference Include =" Assembly-CSharp-firstpass, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
43+ <HintPath >..\packages\COM3D2.GameLibs.2.24.0-r.1\lib\net35\Assembly-CSharp-firstpass.dll</HintPath >
44+ </Reference >
45+ <Reference Include =" BepInEx, Version=5.4.21.0, Culture=neutral, processorArchitecture=MSIL" >
46+ <HintPath >..\packages\BepInEx.BaseLib.5.4.21\lib\net35\BepInEx.dll</HintPath >
47+ </Reference >
48+ <Reference Include =" Mono.Cecil, Version=0.10.4.0, Culture=neutral, PublicKeyToken=50cebf1cceb9d05e, processorArchitecture=MSIL" >
49+ <HintPath >..\packages\Mono.Cecil.0.10.4\lib\net35\Mono.Cecil.dll</HintPath >
50+ </Reference >
51+ <Reference Include =" Mono.Cecil.Mdb, Version=0.10.4.0, Culture=neutral, PublicKeyToken=50cebf1cceb9d05e, processorArchitecture=MSIL" >
52+ <HintPath >..\packages\Mono.Cecil.0.10.4\lib\net35\Mono.Cecil.Mdb.dll</HintPath >
53+ </Reference >
54+ <Reference Include =" Mono.Cecil.Pdb, Version=0.10.4.0, Culture=neutral, PublicKeyToken=50cebf1cceb9d05e, processorArchitecture=MSIL" >
55+ <HintPath >..\packages\Mono.Cecil.0.10.4\lib\net35\Mono.Cecil.Pdb.dll</HintPath >
56+ </Reference >
57+ <Reference Include =" Mono.Cecil.Rocks, Version=0.10.4.0, Culture=neutral, PublicKeyToken=50cebf1cceb9d05e, processorArchitecture=MSIL" >
58+ <HintPath >..\packages\Mono.Cecil.0.10.4\lib\net35\Mono.Cecil.Rocks.dll</HintPath >
59+ </Reference >
60+ <Reference Include =" MonoMod.RuntimeDetour, Version=22.1.29.1, Culture=neutral, processorArchitecture=MSIL" >
61+ <HintPath >..\packages\MonoMod.RuntimeDetour.22.1.29.1\lib\net35\MonoMod.RuntimeDetour.dll</HintPath >
62+ </Reference >
63+ <Reference Include =" MonoMod.Utils, Version=22.1.29.1, Culture=neutral, processorArchitecture=MSIL" >
64+ <HintPath >..\packages\MonoMod.Utils.22.1.29.1\lib\net35\MonoMod.Utils.dll</HintPath >
65+ </Reference >
66+ <Reference Include =" SemanticVersioning, Version=2.0.0.0, Culture=neutral, PublicKeyToken=a89bb7dc6f7a145c, processorArchitecture=MSIL" >
67+ <HintPath >..\packages\SemanticVersioning.2.0.0\lib\net35\SemanticVersioning.dll</HintPath >
68+ </Reference >
69+ <Reference Include =" System" />
70+ <Reference Include =" System.Core" />
71+ <Reference Include =" System.Threading, Version=1.0.3333.0, Culture=neutral, PublicKeyToken=402899b480e6f383, processorArchitecture=MSIL" >
72+ <HintPath >..\packages\TaskParallelLibrary.Repackaged.1.0.4-custom\lib\Net35\System.Threading.dll</HintPath >
73+ </Reference >
74+ <Reference Include =" System.Xml.Linq" />
75+ <Reference Include =" System.Data.DataSetExtensions" />
76+ <Reference Include =" System.Data" />
77+ <Reference Include =" System.Xml" />
78+ <Reference Include =" UnityEngine, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
79+ <HintPath >..\packages\UnityEngine.5.6.1\lib\net35\UnityEngine.dll</HintPath >
80+ </Reference >
81+ <Reference Include =" UnityEngine.UI, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
82+ <HintPath >..\packages\COM3D2.GameLibs.2.24.0-r.1\lib\net35\UnityEngine.UI.dll</HintPath >
83+ </Reference >
84+ </ItemGroup >
85+ <ItemGroup >
86+ <Compile Include =" GetFilesFix.cs" />
87+ <Compile Include =" FileOpOptimize.cs" />
88+ <Compile Include =" StartupOptimize.cs" />
89+ <Compile Include =" WildcardToRegex.cs" />
90+ <Compile Include =" SslMain.cs" />
91+ <Compile Include =" Properties\AssemblyInfo.cs" />
92+ <None Include =" packages.config" />
93+ </ItemGroup >
94+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
95+ <PropertyGroup >
96+ <PostBuildEvent >del "G:\KISS\COM3D2Test\BepinEx\plugins\$(TargetFileName)"
97+ copy "$(TargetPath)" "G:\KISS\COM3D2Test\BepinEx\plugins"
98+ powershell start-process "G:\KISS\COM3D2Test\COM3D2x64.exe"</PostBuildEvent >
99+ </PropertyGroup >
100+ <Import Project =" ..\packages\BepInEx.Core.5.4.21\build\BepInEx.Core.targets" Condition =" Exists('..\packages\BepInEx.Core.5.4.21\build\BepInEx.Core.targets')" />
101+ <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
102+ <PropertyGroup >
103+ <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 >
104+ </PropertyGroup >
105+ <Error Condition =" !Exists('..\packages\BepInEx.Core.5.4.21\build\BepInEx.Core.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\BepInEx.Core.5.4.21\build\BepInEx.Core.targets'))" />
106+ </Target >
107+ </Project >
0 commit comments