You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
1.8 KiB

2 years ago
  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\2015Limited\InstallShield.targets"/>
  31. <ItemGroup>
  32. <ProjectReference Include="..\Euro.Transfer\Euro.Transfer.csproj">
  33. <Name>Euro.Transfer</Name>
  34. <Project>{861F9EC4-46B8-491F-BCEC-509717A3C30F}</Project>
  35. </ProjectReference>
  36. </ItemGroup>
  37. </Project>