mirror of
https://github.com/terrymacdonald/DisplayMagician.git
synced 2024-08-30 18:32:20 +00:00
41 lines
2.0 KiB
Plaintext
41 lines
2.0 KiB
Plaintext
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||
|
<PropertyGroup>
|
||
|
<!-- Select a Product Configuration -->
|
||
|
<InstallShieldProductConfiguration>Express</InstallShieldProductConfiguration>
|
||
|
<!-- Select a Visual Studio Configuration / InstallShield Release -->
|
||
|
<Configuration>Debug</Configuration>
|
||
|
<InstallShieldRelease>$(Configuration)</InstallShieldRelease>
|
||
|
</PropertyGroup>
|
||
|
<ItemGroup>
|
||
|
<!-- The InstallShieldProject item selects the project to build -->
|
||
|
<InstallShieldProject Include="$(MSBuildProjectDirectory)\$(MSBuildProjectName).isl"/>
|
||
|
<!-- The InstallShieldReleaseFlags sets Release Flags -->
|
||
|
<!--<InstallShieldReleaseFlags Include=""/>-->
|
||
|
<!-- The InstallShieldMergeModulePath specifies what directories are
|
||
|
searched for Merge Modules -->
|
||
|
<!--<InstallShieldMergeModulePath Include=""/>-->
|
||
|
</ItemGroup>
|
||
|
<ItemGroup>
|
||
|
<!-- The ProjectReference items refer to any Visual Studio solutions you want to automatically probe for Project Output Groups. -->
|
||
|
</ItemGroup>
|
||
|
<ItemGroup>
|
||
|
<!-- 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. -->
|
||
|
<!--<TaggedOutputs Include="C:\My Test Exe.exe">
|
||
|
<Name>My Test Project</Name>
|
||
|
<OutputGroup>Primary output</OutputGroup>
|
||
|
<TargetPath>My Test Exe.exe</TargetPath>
|
||
|
</TaggedOutputs> -->
|
||
|
</ItemGroup>
|
||
|
<Import Project="$(MSBuildExtensionsPath32)\InstallShield\2015Limited\InstallShield.targets"/>
|
||
|
<ItemGroup>
|
||
|
<ProjectReference Include="..\HeliosDisplayManagement\HeliosDisplayManagement.csproj">
|
||
|
<Name>HeliosDisplayManagement</Name>
|
||
|
<Project>{608D941A-B431-400C-A91D-C6F971C29577}</Project>
|
||
|
</ProjectReference>
|
||
|
<ProjectReference Include="..\HeliosDisplayManagement.ShellExtension\HeliosDisplayManagement.ShellExtension.csproj">
|
||
|
<Name>HeliosDisplayManagement.ShellExtension</Name>
|
||
|
<Project>{55D4FF65-EDC7-48EF-933E-B6E7F3809B68}</Project>
|
||
|
</ProjectReference>
|
||
|
</ItemGroup>
|
||
|
</Project>
|