diff options
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 |
