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 >{95B81880-7F1D-46B0-B12D-F1EFF4B320C5}</ProjectGuid >
8+ <OutputType >Library</OutputType >
9+ <AppDesignerFolder >Properties</AppDesignerFolder >
10+ <RootNamespace >MusicDummy</RootNamespace >
11+ <AssemblyName >MusicDummy</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+ <PlatformTarget >x64</PlatformTarget >
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 =" Assembly-CSharp" >
36+ <HintPath >..\..\..\..\SteamLibrary\steamapps\common\SCP Secret Laboratory Dedicated Server\SCPSL_Data\Managed\Assembly-CSharp.dll</HintPath >
37+ </Reference >
38+ <Reference Include =" CommandSystem.Core" >
39+ <HintPath >..\..\..\..\SteamLibrary\steamapps\common\SCP Secret Laboratory Dedicated Server\SCPSL_Data\Managed\CommandSystem.Core.dll</HintPath >
40+ </Reference >
41+ <Reference Include =" Exiled.API" >
42+ <HintPath >C:\Users\Administrator\AppData\Roaming\EXILED\Plugins\dependencies\Exiled.API.dll</HintPath >
43+ </Reference >
44+ <Reference Include =" Mirror" >
45+ <HintPath >..\..\..\..\SteamLibrary\steamapps\common\SCP Secret Laboratory Dedicated Server\SCPSL_Data\Managed\Mirror.dll</HintPath >
46+ </Reference >
47+ <Reference Include =" PluginAPI" >
48+ <HintPath >..\..\..\..\SteamLibrary\steamapps\common\SCP Secret Laboratory Dedicated Server\SCPSL_Data\Managed\PluginAPI.dll</HintPath >
49+ </Reference >
50+ <Reference Include =" SCPSLAudioApi" >
51+ <HintPath >C:\Users\Administrator\Desktop\SCPSLAudioApi.dll</HintPath >
52+ </Reference >
53+ <Reference Include =" System" />
54+ <Reference Include =" System.Core" />
55+ <Reference Include =" System.Xml.Linq" />
56+ <Reference Include =" System.Data.DataSetExtensions" />
57+ <Reference Include =" Microsoft.CSharp" />
58+ <Reference Include =" System.Data" />
59+ <Reference Include =" System.Net.Http" />
60+ <Reference Include =" System.Xml" />
61+ <Reference Include =" UnityEngine" >
62+ <HintPath >..\..\..\..\SteamLibrary\steamapps\common\SCP Secret Laboratory Dedicated Server\SCPSL_Data\Managed\UnityEngine.dll</HintPath >
63+ </Reference >
64+ <Reference Include =" UnityEngine.CoreModule" >
65+ <HintPath >..\..\..\..\SteamLibrary\steamapps\common\SCP Secret Laboratory Dedicated Server\SCPSL_Data\Managed\UnityEngine.CoreModule.dll</HintPath >
66+ </Reference >
67+ <Reference Include =" UnityEngine.PhysicsModule" >
68+ <HintPath >..\..\..\..\SteamLibrary\steamapps\common\SCP Secret Laboratory Dedicated Server\SCPSL_Data\Managed\UnityEngine.PhysicsModule.dll</HintPath >
69+ </Reference >
70+ </ItemGroup >
71+ <ItemGroup >
72+ <Compile Include =" Dummy.cs" />
73+ <Compile Include =" Extensions.cs" />
74+ <Compile Include =" FakeConnection.cs" />
75+ <Compile Include =" Properties\AssemblyInfo.cs" />
76+ </ItemGroup >
77+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
78+ </Project >
0 commit comments