Skip to content

Commit

Permalink
Fix indentation issues
Browse files Browse the repository at this point in the history
  • Loading branch information
adeneys committed Aug 16, 2020
1 parent 611dc94 commit f0951bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
<DefineConstants>$(DefineConstants);TRACE</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition="$(Configuration.Contains('sc9.0'))">
<TargetFramework>net462</TargetFramework>
<TargetFramework>net462</TargetFramework>
<DefineConstants>$(DefineConstants)</DefineConstants>
<OutputPath>bin\sc90\</OutputPath>
</PropertyGroup>
<PropertyGroup Condition="$(Configuration.Contains('sc9.1'))">
<TargetFramework>net471</TargetFramework>
<TargetFramework>net471</TargetFramework>
<DefineConstants>$(DefineConstants);SC91</DefineConstants>
<OutputPath>bin\sc91\</OutputPath>
</PropertyGroup>
Expand Down

0 comments on commit f0951bc

Please sign in to comment.