19 lines
		
	
	
		
			684 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			684 B
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="utf-8"?>
 | |
| <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 | |
|     <PropertyGroup>
 | |
|         <ProjectGuid>{7CF48ADD-CFAA-499F-9A05-BA18440A3344}</ProjectGuid>
 | |
|         <SchemaVersion>2.0</SchemaVersion>
 | |
|         <OutputName>test_pdb</OutputName>
 | |
|         <OutputType>Package</OutputType>
 | |
|     </PropertyGroup>
 | |
|     <Import Project="..\msi.props" />
 | |
|     <ItemGroup>
 | |
|         <Compile Include="test_pdb.wxs" />
 | |
|         <Compile Include="test_files.wxs" />
 | |
|     </ItemGroup>
 | |
|     <ItemGroup>
 | |
|         <EmbeddedResource Include="*.wxl" />
 | |
|     </ItemGroup>
 | |
|     
 | |
|     <Import Project="..\msi.targets" />
 | |
| </Project> |