|
11 | 11 | <AssemblyName>ConfigurationManager</AssemblyName> |
12 | 12 | <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> |
13 | 13 | <FileAlignment>512</FileAlignment> |
| 14 | + <NuGetPackageImportStamp> |
| 15 | + </NuGetPackageImportStamp> |
14 | 16 | </PropertyGroup> |
15 | 17 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
16 | 18 | <DebugSymbols>true</DebugSymbols> |
|
32 | 34 | <DocumentationFile>..\bin\BepInEx\plugins\ConfigurationManager.xml</DocumentationFile> |
33 | 35 | </PropertyGroup> |
34 | 36 | <ItemGroup> |
35 | | - <Reference Include="BepInEx"> |
36 | | - <HintPath>..\lib\BepInEx.dll</HintPath> |
37 | | - <Private>False</Private> |
38 | | - </Reference> |
39 | | - <Reference Include="BepInEx.BepIn4Patcher"> |
40 | | - <HintPath>..\lib\BepInEx.BepIn4Patcher.dll</HintPath> |
41 | | - <Private>False</Private> |
| 37 | + <Reference Include="BepInEx, Version=5.4.15.0, Culture=neutral, processorArchitecture=MSIL"> |
| 38 | + <HintPath>..\packages\BepInEx.BaseLib.5.4.15\lib\net35\BepInEx.dll</HintPath> |
42 | 39 | </Reference> |
43 | 40 | <Reference Include="System" /> |
44 | 41 | <Reference Include="System.Core" /> |
45 | | - <Reference Include="UnityEngine"> |
46 | | - <HintPath>..\lib\UnityEngine.dll</HintPath> |
47 | | - <Private>False</Private> |
| 42 | + <Reference Include="UnityEngine, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
| 43 | + <HintPath>..\packages\UnityEngine.5.6.1\lib\net35\UnityEngine.dll</HintPath> |
48 | 44 | </Reference> |
49 | 45 | </ItemGroup> |
50 | 46 | <ItemGroup> |
51 | 47 | <Compile Include="ConfigSettingEntry.cs" /> |
52 | | - <Compile Include="Obsolete\LegacySettingSearcher.cs" /> |
53 | | - <Compile Include="Obsolete\Interface\AcceptableValueBaseAttribute.cs" /> |
54 | | - <Compile Include="Obsolete\Interface\AcceptableValueListAttribute.cs" /> |
55 | | - <Compile Include="Obsolete\Interface\AcceptableValueRangeAttribute.cs" /> |
56 | | - <Compile Include="Obsolete\Interface\AdvancedAttribute.cs" /> |
57 | | - <Compile Include="Obsolete\Interface\CustomSettingDrawAttribute.cs" /> |
| 48 | + <Compile Include="PropertySettingEntry.cs" /> |
58 | 49 | <Compile Include="SettingSearcher.cs" /> |
59 | 50 | <Compile Include="Utilities\ComboBox.cs" /> |
60 | 51 | <Compile Include="ConfigurationManager.cs" /> |
61 | | - <Compile Include="Obsolete\Interface\KeyboardShortcut.cs" /> |
62 | 52 | <Compile Include="Properties\AssemblyInfo.cs" /> |
63 | | - <Compile Include="Obsolete\Interface\SavedKeyboardShortcut.cs" /> |
64 | | - <Compile Include="Obsolete\LegacySettingEntry.cs" /> |
65 | 53 | <Compile Include="SettingEntryBase.cs" /> |
66 | 54 | <Compile Include="SettingFieldDrawer.cs" /> |
67 | | - <Compile Include="Obsolete\FieldToPropertyInfoWrapper.cs" /> |
68 | 55 | <Compile Include="Utilities\Utilities.cs" /> |
69 | 56 | <Compile Include="ValueChangedEventArgs.cs" /> |
70 | 57 | </ItemGroup> |
71 | | - <ItemGroup /> |
| 58 | + <ItemGroup> |
| 59 | + <None Include="packages.config" /> |
| 60 | + </ItemGroup> |
| 61 | + <ItemGroup> |
| 62 | + <Analyzer Include="..\packages\BepInEx.Analyzers.1.0.8\analyzers\dotnet\cs\BepInEx.Analyzers.CodeFixes.dll" /> |
| 63 | + <Analyzer Include="..\packages\BepInEx.Analyzers.1.0.8\analyzers\dotnet\cs\BepInEx.Analyzers.dll" /> |
| 64 | + </ItemGroup> |
72 | 65 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
73 | 66 | <PropertyGroup> |
74 | 67 | <PostBuildEvent>IF EXIST $(SolutionDir)PostBuild.bat CALL "$(SolutionDir)PostBuild.bat" $(TargetPath) KK |
|
0 commit comments