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 >{92A0CD3F-0CB3-4F9C-B747-D3CA52E1D75D}</ProjectGuid >
8+ <OutputType >Library</OutputType >
9+ <AppDesignerFolder >Properties</AppDesignerFolder >
10+ <RootNamespace >Ravenfield</RootNamespace >
11+ <AssemblyName >Ravenfield</AssemblyName >
12+ <TargetFrameworkVersion >v4.8</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+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x64'" >
34+ <DebugSymbols >true</DebugSymbols >
35+ <OutputPath >bin\x64\Debug\</OutputPath >
36+ <DefineConstants >DEBUG;TRACE</DefineConstants >
37+ <DebugType >full</DebugType >
38+ <PlatformTarget >x64</PlatformTarget >
39+ <LangVersion >7.3</LangVersion >
40+ <ErrorReport >prompt</ErrorReport >
41+ </PropertyGroup >
42+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x64'" >
43+ <OutputPath >bin\x64\Release\</OutputPath >
44+ <DefineConstants >TRACE</DefineConstants >
45+ <Optimize >true</Optimize >
46+ <DebugType >pdbonly</DebugType >
47+ <PlatformTarget >x64</PlatformTarget >
48+ <LangVersion >7.3</LangVersion >
49+ <ErrorReport >prompt</ErrorReport >
50+ </PropertyGroup >
51+ <ItemGroup >
52+ <Reference Include =" Assembly-CSharp" >
53+ <HintPath >..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\Ravenfield\ravenfield_Data\Managed\Assembly-CSharp.dll</HintPath >
54+ <Private >False</Private >
55+ </Reference >
56+ <Reference Include =" Assembly-CSharp-firstpass" >
57+ <HintPath >..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\Ravenfield\ravenfield_Data\Managed\Assembly-CSharp-firstpass.dll</HintPath >
58+ <Private >False</Private >
59+ </Reference >
60+ <Reference Include =" Json.Net, Version=1.0.33.1, Culture=neutral, processorArchitecture=MSIL" >
61+ <HintPath >packages\Json.Net.1.0.33\lib\netstandard2.0\Json.Net.dll</HintPath >
62+ <Private >False</Private >
63+ </Reference >
64+ <Reference Include =" Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
65+ <HintPath >packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll</HintPath >
66+ <Private >False</Private >
67+ </Reference >
68+ <Reference Include =" System" />
69+ <Reference Include =" System.Core" />
70+ <Reference Include =" System.Xml.Linq" />
71+ <Reference Include =" System.Data.DataSetExtensions" />
72+ <Reference Include =" Microsoft.CSharp" />
73+ <Reference Include =" System.Data" />
74+ <Reference Include =" System.Net.Http" />
75+ <Reference Include =" System.Xml" />
76+ <Reference Include =" Unity.TextMeshPro" >
77+ <HintPath >..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\Ravenfield\ravenfield_Data\Managed\Unity.TextMeshPro.dll</HintPath >
78+ <Private >False</Private >
79+ </Reference >
80+ <Reference Include =" UnityEngine" >
81+ <HintPath >..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\Ravenfield\ravenfield_Data\Managed\UnityEngine.dll</HintPath >
82+ <Private >False</Private >
83+ </Reference >
84+ <Reference Include =" UnityEngine.AIModule" >
85+ <HintPath >..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\Ravenfield\ravenfield_Data\Managed\UnityEngine.AIModule.dll</HintPath >
86+ <Private >False</Private >
87+ </Reference >
88+ <Reference Include =" UnityEngine.CoreModule" >
89+ <HintPath >..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\Ravenfield\ravenfield_Data\Managed\UnityEngine.CoreModule.dll</HintPath >
90+ <Private >False</Private >
91+ </Reference >
92+ <Reference Include =" UnityEngine.GIModule" >
93+ <HintPath >..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\Ravenfield\ravenfield_Data\Managed\UnityEngine.GIModule.dll</HintPath >
94+ <Private >False</Private >
95+ </Reference >
96+ <Reference Include =" UnityEngine.IMGUIModule" >
97+ <HintPath >..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\Ravenfield\ravenfield_Data\Managed\UnityEngine.IMGUIModule.dll</HintPath >
98+ <Private >False</Private >
99+ </Reference >
100+ <Reference Include =" UnityEngine.InputLegacyModule" >
101+ <HintPath >..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\Ravenfield\ravenfield_Data\Managed\UnityEngine.InputLegacyModule.dll</HintPath >
102+ <Private >False</Private >
103+ </Reference >
104+ <Reference Include =" UnityEngine.Physics2DModule" >
105+ <HintPath >..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\Ravenfield\ravenfield_Data\Managed\UnityEngine.Physics2DModule.dll</HintPath >
106+ <Private >False</Private >
107+ </Reference >
108+ <Reference Include =" UnityEngine.PhysicsModule" >
109+ <HintPath >..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\Ravenfield\ravenfield_Data\Managed\UnityEngine.PhysicsModule.dll</HintPath >
110+ <Private >False</Private >
111+ </Reference >
112+ <Reference Include =" UnityEngine.TextCoreModule" >
113+ <HintPath >..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\Ravenfield\ravenfield_Data\Managed\UnityEngine.TextCoreModule.dll</HintPath >
114+ <Private >False</Private >
115+ </Reference >
116+ <Reference Include =" UnityEngine.TextRenderingModule" >
117+ <HintPath >..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\Ravenfield\ravenfield_Data\Managed\UnityEngine.TextRenderingModule.dll</HintPath >
118+ <Private >False</Private >
119+ </Reference >
120+ <Reference Include =" UnityEngine.UI" >
121+ <HintPath >..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\Ravenfield\ravenfield_Data\Managed\UnityEngine.UI.dll</HintPath >
122+ <Private >False</Private >
123+ </Reference >
124+ <Reference Include =" UnityEngine.UIElementsModule" >
125+ <HintPath >..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\Ravenfield\ravenfield_Data\Managed\UnityEngine.UIElementsModule.dll</HintPath >
126+ <Private >False</Private >
127+ </Reference >
128+ <Reference Include =" UnityEngine.UIElementsNativeModule" >
129+ <HintPath >..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\Ravenfield\ravenfield_Data\Managed\UnityEngine.UIElementsNativeModule.dll</HintPath >
130+ <Private >False</Private >
131+ </Reference >
132+ <Reference Include =" UnityEngine.UIModule" >
133+ <HintPath >..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\Ravenfield\ravenfield_Data\Managed\UnityEngine.UIModule.dll</HintPath >
134+ <Private >False</Private >
135+ </Reference >
136+ </ItemGroup >
137+ <ItemGroup >
138+ <Compile Include =" Loader.cs" />
139+ <Compile Include =" Hacks.cs" />
140+ <Compile Include =" Properties\AssemblyInfo.cs" />
141+ </ItemGroup >
142+ <ItemGroup >
143+ <None Include =" packages.config" />
144+ </ItemGroup >
145+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
146+ </Project >
0 commit comments