2020-12-22 12:27:28 +02:00
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets= "Build" xmlns= "http://schemas.microsoft.com/developer/msbuild/2003" >
<Import Project= "..\packages\Microsoft.Windows.CppWinRT.2.0.200729.8\build\native\Microsoft.Windows.CppWinRT.props" Condition= "Exists('..\packages\Microsoft.Windows.CppWinRT.2.0.200729.8\build\native\Microsoft.Windows.CppWinRT.props')" />
<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" />
<PropertyGroup >
<ConfigurationType > Application</ConfigurationType>
2020-12-22 17:15:46 +03:00
<IntDir > $(SolutionDir)..\..\$(Platform)\$(Configuration)\obj\$(ProjectName)\</IntDir>
<OutDir > $(SolutionDir)..\..\$(Platform)\$(Configuration)\$(ProjectName)\</OutDir>
2020-12-22 12:27:28 +02:00
</PropertyGroup>
2022-01-12 13:00:23 +01:00
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Debug|x64'" >
<TargetName > PowerToys.$(ProjectName)</TargetName>
</PropertyGroup>
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" >
<TargetName > PowerToys.$(ProjectName)</TargetName>
</PropertyGroup>
2020-12-22 12:27:28 +02:00
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.props" />
<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" >
<WarningLevel > TurnOffAllWarnings</WarningLevel>
</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" />
2021-11-05 16:44:39 +01:00
<ClCompile Include= "ProcessesList.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 >
2020-12-22 17:15:46 +03:00
<ProjectReference Include= "..\..\..\src\common\SettingsAPI\SetttingsAPI.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" />
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" />
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>
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label= "ExtensionTargets" >
<Import Project= "..\packages\Microsoft.Windows.CppWinRT.2.0.200729.8\build\native\Microsoft.Windows.CppWinRT.targets" Condition= "Exists('..\packages\Microsoft.Windows.CppWinRT.2.0.200729.8\build\native\Microsoft.Windows.CppWinRT.targets')" />
2021-01-12 20:48:55 +02:00
<Import Project= "..\packages\Microsoft.Windows.ImplementationLibrary.1.0.200902.2\build\native\Microsoft.Windows.ImplementationLibrary.targets" Condition= "Exists('..\packages\Microsoft.Windows.ImplementationLibrary.1.0.200902.2\build\native\Microsoft.Windows.ImplementationLibrary.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>
<Error Condition= "!Exists('..\packages\Microsoft.Windows.CppWinRT.2.0.200729.8\build\native\Microsoft.Windows.CppWinRT.props')" Text= "$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Windows.CppWinRT.2.0.200729.8\build\native\Microsoft.Windows.CppWinRT.props'))" />
<Error Condition= "!Exists('..\packages\Microsoft.Windows.CppWinRT.2.0.200729.8\build\native\Microsoft.Windows.CppWinRT.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Windows.CppWinRT.2.0.200729.8\build\native\Microsoft.Windows.CppWinRT.targets'))" />
2021-01-12 20:48:55 +02:00
<Error Condition= "!Exists('..\packages\Microsoft.Windows.ImplementationLibrary.1.0.200902.2\build\native\Microsoft.Windows.ImplementationLibrary.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Windows.ImplementationLibrary.1.0.200902.2\build\native\Microsoft.Windows.ImplementationLibrary.targets'))" />
2020-12-22 12:27:28 +02:00
</Target>
</Project>