Skip to content

Commit

Permalink
Fix oradbsc intaller projects.
Browse files Browse the repository at this point in the history
Use ReleaseDotNet configuration instead of Release.
  • Loading branch information
LHCGreg committed Sep 21, 2014
1 parent a5fda4b commit ecffc4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion oradbsc.Installer/oradbsc.Bundle.wixproj
Expand Up @@ -6,7 +6,7 @@
<SchemaVersion>2.0</SchemaVersion>
<WixTargetsPath Condition=" '$(WixTargetsPath)' == '' ">$(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath>
<DefineSolutionProperties>false</DefineSolutionProperties>
<Configuration>Release</Configuration>
<Configuration>ReleaseDotNet</Configuration>
<Platform>AnyCPU</Platform>
<ExeProject>oradbsc</ExeProject>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion oradbsc.Installer/oradbsc.Installer.wixproj
Expand Up @@ -6,7 +6,7 @@
<SchemaVersion>2.0</SchemaVersion>
<WixTargetsPath Condition=" '$(WixTargetsPath)' == '' ">$(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath>
<DefineSolutionProperties>false</DefineSolutionProperties>
<Configuration>Release</Configuration>
<Configuration>ReleaseDotNet</Configuration>
<Platform>AnyCPU</Platform>
<ExeProject>oradbsc</ExeProject>
</PropertyGroup>
Expand Down

0 comments on commit ecffc4c

Please sign in to comment.