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 >{ABECAEA3-A747-4065-B6B0-F25A870E0E58}</ProjectGuid >
8+ <OutputType >Library</OutputType >
9+ <AppDesignerFolder >Properties</AppDesignerFolder >
10+ <RootNamespace >CustomDeathMessages</RootNamespace >
11+ <AssemblyName >CustomDeathMessages</AssemblyName >
12+ <TargetFrameworkVersion >v3.5</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+ <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
25+ </PropertyGroup >
26+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
27+ <DebugType >pdbonly</DebugType >
28+ <Optimize >true</Optimize >
29+ <OutputPath >bin\Release\</OutputPath >
30+ <DefineConstants >TRACE</DefineConstants >
31+ <ErrorReport >prompt</ErrorReport >
32+ <WarningLevel >4</WarningLevel >
33+ </PropertyGroup >
34+ <ItemGroup >
35+ <Reference Include =" 0Harmony" >
36+ <HintPath >..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\Distance\BepInEx\core\0Harmony.dll</HintPath >
37+ </Reference >
38+ <Reference Include =" Assembly-CSharp" >
39+ <HintPath >..\..\publicized_assemblies\Assembly-CSharp.dll</HintPath >
40+ </Reference >
41+ <Reference Include =" BepInEx" >
42+ <HintPath >..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\Distance\BepInEx\core\BepInEx.dll</HintPath >
43+ </Reference >
44+ <Reference Include =" JsonFx, Version=2.0.1209.2802, Culture=neutral, PublicKeyToken=315052dd637f8a52, processorArchitecture=MSIL" >
45+ <HintPath >..\packages\JsonFx.2.0.1209.2802\lib\net35\JsonFx.dll</HintPath >
46+ </Reference >
47+ <Reference Include =" System" />
48+ <Reference Include =" System.Core" />
49+ <Reference Include =" System.Xml.Linq" />
50+ <Reference Include =" System.Data.DataSetExtensions" />
51+ <Reference Include =" System.Data" />
52+ <Reference Include =" System.Xml" />
53+ <Reference Include =" UnityEngine" >
54+ <HintPath >..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\Distance\Distance_Data\Managed\UnityEngine.dll</HintPath >
55+ </Reference >
56+ </ItemGroup >
57+ <ItemGroup >
58+ <Compile Include =" Extensions\Assembly-CSharp\ClientPlayerInfo.cs" />
59+ <Compile Include =" Messages.cs" />
60+ <Compile Include =" MessageType.cs" />
61+ <Compile Include =" Patches\Assembly-CSharp\ClientLogic\OnEventPlayerActionMessage.cs" />
62+ <Compile Include =" Patches\Assembly-CSharp\ClientLogic\OnEventToAllClientsRemotePlayerActionMessage.cs" />
63+ <Compile Include =" Plugin.cs" />
64+ <Compile Include =" Properties\AssemblyInfo.cs" />
65+ </ItemGroup >
66+ <ItemGroup />
67+ <ItemGroup >
68+ <None Include =" packages.config" />
69+ </ItemGroup >
70+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
71+ </Project >
0 commit comments