diff options
Diffstat (limited to 'Tools/msi/test/test.wixproj')
-rw-r--r-- | Tools/msi/test/test.wixproj | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Tools/msi/test/test.wixproj b/Tools/msi/test/test.wixproj new file mode 100644 index 0000000..d747cc0 --- /dev/null +++ b/Tools/msi/test/test.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>{DE0B7CC2-4358-4131-B3F4-C31C7F2CD468}</ProjectGuid> + <SchemaVersion>2.0</SchemaVersion> + <OutputName>test</OutputName> + <OutputType>Package</OutputType> + <DefineConstants>IncludeDefaultFeature=1;$(DefineConstants)</DefineConstants> + </PropertyGroup> + <Import Project="test.props" /> +</Project>
\ No newline at end of file |