diff options
Diffstat (limited to 'Tools/msi/dev/dev.wixproj')
-rw-r--r-- | Tools/msi/dev/dev.wixproj | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Tools/msi/dev/dev.wixproj b/Tools/msi/dev/dev.wixproj new file mode 100644 index 0000000..8a2293f --- /dev/null +++ b/Tools/msi/dev/dev.wixproj @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <PropertyGroup> + <ProjectGuid>{5F23F608-D74B-4259-A0CE-8DC65CC7FE53}</ProjectGuid> + <SchemaVersion>2.0</SchemaVersion> + <OutputName Condition="'$(OutputName)' == ''">dev</OutputName> + <OutputType>Package</OutputType> + <DefineConstants>IncludeDefaultFeature=1;$(DefineConstants)</DefineConstants> + </PropertyGroup> + <Import Project="dev.props" /> +</Project>
\ No newline at end of file |