1 | <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
---|
2 | <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
---|
3 | <PropertyGroup>
|
---|
4 | <!-- Select a Product Configuration -->
|
---|
5 | <InstallShieldProductConfiguration>Express</InstallShieldProductConfiguration>
|
---|
6 | <!-- Select a Visual Studio Configuration / InstallShield Release -->
|
---|
7 | <Configuration>Debug</Configuration>
|
---|
8 | <InstallShieldRelease>$(Configuration)</InstallShieldRelease>
|
---|
9 | </PropertyGroup>
|
---|
10 | <ItemGroup>
|
---|
11 | <!-- The InstallShieldProject item selects the project to build -->
|
---|
12 | <InstallShieldProject Include="$(MSBuildProjectDirectory)\$(MSBuildProjectName).isl"/>
|
---|
13 | <!-- The InstallShieldReleaseFlags sets Release Flags -->
|
---|
14 | <!--<InstallShieldReleaseFlags Include=""/>-->
|
---|
15 | <!-- The InstallShieldMergeModulePath specifies what directories are
|
---|
16 | searched for Merge Modules -->
|
---|
17 | <!--<InstallShieldMergeModulePath Include=""/>-->
|
---|
18 | </ItemGroup>
|
---|
19 | <ItemGroup>
|
---|
20 | <!-- The ProjectReference items refer to any Visual Studio solutions you want to automatically probe for Project Output Groups. -->
|
---|
21 | </ItemGroup>
|
---|
22 | <ItemGroup>
|
---|
23 | <!-- The TaggedOutputs items allow you to explicitly add extra files to output groups. Each item must include both Name and OutputGroup, as well as TargetPath metadata values. -->
|
---|
24 | <!--<TaggedOutputs Include="C:\My Test Exe.exe">
|
---|
25 | <Name>My Test Project</Name>
|
---|
26 | <OutputGroup>Primary output</OutputGroup>
|
---|
27 | <TargetPath>My Test Exe.exe</TargetPath>
|
---|
28 | </TaggedOutputs> -->
|
---|
29 | </ItemGroup>
|
---|
30 | <Import Project="$(MSBuildExtensionsPath32)\InstallShield\2013Limited\InstallShield.targets"/>
|
---|
31 | <ItemGroup>
|
---|
32 | <ProjectReference Include="..\HeuristicLab.Clients.Hive.Slave.TrayIcon\3.3\HeuristicLab.Clients.Hive.Slave.TrayIcon-3.3.csproj">
|
---|
33 | <Name>HeuristicLab.Clients.Hive.Slave.TrayIcon-3.3</Name>
|
---|
34 | <Project>{7C4B1DE4-FC9A-4448-BCF8-3CB3FA3CB8FA}</Project>
|
---|
35 | </ProjectReference>
|
---|
36 | </ItemGroup>
|
---|
37 | </Project> |
---|