/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/stmt/ |
DoStmt.java | 51 private Expression condition; field in class:DoStmt 58 public DoStmt(final Statement body, final Expression condition) { 59 this(null, body, condition); 66 public DoStmt(TokenRange tokenRange, Statement body, Expression condition) { 69 setCondition(condition); 92 return condition; 110 public DoStmt setCondition(final Expression condition) { 111 assertNotNull(condition); 112 if (condition == this.condition) { [all...] |
WhileStmt.java | 49 private Expression condition; field in class:WhileStmt 58 public WhileStmt(final Expression condition, final Statement body) { 59 this(null, condition, body); 66 public WhileStmt(TokenRange tokenRange, Expression condition, Statement body) { 68 setCondition(condition); 92 return condition; 110 public WhileStmt setCondition(final Expression condition) { 111 assertNotNull(condition); 112 if (condition == this.condition) { [all...] |
/external/libmicrohttpd/w32/VS2013/ |
hellobrowser.vcxproj | 46 <PropertyGroup Condition="'$(Configuration)'=='Debug-static'" Label="Configuration"> 52 <PropertyGroup Condition="'$(Configuration)'=='Debug-dll'" Label="Configuration"> 58 <PropertyGroup Condition="'$(Configuration)'=='Release-static'" Label="Configuration"> 65 <PropertyGroup Condition="'$(Configuration)'=='Release-dll'" Label="Configuration"> 76 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 82 <PropertyGroup Condition="'$(Platform)'=='Win32'"> 86 <PropertyGroup Condition="'$(Platform)'=='x64'"> 90 <PropertyGroup Condition="'$(UseDebugLibraries)'=='true'"> 93 <PropertyGroup Condition="'$(UseDebugLibraries)'!='true'"> 96 <PropertyGroup Condition="'$(Configuration)'=='Debug-static'" [all...] |
/cts/tests/inputmethod/src/android/view/inputmethod/cts/util/ |
TestUtils.java | 60 * Does polling loop on the UI thread to wait until the given condition is met. 62 * @param condition Condition to be satisfied. This is guaranteed to run on the UI thread. 65 * @throws TimeoutException when the no event is matched to the given condition within 69 @NonNull BooleanSupplier condition, long timeout, String message) 79 if (condition.getAsBoolean()) { 93 * Does polling loop on the UI thread to wait until the given condition is met. 95 * @param condition Condition to be satisfied. This is guaranteed to run on the UI thread. 97 * @throws TimeoutException when the no event is matched to the given condition withi [all...] |
/external/icu/icu4c/source/io/ |
io.vcxproj | 26 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 32 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 38 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> 44 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> 53 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> 54 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 57 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> 58 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 61 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> 62 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" / [all...] |
/external/icu/icu4c/source/samples/dtitvfmtsample/ |
dtitvfmtsample.vcxproj | 19 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 25 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 35 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 36 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 38 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 39 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 42 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 45 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 48 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 52 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" [all...] |
/external/icu/icu4c/source/samples/plurfmtsample/ |
plurfmtsample.vcxproj | 19 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 25 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 35 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 36 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 38 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 39 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 42 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 45 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 48 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 51 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" [all...] |
/external/llvm/tools/msbuild/ |
Microsoft.Cpp.Win32.LLVM-vs2012_xp.targets | 10 <Target Name="NoSupportCodeAnalysisXP" Condition="'$(ErrorNoSupportCodeAnalysisXP)' != 'false'"> 11 <VCMessage Condition="'$(DesignTimeBuild)' != 'true' and '@(ClCompile->AnyHaveMetadataValue('EnablePREfast', 'true'))'=='true'" Code="MSB8026" Type="Error"/> 19 <VCMessage Code="MSB8003" Type="Warning" Arguments="WindowsSdkDir_71A" Condition="'$(WindowsSdkDir_71A)'=='' and '$(UseEnv)' != 'true'" />
|
toolset-vs2013_xp.targets | 10 <Target Name="NoSupportCodeAnalysisXP" Condition="'$(ErrorNoSupportCodeAnalysisXP)' != 'false'"> 11 <VCMessage Condition="'$(DesignTimeBuild)' != 'true' and '@(ClCompile->AnyHaveMetadataValue('EnablePREfast', 'true'))'=='true'" Code="MSB8026" Type="Error"/> 19 <VCMessage Code="MSB8003" Type="Warning" Arguments="WindowsSdkDir_71A" Condition="'$(WindowsSdkDir_71A)'=='' and '$(UseEnv)' != 'true'" />
|
toolset-vs2014_xp.targets | 10 <Target Name="NoSupportCodeAnalysisXP" Condition="'$(ErrorNoSupportCodeAnalysisXP)' != 'false'">
11 <VCMessage Condition="'$(DesignTimeBuild)' != 'true' and '@(ClCompile->AnyHaveMetadataValue('EnablePREfast', 'true'))'=='true'" Code="MSB8026" Type="Error"/>
19 <VCMessage Code="MSB8003" Type="Warning" Arguments="WindowsSdkDir_71A" Condition="'$(WindowsSdkDir_71A)'=='' and '$(UseEnv)' != 'true'" />
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_condattr_destroy/ |
3-1.c | 28 /* Initialize a condition variable attributes object */ 31 "Cannot initialize condition variable attributes object\n"); 35 /* Destroy the condition variable attributes object */
|
/external/mockito/src/test/java/org/mockitoutil/ |
Conditions.java | 9 import org.assertj.core.api.Condition; 20 public static Condition<Throwable> onlyThoseClassesInStackTrace(final String... classes) { 21 return new Condition<Throwable>() { 41 public static Condition<StackTraceElement[]> onlyThoseClasses(final String... classes) { 42 return new Condition<StackTraceElement[]>() { 61 public static Condition<Throwable> firstMethodInStackTrace(final String method) { 65 public static Condition<Throwable> methodInStackTraceAt(final int stackTraceIndex, final String method) { 66 return new Condition<Throwable>() { 83 public static Condition<Object> bridgeMethod(final String methodName) { 84 return new Condition<Object>() [all...] |
/external/python/cpython3/Tools/msi/tcltk/ |
tcltk_reg.wxs | 7 <Condition>VersionNT > 600</Condition> 12 <Condition>VersionNT > 600</Condition> 18 <Condition>VersionNT > 600</Condition> 25 <Condition>VersionNT > 600</Condition> 33 <Condition>VersionNT = 600</Condition> [all...] |
/external/swiftshader/src/OpenGL/libEGL/ |
libEGL.vcxproj | 36 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
42 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
48 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Profile|Win32'" Label="Configuration">
54 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Profile|x64'" Label="Configuration">
60 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
65 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
73 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
74 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
76 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
77 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> [all...] |
/external/tinyxml2/tinyxml2/ |
tinyxml2.vcxproj | 44 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Lib|Win32'" Label="Configuration">
50 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dll|Win32'" Label="Configuration">
56 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Lib|x64'" Label="Configuration">
62 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dll|x64'" Label="Configuration">
68 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Lib|Win32'" Label="Configuration">
75 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dll|Win32'" Label="Configuration">
82 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Lib|x64'" Label="Configuration">
89 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dll|x64'" Label="Configuration">
96 <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
100 <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> [all...] |
/external/v8/src/ |
checks.h | 19 #define SLOW_DCHECK(condition) \ 20 CHECK(!v8::internal::FLAG_enable_slow_asserts || (condition)) 23 #define SLOW_DCHECK(condition) ((void) 0)
|
/external/v8/src/compiler/ |
control-builders.cc | 14 void IfBuilder::If(Node* condition, BranchHint hint) { 15 builder_->NewBranch(condition, hint); 70 void LoopBuilder::BreakUnless(Node* condition) { 72 control_if.If(condition); 80 void LoopBuilder::BreakWhen(Node* condition) { 82 control_if.If(condition); 107 void SwitchBuilder::BeginLabel(int index, Node* condition) { 108 builder_->NewBranch(condition); 160 void BlockBuilder::BreakWhen(Node* condition, BranchHint hint) { 162 control_if.If(condition, hint) [all...] |
/external/valgrind/drd/tests/ |
boost_thread.cpp | 2 // use the boost::thread, boost::mutex and boost::condition classes. 5 #include <boost/thread/condition.hpp> 11 static boost::condition s_cva;
|
/packages/apps/Email/tests/src/com/android/email/ |
TestUtils.java | 38 public interface Condition { 107 * Wait until a {@code Condition} is met. 109 public static void waitUntil(Condition condition, int timeoutSeconds) { 110 waitUntil("", condition, timeoutSeconds); 114 * Wait until a {@code Condition} is met. 116 public static void waitUntil(String message, Condition condition, int timeoutSeconds) { 120 if (condition.isMet()) { 133 waitUntil("message", new Condition() { [all...] |
/sdk/find_java2/FindJava2/ |
FindJava2.vcxproj | 19 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
26 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
37 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
38 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
40 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
41 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
44 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
47 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
50 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
64 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> [all...] |
/external/curl/projects/Windows/VC10/lib/ |
libcurl.vcxproj | 234 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Release - LIB OpenSSL - LIB LibSSH2|Win32'" Label="Configuration">
239 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Release - LIB OpenSSL|Win32'" Label="Configuration">
244 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Release - DLL Windows SSPI|Win32'" Label="Configuration">
249 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Release - DLL Windows SSPI - DLL WinIDN|Win32'" Label="Configuration">
254 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Release - DLL OpenSSL - DLL LibSSH2|Win32'" Label="Configuration">
259 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Release - DLL OpenSSL|Win32'" Label="Configuration">
264 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Debug - LIB OpenSSL - LIB LibSSH2|Win32'" Label="Configuration">
269 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Debug - LIB OpenSSL|Win32'" Label="Configuration">
274 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Debug - DLL Windows SSPI|Win32'" Label="Configuration">
279 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Debug - DLL Windows SSPI - DLL WinIDN|Win32'" Label="Configu (…) [all...] |
/external/curl/projects/Windows/VC11/lib/ |
libcurl.vcxproj | 234 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Release - LIB OpenSSL - LIB LibSSH2|Win32'" Label="Configuration">
240 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Release - LIB OpenSSL|Win32'" Label="Configuration">
246 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Release - DLL Windows SSPI|Win32'" Label="Configuration">
252 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Release - DLL Windows SSPI - DLL WinIDN|Win32'" Label="Configuration">
258 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Release - DLL OpenSSL - DLL LibSSH2|Win32'" Label="Configuration">
264 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Release - DLL OpenSSL|Win32'" Label="Configuration">
270 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Debug - LIB OpenSSL - LIB LibSSH2|Win32'" Label="Configuration">
276 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Debug - LIB OpenSSL|Win32'" Label="Configuration">
282 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Debug - DLL Windows SSPI|Win32'" Label="Configuration">
288 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Debug - DLL Windows SSPI - DLL WinIDN|Win32'" Label="Configu (…) [all...] |
/external/curl/projects/Windows/VC12/lib/ |
libcurl.vcxproj | 234 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Release - LIB OpenSSL - LIB LibSSH2|Win32'" Label="Configuration">
240 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Release - LIB OpenSSL|Win32'" Label="Configuration">
246 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Release - DLL Windows SSPI|Win32'" Label="Configuration">
252 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Release - DLL Windows SSPI - DLL WinIDN|Win32'" Label="Configuration">
258 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Release - DLL OpenSSL - DLL LibSSH2|Win32'" Label="Configuration">
264 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Release - DLL OpenSSL|Win32'" Label="Configuration">
270 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Debug - LIB OpenSSL - LIB LibSSH2|Win32'" Label="Configuration">
276 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Debug - LIB OpenSSL|Win32'" Label="Configuration">
282 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Debug - DLL Windows SSPI|Win32'" Label="Configuration">
288 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Debug - DLL Windows SSPI - DLL WinIDN|Win32'" Label="Configu (…) [all...] |
/external/curl/projects/Windows/VC14/lib/ |
libcurl.vcxproj | 234 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Release - LIB OpenSSL - LIB LibSSH2|Win32'" Label="Configuration">
240 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Release - LIB OpenSSL|Win32'" Label="Configuration">
246 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Release - DLL Windows SSPI|Win32'" Label="Configuration">
252 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Release - DLL Windows SSPI - DLL WinIDN|Win32'" Label="Configuration">
258 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Release - DLL OpenSSL - DLL LibSSH2|Win32'" Label="Configuration">
264 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Release - DLL OpenSSL|Win32'" Label="Configuration">
270 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Debug - LIB OpenSSL - LIB LibSSH2|Win32'" Label="Configuration">
276 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Debug - LIB OpenSSL|Win32'" Label="Configuration">
282 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Debug - DLL Windows SSPI|Win32'" Label="Configuration">
288 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Debug - DLL Windows SSPI - DLL WinIDN|Win32'" Label="Configu (…) [all...] |
/external/curl/projects/Windows/VC15/lib/ |
libcurl.vcxproj | 234 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Release - LIB OpenSSL - LIB LibSSH2|Win32'" Label="Configuration">
240 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Release - LIB OpenSSL|Win32'" Label="Configuration">
246 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Release - DLL Windows SSPI|Win32'" Label="Configuration">
252 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Release - DLL Windows SSPI - DLL WinIDN|Win32'" Label="Configuration">
258 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Release - DLL OpenSSL - DLL LibSSH2|Win32'" Label="Configuration">
264 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Release - DLL OpenSSL|Win32'" Label="Configuration">
270 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Debug - LIB OpenSSL - LIB LibSSH2|Win32'" Label="Configuration">
276 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Debug - LIB OpenSSL|Win32'" Label="Configuration">
282 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Debug - DLL Windows SSPI|Win32'" Label="Configuration">
288 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Debug - DLL Windows SSPI - DLL WinIDN|Win32'" Label="Configu (…) [all...] |