1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project ToolsVersion =" 4.0" DefaultTargets =" Build" 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 >{9280B8BA-6290-4FC8-A58F-BC24E43AA486}</ProjectGuid >
8
+ <OutputType >Library</OutputType >
9
+ <AppDesignerFolder >Properties</AppDesignerFolder >
10
+ <RootNamespace >DevTools</RootNamespace >
11
+ <AssemblyName >DevTools1.0.8</AssemblyName >
12
+ <TargetFrameworkVersion >v4.7.2</TargetFrameworkVersion >
13
+ <FileAlignment >512</FileAlignment >
14
+ </PropertyGroup >
15
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
16
+ <PlatformTarget >AnyCPU</PlatformTarget >
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
+ <PlatformTarget >AnyCPU</PlatformTarget >
28
+ <DebugType >pdbonly</DebugType >
29
+ <Optimize >true</Optimize >
30
+ <OutputPath >bin\Release\</OutputPath >
31
+ <DefineConstants >TRACE</DefineConstants >
32
+ <ErrorReport >prompt</ErrorReport >
33
+ <WarningLevel >4</WarningLevel >
34
+ </PropertyGroup >
35
+ <ItemGroup >
36
+ <Reference Include =" Assembly-CSharp-firstpass, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null" >
37
+ <HintPath >..\..\..\..\..\Desktop\2017\Servidores\SCP\SCPSL_Data\Managed\Assembly-CSharp-firstpass.dll</HintPath >
38
+ </Reference >
39
+ <Reference Include =" Assembly-CSharp_public" >
40
+ <HintPath >..\..\..\..\..\Desktop\2017\Servidores\SCP\_ExiledIgnire\Assembly-CSharp_public.dll</HintPath >
41
+ </Reference >
42
+ <Reference Include =" EXILED, Version=1.0.0.0, Culture=neutral, processorArchitecture=AMD64" >
43
+ <SpecificVersion >False</SpecificVersion >
44
+ <HintPath >..\..\..\..\..\Desktop\2017\Servidores\SCP\_ExiledIgnire\EXILED\EXILED.dll</HintPath >
45
+ </Reference >
46
+ <Reference Include =" EXILED_Events, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
47
+ <SpecificVersion >False</SpecificVersion >
48
+ <HintPath >..\..\..\..\..\Desktop\2017\Servidores\SCP\_ExiledIgnire\Plugins\EXILED_Events.dll</HintPath >
49
+ </Reference >
50
+ <Reference Include =" EXILED_Idler, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
51
+ <SpecificVersion >False</SpecificVersion >
52
+ <HintPath >..\..\..\..\..\Desktop\2017\Servidores\SCP\_ExiledIgnire\Plugins\EXILED_Idler.dll</HintPath >
53
+ </Reference >
54
+ <Reference Include =" EXILED_Permissions, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
55
+ <SpecificVersion >False</SpecificVersion >
56
+ <HintPath >..\..\..\..\..\Desktop\2017\Servidores\SCP\_ExiledIgnire\Plugins\EXILED_Permissions.dll</HintPath >
57
+ </Reference >
58
+ <Reference Include =" Mirror, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null" >
59
+ <HintPath >..\..\..\..\..\Desktop\2017\Servidores\SCP\SCPSL_Data\Managed\Mirror.dll</HintPath >
60
+ </Reference >
61
+ <Reference Include =" System" />
62
+ <Reference Include =" System.Core" />
63
+ <Reference Include =" System.Data" />
64
+ <Reference Include =" System.Xml" />
65
+ <Reference Include =" UnityEngine, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null" >
66
+ <HintPath >..\..\..\..\..\Desktop\2017\Servidores\SCP\SCPSL_Data\Managed\UnityEngine.dll</HintPath >
67
+ </Reference >
68
+ <Reference Include =" UnityEngine.CoreModule, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null" >
69
+ <HintPath >..\..\..\..\..\Desktop\2017\Servidores\SCP\SCPSL_Data\Managed\UnityEngine.CoreModule.dll</HintPath >
70
+ </Reference >
71
+ <Reference Include =" UnityEngine.PhysicsModule, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
72
+ <SpecificVersion >False</SpecificVersion >
73
+ <HintPath >..\..\..\..\..\Desktop\2017\Servidores\SCP\SCPSL_Data\Managed\UnityEngine.PhysicsModule.dll</HintPath >
74
+ </Reference >
75
+ </ItemGroup >
76
+ <ItemGroup >
77
+ <Compile Include =" EventHandlers.cs" />
78
+ <Compile Include =" Extensions.cs" />
79
+ <Compile Include =" Plugin.cs" />
80
+ <Compile Include =" Properties\AssemblyInfo.cs" />
81
+ </ItemGroup >
82
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
83
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
84
+ Other similar extension points exist, see Microsoft.Common.targets.
85
+ <Target Name="BeforeBuild">
86
+ </Target>
87
+ <Target Name="AfterBuild">
88
+ </Target>
89
+ -->
90
+ </Project >
0 commit comments