File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed
GoogleTestAdapter/GoogleTestProjectTemplate Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 2828 <CharacterSet >Unicode</CharacterSet >
2929 </PropertyGroup >
3030 <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
31+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
32+ <UseDebugLibraries >true</UseDebugLibraries >
33+ </PropertyGroup >
34+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
35+ <UseDebugLibraries >true</UseDebugLibraries >
36+ </PropertyGroup >
37+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
38+ <UseDebugLibraries >false</UseDebugLibraries >
39+ </PropertyGroup >
40+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
41+ <UseDebugLibraries >false</UseDebugLibraries >
42+ </PropertyGroup >
3143 <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
3244 <ImportGroup Label =" ExtensionSettings" />
3345 <ImportGroup Label =" Shared" />
113125 </ItemGroup >
114126 <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
115127 <ImportGroup Label =" ExtensionTargets" />
116- </Project >
128+ </Project >
You can’t perform that action at this time.
0 commit comments