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 >{F1A8FDC3-4919-466D-927C-7F1FD8626A89}</ProjectGuid >
8+ <OutputType >Exe</OutputType >
9+ <RootNamespace >COTLMPServer</RootNamespace >
10+ <AssemblyName >CultOfTheLambServer</AssemblyName >
11+ <TargetFrameworkVersion >v4.7.2</TargetFrameworkVersion >
12+ <FileAlignment >512</FileAlignment >
13+ <AutoGenerateBindingRedirects >false</AutoGenerateBindingRedirects >
14+ <Deterministic >true</Deterministic >
15+ <PublishUrl >publish\</PublishUrl >
16+ <Install >true</Install >
17+ <InstallFrom >Disk</InstallFrom >
18+ <UpdateEnabled >false</UpdateEnabled >
19+ <UpdateMode >Foreground</UpdateMode >
20+ <UpdateInterval >7</UpdateInterval >
21+ <UpdateIntervalUnits >Days</UpdateIntervalUnits >
22+ <UpdatePeriodically >false</UpdatePeriodically >
23+ <UpdateRequired >false</UpdateRequired >
24+ <MapFileExtensions >true</MapFileExtensions >
25+ <ApplicationRevision >0</ApplicationRevision >
26+ <ApplicationVersion >1.0.0.%2a</ApplicationVersion >
27+ <IsWebBootstrapper >false</IsWebBootstrapper >
28+ <UseApplicationTrust >false</UseApplicationTrust >
29+ <BootstrapperEnabled >true</BootstrapperEnabled >
30+ </PropertyGroup >
31+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
32+ <PlatformTarget >AnyCPU</PlatformTarget >
33+ <DebugSymbols >true</DebugSymbols >
34+ <DebugType >full</DebugType >
35+ <Optimize >false</Optimize >
36+ <OutputPath >bin\Debug\</OutputPath >
37+ <DefineConstants >DEBUG;TRACE</DefineConstants >
38+ <ErrorReport >prompt</ErrorReport >
39+ <WarningLevel >0</WarningLevel >
40+ <Prefer32Bit >true</Prefer32Bit >
41+ </PropertyGroup >
42+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
43+ <PlatformTarget >AnyCPU</PlatformTarget >
44+ <DebugType >pdbonly</DebugType >
45+ <Optimize >false</Optimize >
46+ <OutputPath >bin\Debug\</OutputPath >
47+ <DefineConstants >DEBUG;TRACE</DefineConstants >
48+ <ErrorReport >prompt</ErrorReport >
49+ <WarningLevel >4</WarningLevel >
50+ </PropertyGroup >
51+ <PropertyGroup >
52+ <StartupObject >
53+ </StartupObject >
54+ </PropertyGroup >
55+ <ItemGroup >
56+ <Reference Include =" System" />
57+ <Reference Include =" System.Core" />
58+ <Reference Include =" System.Xml.Linq" />
59+ <Reference Include =" System.Data.DataSetExtensions" />
60+ <Reference Include =" Microsoft.CSharp" />
61+ <Reference Include =" System.Data" />
62+ <Reference Include =" System.Net.Http" />
63+ <Reference Include =" System.Xml" />
64+ </ItemGroup >
65+ <ItemGroup >
66+ <Compile Include =" Launcher.cs" />
67+ <Compile Include =" Properties\AssemblyInfo.cs" />
68+ <Compile Include =" ServerParser.cs" />
69+ </ItemGroup >
70+ <ItemGroup >
71+ <None Include =" App.config" />
72+ </ItemGroup >
73+ <ItemGroup >
74+ <ProjectReference Include =" ..\COTLMPServer.csproj" >
75+ <Project >{9476aa40-c94f-43c7-bf81-9427f4329e8f}</Project >
76+ <Name >COTLMPServer</Name >
77+ </ProjectReference >
78+ </ItemGroup >
79+ <ItemGroup >
80+ <BootstrapperPackage Include =" .NETFramework,Version=v4.7.2" >
81+ <Visible >False</Visible >
82+ <ProductName >Microsoft .NET Framework 4.7.2 %28x86 and x64%29</ProductName >
83+ <Install >true</Install >
84+ </BootstrapperPackage >
85+ <BootstrapperPackage Include =" Microsoft.Net.Framework.3.5.SP1" >
86+ <Visible >False</Visible >
87+ <ProductName >.NET Framework 3.5 SP1</ProductName >
88+ <Install >false</Install >
89+ </BootstrapperPackage >
90+ </ItemGroup >
91+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
92+ </Project >
0 commit comments