Skip to content

Commit

Permalink
Bring back v141 toolset build for appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
ybainier committed Sep 21, 2021
1 parent a08bc70 commit 0e0d85d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Hypodermic.Tests/Hypodermic.Tests.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
Expand All @@ -48,7 +48,7 @@
<UseDebugLibraries>false</UseDebugLibraries>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
Expand Down
5 changes: 2 additions & 3 deletions Hypodermic/Hypodermic.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v141</PlatformToolset>
<CharacterSet>MultiByte</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
Expand All @@ -46,7 +46,7 @@
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v141</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>MultiByte</CharacterSet>
<ConfigurationType>StaticLibrary</ConfigurationType>
Expand Down Expand Up @@ -165,7 +165,6 @@
<ClInclude Include="EnforceDependencyNotAlreadyRegistered.h" />
<ClInclude Include="FactoryWrapper.h" />
<ClInclude Include="Hypodermic.h" />
<ClInclude Include="InstanceFactoryDeducer.h" />
<ClInclude Include="IRegistrationRegistry.h" />
<ClInclude Include="IResolutionContext.h" />
<ClInclude Include="MetaContains.h" />
Expand Down
1 change: 0 additions & 1 deletion Hypodermic/Hypodermic.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,5 @@
<ClInclude Include="EnforceDependencyNotAlreadyRegistered.h">
<Filter>Descriptors\Extensions</Filter>
</ClInclude>
<ClInclude Include="InstanceFactoryDeducer.h" />
</ItemGroup>
</Project>

0 comments on commit 0e0d85d

Please sign in to comment.