project64/Source/Installer/Installer.vcxproj

48 lines
2.0 KiB
XML
Raw Normal View History

2015-01-27 05:07:44 +00:00
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2015-01-27 05:07:44 +00:00
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectName>Project64Setup</ProjectName>
<ProjectGuid>{360A34F3-3172-4B09-8BC9-B3FBEE677863}</ProjectGuid>
<RootNamespace>Project64Setup</RootNamespace>
</PropertyGroup>
<PropertyGroup Label="Configuration">
2015-01-27 05:07:44 +00:00
<ConfigurationType>StaticLibrary</ConfigurationType>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<ImportGroup>
<Import Project="$(SolutionDir)PropertySheets\Platform.$(Configuration).props" />
2015-01-27 05:07:44 +00:00
</ImportGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ItemDefinitionGroup>
2015-01-27 05:07:44 +00:00
<ClCompile>
<PrecompiledHeader />
</ClCompile>
</ItemDefinitionGroup>
<ItemGroup>
<CustomBuild Include="Installer.iss">
<Command>"$(Root)bin\Inno Setup\ISCC.exe" /dConfiguration="$(Configuration)" "%(Filename).iss"</Command>
<AdditionalInputs>$(OutDir)Project64.exe;%(AdditionalInputs)</AdditionalInputs>
<Outputs>$(OutDir)Setup Project64 2.2.exe;%(Outputs)</Outputs>
2015-01-27 05:07:44 +00:00
</CustomBuild>
<None Include="binno\binno.iss" />
<None Include="binno\it_download.iss" />
<None Include="binno\it_download_u.iss" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Project64\Project64.vcxproj">
<Project>{7e534c8e-1ace-4a88-8807-39a11ed4da18}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
</ItemGroup>
</Project>