2012-02-21 19:46:28 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2011-11-13 20:54:21 +00:00
|
|
|
|
<Project DefaultTargets="Build" ToolsVersion="4.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="Debug|x64">
|
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
<ProjectConfiguration Include="Release|Win32">
|
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
<ProjectConfiguration Include="Release|x64">
|
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<PropertyGroup Label="Globals">
|
2011-11-19 19:08:23 +00:00
|
|
|
|
<ProjectName>rufus</ProjectName>
|
2011-11-13 20:54:21 +00:00
|
|
|
|
<ProjectGuid>{731858A7-0303-4988-877B-9C0DD6471864}</ProjectGuid>
|
2011-11-19 19:08:23 +00:00
|
|
|
|
<RootNamespace>rufus</RootNamespace>
|
2011-11-13 20:54:21 +00:00
|
|
|
|
<Keyword>Win32Proj</Keyword>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
|
|
|
<ImportGroup Label="ExtensionSettings">
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<PropertyGroup Label="UserMacros" />
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
|
|
|
|
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)x86_32\$(Configuration)\</OutDir>
|
|
|
|
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)x86_32\$(Configuration)\$(ProjectName)\</IntDir>
|
|
|
|
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)x86_32\$(Configuration)\</OutDir>
|
|
|
|
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)x86_32\$(Configuration)\$(ProjectName)\</IntDir>
|
|
|
|
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)x86_64\$(Configuration)\</OutDir>
|
|
|
|
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)x86_64\$(Configuration)\$(ProjectName)\</IntDir>
|
|
|
|
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)x86_64\$(Configuration)\</OutDir>
|
|
|
|
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)x86_64\$(Configuration)\$(ProjectName)\</IntDir>
|
2011-11-23 12:27:51 +00:00
|
|
|
|
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkIncremental>
|
|
|
|
|
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
|
|
|
|
|
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</LinkIncremental>
|
|
|
|
|
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
|
2011-11-13 20:54:21 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
|
<BuildLog />
|
|
|
|
|
<ClCompile>
|
2012-01-31 01:40:22 +00:00
|
|
|
|
<PreprocessorDefinitions>_OFF_T_DEFINED;_off_t=__int64;off_t=_off_t;_CRT_SECURE_NO_WARNINGS;_CRTDBG_MAP_ALLOC;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2011-11-13 20:54:21 +00:00
|
|
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
2012-01-31 01:40:22 +00:00
|
|
|
|
<AdditionalIncludeDirectories>..\msvc-missing;..\ms-sys\inc;..\syslinux\libinstaller;..\syslinux\libfat;..\libcdio;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
2011-11-13 20:54:21 +00:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
2011-11-17 01:43:06 +00:00
|
|
|
|
<AdditionalDependencies>setupapi.lib;comctl32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
2011-11-13 20:54:21 +00:00
|
|
|
|
<UACExecutionLevel>HighestAvailable</UACExecutionLevel>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
|
|
<TargetMachine>MachineX86</TargetMachine>
|
|
|
|
|
</Link>
|
2012-01-11 00:05:16 +00:00
|
|
|
|
<ResourceCompile>
|
|
|
|
|
<PreprocessorDefinitions>_UNICODE;UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
</ResourceCompile>
|
2011-11-13 20:54:21 +00:00
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
|
|
<BuildLog />
|
|
|
|
|
<Midl>
|
|
|
|
|
<TargetEnvironment>X64</TargetEnvironment>
|
|
|
|
|
</Midl>
|
|
|
|
|
<ClCompile>
|
2012-01-31 01:40:22 +00:00
|
|
|
|
<AdditionalIncludeDirectories>..\msvc-missing;..\ms-sys\inc;..\syslinux\libinstaller;..\syslinux\libfat;..\libcdio;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
|
|
<PreprocessorDefinitions>_OFF_T_DEFINED;_off_t=__int64;off_t=_off_t;_CRT_SECURE_NO_WARNINGS;_CRTDBG_MAP_ALLOC;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2011-11-13 20:54:21 +00:00
|
|
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
2011-11-17 01:43:06 +00:00
|
|
|
|
<AdditionalDependencies>setupapi.lib;comctl32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
2011-11-13 20:54:21 +00:00
|
|
|
|
<UACExecutionLevel>HighestAvailable</UACExecutionLevel>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
|
|
<TargetMachine>MachineX64</TargetMachine>
|
|
|
|
|
</Link>
|
2012-01-11 00:05:16 +00:00
|
|
|
|
<ResourceCompile>
|
|
|
|
|
<PreprocessorDefinitions>_UNICODE;UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
</ResourceCompile>
|
2011-11-13 20:54:21 +00:00
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
|
<BuildLog />
|
|
|
|
|
<ClCompile>
|
2012-01-31 01:40:22 +00:00
|
|
|
|
<PreprocessorDefinitions>_OFF_T_DEFINED;_off_t=__int64;off_t=_off_t;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2011-11-13 20:54:21 +00:00
|
|
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
2012-01-31 01:40:22 +00:00
|
|
|
|
<AdditionalIncludeDirectories>..\msvc-missing;..\ms-sys\inc;..\syslinux\libinstaller;..\syslinux\libfat;..\libcdio;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
2011-11-13 20:54:21 +00:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
2011-11-17 01:43:06 +00:00
|
|
|
|
<AdditionalDependencies>setupapi.lib;comctl32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
2011-11-13 20:54:21 +00:00
|
|
|
|
<UACExecutionLevel>HighestAvailable</UACExecutionLevel>
|
|
|
|
|
<GenerateDebugInformation>false</GenerateDebugInformation>
|
|
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
|
|
<TargetMachine>MachineX86</TargetMachine>
|
|
|
|
|
</Link>
|
2012-01-11 00:05:16 +00:00
|
|
|
|
<ResourceCompile>
|
|
|
|
|
<PreprocessorDefinitions>_UNICODE;UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
</ResourceCompile>
|
2011-11-13 20:54:21 +00:00
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
|
|
<BuildLog />
|
|
|
|
|
<Midl>
|
|
|
|
|
<TargetEnvironment>X64</TargetEnvironment>
|
|
|
|
|
</Midl>
|
|
|
|
|
<ClCompile>
|
2012-01-31 01:40:22 +00:00
|
|
|
|
<PreprocessorDefinitions>_OFF_T_DEFINED;_off_t=__int64;off_t=_off_t;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2011-11-13 20:54:21 +00:00
|
|
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
2012-01-31 01:40:22 +00:00
|
|
|
|
<AdditionalIncludeDirectories>..\msvc-missing;..\ms-sys\inc;..\syslinux\libinstaller;..\syslinux\libfat;..\libcdio;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
2011-11-13 20:54:21 +00:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
2011-11-17 01:43:06 +00:00
|
|
|
|
<AdditionalDependencies>setupapi.lib;comctl32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
2011-11-13 20:54:21 +00:00
|
|
|
|
<UACExecutionLevel>HighestAvailable</UACExecutionLevel>
|
|
|
|
|
<GenerateDebugInformation>false</GenerateDebugInformation>
|
|
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
|
|
<TargetMachine>MachineX64</TargetMachine>
|
|
|
|
|
</Link>
|
2012-01-11 00:05:16 +00:00
|
|
|
|
<ResourceCompile>
|
|
|
|
|
<PreprocessorDefinitions>_UNICODE;UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
</ResourceCompile>
|
2011-11-13 20:54:21 +00:00
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemGroup>
|
2011-12-06 02:23:28 +00:00
|
|
|
|
<ClCompile Include="..\badblocks.c" />
|
2012-01-02 23:55:47 +00:00
|
|
|
|
<ClCompile Include="..\dos_locale.c" />
|
2011-12-01 17:54:35 +00:00
|
|
|
|
<ClCompile Include="..\drive.c" />
|
2011-12-01 17:20:52 +00:00
|
|
|
|
<ClCompile Include="..\format.c" />
|
2011-12-21 00:53:31 +00:00
|
|
|
|
<ClCompile Include="..\dos.c" />
|
2012-02-21 19:46:28 +00:00
|
|
|
|
<ClCompile Include="..\icon.c" />
|
2012-01-31 01:40:22 +00:00
|
|
|
|
<ClCompile Include="..\iso.c" />
|
2012-03-11 01:55:25 +00:00
|
|
|
|
<ClCompile Include="..\net.c" />
|
2012-03-01 19:19:12 +00:00
|
|
|
|
<ClCompile Include="..\parser.c" />
|
2011-11-19 19:08:23 +00:00
|
|
|
|
<ClCompile Include="..\rufus.c" />
|
2011-12-01 16:34:42 +00:00
|
|
|
|
<ClCompile Include="..\stdio.c" />
|
2011-11-21 17:06:17 +00:00
|
|
|
|
<ClCompile Include="..\stdlg.c" />
|
2012-01-12 02:52:40 +00:00
|
|
|
|
<ClCompile Include="..\syslinux.c" />
|
2011-11-13 20:54:21 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2011-12-06 02:23:28 +00:00
|
|
|
|
<ClInclude Include="..\badblocks.h" />
|
2011-12-01 17:20:52 +00:00
|
|
|
|
<ClInclude Include="..\format.h" />
|
2012-01-31 01:40:22 +00:00
|
|
|
|
<ClInclude Include="..\libcdio\cdio\cdio.h" />
|
|
|
|
|
<ClInclude Include="..\libcdio\cdio\iso9660.h" />
|
|
|
|
|
<ClInclude Include="..\libcdio\cdio\logging.h" />
|
|
|
|
|
<ClInclude Include="..\libcdio\cdio\udf.h" />
|
2011-11-13 20:54:21 +00:00
|
|
|
|
<ClInclude Include="..\msapi_utf8.h" />
|
2011-12-21 00:53:31 +00:00
|
|
|
|
<ClInclude Include="..\dos.h" />
|
2012-03-11 01:55:25 +00:00
|
|
|
|
<ClInclude Include="..\net.h" />
|
2011-12-15 00:46:47 +00:00
|
|
|
|
<ClInclude Include="..\resource.h" />
|
2011-11-19 19:08:23 +00:00
|
|
|
|
<ClInclude Include="..\rufus.h" />
|
2011-11-21 17:06:17 +00:00
|
|
|
|
<ClInclude Include="..\license.h" />
|
2011-11-25 13:29:35 +00:00
|
|
|
|
<ClInclude Include="..\sys_types.h" />
|
2011-11-13 20:54:21 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Manifest Include="..\common_controls_and_elevation.manifest" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2012-01-11 11:09:40 +00:00
|
|
|
|
<None Include="..\..\res\rufus.ico" />
|
2011-11-13 20:54:21 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2011-11-19 19:08:23 +00:00
|
|
|
|
<ResourceCompile Include="..\rufus.rc" />
|
2011-11-13 20:54:21 +00:00
|
|
|
|
</ItemGroup>
|
2012-01-11 00:05:16 +00:00
|
|
|
|
<ItemGroup>
|
2012-01-31 01:40:22 +00:00
|
|
|
|
<ProjectReference Include="..\libcdio\driver\.msvc\driver.vcxproj">
|
|
|
|
|
<Project>{fa1b1093-ba86-410a-b7a0-7a54c605f812}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\libcdio\iso9660\.msvc\iso9660.vcxproj">
|
|
|
|
|
<Project>{d4e80f35-2604-40ac-b436-97b052ecb572}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\libcdio\udf\.msvc\udf.vcxproj">
|
|
|
|
|
<Project>{0cec40a6-a195-4be5-a88b-0ab00eb142ec}</Project>
|
|
|
|
|
</ProjectReference>
|
2012-01-11 00:05:16 +00:00
|
|
|
|
<ProjectReference Include="..\ms-sys\.msvc\ms-sys.vcxproj">
|
|
|
|
|
<Project>{2b1d078d-8eb4-4398-9ca4-23457265a7f6}</Project>
|
|
|
|
|
</ProjectReference>
|
2012-01-12 02:52:40 +00:00
|
|
|
|
<ProjectReference Include="..\syslinux\libfat\.msvc\libfat.vcxproj">
|
|
|
|
|
<Project>{8390dce0-859d-4f57-ad9c-aaeac4d77eef}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\syslinux\libinstaller\.msvc\libinstaller.vcxproj">
|
|
|
|
|
<Project>{266502ac-cd74-4581-b707-938a7d05ad7a}</Project>
|
|
|
|
|
</ProjectReference>
|
2012-01-11 00:05:16 +00:00
|
|
|
|
</ItemGroup>
|
2011-11-13 20:54:21 +00:00
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
</Project>
|