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 >{5BC01A21-07FC-4803-BD73-77E95A035753}</ProjectGuid >
8+ <OutputType >Library</OutputType >
9+ <AppDesignerFolder >Properties</AppDesignerFolder >
10+ <RootNamespace >LabMorePlugins</RootNamespace >
11+ <AssemblyName >LabMorePlugins</AssemblyName >
12+ <TargetFrameworkVersion >v4.8.1</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 >..\..\..\..\Desktop\SCPSL14.1SERVER\SCP Secret Laboratory Dedicated Server\SCPSL_Data\Managed\Assembly-CSharp.dll</HintPath >
54+ </Reference >
55+ <Reference Include =" Assembly-CSharp-firstpass" >
56+ <HintPath >..\..\..\..\Desktop\SCPSL14.1SERVER\SCP Secret Laboratory Dedicated Server\SCPSL_Data\Managed\Assembly-CSharp-firstpass.dll</HintPath >
57+ </Reference >
58+ <Reference Include =" CommandSystem.Core" >
59+ <HintPath >..\..\..\..\Desktop\SCPSL14.1SERVER\SCP Secret Laboratory Dedicated Server\SCPSL_Data\Managed\CommandSystem.Core.dll</HintPath >
60+ </Reference >
61+ <Reference Include =" LabApi, Version=1.0.2.0, Culture=neutral, processorArchitecture=AMD64" >
62+ <HintPath >..\packages\Northwood.LabAPI.1.0.2\lib\net48\LabApi.dll</HintPath >
63+ </Reference >
64+ <Reference Include =" Mirror" >
65+ <HintPath >..\..\..\..\Desktop\SCPSL14.1SERVER\SCP Secret Laboratory Dedicated Server\SCPSL_Data\Managed\Mirror.dll</HintPath >
66+ </Reference >
67+ <Reference Include =" NorthwoodLib" >
68+ <HintPath >..\..\..\..\Desktop\SCPSL14.1SERVER\SCP Secret Laboratory Dedicated Server\SCPSL_Data\Managed\NorthwoodLib.dll</HintPath >
69+ </Reference >
70+ <Reference Include =" System" />
71+ <Reference Include =" System.Core" />
72+ <Reference Include =" System.Xml.Linq" />
73+ <Reference Include =" System.Data.DataSetExtensions" />
74+ <Reference Include =" Microsoft.CSharp" />
75+ <Reference Include =" System.Data" />
76+ <Reference Include =" System.Net.Http" />
77+ <Reference Include =" System.Xml" />
78+ <Reference Include =" UnityEngine.CoreModule" >
79+ <HintPath >..\..\..\..\Desktop\SCPSL14.1SERVER\SCP Secret Laboratory Dedicated Server\SCPSL_Data\Managed\UnityEngine.CoreModule.dll</HintPath >
80+ </Reference >
81+ <Reference Include =" UnityEngine.PhysicsModule" >
82+ <HintPath >..\..\..\..\Desktop\SCPSL14.1SERVER\SCP Secret Laboratory Dedicated Server\SCPSL_Data\Managed\UnityEngine.PhysicsModule.dll</HintPath >
83+ </Reference >
84+ <Reference Include =" YamlDotNet, Version=11.0.0.0, Culture=neutral, PublicKeyToken=ec19458f3c15af5e, processorArchitecture=MSIL" >
85+ <HintPath >..\packages\YamlDotNet.11.0.1\lib\net45\YamlDotNet.dll</HintPath >
86+ </Reference >
87+ </ItemGroup >
88+ <ItemGroup >
89+ <Compile Include =" API\SAPI.cs" />
90+ <Compile Include =" Class1.cs" />
91+ <Compile Include =" Plugin.cs" />
92+ <Compile Include =" Properties\AssemblyInfo.cs" />
93+ </ItemGroup >
94+ <ItemGroup >
95+ <None Include =" packages.config" />
96+ </ItemGroup >
97+ <ItemGroup >
98+ <Folder Include =" Items\" />
99+ </ItemGroup >
100+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
101+ </Project >
0 commit comments