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 >{C816C531-3266-4FD4-99F3-D8DA42F5EA02}</ProjectGuid >
8+ <OutputType >Library</OutputType >
9+ <AppDesignerFolder >Properties</AppDesignerFolder >
10+ <RootNamespace >LabAPI_InfiniteAmmo</RootNamespace >
11+ <AssemblyName >LabAPI_InfiniteAmmo</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+ <LangVersion >12</LangVersion >
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+ <LangVersion >12</LangVersion >
34+ </PropertyGroup >
35+ <ItemGroup >
36+ <Reference Include =" Assembly-CSharp" >
37+ <HintPath >..\..\..\..\steam\steamapps\common\SCP Secret Laboratory Dedicated Server\SCPSL_Data\Managed\Assembly-CSharp.dll</HintPath >
38+ </Reference >
39+ <Reference Include =" LabApi" >
40+ <HintPath >..\..\..\..\steam\steamapps\common\SCP Secret Laboratory Dedicated Server\SCPSL_Data\Managed\LabApi.dll</HintPath >
41+ </Reference >
42+ <Reference Include =" Mirror" >
43+ <HintPath >..\..\..\..\steam\steamapps\common\SCP Secret Laboratory Dedicated Server\SCPSL_Data\Managed\Mirror.dll</HintPath >
44+ </Reference >
45+ <Reference Include =" System" />
46+ <Reference Include =" System.Core" />
47+ <Reference Include =" System.Xml.Linq" />
48+ <Reference Include =" System.Data.DataSetExtensions" />
49+ <Reference Include =" Microsoft.CSharp" />
50+ <Reference Include =" System.Data" />
51+ <Reference Include =" System.Net.Http" />
52+ <Reference Include =" System.Xml" />
53+ <Reference Include =" YamlDotNet, Version=16.0.0.0, Culture=neutral, PublicKeyToken=ec19458f3c15af5e, processorArchitecture=MSIL" >
54+ <HintPath >packages\YamlDotNet.16.3.0\lib\net47\YamlDotNet.dll</HintPath >
55+ </Reference >
56+ </ItemGroup >
57+ <ItemGroup >
58+ <Compile Include =" InfiniteAmmoEvent.cs" />
59+ <Compile Include =" InfiniteAmmoMain.cs" />
60+ <Compile Include =" Properties\AssemblyInfo.cs" />
61+ </ItemGroup >
62+ <ItemGroup >
63+ <None Include =" packages.config" />
64+ </ItemGroup >
65+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
66+ </Project >
0 commit comments