started work on InstallSheild setup project

This commit is contained in:
Christian Resma Helle
2012-11-08 23:19:19 +01:00
parent d8dc5195b6
commit 6dae73a2ce
4 changed files with 5989 additions and 0 deletions
@@ -5,20 +5,50 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ReswCodeGen.CustomTool", "R
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ReswCodeGen.Tests", "ReswCodeGen.Tests\ReswCodeGen.Tests.csproj", "{B56DDC92-E86D-46AA-BE28-7ACA670EE9CE}"
EndProject
Project("{6141683F-8A12-4E36-9623-2EB02B2C2303}") = "Setup", "Setup\Setup.isproj", "{F2C091E7-8B4A-4629-BF80-738294F5FFB8}"
ProjectSection(ProjectDependencies) = postProject
{27E6A696-F14D-43F0-B3CB-5FAB2BE385D0} = {27E6A696-F14D-43F0-B3CB-5FAB2BE385D0}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
CD_ROM|Any CPU = CD_ROM|Any CPU
Debug|Any CPU = Debug|Any CPU
DVD-5|Any CPU = DVD-5|Any CPU
Release|Any CPU = Release|Any CPU
SingleImage|Any CPU = SingleImage|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{27E6A696-F14D-43F0-B3CB-5FAB2BE385D0}.CD_ROM|Any CPU.ActiveCfg = Release|Any CPU
{27E6A696-F14D-43F0-B3CB-5FAB2BE385D0}.CD_ROM|Any CPU.Build.0 = Release|Any CPU
{27E6A696-F14D-43F0-B3CB-5FAB2BE385D0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{27E6A696-F14D-43F0-B3CB-5FAB2BE385D0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{27E6A696-F14D-43F0-B3CB-5FAB2BE385D0}.DVD-5|Any CPU.ActiveCfg = Debug|Any CPU
{27E6A696-F14D-43F0-B3CB-5FAB2BE385D0}.DVD-5|Any CPU.Build.0 = Debug|Any CPU
{27E6A696-F14D-43F0-B3CB-5FAB2BE385D0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{27E6A696-F14D-43F0-B3CB-5FAB2BE385D0}.Release|Any CPU.Build.0 = Release|Any CPU
{27E6A696-F14D-43F0-B3CB-5FAB2BE385D0}.SingleImage|Any CPU.ActiveCfg = Release|Any CPU
{27E6A696-F14D-43F0-B3CB-5FAB2BE385D0}.SingleImage|Any CPU.Build.0 = Release|Any CPU
{B56DDC92-E86D-46AA-BE28-7ACA670EE9CE}.CD_ROM|Any CPU.ActiveCfg = Release|Any CPU
{B56DDC92-E86D-46AA-BE28-7ACA670EE9CE}.CD_ROM|Any CPU.Build.0 = Release|Any CPU
{B56DDC92-E86D-46AA-BE28-7ACA670EE9CE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B56DDC92-E86D-46AA-BE28-7ACA670EE9CE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B56DDC92-E86D-46AA-BE28-7ACA670EE9CE}.DVD-5|Any CPU.ActiveCfg = Debug|Any CPU
{B56DDC92-E86D-46AA-BE28-7ACA670EE9CE}.DVD-5|Any CPU.Build.0 = Debug|Any CPU
{B56DDC92-E86D-46AA-BE28-7ACA670EE9CE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B56DDC92-E86D-46AA-BE28-7ACA670EE9CE}.Release|Any CPU.Build.0 = Release|Any CPU
{B56DDC92-E86D-46AA-BE28-7ACA670EE9CE}.SingleImage|Any CPU.ActiveCfg = Release|Any CPU
{B56DDC92-E86D-46AA-BE28-7ACA670EE9CE}.SingleImage|Any CPU.Build.0 = Release|Any CPU
{F2C091E7-8B4A-4629-BF80-738294F5FFB8}.CD_ROM|Any CPU.ActiveCfg = CD_ROM
{F2C091E7-8B4A-4629-BF80-738294F5FFB8}.CD_ROM|Any CPU.Build.0 = CD_ROM
{F2C091E7-8B4A-4629-BF80-738294F5FFB8}.Debug|Any CPU.ActiveCfg = DVD-5
{F2C091E7-8B4A-4629-BF80-738294F5FFB8}.Debug|Any CPU.Build.0 = DVD-5
{F2C091E7-8B4A-4629-BF80-738294F5FFB8}.DVD-5|Any CPU.ActiveCfg = DVD-5
{F2C091E7-8B4A-4629-BF80-738294F5FFB8}.DVD-5|Any CPU.Build.0 = DVD-5
{F2C091E7-8B4A-4629-BF80-738294F5FFB8}.Release|Any CPU.ActiveCfg = SingleImage
{F2C091E7-8B4A-4629-BF80-738294F5FFB8}.Release|Any CPU.Build.0 = SingleImage
{F2C091E7-8B4A-4629-BF80-738294F5FFB8}.SingleImage|Any CPU.ActiveCfg = SingleImage
{F2C091E7-8B4A-4629-BF80-738294F5FFB8}.SingleImage|Any CPU.Build.0 = SingleImage
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,37 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
<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\2012SpringLimited\InstallShield.targets"/>
<ItemGroup>
<ProjectReference Include="..\ReswCodeGen.CustomTool\ReswCodeGen.CustomTool.csproj">
<Name>ReswCodeGen.CustomTool</Name>
<Project>{27E6A696-F14D-43F0-B3CB-5FAB2BE385D0}</Project>
</ProjectReference>
</ItemGroup>
</Project>