2019-06-10 17:19:17 +00:00
|
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
<PropertyGroup>
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">All</Configuration>
|
|
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
|
|
<ProjectGuid>dcc10c6b-b172-4172-9961-e6d643df6bcf</ProjectGuid>
|
|
|
|
<OutputType>msi</OutputType>
|
|
|
|
<ProjectHome>.</ProjectHome>
|
|
|
|
<StartupFile>Installer.aip</StartupFile>
|
|
|
|
<SearchPath>
|
|
|
|
</SearchPath>
|
|
|
|
<WorkingDirectory>.</WorkingDirectory>
|
|
|
|
<IsWindowsApplication>True</IsWindowsApplication>
|
|
|
|
<AssemblyName>Installer</AssemblyName>
|
|
|
|
<Name>Installer</Name>
|
|
|
|
<RootNamespace>Installer</RootNamespace>
|
|
|
|
<LoadFromTemplate>
|
|
|
|
</LoadFromTemplate>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'DefaultBuild' " />
|
|
|
|
<ItemGroup>
|
|
|
|
<Compile Include="Installer.aip">
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
</Compile>
|
|
|
|
</ItemGroup>
|
2021-10-28 04:24:48 +00:00
|
|
|
<ItemGroup>
|
|
|
|
<ProjectReference Include="..\SimplySerial\SimplySerial.csproj">
|
|
|
|
<Name>SimplySerial</Name>
|
|
|
|
<Project>{3c7db929-519c-44a3-a68f-2646cc595cae}</Project>
|
|
|
|
<Private>True</Private>
|
|
|
|
<CreateShortcut>False</CreateShortcut>
|
|
|
|
<OutputsToImport>PrimaryOutput;References;ContentOutput</OutputsToImport>
|
|
|
|
</ProjectReference>
|
|
|
|
</ItemGroup>
|
2019-06-10 17:19:17 +00:00
|
|
|
<Target Name="Build">
|
|
|
|
<Error Text="This project requires Advanced Installer tool. Please download it from https://www.advancedinstaller.com/download.html" />
|
|
|
|
</Target>
|
|
|
|
<Target Name="Rebuild">
|
|
|
|
<Error Text="This project requires Advanced Installer tool. Please download it from https://www.advancedinstaller.com/download.html" />
|
|
|
|
</Target>
|
|
|
|
<Target Name="Clean">
|
|
|
|
</Target>
|
|
|
|
<Target Name="ResolveAssemblyReferences">
|
|
|
|
</Target>
|
|
|
|
<Import Condition="'$(AdvancedInstallerMSBuildTargets)' != ''" Project="$(AdvancedInstallerMSBuildTargets)\AdvInstExtTasks.Targets" />
|
|
|
|
<Import Condition="('$(AdvancedInstallerMSBuildTargets)' == '') And (Exists('$(MSBuildExtensionsPath32)\Caphyon\Advanced Installer\AdvInstExtTasks.Targets'))" Project="$(MSBuildExtensionsPath32)\Caphyon\Advanced Installer\AdvInstExtTasks.Targets" />
|
|
|
|
</Project>
|