File tree 3 files changed +8
-2
lines changed
test/VSIXBootstrapper.Test
3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 3
3
<ImportGroup Label =" PropertySheets" />
4
4
<PropertyGroup Label =" UserMacros" />
5
5
<ItemDefinitionGroup >
6
+ <ClCompile >
7
+ <SDLCheck >true</SDLCheck >
8
+ <ControlFlowGuard >Guard</ControlFlowGuard >
9
+ <DebugInformationFormat >ProgramDatabase</DebugInformationFormat >
10
+ <AdditionalOptions >/ZH:SHA_256 %(AdditionalOptions)</AdditionalOptions >
11
+ </ClCompile >
6
12
<Link >
7
13
<AdditionalDependencies >shell32.lib;%(AdditionalDependencies)</AdditionalDependencies >
8
14
</Link >
Original file line number Diff line number Diff line change 62
62
<Optimization >Disabled</Optimization >
63
63
<PreprocessorDefinitions >WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions >
64
64
<RuntimeLibrary >MultiThreadedDebug</RuntimeLibrary >
65
- <ControlFlowGuard >Guard</ControlFlowGuard >
66
65
</ClCompile >
67
66
<Link >
68
67
<SubSystem >Windows</SubSystem >
80
79
<IntrinsicFunctions >true</IntrinsicFunctions >
81
80
<PreprocessorDefinitions >WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions >
82
81
<RuntimeLibrary >MultiThreaded</RuntimeLibrary >
83
- <ControlFlowGuard >Guard</ControlFlowGuard >
84
82
</ClCompile >
85
83
<Link >
86
84
<SubSystem >Windows</SubSystem >
Original file line number Diff line number Diff line change 44
44
</ImportGroup >
45
45
<ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
46
46
<Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
47
+ <Import Project =" ..\..\inc\Common.Cpp.props" />
47
48
</ImportGroup >
48
49
<ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
49
50
<Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
51
+ <Import Project =" ..\..\inc\Common.Cpp.props" />
50
52
</ImportGroup >
51
53
<PropertyGroup Label =" UserMacros" />
52
54
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
You can’t perform that action at this time.
0 commit comments