File tree Expand file tree Collapse file tree 2 files changed +333
-0
lines changed Expand file tree Collapse file tree 2 files changed +333
-0
lines changed Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" DefaultTarget =" Build" >
3+ <PropertyGroup >
4+ <WixTargetsPath Condition =" '$(WixTargetsPath)' == '' " >$(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath >
5+ </PropertyGroup >
6+
7+ <PropertyGroup >
8+ <OutputName >devtools</OutputName >
9+ <OutputType >Package</OutputType >
10+ <ProjectGuid >0a266072-af7c-43f2-b192-dd86995c2e82</ProjectGuid >
11+ <SchemaVersion >2.0</SchemaVersion >
12+ <ProductVersion Condition =" '$(ProductVersion)' == '' " >0.0.0</ProductVersion >
13+ <ProductVersion >0.0.0</ProductVersion >
14+ </PropertyGroup >
15+
16+ <PropertyGroup >
17+ <OutputPath >build\</OutputPath >
18+ <IntermediateOutputPath >build\obj\</IntermediateOutputPath >
19+ <DefineSolutionProperties >false</DefineSolutionProperties >
20+ </PropertyGroup >
21+
22+ <Import Project =" $(WixTargetsPath)" />
23+
24+ <PropertyGroup >
25+ <DefineConstants >ProductVersion=$(ProductVersion);DEVTOOLS_ROOT=$(DEVTOOLS_ROOT);</DefineConstants >
26+ <HarvestDirectoryAutogenerateGuids >false</HarvestDirectoryAutogenerateGuids >
27+ <HarvestDirectoryGenerateGuidsNow >true</HarvestDirectoryGenerateGuidsNow >
28+ <HarvestDirectoryNoLogo >true</HarvestDirectoryNoLogo >
29+ <HarvestDirectorySuppressCom >true</HarvestDirectorySuppressCom >
30+ <HarvestDirectorySuppressFragments >true</HarvestDirectorySuppressFragments >
31+ <HarvestDirectorySuppressRegistry >true</HarvestDirectorySuppressRegistry >
32+ <HarvestDirectorySuppressRootDirectory >true</HarvestDirectorySuppressRootDirectory >
33+ </PropertyGroup >
34+
35+ <ItemGroup >
36+ <Compile Include =" devtools.wxs" />
37+ </ItemGroup >
38+ </Project >
You can’t perform that action at this time.
0 commit comments