tangled
alpha
login
or
join now
huwcampbell.com
/
reactos
0
fork
atom
Reactos
0
fork
atom
overview
issues
pulls
pipelines
[ATL_APITEST] Add missing vcproj for CRegKey
Timo Kreuzer
2 years ago
edf02414
a8cda829
+207
-1
4 changed files
expand all
collapse all
unified
split
modules
rostests
apitests
atl
CRegKey.cpp
atltest.h
devenv
ATLTest.sln
CRegKey.vcxproj
+6
-1
modules/rostests/apitests/atl/CRegKey.cpp
reviewed
···
6
6
* Katayama Hirofumi MZ (katayama.hirofumi.mz@gmail.com)
7
7
*/
8
8
9
9
-
#include <apitest.h>
10
9
#include <atlbase.h>
10
10
+
11
11
+
#ifdef HAVE_APITEST
12
12
+
#include <apitest.h>
13
13
+
#else
14
14
+
#include "atltest.h"
15
15
+
#endif
11
16
12
17
START_TEST(CRegKey)
13
18
{
+2
modules/rostests/apitests/atl/atltest.h
reviewed
···
175
175
return buf;
176
176
}
177
177
178
178
+
#define broken(x) x
179
179
+
178
180
#endif /* ndef ATLTEST_H_ */
+10
modules/rostests/apitests/atl/devenv/ATLTest.sln
reviewed
···
35
35
EndProject
36
36
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "atltypes", "atltypes.vcxproj", "{6F9D87BA-0FBD-4A0D-9B11-6363D12ADD1D}"
37
37
EndProject
38
38
+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CRegKey", "CRegKey.vcxproj", "{6C2258AA-6740-4957-BEB0-250582D1F817}"
39
39
+
EndProject
38
40
Global
39
41
GlobalSection(SolutionConfigurationPlatforms) = preSolution
40
42
Debug|x64 = Debug|x64
···
171
173
{6F9D87BA-0FBD-4A0D-9B11-6363D12ADD1D}.Release|x64.Build.0 = Release|x64
172
174
{6F9D87BA-0FBD-4A0D-9B11-6363D12ADD1D}.Release|x86.ActiveCfg = Release|Win32
173
175
{6F9D87BA-0FBD-4A0D-9B11-6363D12ADD1D}.Release|x86.Build.0 = Release|Win32
176
176
+
{6C2258AA-6740-4957-BEB0-250582D1F817}.Debug|x64.ActiveCfg = Debug|x64
177
177
+
{6C2258AA-6740-4957-BEB0-250582D1F817}.Debug|x64.Build.0 = Debug|x64
178
178
+
{6C2258AA-6740-4957-BEB0-250582D1F817}.Debug|x86.ActiveCfg = Debug|Win32
179
179
+
{6C2258AA-6740-4957-BEB0-250582D1F817}.Debug|x86.Build.0 = Debug|Win32
180
180
+
{6C2258AA-6740-4957-BEB0-250582D1F817}.Release|x64.ActiveCfg = Release|x64
181
181
+
{6C2258AA-6740-4957-BEB0-250582D1F817}.Release|x64.Build.0 = Release|x64
182
182
+
{6C2258AA-6740-4957-BEB0-250582D1F817}.Release|x86.ActiveCfg = Release|Win32
183
183
+
{6C2258AA-6740-4957-BEB0-250582D1F817}.Release|x86.Build.0 = Release|Win32
174
184
EndGlobalSection
175
185
GlobalSection(SolutionProperties) = preSolution
176
186
HideSolutionNode = FALSE
+189
modules/rostests/apitests/atl/devenv/CRegKey.vcxproj
reviewed
···
1
1
+
<?xml version="1.0" encoding="utf-8"?>
2
2
+
<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
3
+
<ItemGroup Label="ProjectConfigurations">
4
4
+
<ProjectConfiguration Include="Debug|Win32">
5
5
+
<Configuration>Debug</Configuration>
6
6
+
<Platform>Win32</Platform>
7
7
+
</ProjectConfiguration>
8
8
+
<ProjectConfiguration Include="Release|Win32">
9
9
+
<Configuration>Release</Configuration>
10
10
+
<Platform>Win32</Platform>
11
11
+
</ProjectConfiguration>
12
12
+
<ProjectConfiguration Include="Debug|x64">
13
13
+
<Configuration>Debug</Configuration>
14
14
+
<Platform>x64</Platform>
15
15
+
</ProjectConfiguration>
16
16
+
<ProjectConfiguration Include="Release|x64">
17
17
+
<Configuration>Release</Configuration>
18
18
+
<Platform>x64</Platform>
19
19
+
</ProjectConfiguration>
20
20
+
</ItemGroup>
21
21
+
<PropertyGroup Label="Globals">
22
22
+
<ProjectGuid>{6C2258AA-6740-4957-BEB0-250582D1F817}</ProjectGuid>
23
23
+
<WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
24
24
+
<Keyword>AtlProj</Keyword>
25
25
+
</PropertyGroup>
26
26
+
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
27
27
+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
28
28
+
<ConfigurationType>Application</ConfigurationType>
29
29
+
<UseDebugLibraries>true</UseDebugLibraries>
30
30
+
<PlatformToolset>v140_xp</PlatformToolset>
31
31
+
<CharacterSet>Unicode</CharacterSet>
32
32
+
</PropertyGroup>
33
33
+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
34
34
+
<ConfigurationType>Application</ConfigurationType>
35
35
+
<UseDebugLibraries>false</UseDebugLibraries>
36
36
+
<PlatformToolset>v140_xp</PlatformToolset>
37
37
+
<CharacterSet>Unicode</CharacterSet>
38
38
+
</PropertyGroup>
39
39
+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
40
40
+
<ConfigurationType>Application</ConfigurationType>
41
41
+
<UseDebugLibraries>true</UseDebugLibraries>
42
42
+
<PlatformToolset>v140_xp</PlatformToolset>
43
43
+
<CharacterSet>Unicode</CharacterSet>
44
44
+
</PropertyGroup>
45
45
+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
46
46
+
<ConfigurationType>Application</ConfigurationType>
47
47
+
<UseDebugLibraries>false</UseDebugLibraries>
48
48
+
<PlatformToolset>v140_xp</PlatformToolset>
49
49
+
<CharacterSet>Unicode</CharacterSet>
50
50
+
</PropertyGroup>
51
51
+
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
52
52
+
<ImportGroup Label="ExtensionSettings">
53
53
+
</ImportGroup>
54
54
+
<ImportGroup Label="Shared">
55
55
+
</ImportGroup>
56
56
+
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
57
57
+
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
58
58
+
</ImportGroup>
59
59
+
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
60
60
+
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
61
61
+
</ImportGroup>
62
62
+
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
63
63
+
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
64
64
+
</ImportGroup>
65
65
+
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
66
66
+
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
67
67
+
</ImportGroup>
68
68
+
<PropertyGroup Label="UserMacros" />
69
69
+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
70
70
+
<IgnoreImportLibrary>true</IgnoreImportLibrary>
71
71
+
<LinkIncremental>true</LinkIncremental>
72
72
+
<IntDir>$(ProjectName)\$(Configuration)\</IntDir>
73
73
+
</PropertyGroup>
74
74
+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
75
75
+
<IgnoreImportLibrary>true</IgnoreImportLibrary>
76
76
+
<LinkIncremental>true</LinkIncremental>
77
77
+
<IntDir>$(ProjectName)\$(Platform)\$(Configuration)\</IntDir>
78
78
+
</PropertyGroup>
79
79
+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
80
80
+
<IgnoreImportLibrary>true</IgnoreImportLibrary>
81
81
+
<LinkIncremental>false</LinkIncremental>
82
82
+
<IntDir>$(ProjectName)\$(Configuration)\</IntDir>
83
83
+
</PropertyGroup>
84
84
+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
85
85
+
<IgnoreImportLibrary>true</IgnoreImportLibrary>
86
86
+
<LinkIncremental>false</LinkIncremental>
87
87
+
<IntDir>$(ProjectName)\$(Platform)\$(Configuration)\</IntDir>
88
88
+
</PropertyGroup>
89
89
+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
90
90
+
<ClCompile>
91
91
+
<PrecompiledHeader>NotUsing</PrecompiledHeader>
92
92
+
<WarningLevel>Level3</WarningLevel>
93
93
+
<Optimization>Disabled</Optimization>
94
94
+
<PreprocessorDefinitions>WIN32;_WINDOWS;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
95
95
+
<SDLCheck>true</SDLCheck>
96
96
+
</ClCompile>
97
97
+
<ResourceCompile>
98
98
+
<Culture>0x0409</Culture>
99
99
+
<AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
100
100
+
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
101
101
+
</ResourceCompile>
102
102
+
<Link>
103
103
+
<SubSystem>Console</SubSystem>
104
104
+
<GenerateDebugInformation>true</GenerateDebugInformation>
105
105
+
</Link>
106
106
+
</ItemDefinitionGroup>
107
107
+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
108
108
+
<ClCompile>
109
109
+
<PrecompiledHeader>NotUsing</PrecompiledHeader>
110
110
+
<WarningLevel>Level3</WarningLevel>
111
111
+
<Optimization>Disabled</Optimization>
112
112
+
<PreprocessorDefinitions>_WINDOWS;_AMD64_;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
113
113
+
<SDLCheck>true</SDLCheck>
114
114
+
</ClCompile>
115
115
+
<ResourceCompile>
116
116
+
<Culture>0x0409</Culture>
117
117
+
<AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
118
118
+
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
119
119
+
</ResourceCompile>
120
120
+
<Link>
121
121
+
<SubSystem>Console</SubSystem>
122
122
+
<GenerateDebugInformation>true</GenerateDebugInformation>
123
123
+
</Link>
124
124
+
</ItemDefinitionGroup>
125
125
+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
126
126
+
<ClCompile>
127
127
+
<PrecompiledHeader>NotUsing</PrecompiledHeader>
128
128
+
<WarningLevel>Level3</WarningLevel>
129
129
+
<Optimization>MaxSpeed</Optimization>
130
130
+
<PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
131
131
+
<SDLCheck>true</SDLCheck>
132
132
+
</ClCompile>
133
133
+
<ResourceCompile>
134
134
+
<Culture>0x0409</Culture>
135
135
+
<AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
136
136
+
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
137
137
+
</ResourceCompile>
138
138
+
<Link>
139
139
+
<SubSystem>Console</SubSystem>
140
140
+
<GenerateDebugInformation>true</GenerateDebugInformation>
141
141
+
<EnableCOMDATFolding>true</EnableCOMDATFolding>
142
142
+
<OptimizeReferences>true</OptimizeReferences>
143
143
+
</Link>
144
144
+
</ItemDefinitionGroup>
145
145
+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
146
146
+
<ClCompile>
147
147
+
<PrecompiledHeader>NotUsing</PrecompiledHeader>
148
148
+
<WarningLevel>Level3</WarningLevel>
149
149
+
<Optimization>MaxSpeed</Optimization>
150
150
+
<PreprocessorDefinitions>_WINDOWS;_AMD64_;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
151
151
+
<SDLCheck>true</SDLCheck>
152
152
+
</ClCompile>
153
153
+
<ResourceCompile>
154
154
+
<Culture>0x0409</Culture>
155
155
+
<AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
156
156
+
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
157
157
+
</ResourceCompile>
158
158
+
<Link>
159
159
+
<SubSystem>Console</SubSystem>
160
160
+
<GenerateDebugInformation>true</GenerateDebugInformation>
161
161
+
<EnableCOMDATFolding>true</EnableCOMDATFolding>
162
162
+
<OptimizeReferences>true</OptimizeReferences>
163
163
+
</Link>
164
164
+
</ItemDefinitionGroup>
165
165
+
<ItemGroup>
166
166
+
<ClCompile Include="../CRegKey.cpp">
167
167
+
<RuntimeLibrary Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">MultiThreaded</RuntimeLibrary>
168
168
+
<RuntimeLibrary Condition="'$(Configuration)|$(Platform)'=='Release|x64'">MultiThreaded</RuntimeLibrary>
169
169
+
<RuntimeLibrary Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">MultiThreadedDebug</RuntimeLibrary>
170
170
+
<RuntimeLibrary Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">MultiThreadedDebug</RuntimeLibrary>
171
171
+
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
172
172
+
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
173
173
+
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
174
174
+
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
175
175
+
</ClCompile>
176
176
+
</ItemGroup>
177
177
+
<ItemGroup>
178
178
+
<ClInclude Include="..\resource.h" />
179
179
+
</ItemGroup>
180
180
+
<ItemGroup>
181
181
+
<ResourceCompile Include="..\atl_apitest.rc" />
182
182
+
</ItemGroup>
183
183
+
<ItemGroup>
184
184
+
<None Include="..\cpath.inl" />
185
185
+
</ItemGroup>
186
186
+
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
187
187
+
<ImportGroup Label="ExtensionTargets">
188
188
+
</ImportGroup>
189
189
+
</Project>