mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-26 08:27:43 +01:00
[Summary]: Project of Tracks Live Installer for windows
This commit is contained in:
parent
5b621d03d1
commit
ca9d89f33b
5 changed files with 9552 additions and 0 deletions
23
tools/windows_packaging/TracksLiveSetup/TracksLiveSetup.sln
Normal file
23
tools/windows_packaging/TracksLiveSetup/TracksLiveSetup.sln
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio 2012
|
||||
Project("{6141683F-8A12-4E36-9623-2EB02B2C2303}") = "TracksLiveSetup", "TracksLiveSetup\TracksLiveSetup.isproj", "{A8D2365B-591E-419D-AD7A-FB545778A384}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
CD_ROM|Default = CD_ROM|Default
|
||||
DVD-5|Default = DVD-5|Default
|
||||
SingleImage|Default = SingleImage|Default
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{A8D2365B-591E-419D-AD7A-FB545778A384}.CD_ROM|Default.ActiveCfg = CD_ROM
|
||||
{A8D2365B-591E-419D-AD7A-FB545778A384}.CD_ROM|Default.Build.0 = CD_ROM
|
||||
{A8D2365B-591E-419D-AD7A-FB545778A384}.DVD-5|Default.ActiveCfg = DVD-5
|
||||
{A8D2365B-591E-419D-AD7A-FB545778A384}.DVD-5|Default.Build.0 = DVD-5
|
||||
{A8D2365B-591E-419D-AD7A-FB545778A384}.SingleImage|Default.ActiveCfg = SingleImage
|
||||
{A8D2365B-591E-419D-AD7A-FB545778A384}.SingleImage|Default.Build.0 = SingleImage
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
File diff suppressed because it is too large
Load diff
|
|
@ -0,0 +1,31 @@
|
|||
<?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\2013Limited\InstallShield.targets"/>
|
||||
</Project>
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 113 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 608 KiB |
Loading…
Add table
Add a link
Reference in a new issue