diff options
Diffstat (limited to 'w32/VS2022/hellobrowser.vcxproj')
-rw-r--r-- | w32/VS2022/hellobrowser.vcxproj | 35 |
1 files changed, 1 insertions, 34 deletions
diff --git a/w32/VS2022/hellobrowser.vcxproj b/w32/VS2022/hellobrowser.vcxproj index a8d07087..36fc93fe 100644 --- a/w32/VS2022/hellobrowser.vcxproj +++ b/w32/VS2022/hellobrowser.vcxproj | |||
@@ -1,40 +1,7 @@ | |||
1 | <?xml version="1.0" encoding="utf-8"?> | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | 2 | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | <Import Project="$(SolutionDir)..\common\vs_dirs.props" /> | 3 | <Import Project="$(SolutionDir)..\common\vs_dirs.props" /> |
4 | <ItemGroup Label="ProjectConfigurations"> | 4 | <Import Project="$(MhdW32Common)\project-configs.vcxproj" /> |
5 | <ProjectConfiguration Include="Debug-dll|Win32"> | ||
6 | <Configuration>Debug-dll</Configuration> | ||
7 | <Platform>Win32</Platform> | ||
8 | </ProjectConfiguration> | ||
9 | <ProjectConfiguration Include="Debug-dll|x64"> | ||
10 | <Configuration>Debug-dll</Configuration> | ||
11 | <Platform>x64</Platform> | ||
12 | </ProjectConfiguration> | ||
13 | <ProjectConfiguration Include="Debug-static|Win32"> | ||
14 | <Configuration>Debug-static</Configuration> | ||
15 | <Platform>Win32</Platform> | ||
16 | </ProjectConfiguration> | ||
17 | <ProjectConfiguration Include="Debug-static|x64"> | ||
18 | <Configuration>Debug-static</Configuration> | ||
19 | <Platform>x64</Platform> | ||
20 | </ProjectConfiguration> | ||
21 | <ProjectConfiguration Include="Release-dll|Win32"> | ||
22 | <Configuration>Release-dll</Configuration> | ||
23 | <Platform>Win32</Platform> | ||
24 | </ProjectConfiguration> | ||
25 | <ProjectConfiguration Include="Release-dll|x64"> | ||
26 | <Configuration>Release-dll</Configuration> | ||
27 | <Platform>x64</Platform> | ||
28 | </ProjectConfiguration> | ||
29 | <ProjectConfiguration Include="Release-static|Win32"> | ||
30 | <Configuration>Release-static</Configuration> | ||
31 | <Platform>Win32</Platform> | ||
32 | </ProjectConfiguration> | ||
33 | <ProjectConfiguration Include="Release-static|x64"> | ||
34 | <Configuration>Release-static</Configuration> | ||
35 | <Platform>x64</Platform> | ||
36 | </ProjectConfiguration> | ||
37 | </ItemGroup> | ||
38 | <Import Project="$(MhdW32Common)\hellobrowser-files.vcxproj" /> | 5 | <Import Project="$(MhdW32Common)\hellobrowser-files.vcxproj" /> |
39 | <PropertyGroup Label="Globals"> | 6 | <PropertyGroup Label="Globals"> |
40 | <VCProjectVersion>16.0</VCProjectVersion> | 7 | <VCProjectVersion>16.0</VCProjectVersion> |