File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1010
1111// int* p = new int;
1212
13- // int main() {}
Original file line number Diff line number Diff line change 3232 <UseDebugLibraries >true</UseDebugLibraries >
3333 <PlatformToolset >v141</PlatformToolset >
3434 <CharacterSet >MultiByte</CharacterSet >
35+ <ConfigurationType >DynamicLibrary</ConfigurationType >
3536 </PropertyGroup >
3637 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Mixed|Win32'" Label =" Configuration" >
3738 <UseDebugLibraries >true</UseDebugLibraries >
3839 <PlatformToolset >v141</PlatformToolset >
3940 <CharacterSet >MultiByte</CharacterSet >
41+ <ConfigurationType >DynamicLibrary</ConfigurationType >
4042 </PropertyGroup >
4143 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
4244 <UseDebugLibraries >false</UseDebugLibraries >
4345 <PlatformToolset >v141</PlatformToolset >
4446 <WholeProgramOptimization >false</WholeProgramOptimization >
4547 <CharacterSet >MultiByte</CharacterSet >
48+ <ConfigurationType >DynamicLibrary</ConfigurationType >
4649 </PropertyGroup >
4750 <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
4851 <ImportGroup Label =" ExtensionSettings" >
You can’t perform that action at this time.
0 commit comments