2015-01-27 05:07:44 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
<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>
|
2015-07-15 10:42:01 +00:00
|
|
|
|
<PropertyGroup Label="Configuration">
|
2015-01-27 05:07:44 +00:00
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
|
</PropertyGroup>
|
2015-07-15 10:42:01 +00:00
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
2015-04-15 23:16:37 +00:00
|
|
|
|
<ImportGroup>
|
2015-07-15 10:42:01 +00:00
|
|
|
|
<Import Project="$(SolutionDir)PropertySheets\Platform.$(Configuration).props" />
|
2015-01-27 05:07:44 +00:00
|
|
|
|
</ImportGroup>
|
2015-07-15 10:42:01 +00:00
|
|
|
|
<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">
|
2015-07-15 10:42:01 +00:00
|
|
|
|
<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>
|