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 >{4ECB6784-B7D3-4B30-B3F9-487BEAE85C84}</ProjectGuid >
8+ <OutputType >Library</OutputType >
9+ <AppDesignerFolder >Properties</AppDesignerFolder >
10+ <RootNamespace >Wully</RootNamespace >
11+ <AssemblyName >!BetterMods</AssemblyName >
12+ <TargetFrameworkVersion >v4.7.2</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+ <DocumentationFile >bin\Debug\!BetterMods.xml</DocumentationFile >
27+ </PropertyGroup >
28+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
29+ <DebugType >pdbonly</DebugType >
30+ <Optimize >true</Optimize >
31+ <OutputPath >bin\Release\</OutputPath >
32+ <DefineConstants >TRACE</DefineConstants >
33+ <ErrorReport >prompt</ErrorReport >
34+ <WarningLevel >4</WarningLevel >
35+ <DocumentationFile >bin\Release\BetterMods.xml</DocumentationFile >
36+ </PropertyGroup >
37+ <ItemGroup >
38+ <Compile Include =" Events\BetterEvents.cs" />
39+ <Compile Include =" Events\BetterItemEvents.cs" />
40+ <Compile Include =" Helpers\BetterHelpers.cs" />
41+ <Compile Include =" Module\LevelModuleBetterEvents.cs" />
42+ <Compile Include =" Properties\AssemblyInfo.cs" />
43+ </ItemGroup >
44+ <ItemGroup >
45+ <Reference Include =" Assembly-CSharp" >
46+ <HintPath >E:\SteamLibrary\steamapps\common\Blade & Sorcery\BladeAndSorcery_Data\Managed\Assembly-CSharp.dll</HintPath >
47+ </Reference >
48+ <Reference Include =" IngameDebugConsole.Runtime, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
49+ <SpecificVersion >False</SpecificVersion >
50+ <HintPath >..\..\..\..\..\SteamLibrary\steamapps\common\Blade & Sorcery\BladeAndSorcery_Data\Managed\IngameDebugConsole.Runtime.dll</HintPath >
51+ </Reference >
52+ <Reference Include =" Unity.Addressables, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
53+ <SpecificVersion >False</SpecificVersion >
54+ <HintPath >..\..\..\..\..\SteamLibrary\steamapps\common\Blade & Sorcery\BladeAndSorcery_Data\Managed\Unity.Addressables.dll</HintPath >
55+ </Reference >
56+ <Reference Include =" Unity.ResourceManager, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
57+ <SpecificVersion >False</SpecificVersion >
58+ <HintPath >..\..\..\..\..\SteamLibrary\steamapps\common\Blade & Sorcery\BladeAndSorcery_Data\Managed\Unity.ResourceManager.dll</HintPath >
59+ </Reference >
60+ <Reference Include =" UnityEngine" >
61+ <HintPath >E:\SteamLibrary\steamapps\common\Blade & Sorcery\BladeAndSorcery_Data\Managed\UnityEngine.dll</HintPath >
62+ </Reference >
63+ <Reference Include =" UnityEngine.CoreModule" >
64+ <HintPath >E:\SteamLibrary\steamapps\common\Blade & Sorcery\BladeAndSorcery_Data\Managed\UnityEngine.CoreModule.dll</HintPath >
65+ </Reference >
66+ <Reference Include =" UnityEngine.PhysicsModule" >
67+ <HintPath >E:\SteamLibrary\steamapps\common\Blade & Sorcery\BladeAndSorcery_Data\Managed\UnityEngine.PhysicsModule.dll</HintPath >
68+ </Reference >
69+ <Reference Include =" UnityEngine.UI, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
70+ <SpecificVersion >False</SpecificVersion >
71+ <HintPath >..\..\..\..\..\SteamLibrary\steamapps\common\Blade & Sorcery\BladeAndSorcery_Data\Managed\UnityEngine.UI.dll</HintPath >
72+ </Reference >
73+ <Reference Include =" UnityEngine.VFXModule, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
74+ <SpecificVersion >False</SpecificVersion >
75+ <HintPath >..\..\..\..\..\SteamLibrary\steamapps\common\Blade & Sorcery\BladeAndSorcery_Data\Managed\UnityEngine.VFXModule.dll</HintPath >
76+ </Reference >
77+ </ItemGroup >
78+ <ItemGroup >
79+ <None Include =" api\index.md" />
80+ <None Include =" articles\intro.md" />
81+ <None Include =" articles\toc.md" />
82+ <None Include =" docfx.json" />
83+ <None Include =" index.md" />
84+ <None Include =" packages.config" />
85+ <None Include =" toc.yml" />
86+ </ItemGroup >
87+ <ItemGroup />
88+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
89+ <PropertyGroup >
90+ <PostBuildEvent >mkdir $(SolutionDir)\..\..\Catalog\!BetterMods
91+ del /S /Q $(SolutionDir)\..\..\Catalog\!BetterMods\
92+ robocopy "$(SolutionDir)\JSON" "$(SolutionDir)\..\..\Catalog\!BetterMods" /E
93+ copy /Y "$(TargetPath)" "$(SolutionDir)\..\..\Catalog\!BetterMods\!BetterMods.dll"
94+ copy /Y "$(TargetPath)" "$(SolutionDir)\..\..\Catalog\!BetterMods\!BetterMods.xml"</PostBuildEvent >
95+ </PropertyGroup >
96+ <Import Project =" packages\docfx.console.2.56.7\build\docfx.console.targets" Condition =" Exists('packages\docfx.console.2.56.7\build\docfx.console.targets')" />
97+ <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
98+ <PropertyGroup >
99+ <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 >
100+ </PropertyGroup >
101+ <Error Condition =" !Exists('packages\docfx.console.2.56.7\build\docfx.console.targets')" Text =" $([System.String]::Format('$(ErrorText)', 'packages\docfx.console.2.56.7\build\docfx.console.targets'))" />
102+ </Target >
103+ </Project >
0 commit comments