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 >{1D7832E3-8127-4A4C-AB02-CB1485630156}</ProjectGuid >
8+ <OutputType >Library</OutputType >
9+ <AppDesignerFolder >Properties</AppDesignerFolder >
10+ <RootNamespace >COM3D2.GUIAPI</RootNamespace >
11+ <AssemblyName >COM3D2.GUIAPI</AssemblyName >
12+ <TargetFrameworkVersion >v3.5</TargetFrameworkVersion >
13+ <FileAlignment >512</FileAlignment >
14+ <Deterministic >true</Deterministic >
15+ </PropertyGroup >
16+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
17+ <DebugSymbols >true</DebugSymbols >
18+ <DebugType >full</DebugType >
19+ <Optimize >false</Optimize >
20+ <OutputPath >bin\Debug\</OutputPath >
21+ <DefineConstants >DEBUG;TRACE</DefineConstants >
22+ <ErrorReport >prompt</ErrorReport >
23+ <WarningLevel >4</WarningLevel >
24+ </PropertyGroup >
25+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
26+ <DebugType >pdbonly</DebugType >
27+ <Optimize >true</Optimize >
28+ <OutputPath >bin\Release\</OutputPath >
29+ <DefineConstants >TRACE</DefineConstants >
30+ <ErrorReport >prompt</ErrorReport >
31+ <WarningLevel >4</WarningLevel >
32+ </PropertyGroup >
33+ <ItemGroup >
34+ <Reference Include =" 0Harmony" >
35+ <HintPath >..\..\..\..\Desktop\Meido Assemblies\COM Assemblies\BepinEx\0Harmony.dll</HintPath >
36+ </Reference >
37+ <Reference Include =" Assembly-CSharp" >
38+ <HintPath >..\..\..\..\Desktop\Meido Assemblies\COM Assemblies\GameOriginal 1.55.4\publicized_assemblies\Assembly-CSharp.dll</HintPath >
39+ </Reference >
40+ <Reference Include =" BepInEx" >
41+ <HintPath >..\..\..\..\Desktop\Meido Assemblies\COM Assemblies\BepinEx\BepInEx.dll</HintPath >
42+ </Reference >
43+ <Reference Include =" ConfigurationManager" >
44+ <HintPath >..\..\..\..\Desktop\Meido Assemblies\COM Assemblies\Resources\ConfigurationManager.dll</HintPath >
45+ </Reference >
46+ <Reference Include =" System" />
47+ <Reference Include =" System.Core" />
48+ <Reference Include =" System.Xml.Linq" />
49+ <Reference Include =" System.Data.DataSetExtensions" />
50+ <Reference Include =" System.Data" />
51+ <Reference Include =" System.Xml" />
52+ <Reference Include =" UnityEngine" >
53+ <HintPath >..\..\..\..\Desktop\Meido Assemblies\COM Assemblies\GameOriginal 1.55.4\UnityEngine.dll</HintPath >
54+ </Reference >
55+ </ItemGroup >
56+ <ItemGroup >
57+ <Compile Include =" Handlers\ButtonHandler.cs" />
58+ <Compile Include =" ConfigControlDropDown.cs" />
59+ <Compile Include =" ConfigControlInputField.cs" />
60+ <Compile Include =" ConfigTabButton.cs" />
61+ <Compile Include =" ConfigControlSlider.cs" />
62+ <Compile Include =" ConfigControlSwitch.cs" />
63+ <Compile Include =" ConfigMenu.cs" />
64+ <Compile Include =" ConfigSection.cs" />
65+ <Compile Include =" ElementStoreHouse.cs" />
66+ <Compile Include =" ConfigControl.cs" />
67+ <Compile Include =" Helper\UIHelperFuncs.cs" />
68+ <Compile Include =" Main.cs" />
69+ <Compile Include =" Handlers\MenuHandler.cs" />
70+ <Compile Include =" Properties\AssemblyInfo.cs" />
71+ <Compile Include =" UIPopupListFixed.cs" />
72+ </ItemGroup >
73+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
74+ <PropertyGroup >
75+ <PostBuildEvent >del "G:\KISS\COM3D2Test\BepinEx\plugins\$(TargetFileName)"
76+ copy "$(TargetPath)" "G:\KISS\COM3D2Test\BepinEx\plugins"
77+ powershell start-process "G:\KISS\COM3D2Test\COM3D2x64.exe"</PostBuildEvent >
78+ </PropertyGroup >
79+ </Project >
0 commit comments