Skip to content

Commit a529afd

Browse files
Eric JonkerEric Jonker
authored andcommitted
Revert OutputPath since VS14 needs it.
1 parent 28e9733 commit a529afd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/Swashbuckle.Swagger/Swashbuckle.Swagger.xproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<ProjectGuid>60ef9e95-84d6-44ce-968d-50237424cb16</ProjectGuid>
1010
<RootNamespace>Swashbuckle.Swagger</RootNamespace>
1111
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">.\obj</BaseIntermediateOutputPath>
12-
<OutputPath Condition="'$(OutputPath)'=='' ">..\..\artifacts\bin\$(MSBuildProjectName)\</OutputPath>
12+
<OutputPath Condition="'$(OutputPath)'=='' ">.\bin\</OutputPath>
1313
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
1414
</PropertyGroup>
1515
<PropertyGroup>

src/Swashbuckle.SwaggerGen/Swashbuckle.SwaggerGen.xproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<ProjectGuid>4ac6db4a-cba2-493d-88f8-82d631b9da7b</ProjectGuid>
1010
<RootNamespace>Swashbuckle.SwaggerGen</RootNamespace>
1111
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">..\..\artifacts\obj\$(MSBuildProjectName)</BaseIntermediateOutputPath>
12-
<OutputPath Condition="'$(OutputPath)'=='' ">..\..\artifacts\bin\$(MSBuildProjectName)\</OutputPath>
12+
<OutputPath Condition="'$(OutputPath)'=='' ">.\bin\</OutputPath>
1313
</PropertyGroup>
1414
<PropertyGroup>
1515
<SchemaVersion>2.0</SchemaVersion>

src/Swashbuckle.SwaggerUi/Swashbuckle.SwaggerUi.xproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<ProjectGuid>1c14cc40-1d89-4da9-a1d8-237fd8922371</ProjectGuid>
1010
<RootNamespace>Swashbuckle.SwaggerUi</RootNamespace>
1111
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">..\..\artifacts\obj\$(MSBuildProjectName)</BaseIntermediateOutputPath>
12-
<OutputPath Condition="'$(OutputPath)'=='' ">..\..\artifacts\bin\$(MSBuildProjectName)\</OutputPath>
12+
<OutputPath Condition="'$(OutputPath)'=='' ">.\bin\</OutputPath>
1313
</PropertyGroup>
1414
<PropertyGroup>
1515
<SchemaVersion>2.0</SchemaVersion>

0 commit comments

Comments
 (0)