File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 73
73
<ClCompile >
74
74
<Optimization >Disabled</Optimization >
75
75
<AdditionalIncludeDirectories >$(SolutionDir);$(SolutionDir)luacom\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
76
- <PreprocessorDefinitions >_DEBUG;WIN32;_WINDOWS;LUA51;%(PreprocessorDefinitions)</PreprocessorDefinitions >
76
+ <PreprocessorDefinitions >_DEBUG;WIN32;_WINDOWS;LUA51;_CRT_SECURE_NO_WARNINGS; %(PreprocessorDefinitions)</PreprocessorDefinitions >
77
77
<MinimalRebuild >true</MinimalRebuild >
78
78
<RuntimeLibrary >MultiThreadedDebug</RuntimeLibrary >
79
79
<PrecompiledHeader >Use</PrecompiledHeader >
122
122
<Optimization >MaxSpeed</Optimization >
123
123
<InlineFunctionExpansion >OnlyExplicitInline</InlineFunctionExpansion >
124
124
<AdditionalIncludeDirectories >$(SolutionDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
125
- <PreprocessorDefinitions >NDEBUG;WIN32;_WINDOWS;ZLIB_DLL;LUA51;%(PreprocessorDefinitions)</PreprocessorDefinitions >
125
+ <PreprocessorDefinitions >NDEBUG;WIN32;_WINDOWS;ZLIB_DLL;LUA51;_CRT_SECURE_NO_WARNINGS; %(PreprocessorDefinitions)</PreprocessorDefinitions >
126
126
<StringPooling >true</StringPooling >
127
127
<RuntimeLibrary >MultiThreaded</RuntimeLibrary >
128
128
<FunctionLevelLinking >true</FunctionLevelLinking >
You can’t perform that action at this time.
0 commit comments