Browse Source

SharpDevelop.Setup.wixproj.user file added again so the setup can be built straight away from source code.

git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3404 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
shortcuts
Matt Ward 17 years ago
parent
commit
539546cf4f
  1. 6
      src/Setup/SharpDevelop.Setup.wixproj.user

6
src/Setup/SharpDevelop.Setup.wixproj.user

@ -0,0 +1,6 @@ @@ -0,0 +1,6 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<SetupProductBuildVersion>1</SetupProductBuildVersion>
<DefineConstants>PRODUCTBUILDVERSION=$(SetupProductBuildVersion)</DefineConstants>
</PropertyGroup>
</Project>
Loading…
Cancel
Save