Skip to content

Commit

Permalink
Update CUDA11
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanLucPons committed Jun 22, 2020
1 parent e887403 commit 3ba22e9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions VanitySearch.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
<PropertyGroup Label="Globals">
<ProjectGuid>{9EA67A77-3F50-4FCE-85B9-FAB635FEFB0A}</ProjectGuid>
<RootNamespace>VanitySearch</RootNamespace>
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
Expand All @@ -86,7 +86,7 @@
<UseDebugLibraries>false</UseDebugLibraries>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v141</PlatformToolset>
<PlatformToolset>v142</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseSM30|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
Expand All @@ -97,7 +97,7 @@
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
<Import Project="$(VCTargetsPath)\BuildCustomizations\CUDA 10.0.props" />
<Import Project="$(VCTargetsPath)\BuildCustomizations\CUDA 11.0.props" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
Expand Down Expand Up @@ -168,6 +168,6 @@
</ItemDefinitionGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
<Import Project="$(VCTargetsPath)\BuildCustomizations\CUDA 10.0.targets" />
<Import Project="$(VCTargetsPath)\BuildCustomizations\CUDA 11.0.targets" />
</ImportGroup>
</Project>

0 comments on commit 3ba22e9

Please sign in to comment.