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 >{673C422C-DC81-427C-BEBF-275F21F9E8FB}</ProjectGuid >
8
+ <OutputType >Library</OutputType >
9
+ <AppDesignerFolder >Properties</AppDesignerFolder >
10
+ <RootNamespace >ItemSpawner</RootNamespace >
11
+ <AssemblyName >ItemSpawner</AssemblyName >
12
+ <TargetFrameworkVersion >v4.7.2</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
+ <ItemGroup >
34
+ <Reference Include =" 0Harmony, Version=2.0.4.0, Culture=neutral, processorArchitecture=MSIL" >
35
+ <HintPath >..\packages\Lib.Harmony.2.0.4\lib\net472\0Harmony.dll</HintPath >
36
+ </Reference >
37
+ <Reference Include =" Assembly-CSharp, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
38
+ <HintPath >..\packages\SynapseSL.2.0.0\lib\net472\Assembly-CSharp.dll</HintPath >
39
+ </Reference >
40
+ <Reference Include =" Assembly-CSharp-firstpass, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
41
+ <HintPath >..\packages\SynapseSL.2.0.0\lib\net472\Assembly-CSharp-firstpass.dll</HintPath >
42
+ </Reference >
43
+ <Reference Include =" LiteDB, Version=5.0.9.0, Culture=neutral, PublicKeyToken=4ee40123013c9f27, processorArchitecture=MSIL" >
44
+ <HintPath >..\packages\LiteDB.5.0.9\lib\net45\LiteDB.dll</HintPath >
45
+ </Reference >
46
+ <Reference Include =" Mirror, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
47
+ <HintPath >..\packages\SynapseSL.2.0.0\lib\net472\Mirror.dll</HintPath >
48
+ </Reference >
49
+ <Reference Include =" Synapse, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
50
+ <HintPath >..\packages\SynapseSL.2.0.0\lib\net472\Synapse.dll</HintPath >
51
+ </Reference >
52
+ <Reference Include =" System" />
53
+ <Reference Include =" System.Core" />
54
+ <Reference Include =" System.Runtime" />
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, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
62
+ <HintPath >..\packages\SynapseSL.2.0.0\lib\net472\UnityEngine.dll</HintPath >
63
+ </Reference >
64
+ <Reference Include =" UnityEngine.CoreModule, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
65
+ <HintPath >..\packages\SynapseSL.2.0.0\lib\net472\UnityEngine.CoreModule.dll</HintPath >
66
+ </Reference >
67
+ <Reference Include =" UnityEngine.PhysicsModule, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
68
+ <HintPath >..\packages\SynapseSL.2.0.0\lib\net472\UnityEngine.PhysicsModule.dll</HintPath >
69
+ </Reference >
70
+ <Reference Include =" YamlDotNet, Version=8.0.0.0, Culture=neutral, PublicKeyToken=ec19458f3c15af5e, processorArchitecture=MSIL" >
71
+ <HintPath >..\packages\YamlDotNet.8.1.2\lib\net45\YamlDotNet.dll</HintPath >
72
+ </Reference >
73
+ </ItemGroup >
74
+ <ItemGroup >
75
+ <Compile Include =" Config.cs" />
76
+ <Compile Include =" PluginClass.cs" />
77
+ <Compile Include =" Properties\AssemblyInfo.cs" />
78
+ </ItemGroup >
79
+ <ItemGroup >
80
+ <None Include =" packages.config" />
81
+ </ItemGroup >
82
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
83
+ </Project >
0 commit comments