aboutsummaryrefslogtreecommitdiff
path: root/QuantumNet.Backend/QuantumNet.Backend.csproj
diff options
context:
space:
mode:
authorAlee <Alee14498@gmail.com>2019-05-19 10:53:35 -0400
committerAlee <Alee14498@gmail.com>2019-05-19 10:53:35 -0400
commit6ed2a7cb4a2de7bc1e48f94bf68f196124756920 (patch)
tree19f7691801d3340408d46f1a1ba3039b3c03fbb3 /QuantumNet.Backend/QuantumNet.Backend.csproj
parent3ccda1094bfc6f9db8031bd59e2fc10b09e853e0 (diff)
downloadQuantumNet-6ed2a7cb4a2de7bc1e48f94bf68f196124756920.tar.gz
QuantumNet-6ed2a7cb4a2de7bc1e48f94bf68f196124756920.tar.bz2
QuantumNet-6ed2a7cb4a2de7bc1e48f94bf68f196124756920.zip
Add project files.
Diffstat (limited to 'QuantumNet.Backend/QuantumNet.Backend.csproj')
-rw-r--r--QuantumNet.Backend/QuantumNet.Backend.csproj54
1 files changed, 54 insertions, 0 deletions
diff --git a/QuantumNet.Backend/QuantumNet.Backend.csproj b/QuantumNet.Backend/QuantumNet.Backend.csproj
new file mode 100644
index 0000000..4c903f9
--- /dev/null
+++ b/QuantumNet.Backend/QuantumNet.Backend.csproj
@@ -0,0 +1,54 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
+ <PropertyGroup>
+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
+ <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
+ <ProjectGuid>{08805581-B972-4E6F-97BB-B3BF3130CD08}</ProjectGuid>
+ <OutputType>Library</OutputType>
+ <AppDesignerFolder>Properties</AppDesignerFolder>
+ <RootNamespace>QuantumNet.Backend</RootNamespace>
+ <AssemblyName>QuantumNet.Backend</AssemblyName>
+ <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
+ <FileAlignment>512</FileAlignment>
+ <Deterministic>true</Deterministic>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
+ <DebugSymbols>true</DebugSymbols>
+ <DebugType>full</DebugType>
+ <Optimize>false</Optimize>
+ <OutputPath>bin\Debug\</OutputPath>
+ <DefineConstants>DEBUG;TRACE</DefineConstants>
+ <ErrorReport>prompt</ErrorReport>
+ <WarningLevel>4</WarningLevel>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
+ <DebugType>pdbonly</DebugType>
+ <Optimize>true</Optimize>
+ <OutputPath>bin\Release\</OutputPath>
+ <DefineConstants>TRACE</DefineConstants>
+ <ErrorReport>prompt</ErrorReport>
+ <WarningLevel>4</WarningLevel>
+ </PropertyGroup>
+ <ItemGroup>
+ <Reference Include="MonoGame.Framework, Version=3.7.1.189, Culture=neutral, processorArchitecture=MSIL">
+ <HintPath>..\packages\MonoGame.Framework.Portable.3.7.1.189\lib\portable-net45+win8+wpa81\MonoGame.Framework.dll</HintPath>
+ </Reference>
+ <Reference Include="System" />
+ <Reference Include="System.Core" />
+ <Reference Include="System.Xml.Linq" />
+ <Reference Include="System.Data.DataSetExtensions" />
+ <Reference Include="Microsoft.CSharp" />
+ <Reference Include="System.Data" />
+ <Reference Include="System.Net.Http" />
+ <Reference Include="System.Xml" />
+ </ItemGroup>
+ <ItemGroup>
+ <Compile Include="Class1.cs" />
+ <Compile Include="Properties\AssemblyInfo.cs" />
+ </ItemGroup>
+ <ItemGroup>
+ <None Include="packages.config" />
+ </ItemGroup>
+ <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
+</Project> \ No newline at end of file