2023-09-15 08:34:17 +02:00
<?xml version="1.0" encoding="utf-8"?>
2020-12-22 12:27:28 +02:00
<Project DefaultTargets= "Build" xmlns= "http://schemas.microsoft.com/developer/msbuild/2003" >
2023-09-07 15:36:47 +07:00
<Import Project= "..\packages\Microsoft.Windows.CppWinRT.2.0.221104.6\build\native\Microsoft.Windows.CppWinRT.props" Condition= "Exists('..\packages\Microsoft.Windows.CppWinRT.2.0.221104.6\build\native\Microsoft.Windows.CppWinRT.props')" />
2020-12-22 12:27:28 +02:00
<PropertyGroup Label= "Globals" >
<VCProjectVersion > 16.0</VCProjectVersion>
<Keyword > Win32Proj</Keyword>
<ProjectGuid > {99126840-5c30-4e9e-ac6c-e73dded5c3bd}</ProjectGuid>
<RootNamespace > BugReportTool</RootNamespace>
<ProjectName > BugReportTool</ProjectName>
</PropertyGroup>
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
2022-11-09 14:41:14 +00:00
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.props" />
2022-05-11 13:35:18 +03:00
<PropertyGroup Label= "Configuration" >
2022-02-07 06:08:30 -08:00
<PlatformToolset > v143</PlatformToolset>
</PropertyGroup>
2020-12-22 12:27:28 +02:00
<PropertyGroup >
<ConfigurationType > Application</ConfigurationType>
2022-01-12 13:00:23 +01:00
<TargetName > PowerToys.$(ProjectName)</TargetName>
2023-09-15 08:34:17 +02:00
<OutDir > $(SolutionDir)..\..\$(Platform)\$(Configuration)\Tools\</OutDir>
2022-01-12 13:00:23 +01:00
</PropertyGroup>
2020-12-22 12:27:28 +02:00
<ImportGroup Label= "ExtensionSettings" >
</ImportGroup>
<ImportGroup Label= "Shared" >
</ImportGroup>
<ImportGroup Label= "PropertySheets" >
<Import Project= "$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition= "exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label= "LocalAppDataPlatform" />
</ImportGroup>
<PropertyGroup Label= "UserMacros" />
<ItemDefinitionGroup >
<ClCompile >
<PrecompiledHeader > NotUsing</PrecompiledHeader>
2020-12-22 17:15:46 +03:00
<AdditionalIncludeDirectories > ../../../src/</AdditionalIncludeDirectories>
2020-12-22 12:27:28 +02:00
</ClCompile>
<Link >
<SubSystem > Console</SubSystem>
2021-07-20 10:33:00 +03:00
<AdditionalDependencies > Version.lib;Wevtapi.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
2020-12-22 12:27:28 +02:00
</Link>
</ItemDefinitionGroup>
<ItemGroup >
2020-12-22 17:15:46 +03:00
<ClCompile Include= "..\..\..\deps\cziplib\src\zip.c" >
2022-10-25 17:33:23 +01:00
<!-- Disabling warnings for external code -->
2023-09-15 08:34:17 +02:00
<DisableSpecificWarnings > 4706;26451;4267;4244;%(DisableSpecificWarnings)</DisableSpecificWarnings>
2020-12-22 17:15:46 +03:00
</ClCompile>
2021-05-26 16:23:49 +03:00
<ClCompile Include= "EventViewer.cpp" />
2021-07-20 10:33:00 +03:00
<ClCompile Include= "InstallationFolder.cpp" />
2022-06-30 22:10:14 +02:00
<ClCompile Include= "Package.cpp" />
2021-11-05 16:44:39 +01:00
<ClCompile Include= "ProcessesList.cpp" />
2022-10-26 14:02:31 +01:00
<ClCompile Include= "ReportGPOValues.cpp" />
2020-12-22 17:15:46 +03:00
<ClCompile Include= "ReportMonitorInfo.cpp" />
2020-12-22 12:27:28 +02:00
<ClCompile Include= "Main.cpp" />
2021-05-20 18:41:12 +03:00
<ClCompile Include= "RegistryUtils.cpp" />
2021-05-26 16:23:49 +03:00
<ClCompile Include= "XmlDocumentEx.cpp" />
2021-05-20 18:41:12 +03:00
<ClCompile Include= "ZipTools\ZipFolder.cpp" />
2020-12-22 12:27:28 +02:00
</ItemGroup>
<ItemGroup >
<None Include= "packages.config" />
</ItemGroup>
<ItemGroup >
2022-04-12 11:13:22 -04:00
<ProjectReference Include= "..\..\..\src\common\SettingsAPI\SettingsAPI.vcxproj" >
2020-12-22 12:27:28 +02:00
<Project > {6955446d-23f7-4023-9bb3-8657f904af99}</Project>
</ProjectReference>
</ItemGroup>
<ItemGroup >
2020-12-22 17:15:46 +03:00
<ClInclude Include= "..\..\..\deps\cziplib\src\miniz.h" />
<ClInclude Include= "..\..\..\deps\cziplib\src\zip.h" />
2021-05-26 16:23:49 +03:00
<ClInclude Include= "EventViewer.h" />
2021-07-20 10:33:00 +03:00
<ClInclude Include= "InstallationFolder.h" />
2022-06-30 22:10:14 +02:00
<ClInclude Include= "Package.h" />
2022-10-26 14:02:31 +01:00
<ClInclude Include= "ReportGPOValues.h" />
2020-12-22 17:15:46 +03:00
<ClInclude Include= "ReportMonitorInfo.h" />
2020-12-22 12:27:28 +02:00
<ClInclude Include= "..\..\..\common\utils\json.h" />
2021-05-20 18:41:12 +03:00
<ClInclude Include= "RegistryUtils.h" />
2022-08-10 09:58:21 +01:00
<ClInclude Include= "resource.h" />
2021-05-26 16:23:49 +03:00
<ClInclude Include= "XmlDocumentEx.h" />
2021-05-20 18:41:12 +03:00
<ClInclude Include= "ZipTools\ZipFolder.h" />
2020-12-22 12:27:28 +02:00
</ItemGroup>
2022-08-10 09:58:21 +01:00
<ItemGroup >
<ResourceCompile Include= "BugReportTool.rc" />
</ItemGroup>
2020-12-22 12:27:28 +02:00
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label= "ExtensionTargets" >
2023-07-20 00:12:46 +01:00
<Import Project= "..\packages\Microsoft.Windows.ImplementationLibrary.1.0.220914.1\build\native\Microsoft.Windows.ImplementationLibrary.targets" Condition= "Exists('..\packages\Microsoft.Windows.ImplementationLibrary.1.0.220914.1\build\native\Microsoft.Windows.ImplementationLibrary.targets')" />
2023-09-07 15:36:47 +07:00
<Import Project= "..\packages\Microsoft.Windows.CppWinRT.2.0.221104.6\build\native\Microsoft.Windows.CppWinRT.targets" Condition= "Exists('..\packages\Microsoft.Windows.CppWinRT.2.0.221104.6\build\native\Microsoft.Windows.CppWinRT.targets')" />
2020-12-22 12:27:28 +02:00
</ImportGroup>
<Target Name= "EnsureNuGetPackageBuildImports" BeforeTargets= "PrepareForBuild" >
<PropertyGroup >
<ErrorText > This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
2023-07-20 00:12:46 +01:00
<Error Condition= "!Exists('..\packages\Microsoft.Windows.ImplementationLibrary.1.0.220914.1\build\native\Microsoft.Windows.ImplementationLibrary.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Windows.ImplementationLibrary.1.0.220914.1\build\native\Microsoft.Windows.ImplementationLibrary.targets'))" />
2023-09-07 15:36:47 +07:00
<Error Condition= "!Exists('..\packages\Microsoft.Windows.CppWinRT.2.0.221104.6\build\native\Microsoft.Windows.CppWinRT.props')" Text= "$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Windows.CppWinRT.2.0.221104.6\build\native\Microsoft.Windows.CppWinRT.props'))" />
<Error Condition= "!Exists('..\packages\Microsoft.Windows.CppWinRT.2.0.221104.6\build\native\Microsoft.Windows.CppWinRT.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Windows.CppWinRT.2.0.221104.6\build\native\Microsoft.Windows.CppWinRT.targets'))" />
2020-12-22 12:27:28 +02:00
</Target>
</Project>