Skip to content

Commit 39440a3

Browse files
author
samcayford
committed
Change output path for release configs
1 parent 734b799 commit 39440a3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

TinCan/TinCan.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release-net35|AnyCPU' ">
2626
<DebugType>pdbonly</DebugType>
2727
<Optimize>true</Optimize>
28-
<OutputPath>bin\Release\</OutputPath>
28+
<OutputPath>bin\Release\net35\</OutputPath>
2929
<DefineConstants>TRACE</DefineConstants>
3030
<ErrorReport>prompt</ErrorReport>
3131
<WarningLevel>4</WarningLevel>
@@ -41,7 +41,7 @@
4141
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
4242
</PropertyGroup>
4343
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release-net40|AnyCPU'">
44-
<OutputPath>bin\Release-net40\</OutputPath>
44+
<OutputPath>bin\Release\net40\</OutputPath>
4545
<DefineConstants>TRACE</DefineConstants>
4646
<Optimize>true</Optimize>
4747
<DebugType>pdbonly</DebugType>
@@ -50,7 +50,7 @@
5050
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
5151
</PropertyGroup>
5252
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release-net45|AnyCPU'">
53-
<OutputPath>bin\Release-net45\</OutputPath>
53+
<OutputPath>bin\Release\net45\</OutputPath>
5454
</PropertyGroup>
5555
<ItemGroup>
5656
<Reference Include="Newtonsoft.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">

0 commit comments

Comments
 (0)