Skip to content

Commit 2337be6

Browse files
committed
git-svn-id: http://nettopologysuite.googlecode.com/svn/trunk@747 53ca42c3-9f19-0410-8ccb-b990a9bb5db6
1 parent 5f6e50a commit 2337be6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

NetTopologySuite.VersionComparisonTests/NetTopologySuite.VersionComparisonTests.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@
2222
<DebugSymbols>true</DebugSymbols>
2323
<DebugType>full</DebugType>
2424
<Optimize>false</Optimize>
25-
<OutputPath>bin\Debug\</OutputPath>
25+
<OutputPath>$(SolutionDir)$(Configuration)\$(TargetFrameworkIdentifier)$(TargetFrameworkVersion)\$(Platform)\</OutputPath>
2626
<DefineConstants>DEBUG;TRACE</DefineConstants>
2727
<ErrorReport>prompt</ErrorReport>
2828
<WarningLevel>4</WarningLevel>
2929
</PropertyGroup>
3030
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
3131
<DebugType>pdbonly</DebugType>
3232
<Optimize>true</Optimize>
33-
<OutputPath>bin\Release\</OutputPath>
33+
<OutputPath>$(SolutionDir)$(Configuration)\$(TargetFrameworkIdentifier)$(TargetFrameworkVersion)\$(Platform)\</OutputPath>
3434
<DefineConstants>TRACE</DefineConstants>
3535
<ErrorReport>prompt</ErrorReport>
3636
<WarningLevel>4</WarningLevel>

0 commit comments

Comments
 (0)