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)' == '' " >Release</Configuration >
6+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7+ <ProjectGuid >{788BC472-59F7-46F6-B760-65C18BA74389}</ProjectGuid >
8+ <OutputType >Library</OutputType >
9+ <AppDesignerFolder >Properties</AppDesignerFolder >
10+ <RootNamespace >BVRmodTag</RootNamespace >
11+ <AssemblyName >ModTag</AssemblyName >
12+ <TargetFrameworkVersion >v4.7.2</TargetFrameworkVersion >
13+ <FileAlignment >512</FileAlignment >
14+ <Deterministic >true</Deterministic >
15+ <TargetFrameworkProfile />
16+ </PropertyGroup >
17+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
18+ <DebugSymbols >false</DebugSymbols >
19+ <DebugType >None</DebugType >
20+ <Optimize >true</Optimize >
21+ <OutputPath >$(SolutionDir)Output\</OutputPath >
22+ <DefineConstants >
23+ </DefineConstants >
24+ <ErrorReport >prompt</ErrorReport >
25+ <WarningLevel >4</WarningLevel >
26+ <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
27+ <Prefer32Bit >false</Prefer32Bit >
28+ <DebugSymbols >false</DebugSymbols >
29+ </PropertyGroup >
30+ <ItemGroup >
31+ <Reference Include =" Assembly-CSharp" >
32+ <HintPath >D:\Program Files x86\Epic Games\SteamNotBroken\steamapps\common\BricksVR\MelonLoader\Managed\Assembly-CSharp.dll</HintPath >
33+ </Reference >
34+ <Reference Include =" Il2Cppmscorlib" >
35+ <HintPath >D:\Program Files x86\Epic Games\SteamNotBroken\steamapps\common\BricksVR\MelonLoader\Managed\Il2Cppmscorlib.dll</HintPath >
36+ </Reference >
37+ <Reference Include =" MelonLoader" >
38+ <HintPath >D:\Program Files x86\Epic Games\SteamNotBroken\steamapps\common\BricksVR\MelonLoader\MelonLoader.dll</HintPath >
39+ </Reference >
40+ <Reference Include =" Normal.Realtime" >
41+ <HintPath >D:\Program Files x86\Epic Games\SteamNotBroken\steamapps\common\BricksVR\MelonLoader\Managed\Normal.Realtime.dll</HintPath >
42+ </Reference >
43+ <Reference Include =" Normcore" >
44+ <HintPath >D:\Program Files x86\Epic Games\SteamNotBroken\steamapps\common\BricksVR\MelonLoader\Managed\Normcore.dll</HintPath >
45+ </Reference >
46+ <Reference Include =" System" />
47+ <Reference Include =" UnhollowerBaseLib" >
48+ <HintPath >D:\Program Files x86\Epic Games\SteamNotBroken\steamapps\common\BricksVR\MelonLoader\Managed\UnhollowerBaseLib.dll</HintPath >
49+ </Reference >
50+ <Reference Include =" Unity.TextMeshPro" >
51+ <HintPath >D:\Program Files x86\Epic Games\SteamNotBroken\steamapps\common\BricksVR\MelonLoader\Managed\Unity.TextMeshPro.dll</HintPath >
52+ </Reference >
53+ <Reference Include =" UnityEngine" >
54+ <HintPath >D:\Program Files x86\Epic Games\SteamNotBroken\steamapps\common\BricksVR\MelonLoader\Managed\UnityEngine.dll</HintPath >
55+ </Reference >
56+ <Reference Include =" UnityEngine.AssetBundleModule" >
57+ <HintPath >D:\Program Files x86\Epic Games\SteamNotBroken\steamapps\common\BricksVR\MelonLoader\Managed\UnityEngine.AssetBundleModule.dll</HintPath >
58+ </Reference >
59+ <Reference Include =" UnityEngine.CoreModule" >
60+ <HintPath >D:\Program Files x86\Epic Games\SteamNotBroken\steamapps\common\BricksVR\MelonLoader\Managed\UnityEngine.CoreModule.dll</HintPath >
61+ </Reference >
62+ <Reference Include =" UnityEngine.InputLegacyModule" >
63+ <HintPath >D:\Program Files x86\Epic Games\SteamNotBroken\steamapps\common\BricksVR\MelonLoader\Managed\UnityEngine.InputLegacyModule.dll</HintPath >
64+ </Reference >
65+ <Reference Include =" UnityEngine.InputModule" >
66+ <HintPath >D:\Program Files x86\Epic Games\SteamNotBroken\steamapps\common\BricksVR\MelonLoader\Managed\UnityEngine.InputModule.dll</HintPath >
67+ </Reference >
68+ <Reference Include =" UnityEngine.UI, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
69+ <SpecificVersion >False</SpecificVersion >
70+ <HintPath >D:\Program Files x86\Epic Games\SteamNotBroken\steamapps\common\BricksVR\MelonLoader\Managed\UnityEngine.UI.dll</HintPath >
71+ </Reference >
72+ </ItemGroup >
73+ <ItemGroup >
74+ <Compile Include =" Properties\AssemblyInfo.cs" />
75+ <Compile Include =" Main.cs" />
76+ </ItemGroup >
77+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
78+ </Project >
0 commit comments