File tree 1 file changed +2
-2
lines changed
NetTopologySuite.VersionComparisonTests
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 22
22
<DebugSymbols >true</DebugSymbols >
23
23
<DebugType >full</DebugType >
24
24
<Optimize >false</Optimize >
25
- <OutputPath >bin\Debug \</OutputPath >
25
+ <OutputPath >$(SolutionDir)$(Configuration)\$(TargetFrameworkIdentifier)$(TargetFrameworkVersion)\$(Platform) \</OutputPath >
26
26
<DefineConstants >DEBUG;TRACE</DefineConstants >
27
27
<ErrorReport >prompt</ErrorReport >
28
28
<WarningLevel >4</WarningLevel >
29
29
</PropertyGroup >
30
30
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
31
31
<DebugType >pdbonly</DebugType >
32
32
<Optimize >true</Optimize >
33
- <OutputPath >bin\Release \</OutputPath >
33
+ <OutputPath >$(SolutionDir)$(Configuration)\$(TargetFrameworkIdentifier)$(TargetFrameworkVersion)\$(Platform) \</OutputPath >
34
34
<DefineConstants >TRACE</DefineConstants >
35
35
<ErrorReport >prompt</ErrorReport >
36
36
<WarningLevel >4</WarningLevel >
You can’t perform that action at this time.
0 commit comments