diff options
Diffstat (limited to 'w32/common/project-configs.props')
-rw-r--r-- | w32/common/project-configs.props | 69 |
1 files changed, 69 insertions, 0 deletions
diff --git a/w32/common/project-configs.props b/w32/common/project-configs.props new file mode 100644 index 00000000..ca2dce64 --- /dev/null +++ b/w32/common/project-configs.props | |||
@@ -0,0 +1,69 @@ | |||
1 | <?xml version="1.0" encoding="utf-8"?> | ||
2 | <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
3 | <ItemGroup Label="ProjectConfigurations"> | ||
4 | <ProjectConfiguration Include="Debug-dll|Win32"> | ||
5 | <Configuration>Debug-dll</Configuration> | ||
6 | <Platform>Win32</Platform> | ||
7 | </ProjectConfiguration> | ||
8 | <ProjectConfiguration Include="Debug-dll|x64"> | ||
9 | <Configuration>Debug-dll</Configuration> | ||
10 | <Platform>x64</Platform> | ||
11 | </ProjectConfiguration> | ||
12 | <ProjectConfiguration Include="Debug-dll|ARM"> | ||
13 | <Configuration>Debug-dll</Configuration> | ||
14 | <Platform>ARM</Platform> | ||
15 | </ProjectConfiguration> | ||
16 | <ProjectConfiguration Include="Debug-dll|ARM64"> | ||
17 | <Configuration>Debug-dll</Configuration> | ||
18 | <Platform>ARM64</Platform> | ||
19 | </ProjectConfiguration> | ||
20 | <ProjectConfiguration Include="Debug-static|Win32"> | ||
21 | <Configuration>Debug-static</Configuration> | ||
22 | <Platform>Win32</Platform> | ||
23 | </ProjectConfiguration> | ||
24 | <ProjectConfiguration Include="Debug-static|x64"> | ||
25 | <Configuration>Debug-static</Configuration> | ||
26 | <Platform>x64</Platform> | ||
27 | </ProjectConfiguration> | ||
28 | <ProjectConfiguration Include="Debug-static|ARM"> | ||
29 | <Configuration>Debug-static</Configuration> | ||
30 | <Platform>ARM</Platform> | ||
31 | </ProjectConfiguration> | ||
32 | <ProjectConfiguration Include="Debug-static|ARM64"> | ||
33 | <Configuration>Debug-static</Configuration> | ||
34 | <Platform>ARM64</Platform> | ||
35 | </ProjectConfiguration> | ||
36 | <ProjectConfiguration Include="Release-dll|Win32"> | ||
37 | <Configuration>Release-dll</Configuration> | ||
38 | <Platform>Win32</Platform> | ||
39 | </ProjectConfiguration> | ||
40 | <ProjectConfiguration Include="Release-dll|x64"> | ||
41 | <Configuration>Release-dll</Configuration> | ||
42 | <Platform>x64</Platform> | ||
43 | </ProjectConfiguration> | ||
44 | <ProjectConfiguration Include="Release-dll|ARM"> | ||
45 | <Configuration>Release-dll</Configuration> | ||
46 | <Platform>ARM</Platform> | ||
47 | </ProjectConfiguration> | ||
48 | <ProjectConfiguration Include="Release-dll|ARM64"> | ||
49 | <Configuration>Release-dll</Configuration> | ||
50 | <Platform>ARM64</Platform> | ||
51 | </ProjectConfiguration> | ||
52 | <ProjectConfiguration Include="Release-static|Win32"> | ||
53 | <Configuration>Release-static</Configuration> | ||
54 | <Platform>Win32</Platform> | ||
55 | </ProjectConfiguration> | ||
56 | <ProjectConfiguration Include="Release-static|x64"> | ||
57 | <Configuration>Release-static</Configuration> | ||
58 | <Platform>x64</Platform> | ||
59 | </ProjectConfiguration> | ||
60 | <ProjectConfiguration Include="Release-static|ARM"> | ||
61 | <Configuration>Release-static</Configuration> | ||
62 | <Platform>ARM</Platform> | ||
63 | </ProjectConfiguration> | ||
64 | <ProjectConfiguration Include="Release-static|ARM64"> | ||
65 | <Configuration>Release-static</Configuration> | ||
66 | <Platform>ARM64</Platform> | ||
67 | </ProjectConfiguration> | ||
68 | </ItemGroup> | ||
69 | </Project> | ||