Skip to content

Commit

Permalink
VS can be really stupid some times
Browse files Browse the repository at this point in the history
  • Loading branch information
ebekker committed Oct 26, 2017
1 parent 7c81e97 commit 684e99b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\%24%28Configuration%29\ACMESharp.Providers.DNSMadeEasy\</OutputPath>
<OutputPath>bin\$(Configuration)\ACMESharp.Providers.DNSMadeEasy\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\%24%28Configuration%29\ACMESharp.Providers.DNSMadeEasy\</OutputPath>
<OutputPath>bin\$(Configuration)\ACMESharp.Providers.DNSMadeEasy\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
Expand Down

0 comments on commit 684e99b

Please sign in to comment.