diff options
| author | TheEdgeNK <trey6979@gmail.com> | 2018-09-01 01:27:41 -0400 |
|---|---|---|
| committer | TheEdgeNK <trey6979@gmail.com> | 2018-09-01 01:27:41 -0400 |
| commit | 269f6d0f4cbf556da4e4154143aa85fbf0448429 (patch) | |
| tree | e73ea6f5189fb91fe67ae23648ed5a23a4e93110 /PortsTerminal/PortsTerminal.csproj | |
| parent | fb69cc80fc9e22549915f2a0905323f145e23374 (diff) | |
| download | Project-Silicon-269f6d0f4cbf556da4e4154143aa85fbf0448429.tar.gz Project-Silicon-269f6d0f4cbf556da4e4154143aa85fbf0448429.tar.bz2 Project-Silicon-269f6d0f4cbf556da4e4154143aa85fbf0448429.zip | |
hybrid config mode // removed feature
Diffstat (limited to 'PortsTerminal/PortsTerminal.csproj')
| -rw-r--r-- | PortsTerminal/PortsTerminal.csproj | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/PortsTerminal/PortsTerminal.csproj b/PortsTerminal/PortsTerminal.csproj index 0f9e69f..7707c14 100644 --- a/PortsTerminal/PortsTerminal.csproj +++ b/PortsTerminal/PortsTerminal.csproj @@ -17,7 +17,7 @@ <DebugSymbols>true</DebugSymbols> <DebugType>full</DebugType> <Optimize>false</Optimize> - <OutputPath>bin\Debug\</OutputPath> + <OutputPath>bin\</OutputPath> <DefineConstants>DEBUG;TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> @@ -26,11 +26,14 @@ <PlatformTarget>AnyCPU</PlatformTarget> <DebugType>pdbonly</DebugType> <Optimize>true</Optimize> - <OutputPath>bin\Release\</OutputPath> + <OutputPath>bin\</OutputPath> <DefineConstants>TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Hybrid|AnyCPU'"> + <OutputPath>bin\Hybrid\</OutputPath> + </PropertyGroup> <ItemGroup> <Reference Include="System" /> <Reference Include="System.Core" /> @@ -53,10 +56,6 @@ <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 |
