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 >{FB965A30-58FD-4BE4-8683-2BF007DAE933}</ProjectGuid >
8
+ <OutputType >Library</OutputType >
9
+ <AppDesignerFolder >Properties</AppDesignerFolder >
10
+ <RootNamespace >CDK</RootNamespace >
11
+ <AssemblyName >CDK</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
+ </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 =" Assembly-CSharp, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
35
+ <SpecificVersion >False</SpecificVersion >
36
+ <HintPath >lib\Assembly-CSharp.dll</HintPath >
37
+ <Private >False</Private >
38
+ </Reference >
39
+ <Reference Include =" BouncyCastle.Crypto, Version=1.8.9.0, Culture=neutral, PublicKeyToken=0e99375e54769942" >
40
+ <HintPath >..\packages\BouncyCastle.1.8.9\lib\BouncyCastle.Crypto.dll</HintPath >
41
+ </Reference >
42
+ <Reference Include =" com.rlabrecque.steamworks.net, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
43
+ <SpecificVersion >False</SpecificVersion >
44
+ <HintPath >lib\com.rlabrecque.steamworks.net.dll</HintPath >
45
+ <Private >False</Private >
46
+ </Reference >
47
+ <Reference Include =" Google.Protobuf, Version=3.20.1.0, Culture=neutral, PublicKeyToken=a7d26565bac4d604, processorArchitecture=MSIL" >
48
+ <HintPath >..\packages\Google.Protobuf.3.20.1\lib\net45\Google.Protobuf.dll</HintPath >
49
+ </Reference >
50
+ <Reference Include =" K4os.Compression.LZ4, Version=1.2.16.0, Culture=neutral, PublicKeyToken=2186fa9121ef231d, processorArchitecture=MSIL" >
51
+ <HintPath >..\packages\K4os.Compression.LZ4.1.2.16\lib\net46\K4os.Compression.LZ4.dll</HintPath >
52
+ </Reference >
53
+ <Reference Include =" K4os.Compression.LZ4.Streams, Version=1.2.16.0, Culture=neutral, PublicKeyToken=2186fa9121ef231d, processorArchitecture=MSIL" >
54
+ <HintPath >..\packages\K4os.Compression.LZ4.Streams.1.2.16\lib\net46\K4os.Compression.LZ4.Streams.dll</HintPath >
55
+ </Reference >
56
+ <Reference Include =" K4os.Hash.xxHash, Version=1.0.7.0, Culture=neutral, PublicKeyToken=32cd54395057cec3, processorArchitecture=MSIL" >
57
+ <HintPath >..\packages\K4os.Hash.xxHash.1.0.7\lib\net46\K4os.Hash.xxHash.dll</HintPath >
58
+ </Reference >
59
+ <Reference Include =" MySql.Data, Version=8.0.29.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL" >
60
+ <HintPath >..\packages\MySql.Data.8.0.29\lib\net48\MySql.Data.dll</HintPath >
61
+ </Reference >
62
+ <Reference Include =" Rocket.API, Version=4.9.3.4, Culture=neutral, processorArchitecture=MSIL" >
63
+ <SpecificVersion >False</SpecificVersion >
64
+ <HintPath >lib\Rocket.API.dll</HintPath >
65
+ <Private >False</Private >
66
+ </Reference >
67
+ <Reference Include =" Rocket.Core, Version=4.9.3.4, Culture=neutral, processorArchitecture=MSIL" >
68
+ <SpecificVersion >False</SpecificVersion >
69
+ <HintPath >lib\Rocket.Core.dll</HintPath >
70
+ <Private >False</Private >
71
+ </Reference >
72
+ <Reference Include =" Rocket.Unturned, Version=4.9.3.13, Culture=neutral, processorArchitecture=MSIL" >
73
+ <SpecificVersion >False</SpecificVersion >
74
+ <HintPath >lib\Rocket.Unturned.dll</HintPath >
75
+ <Private >False</Private >
76
+ </Reference >
77
+ <Reference Include =" System" />
78
+ <Reference Include =" System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" >
79
+ <HintPath >..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath >
80
+ </Reference >
81
+ <Reference Include =" System.ComponentModel" />
82
+ <Reference Include =" System.ComponentModel.DataAnnotations" />
83
+ <Reference Include =" System.Configuration" />
84
+ <Reference Include =" System.Configuration.Install" />
85
+ <Reference Include =" System.Core" />
86
+ <Reference Include =" System.Management" />
87
+ <Reference Include =" System.Memory, Version=4.0.1.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" >
88
+ <HintPath >..\packages\System.Memory.4.5.4\lib\net461\System.Memory.dll</HintPath >
89
+ </Reference >
90
+ <Reference Include =" System.Numerics" />
91
+ <Reference Include =" System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
92
+ <HintPath >..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath >
93
+ </Reference >
94
+ <Reference Include =" System.Runtime.CompilerServices.Unsafe, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
95
+ <HintPath >..\packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath >
96
+ </Reference >
97
+ <Reference Include =" System.Transactions" />
98
+ <Reference Include =" System.Xml.Linq" />
99
+ <Reference Include =" System.Data.DataSetExtensions" />
100
+ <Reference Include =" Microsoft.CSharp" />
101
+ <Reference Include =" System.Data" />
102
+ <Reference Include =" System.Net.Http" />
103
+ <Reference Include =" System.Xml" />
104
+ <Reference Include =" Ubiety.Dns.Core, Version=2.2.1.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL" >
105
+ <HintPath >..\packages\MySql.Data.8.0.29\lib\net48\Ubiety.Dns.Core.dll</HintPath >
106
+ </Reference >
107
+ <Reference Include =" Uconomy" >
108
+ <HintPath >lib\Uconomy.dll</HintPath >
109
+ </Reference >
110
+ <Reference Include =" UnityEngine, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
111
+ <SpecificVersion >False</SpecificVersion >
112
+ <HintPath >lib\UnityEngine.dll</HintPath >
113
+ <Private >False</Private >
114
+ </Reference >
115
+ <Reference Include =" UnityEngine.CoreModule, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
116
+ <SpecificVersion >False</SpecificVersion >
117
+ <HintPath >lib\UnityEngine.CoreModule.dll</HintPath >
118
+ <Private >False</Private >
119
+ </Reference >
120
+ <Reference Include =" ZstdNet, Version=1.4.5.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL" >
121
+ <HintPath >..\packages\MySql.Data.8.0.29\lib\net48\ZstdNet.dll</HintPath >
122
+ </Reference >
123
+ </ItemGroup >
124
+ <ItemGroup >
125
+ <Compile Include =" CDKCommand.cs" />
126
+ <Compile Include =" Data\CDKData.cs" />
127
+ <Compile Include =" Config.cs" />
128
+ <Compile Include =" DatabaseManager.cs" />
129
+ <Compile Include =" Data\LogData.cs" />
130
+ <Compile Include =" Enum\ELogQueryType.cs" />
131
+ <Compile Include =" Main.cs" />
132
+ <Compile Include =" Properties\AssemblyInfo.cs" />
133
+ </ItemGroup >
134
+ <ItemGroup >
135
+ <None Include =" app.config" />
136
+ <None Include =" packages.config" />
137
+ </ItemGroup >
138
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
139
+ </Project >
0 commit comments