This repository was archived by the owner on Jul 12, 2024. It is now read-only.
File tree 3 files changed +26
-2
lines changed
3 files changed +26
-2
lines changed Original file line number Diff line number Diff line change 73
73
</Link >
74
74
</ItemDefinitionGroup >
75
75
76
+ <ItemDefinitionGroup Condition =" '$(Configuration)'=='Debug'" >
77
+ <ClCompile >
78
+ <PreprocessorDefinitions >_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions >
79
+ </ClCompile >
80
+ </ItemDefinitionGroup >
81
+
82
+ <ItemDefinitionGroup Condition =" '$(Configuration)'=='Release'" >
83
+ <ClCompile >
84
+ <PreprocessorDefinitions >NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions >
85
+ </ClCompile >
86
+ </ItemDefinitionGroup >
87
+
76
88
<ItemDefinitionGroup >
77
89
<ClCompile >
78
90
<!-- C++ Exception Mode, /EHa -->
Original file line number Diff line number Diff line change @@ -61,7 +61,19 @@ xcopy /D /S /Y /V /F "$(SolutionDir)lib" "$(SolutionDir)ucxxrt\lib\" /EXCLUDE:$(
61
61
<AdditionalOptions >/Zc:threadSafeInit- %(AdditionalOptions)</AdditionalOptions >
62
62
</ClCompile >
63
63
</ItemDefinitionGroup >
64
-
64
+
65
+ <ItemDefinitionGroup Condition =" '$(Configuration)'=='Debug'" >
66
+ <ClCompile >
67
+ <PreprocessorDefinitions >_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions >
68
+ </ClCompile >
69
+ </ItemDefinitionGroup >
70
+
71
+ <ItemDefinitionGroup Condition =" '$(Configuration)'=='Release'" >
72
+ <ClCompile >
73
+ <PreprocessorDefinitions >NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions >
74
+ </ClCompile >
75
+ </ItemDefinitionGroup >
76
+
65
77
<ItemDefinitionGroup >
66
78
<ClCompile >
67
79
<!-- C++ Exception Mode, /EHa -->
You can’t perform that action at this time.
0 commit comments