2020-06-01 17:11:56 +01:00
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets= "Build" ToolsVersion= "15.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" >
<ProjectGuid > {B7A8576D-A08A-4A97-84E8-013DAF4D4F1F}</ProjectGuid>
<Keyword > QtVS_v302</Keyword>
2020-11-28 16:15:26 +00:00
<WindowsTargetPlatformVersion > 10.0</WindowsTargetPlatformVersion>
2020-06-01 17:11:56 +01:00
<QtMsBuild Condition= "'$(QtMsBuild)'=='' OR !Exists('$(QtMsBuild)\qt.targets')" > $(MSBuildProjectDirectory)\QtMsBuild</QtMsBuild>
</PropertyGroup>
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Debug|x64'" Label= "Configuration" >
<ConfigurationType > Application</ConfigurationType>
2020-11-28 16:15:26 +00:00
<PlatformToolset > v142</PlatformToolset>
2020-06-01 17:11:56 +01:00
<SpectreMitigation > false</SpectreMitigation>
</PropertyGroup>
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Debug|Win32'" Label= "Configuration" >
<ConfigurationType > Application</ConfigurationType>
2020-11-28 16:15:26 +00:00
<PlatformToolset > v142</PlatformToolset>
2020-06-01 17:11:56 +01:00
<SpectreMitigation > false</SpectreMitigation>
</PropertyGroup>
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" Label= "Configuration" >
<ConfigurationType > Application</ConfigurationType>
2020-11-28 16:15:26 +00:00
<PlatformToolset > v142</PlatformToolset>
2020-06-01 17:11:56 +01:00
<SpectreMitigation > false</SpectreMitigation>
</PropertyGroup>
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Release|Win32'" Label= "Configuration" >
<ConfigurationType > Application</ConfigurationType>
2020-11-28 16:15:26 +00:00
<PlatformToolset > v142</PlatformToolset>
2020-06-01 17:11:56 +01:00
<SpectreMitigation > false</SpectreMitigation>
</PropertyGroup>
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.props" />
<Target Name= "QtMsBuildNotFound" BeforeTargets= "CustomBuild;ClCompile" Condition= "!Exists('$(QtMsBuild)\qt.targets') or !Exists('$(QtMsBuild)\qt.props')" >
<Message Importance= "High" Text= "QtMsBuild: could not locate qt.targets, qt.props; project may not build correctly." />
</Target>
<ImportGroup Label= "ExtensionSettings" />
<ImportGroup Label= "Shared" />
<ImportGroup Label= "PropertySheets" Condition= "'$(Configuration)|$(Platform)'=='Debug|x64'" >
<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 Label= "PropertySheets" Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" >
<Import Project= "$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition= "exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label= "LocalAppDataPlatform" />
</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>
<PropertyGroup Label= "UserMacros" />
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Debug|x64'" >
<LibraryPath > $(SolutionDir)$(Platform)\$(Configuration)\;$(LibraryPath)</LibraryPath>
</PropertyGroup>
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" >
<LibraryPath > $(SolutionDir)$(Platform)\$(Configuration)\;$(LibraryPath)</LibraryPath>
</PropertyGroup>
2020-06-08 16:17:37 +01:00
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Release|Win32'" >
<LibraryPath > $(SolutionDir)$(Platform)\$(Configuration)\;$(LibraryPath)</LibraryPath>
<OutDir > $(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
<IntDir > $(Platform)\$(Configuration)\</IntDir>
</PropertyGroup>
2021-01-02 08:03:16 +00:00
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Debug|Win32'" >
<LibraryPath > $(SolutionDir)$(Platform)\$(Configuration)\;$(LibraryPath)</LibraryPath>
<OutDir > $(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
<IntDir > $(Platform)\$(Configuration)\</IntDir>
</PropertyGroup>
2020-06-01 17:11:56 +01:00
<ImportGroup Condition= "Exists('$(QtMsBuild)\qt_defaults.props')" >
<Import Project= "$(QtMsBuild)\qt_defaults.props" />
</ImportGroup>
<PropertyGroup Label= "QtSettings" Condition= "'$(Configuration)|$(Platform)'=='Debug|x64'" >
2020-12-12 11:55:20 +00:00
<QtInstall > msvc2019_64</QtInstall>
2020-11-28 16:20:56 +00:00
<QtModules > concurrent;core;gui;network;widgets;winextras</QtModules>
2020-06-01 17:11:56 +01:00
</PropertyGroup>
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Debug|Win32'" Label= "QtSettings" >
2020-12-12 11:55:20 +00:00
<QtInstall > msvc2019</QtInstall>
2020-11-28 16:20:56 +00:00
<QtModules > concurrent;core;gui;network;widgets;winextras</QtModules>
2020-06-01 17:11:56 +01:00
</PropertyGroup>
<PropertyGroup Label= "QtSettings" Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" >
2020-12-12 11:55:20 +00:00
<QtInstall > msvc2019_64</QtInstall>
2020-11-28 16:20:56 +00:00
<QtModules > concurrent;core;gui;network;widgets;winextras</QtModules>
2020-06-01 17:11:56 +01:00
</PropertyGroup>
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Release|Win32'" Label= "QtSettings" >
2020-12-12 11:55:20 +00:00
<QtInstall > msvc2019</QtInstall>
2020-11-28 16:20:56 +00:00
<QtModules > concurrent;core;gui;network;widgets;winextras</QtModules>
2020-06-01 17:11:56 +01:00
</PropertyGroup>
<ImportGroup Condition= "Exists('$(QtMsBuild)\qt.props')" >
<Import Project= "$(QtMsBuild)\qt.props" />
</ImportGroup>
<ItemDefinitionGroup Condition= "'$(Configuration)|$(Platform)'=='Debug|x64'" >
<QtMoc >
<PrependInclude > stdafx.h</PrependInclude>
</QtMoc>
<ClCompile >
<MultiProcessorCompilation > true</MultiProcessorCompilation>
<Optimization > Disabled</Optimization>
<DebugInformationFormat > ProgramDatabase</DebugInformationFormat>
<RuntimeLibrary > MultiThreadedDebugDLL</RuntimeLibrary>
<TreatWChar_tAsBuiltInType > true</TreatWChar_tAsBuiltInType>
<PrecompiledHeader > Use</PrecompiledHeader>
<PrecompiledHeaderFile > stdafx.h</PrecompiledHeaderFile>
<PrecompiledHeaderOutputFile > $(IntDir)$(TargetName).pch</PrecompiledHeaderOutputFile>
2020-09-05 16:45:39 +01:00
<AdditionalIncludeDirectories > .;..\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
2020-06-01 17:11:56 +01:00
</ClCompile>
<Link >
<SubSystem > Windows</SubSystem>
<OutputFile > $(OutDir)\$(ProjectName).exe</OutputFile>
<GenerateDebugInformation > true</GenerateDebugInformation>
2020-06-08 16:17:37 +01:00
<AdditionalDependencies > QSbieAPI.lib;MiscHelpers.lib;ntdll.lib;QtSingleApp.lib;%(AdditionalDependencies)</AdditionalDependencies>
2020-06-01 17:11:56 +01:00
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition= "'$(Configuration)|$(Platform)'=='Debug|Win32'" >
<QtMoc >
<PrependInclude > stdafx.h</PrependInclude>
</QtMoc>
<ClCompile >
<MultiProcessorCompilation > true</MultiProcessorCompilation>
<Optimization > Disabled</Optimization>
<DebugInformationFormat > ProgramDatabase</DebugInformationFormat>
<RuntimeLibrary > MultiThreadedDebugDLL</RuntimeLibrary>
<TreatWChar_tAsBuiltInType > true</TreatWChar_tAsBuiltInType>
<PrecompiledHeader > Use</PrecompiledHeader>
<PrecompiledHeaderFile > stdafx.h</PrecompiledHeaderFile>
<PrecompiledHeaderOutputFile > $(IntDir)$(TargetName).pch</PrecompiledHeaderOutputFile>
<PreprocessorDefinitions > UNICODE;_UNICODE;WIN32;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<AdditionalIncludeDirectories > .;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ClCompile>
<Link >
<SubSystem > Windows</SubSystem>
<OutputFile > $(OutDir)\$(ProjectName).exe</OutputFile>
<GenerateDebugInformation > true</GenerateDebugInformation>
<TargetMachine > MachineX86</TargetMachine>
<AdditionalOptions > /SUBSYSTEM:WINDOWS</AdditionalOptions>
2020-06-08 16:17:37 +01:00
<AdditionalDependencies > QSbieAPI.lib;MiscHelpers.lib;ntdll.lib;QtSingleApp.lib;%(AdditionalDependencies)</AdditionalDependencies>
2020-06-01 17:11:56 +01:00
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" >
<QtMoc >
<PrependInclude > stdafx.h</PrependInclude>
</QtMoc>
<ClCompile >
<MultiProcessorCompilation > true</MultiProcessorCompilation>
2021-01-08 17:27:00 +00:00
<DebugInformationFormat > ProgramDatabase</DebugInformationFormat>
2020-06-01 17:11:56 +01:00
<RuntimeLibrary > MultiThreadedDLL</RuntimeLibrary>
<TreatWChar_tAsBuiltInType > true</TreatWChar_tAsBuiltInType>
<PrecompiledHeader > Use</PrecompiledHeader>
<PrecompiledHeaderFile > stdafx.h</PrecompiledHeaderFile>
<PrecompiledHeaderOutputFile > $(IntDir)$(TargetName).pch</PrecompiledHeaderOutputFile>
<AdditionalIncludeDirectories > .;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ClCompile>
<Link >
<SubSystem > Windows</SubSystem>
<OutputFile > $(OutDir)\$(ProjectName).exe</OutputFile>
2021-01-08 17:27:00 +00:00
<GenerateDebugInformation > true</GenerateDebugInformation>
2020-06-08 16:17:37 +01:00
<AdditionalDependencies > QSbieAPI.lib;MiscHelpers.lib;ntdll.lib;QtSingleApp.lib;%(AdditionalDependencies)</AdditionalDependencies>
2020-06-01 17:11:56 +01:00
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition= "'$(Configuration)|$(Platform)'=='Release|Win32'" >
<QtMoc >
<PrependInclude > stdafx.h</PrependInclude>
</QtMoc>
<ClCompile >
<MultiProcessorCompilation > true</MultiProcessorCompilation>
2021-01-08 17:27:00 +00:00
<DebugInformationFormat > ProgramDatabase</DebugInformationFormat>
2020-06-01 17:11:56 +01:00
<RuntimeLibrary > MultiThreadedDLL</RuntimeLibrary>
<TreatWChar_tAsBuiltInType > true</TreatWChar_tAsBuiltInType>
<PrecompiledHeader > Use</PrecompiledHeader>
<PrecompiledHeaderFile > stdafx.h</PrecompiledHeaderFile>
<PrecompiledHeaderOutputFile > $(IntDir)$(TargetName).pch</PrecompiledHeaderOutputFile>
<PreprocessorDefinitions > UNICODE;_UNICODE;WIN32;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<AdditionalIncludeDirectories > .;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ClCompile>
<Link >
<SubSystem > Windows</SubSystem>
<OutputFile > $(OutDir)\$(ProjectName).exe</OutputFile>
2021-01-08 17:27:00 +00:00
<GenerateDebugInformation > true</GenerateDebugInformation>
2020-06-01 17:11:56 +01:00
<TargetMachine > MachineX86</TargetMachine>
<AdditionalOptions > /SUBSYSTEM:WINDOWS</AdditionalOptions>
2020-06-08 16:17:37 +01:00
<AdditionalDependencies > QSbieAPI.lib;MiscHelpers.lib;ntdll.lib;QtSingleApp.lib;%(AdditionalDependencies)</AdditionalDependencies>
2020-06-01 17:11:56 +01:00
</Link>
</ItemDefinitionGroup>
<ItemGroup >
<ClCompile Include= "ApiLog.cpp" />
<ClCompile Include= "Dialogs\MultiErrorDialog.cpp" />
2021-01-26 20:58:43 +00:00
<ClCompile Include= "Helpers\FindTool.cpp" />
2020-07-19 21:09:02 +01:00
<ClCompile Include= "Helpers\WinAdmin.cpp" />
2021-01-26 20:58:43 +00:00
<ClCompile Include= "Helpers\WindowFromPointEx.cpp" />
2020-06-01 17:11:56 +01:00
<ClCompile Include= "main.cpp" />
2020-07-19 21:09:02 +01:00
<ClCompile Include= "Models\ApiMonModel.cpp" />
2020-06-01 17:11:56 +01:00
<ClCompile Include= "Models\ResMonModel.cpp" />
<ClCompile Include= "Models\SbieModel.cpp" />
<ClCompile Include= "SandMan.cpp" />
2020-06-18 16:44:29 +01:00
<ClCompile Include= "SbiePlusAPI.cpp" />
2020-06-01 17:11:56 +01:00
<ClCompile Include= "stdafx.cpp" >
<PrecompiledHeader Condition= "'$(Configuration)|$(Platform)'=='Debug|x64'" > Create</PrecompiledHeader>
<PrecompiledHeader Condition= "'$(Configuration)|$(Platform)'=='Debug|Win32'" > Create</PrecompiledHeader>
<PrecompiledHeader Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" > Create</PrecompiledHeader>
<PrecompiledHeader Condition= "'$(Configuration)|$(Platform)'=='Release|Win32'" > Create</PrecompiledHeader>
</ClCompile>
<ClCompile Include= "Views\SbieView.cpp" />
2020-12-22 14:50:58 +00:00
<ClCompile Include= "Windows\NewBoxWindow.cpp" />
2020-07-19 21:09:02 +01:00
<ClCompile Include= "Windows\OptionsWindow.cpp" />
2020-11-28 16:20:56 +00:00
<ClCompile Include= "Windows\PopUpWindow.cpp" />
<ClCompile Include= "Windows\RecoveryWindow.cpp" />
2020-07-19 21:09:02 +01:00
<ClCompile Include= "Windows\SettingsWindow.cpp" />
2020-09-05 16:45:39 +01:00
<ClCompile Include= "Windows\SnapshotsWindow.cpp" />
2020-06-01 17:11:56 +01:00
</ItemGroup>
<ItemGroup >
2020-12-22 14:50:58 +00:00
<QtMoc Include= "Windows\NewBoxWindow.h" />
2020-11-28 16:20:56 +00:00
<QtMoc Include= "Windows\RecoveryWindow.h" />
<QtMoc Include= "Windows\PopUpWindow.h" />
2020-09-05 16:45:39 +01:00
<QtMoc Include= "Windows\SnapshotsWindow.h" />
2020-07-19 21:09:02 +01:00
<QtMoc Include= "Windows\SettingsWindow.h" />
<QtMoc Include= "Windows\OptionsWindow.h" />
2020-06-01 17:11:56 +01:00
<QtMoc Include= "Views\SbieView.h" />
<QtMoc Include= "SandMan.h" />
<QtMoc Include= "Models\SbieModel.h" />
<QtMoc Include= "Models\ResMonModel.h" />
<QtMoc Include= "ApiLog.h" />
<QtMoc Include= "Dialogs\MultiErrorDialog.h" />
2020-07-19 21:09:02 +01:00
<QtMoc Include= "Models\ApiMonModel.h" />
2021-01-26 20:58:43 +00:00
<ClInclude Include= "Helpers\FindTool.h" />
2020-07-19 21:09:02 +01:00
<ClInclude Include= "Helpers\WinAdmin.h" />
2021-01-31 20:09:16 +00:00
<ClInclude Include= "resource.h" />
2020-06-18 16:44:29 +01:00
<QtMoc Include= "SbiePlusAPI.h" />
2020-06-01 17:11:56 +01:00
<ClInclude Include= "stdafx.h" />
</ItemGroup>
<ItemGroup >
<QtRcc Include= "Resources\SandMan.qrc" />
</ItemGroup>
<ItemGroup >
2021-01-26 20:58:43 +00:00
<Image Include= "Resources\finder-empty.bmp" />
<Image Include= "Resources\finder-full.bmp" />
2020-06-01 17:11:56 +01:00
<Image Include= "Resources\SandMan.ico" />
</ItemGroup>
2020-07-19 21:09:02 +01:00
<ItemGroup >
2020-12-22 14:50:58 +00:00
<QtUic Include= "Forms\NewBoxWindow.ui" />
2020-07-19 21:09:02 +01:00
<QtUic Include= "Forms\OptionsWindow.ui" />
2020-11-28 16:20:56 +00:00
<QtUic Include= "Forms\PopUpWindow.ui" />
<QtUic Include= "Forms\RecoveryWindow.ui" />
2020-07-19 21:09:02 +01:00
<QtUic Include= "Forms\SettingsWindow.ui" />
2020-09-05 16:45:39 +01:00
<QtUic Include= "Forms\SnapshotsWindow.ui" />
2020-07-19 21:09:02 +01:00
</ItemGroup>
2020-12-22 14:50:58 +00:00
<ItemGroup >
2021-01-26 20:58:43 +00:00
<None Include= "Resources\finder.cur" />
2020-12-22 14:50:58 +00:00
<None Include= "sandman_de.ts" />
2021-02-01 19:13:09 +00:00
<None Include= "sandman_pl.ts" />
2020-12-29 08:54:59 +00:00
<None Include= "sandman_pt.ts" />
<None Include= "sandman_ru.ts" />
2021-01-26 20:58:43 +00:00
<None Include= "sandman_tr.ts" />
2021-01-30 18:10:49 +00:00
<None Include= "sandman_zh-TW.ts" />
2021-01-06 12:19:13 +00:00
<None Include= "sandman_zh.ts" />
2020-12-22 14:50:58 +00:00
</ItemGroup>
2021-01-30 18:10:49 +00:00
<ItemGroup >
<ResourceCompile Include= "SandMan.rc" />
</ItemGroup>
2020-06-01 17:11:56 +01:00
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Condition= "Exists('$(QtMsBuild)\qt.targets')" >
<Import Project= "$(QtMsBuild)\qt.targets" />
</ImportGroup>
<ImportGroup Label= "ExtensionTargets" >
</ImportGroup>
</Project>