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 >{008F5D92-3F12-4851-9EF3-19F9086C51E9}</ProjectGuid >
8+ <OutputType >Library</OutputType >
9+ <AppDesignerFolder >Properties</AppDesignerFolder >
10+ <RootNamespace >ExtraConcentratedJuice.AntiLock</RootNamespace >
11+ <AssemblyName >AntiLock</AssemblyName >
12+ <TargetFrameworkVersion >v3.5</TargetFrameworkVersion >
13+ <FileAlignment >512</FileAlignment >
14+ </PropertyGroup >
15+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
16+ <DebugSymbols >true</DebugSymbols >
17+ <DebugType >full</DebugType >
18+ <Optimize >false</Optimize >
19+ <OutputPath >bin\Debug\</OutputPath >
20+ <DefineConstants >DEBUG;TRACE</DefineConstants >
21+ <ErrorReport >prompt</ErrorReport >
22+ <WarningLevel >4</WarningLevel >
23+ </PropertyGroup >
24+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
25+ <DebugType >pdbonly</DebugType >
26+ <Optimize >true</Optimize >
27+ <OutputPath >bin\Release\</OutputPath >
28+ <DefineConstants >TRACE</DefineConstants >
29+ <ErrorReport >prompt</ErrorReport >
30+ <WarningLevel >4</WarningLevel >
31+ </PropertyGroup >
32+ <ItemGroup >
33+ <Reference Include =" 0Harmony" >
34+ <HintPath >..\Libraries\0Harmony.dll</HintPath >
35+ </Reference >
36+ <Reference Include =" Assembly-CSharp" >
37+ <HintPath >..\Libraries\Assembly-CSharp.dll</HintPath >
38+ </Reference >
39+ <Reference Include =" Assembly-CSharp-firstpass" >
40+ <HintPath >..\Libraries\Assembly-CSharp-firstpass.dll</HintPath >
41+ </Reference >
42+ <Reference Include =" Rocket.API" >
43+ <HintPath >..\Libraries\Rocket.API.dll</HintPath >
44+ </Reference >
45+ <Reference Include =" Rocket.Core" >
46+ <HintPath >..\Libraries\Rocket.Core.dll</HintPath >
47+ </Reference >
48+ <Reference Include =" Rocket.Unturned" >
49+ <HintPath >..\Libraries\Rocket.Unturned.dll</HintPath >
50+ </Reference >
51+ <Reference Include =" System" />
52+ <Reference Include =" System.Core" />
53+ <Reference Include =" System.Xml.Linq" />
54+ <Reference Include =" System.Data.DataSetExtensions" />
55+ <Reference Include =" System.Data" />
56+ <Reference Include =" System.Xml" />
57+ <Reference Include =" UnityEngine" >
58+ <HintPath >..\Libraries\UnityEngine.dll</HintPath >
59+ </Reference >
60+ </ItemGroup >
61+ <ItemGroup >
62+ <Compile Include =" AntiLock.cs" />
63+ <Compile Include =" AntiLockConfiguration.cs" />
64+ <Compile Include =" AskVehicleLockOverride.cs" />
65+ <Compile Include =" CommandClearLocks.cs" />
66+ <Compile Include =" LockGroup.cs" />
67+ <Compile Include =" Properties\AssemblyInfo.cs" />
68+ </ItemGroup >
69+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
70+ </Project >
0 commit comments