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')" />
1+ <Project Sdk =" Microsoft.NET.Sdk" >
42 <PropertyGroup >
5- <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6- <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7- <ProjectGuid >{22EDD399-1CC6-47C8-B8B8-A95FF2999901}</ProjectGuid >
8- <OutputType >Library</OutputType >
9- <AppDesignerFolder >Properties</AppDesignerFolder >
3+ <TargetFramework >net35</TargetFramework >
4+ <ImplicitUsings >disable</ImplicitUsings >
5+ <Nullable >disable</Nullable >
6+ <GenerateAssemblyInfo >False</GenerateAssemblyInfo >
107 <RootNamespace >ConfigurationManager</RootNamespace >
118 <AssemblyName >ConfigurationManager</AssemblyName >
12- <TargetFrameworkVersion >v3.5</TargetFrameworkVersion >
13- <FileAlignment >512</FileAlignment >
14- <NuGetPackageImportStamp >
15- </NuGetPackageImportStamp >
16- </PropertyGroup >
17- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
18- <DebugSymbols >true</DebugSymbols >
19- <DebugType >embedded</DebugType >
20- <Optimize >false</Optimize >
21- <OutputPath >..\bin\BepInEx5\</OutputPath >
22- <DefineConstants >DEBUG;TRACE</DefineConstants >
23- <ErrorReport >prompt</ErrorReport >
24- <WarningLevel >4</WarningLevel >
25- </PropertyGroup >
26- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
9+
10+ <OutputPath >D:\SVN\BepInEx.ConfigurationManager\bin\BepInEx5</OutputPath >
11+ <AppendTargetFrameworkToOutputPath >false</AppendTargetFrameworkToOutputPath >
12+ <GenerateDocumentationFile >True</GenerateDocumentationFile >
13+
2714 <DebugType >embedded</DebugType >
28- <Optimize >true</Optimize >
29- <OutputPath >..\bin\BepInEx5\</OutputPath >
30- <DefineConstants >TRACE</DefineConstants >
31- <ErrorReport >prompt</ErrorReport >
32- <WarningLevel >4</WarningLevel >
33- <DebugSymbols >true</DebugSymbols >
34- <DocumentationFile >..\bin\BepInEx5\ConfigurationManager.xml</DocumentationFile >
15+ <DefineConstants >$(DefineConstants);Mono</DefineConstants >
3516 </PropertyGroup >
17+
3618 <ItemGroup >
37- <Reference Include =" BepInEx, Version=5.4.20.0, Culture=neutral, processorArchitecture=MSIL" >
38- <HintPath >..\packages\BepInEx.BaseLib.5.4.20\lib\net35\BepInEx.dll</HintPath >
39- <Private >False</Private >
40- </Reference >
41- <Reference Include =" System" />
42- <Reference Include =" System.Core" />
43- <Reference Include =" Unity.InputSystem, Version=1.5.0.0, Culture=neutral, processorArchitecture=MSIL" >
44- <HintPath >..\packages\Unity.InputSystem.1.5.0\lib\net35\Unity.InputSystem.dll</HintPath >
45- <Private >False</Private >
46- </Reference >
47- <Reference Include =" UnityEngine, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
48- <HintPath >..\packages\UnityEngine.5.6.1\lib\net35\UnityEngine.dll</HintPath >
49- <Private >False</Private >
50- </Reference >
51- </ItemGroup >
52- <ItemGroup >
53- <Compile Include =" SettingSearcher.cs" />
54- </ItemGroup >
55- <ItemGroup >
56- <None Include =" packages.config" />
19+ <PackageReference Include =" BepInEx.Analyzers" Version =" 1.0.8" >
20+ <PrivateAssets >all</PrivateAssets >
21+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
22+ </PackageReference >
23+ <PackageReference Include =" BepInEx.BaseLib" Version =" 5.4.21" />
24+ <PackageReference Include =" Unity.InputSystem" Version =" 1.5.0" />
25+ <PackageReference Include =" UnityEngine" Version =" 5.6.1" />
5726 </ItemGroup >
27+
5828 <ItemGroup >
5929 <Analyzer Include =" ..\packages\BepInEx.Analyzers.1.0.8\analyzers\dotnet\cs\BepInEx.Analyzers.CodeFixes.dll" />
6030 <Analyzer Include =" ..\packages\BepInEx.Analyzers.1.0.8\analyzers\dotnet\cs\BepInEx.Analyzers.dll" />
6131 </ItemGroup >
62- <ItemGroup >
63- <Folder Include =" Properties\" />
64- </ItemGroup >
32+
6533 <Import Project =" ..\ConfigurationManager.Shared\ConfigurationManager.Shared.projitems" Label =" Shared" />
66- <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
67- <PropertyGroup >
68- <PostBuildEvent >IF EXIST $(SolutionDir)PostBuild.bat CALL "$(SolutionDir)PostBuild.bat" $(TargetPath) KK
69- IF EXIST $(SolutionDir)PostBuild.bat CALL "$(SolutionDir)PostBuild.bat" $(TargetPath) EC
70- IF EXIST $(SolutionDir)PostBuild.bat CALL "$(SolutionDir)PostBuild.bat" $(TargetPath) HS
71- IF EXIST $(SolutionDir)PostBuild.bat CALL "$(SolutionDir)PostBuild.bat" $(TargetPath) AI</PostBuildEvent >
72- </PropertyGroup >
7334</Project >
0 commit comments