Skip to content

Commit

Permalink
Revert "Testing BuildOnlyMSBuild."
Browse files Browse the repository at this point in the history
This reverts commit 4a49ea2.
  • Loading branch information
kenjiuno committed Jun 7, 2014
1 parent 4a49ea2 commit 9508440
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions NpgsqlDdexProvider/NpgsqlDdexProvider2013.csproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="BuildOnlyMSBuild" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<PropertyGroup>
<MinimumVisualStudioVersion>12.0</MinimumVisualStudioVersion>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">11.0</VisualStudioVersion>
Expand Down Expand Up @@ -230,6 +230,4 @@
<Target Name="SetVsSDKEnvironmentVariables" BeforeTargets="GeneratePkgDef">
<SetVsSDKEnvironmentVariables ProjectDirectory="$(MSBuildProjectDirectory)" />
</Target>
<Target Name="BuildOnlyMSBuild" DependsOnTargets="Build" Condition="$(MONO) == ''">
</Target>
</Project>

0 comments on commit 9508440

Please sign in to comment.