1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 15.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <PropertyGroup >
4+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
5+ <Platform Condition =" '$(Platform)' == '' " >x64</Platform >
6+ <ProductVersion >8.0.30703</ProductVersion >
7+ <SchemaVersion >2.0</SchemaVersion >
8+ <StartAction >Program</StartAction >
9+ <ProjectGuid >{21D55085-3997-4A44-B09B-2B1735CA6D2A}</ProjectGuid >
10+ <OutputType >Library</OutputType >
11+ <PlatformTarget >x64</PlatformTarget >
12+ <AppDesignerFolder >Properties</AppDesignerFolder >
13+ <RootNamespace >COM3D2.ButtJiggle</RootNamespace >
14+ <AssemblyName >COM3D2.ButtJiggle.Plugin</AssemblyName >
15+ <LangVersion >latest</LangVersion >
16+ <TargetFrameworkVersion >v3.5</TargetFrameworkVersion >
17+ <FileAlignment >512</FileAlignment >
18+ <COM3D2InstallPath >C:\DJN\KISS\COM3D2</COM3D2InstallPath >
19+ <OutputPath >bin\$(Configuration)\$(Platform)</OutputPath >
20+ <StartProgram >$(COM3D2InstallPath)\COM3D2x64.exe</StartProgram >
21+ </PropertyGroup >
22+ <PropertyGroup Condition =" '$(Configuration)' == 'Debug' " >
23+ <DebugSymbols >true</DebugSymbols >
24+ <DebugType >full</DebugType >
25+ <Optimize >false</Optimize >
26+ <DefineConstants >DEBUG;TRACE</DefineConstants >
27+ <ErrorReport >prompt</ErrorReport >
28+ <WarningLevel >4</WarningLevel >
29+ </PropertyGroup >
30+ <PropertyGroup Condition =" '$(Configuration)' == 'Release' " >
31+ <DebugType >pdbonly</DebugType >
32+ <Optimize >true</Optimize >
33+ <DefineConstants >TRACE</DefineConstants >
34+ <ErrorReport >prompt</ErrorReport >
35+ <WarningLevel >4</WarningLevel >
36+ </PropertyGroup >
37+ <PropertyGroup >
38+ <RestoreSources >$(RestoreSources);https://nuget.bepinex.dev/v3/index.json</RestoreSources >
39+ </PropertyGroup >
40+ <ItemGroup >
41+ <PackageReference Include =" COM3D2.GameLibs" Version =" 2.13.0-r.0" targetFramework =" net35" />
42+ <PackageReference Include =" UnityEngine" Version =" 5.6.1" targetFramework =" net35" />
43+ <PackageReference Include =" BepInEx.Analyzers" Version =" 1.0.8" targetFramework =" net35" developmentDependency =" true" >
44+ <PrivateAssets >all</PrivateAssets >
45+ </PackageReference >
46+ <PackageReference Include =" BepInEx.BaseLib" Version =" 5.4.19" targetFramework =" net35" />
47+ <PackageReference Include =" BepInEx.Core" Version =" 5.4.19" targetFramework =" net35" />
48+ <PackageReference Include =" HarmonyX" Version =" 2.7.0" targetFramework =" net35" />
49+ <PackageReference Include =" Mono.Cecil" Version =" 0.10.4" targetFramework =" net35" />
50+ <PackageReference Include =" MonoMod.RuntimeDetour" Version =" 21.12.13.1" targetFramework =" net35" />
51+ <PackageReference Include =" MonoMod.Utils" Version =" 21.12.13.1" targetFramework =" net35" />
52+ <PackageReference Include =" UniverseLib.Analyzers" Version =" 1.0.3" targetFramework =" net35" developmentDependency =" true" >
53+ <PrivateAssets >all</PrivateAssets >
54+ </PackageReference >
55+ <PackageReference Include =" UniverseLib.Mono" Version =" 1.3.3" targetFramework =" net35" />
56+ </ItemGroup >
57+ <ItemGroup >
58+ <Reference Include =" System" >
59+ <Private >False</Private >
60+ </Reference >
61+ <Reference Include =" System.Core" >
62+ <Private >False</Private >
63+ </Reference >
64+ <Reference Include =" System.Xml.Linq" >
65+ <Private >False</Private >
66+ </Reference >
67+ <Reference Include =" System.Data.DataSetExtensions" >
68+ <Private >False</Private >
69+ </Reference >
70+ <Reference Include =" System.Data" >
71+ <Private >False</Private >
72+ </Reference >
73+ <Reference Include =" System.Xml" >
74+ <Private >False</Private >
75+ </Reference >
76+ </ItemGroup >
77+ <PropertyGroup >
78+ <ReferencePath >$(ReferencePath);$(COM3D2InstallPath)\BepinEx\plugins</ReferencePath >
79+ <ReferencePath >$(ReferencePath);$(COM3D2InstallPath)\Sybaris</ReferencePath >
80+ <ReferencePath >$(ReferencePath);$(COM3D2InstallPath)\Sybaris\UnityInjector</ReferencePath >
81+ </PropertyGroup >
82+ <ItemGroup >
83+ <Compile Include =" ButtJiggleUI.cs" />
84+ <Compile Include =" JiggleBoneHelper.cs" />
85+ <Compile Include =" BoneMorph_Patch.cs" />
86+ <Compile Include =" JiggleBoneOverride.cs" />
87+ <Compile Include =" Properties\AssemblyInfo.cs" />
88+ <Compile Include =" ButtJiggle.cs" />
89+ <Compile Include =" TBodyPatch.cs" />
90+ </ItemGroup >
91+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
92+ <PropertyGroup >
93+ <PostBuildEvent >
94+ rd "$(COM3D2InstallPath)\BepinEx\plugins\vsout_$(ProjectName)"
95+ mklink /J "$(COM3D2InstallPath)\BepinEx\plugins\vsout_$(ProjectName)" .
96+ </PostBuildEvent >
97+ </PropertyGroup >
98+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
99+ Other similar extension points exist, see Microsoft.Common.targets.
100+ <Target Name="BeforeBuild">
101+ </Target>
102+ <Target Name="AfterBuild">
103+ </Target>
104+ -->
105+ </Project >
0 commit comments