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 >{32B03091-9BC4-48FD-9146-130C539A8880}</ProjectGuid >
8+ <OutputType >Library</OutputType >
9+ <AppDesignerFolder >Properties</AppDesignerFolder >
10+ <RootNamespace >SB_WelcomeMessage</RootNamespace >
11+ <AssemblyName >SB_WelcomeMessage</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" >
35+ <HintPath >..\..\..\DLLS\Assembly-CSharp.dll</HintPath >
36+ </Reference >
37+ <Reference Include =" Assembly-CSharp-firstpass" >
38+ <HintPath >..\..\..\DLLS\Assembly-CSharp-firstpass.dll</HintPath >
39+ </Reference >
40+ <Reference Include =" FormatWith, Version=3.0.1.0, Culture=neutral, PublicKeyToken=aa2680645c5ea719, processorArchitecture=MSIL" >
41+ <HintPath >..\packages\FormatWith.3.0.1\lib\netstandard2.0\FormatWith.dll</HintPath >
42+ </Reference >
43+ <Reference Include =" Mirror" >
44+ <HintPath >..\..\..\DLLS\Mirror.dll</HintPath >
45+ </Reference >
46+ <Reference Include =" PluginAPI, Version=12.0.0.0, Culture=neutral, processorArchitecture=AMD64" >
47+ <HintPath >..\packages\Northwood.PluginAPI.12.0.0\lib\net48\PluginAPI.dll</HintPath >
48+ </Reference >
49+ <Reference Include =" System" />
50+ <Reference Include =" System.Core" />
51+ <Reference Include =" System.Xml.Linq" />
52+ <Reference Include =" System.Data.DataSetExtensions" />
53+ <Reference Include =" Microsoft.CSharp" />
54+ <Reference Include =" System.Data" />
55+ <Reference Include =" System.Net.Http" />
56+ <Reference Include =" System.Xml" />
57+ <Reference Include =" UnityEngine.CoreModule" >
58+ <HintPath >..\..\..\DLLS\UnityEngine.CoreModule.dll</HintPath >
59+ </Reference >
60+ <Reference Include =" YamlDotNet, Version=11.0.0.0, Culture=neutral, PublicKeyToken=ec19458f3c15af5e, processorArchitecture=MSIL" >
61+ <HintPath >..\packages\YamlDotNet.11.0.1\lib\net45\YamlDotNet.dll</HintPath >
62+ </Reference >
63+ </ItemGroup >
64+ <ItemGroup >
65+ <Compile Include =" Config.cs" />
66+ <Compile Include =" Plugin.cs" />
67+ <Compile Include =" Properties\AssemblyInfo.cs" />
68+ </ItemGroup >
69+ <ItemGroup >
70+ <None Include =" packages.config" />
71+ </ItemGroup >
72+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
73+ </Project >
0 commit comments