aboutsummaryrefslogtreecommitdiff
path: root/PortsTerminal/PortsTerminal.csproj
diff options
context:
space:
mode:
authorTheEdgeNK <trey6979@gmail.com>2018-09-01 00:36:43 -0400
committerTheEdgeNK <trey6979@gmail.com>2018-09-01 00:36:43 -0400
commitfb69cc80fc9e22549915f2a0905323f145e23374 (patch)
treefe96528ac85d03485fef7fbe72131e80878d4694 /PortsTerminal/PortsTerminal.csproj
parente9e4ec9c4ede2ac2a2c954e0a8b8fef946322c4e (diff)
downloadProject-Silicon-fb69cc80fc9e22549915f2a0905323f145e23374.tar.gz
Project-Silicon-fb69cc80fc9e22549915f2a0905323f145e23374.tar.bz2
Project-Silicon-fb69cc80fc9e22549915f2a0905323f145e23374.zip
New terminal in the form of a console application
Diffstat (limited to 'PortsTerminal/PortsTerminal.csproj')
-rw-r--r--PortsTerminal/PortsTerminal.csproj62
1 files changed, 62 insertions, 0 deletions
diff --git a/PortsTerminal/PortsTerminal.csproj b/PortsTerminal/PortsTerminal.csproj
new file mode 100644
index 0000000..0f9e69f
--- /dev/null
+++ b/PortsTerminal/PortsTerminal.csproj
@@ -0,0 +1,62 @@
+<?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>{51B19B80-B154-4EFE-B838-FEC598F9E6D9}</ProjectGuid>
+ <OutputType>Exe</OutputType>
+ <RootNamespace>PortsTerminal</RootNamespace>
+ <AssemblyName>PortsTerminal</AssemblyName>
+ <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
+ <FileAlignment>512</FileAlignment>
+ <TargetFrameworkProfile />
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
+ <PlatformTarget>AnyCPU</PlatformTarget>
+ <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' ">
+ <PlatformTarget>AnyCPU</PlatformTarget>
+ <DebugType>pdbonly</DebugType>
+ <Optimize>true</Optimize>
+ <OutputPath>bin\Release\</OutputPath>
+ <DefineConstants>TRACE</DefineConstants>
+ <ErrorReport>prompt</ErrorReport>
+ <WarningLevel>4</WarningLevel>
+ </PropertyGroup>
+ <ItemGroup>
+ <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="Program.cs" />
+ <Compile Include="Properties\AssemblyInfo.cs" />
+ </ItemGroup>
+ <ItemGroup>
+ <None Include="App.config" />
+ </ItemGroup>
+ <ItemGroup>
+ <ProjectReference Include="..\PortEngine\PortEngine.csproj">
+ <Project>{c1b21b60-7ccc-42fc-83aa-b41644faa952}</Project>
+ <Name>PortEngine</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\Project Ports\Project Ports.csproj">
+ <Project>{7ff89341-be42-4ae1-b53e-f9fa4104d30f}</Project>
+ <Name>Project Ports</Name>
+ </ProjectReference>
+ </ItemGroup>
+ <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
+</Project> \ No newline at end of file