|
9 | 9 | <Configuration>Debug</Configuration> |
10 | 10 | <Platform>x64</Platform> |
11 | 11 | </ProjectConfiguration> |
| 12 | + <ProjectConfiguration Include="ReleaseCUDAStRT|x64"> |
| 13 | + <Configuration>ReleaseCUDAStRT</Configuration> |
| 14 | + <Platform>x64</Platform> |
| 15 | + </ProjectConfiguration> |
12 | 16 | <ProjectConfiguration Include="ReleaseCUDA|x64"> |
13 | 17 | <Configuration>ReleaseCUDA</Configuration> |
14 | 18 | <Platform>x64</Platform> |
15 | 19 | </ProjectConfiguration> |
| 20 | + <ProjectConfiguration Include="ReleaseStRT|x64"> |
| 21 | + <Configuration>ReleaseStRT</Configuration> |
| 22 | + <Platform>x64</Platform> |
| 23 | + </ProjectConfiguration> |
16 | 24 | <ProjectConfiguration Include="Release|x64"> |
17 | 25 | <Configuration>Release</Configuration> |
18 | 26 | <Platform>x64</Platform> |
|
45 | 53 | <WholeProgramOptimization>true</WholeProgramOptimization> |
46 | 54 | <CharacterSet>Unicode</CharacterSet> |
47 | 55 | </PropertyGroup> |
| 56 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseStRT|x64'" Label="Configuration"> |
| 57 | + <ConfigurationType>Application</ConfigurationType> |
| 58 | + <UseDebugLibraries>false</UseDebugLibraries> |
| 59 | + <PlatformToolset>v141</PlatformToolset> |
| 60 | + <WholeProgramOptimization>true</WholeProgramOptimization> |
| 61 | + <CharacterSet>Unicode</CharacterSet> |
| 62 | + </PropertyGroup> |
48 | 63 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseCUDA|x64'" Label="Configuration"> |
49 | 64 | <ConfigurationType>Application</ConfigurationType> |
50 | 65 | <UseDebugLibraries>false</UseDebugLibraries> |
51 | 66 | <PlatformToolset>v141</PlatformToolset> |
52 | 67 | <WholeProgramOptimization>true</WholeProgramOptimization> |
53 | 68 | <CharacterSet>Unicode</CharacterSet> |
54 | 69 | </PropertyGroup> |
| 70 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseCUDAStRT|x64'" Label="Configuration"> |
| 71 | + <ConfigurationType>Application</ConfigurationType> |
| 72 | + <UseDebugLibraries>false</UseDebugLibraries> |
| 73 | + <PlatformToolset>v141</PlatformToolset> |
| 74 | + <WholeProgramOptimization>true</WholeProgramOptimization> |
| 75 | + <CharacterSet>Unicode</CharacterSet> |
| 76 | + </PropertyGroup> |
55 | 77 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
56 | 78 | <ImportGroup Label="ExtensionSettings"> |
57 | 79 | </ImportGroup> |
|
66 | 88 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
67 | 89 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
68 | 90 | </ImportGroup> |
| 91 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseStRT|x64'" Label="PropertySheets"> |
| 92 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 93 | + </ImportGroup> |
69 | 94 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseCUDA|x64'" Label="PropertySheets"> |
70 | 95 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
71 | 96 | </ImportGroup> |
| 97 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseCUDAStRT|x64'" Label="PropertySheets"> |
| 98 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 99 | + </ImportGroup> |
72 | 100 | <PropertyGroup Label="UserMacros" /> |
73 | 101 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
74 | 102 | <LinkIncremental>false</LinkIncremental> |
75 | 103 | </PropertyGroup> |
| 104 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseStRT|x64'"> |
| 105 | + <LinkIncremental>false</LinkIncremental> |
| 106 | + </PropertyGroup> |
76 | 107 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseCUDA|x64'"> |
77 | 108 | <LinkIncremental>false</LinkIncremental> |
78 | 109 | </PropertyGroup> |
| 110 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseCUDAStRT|x64'"> |
| 111 | + <LinkIncremental>false</LinkIncremental> |
| 112 | + </PropertyGroup> |
79 | 113 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
80 | 114 | <LinkIncremental>true</LinkIncremental> |
81 | 115 | </PropertyGroup> |
82 | 116 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugCUDA|x64'"> |
83 | 117 | <LinkIncremental>true</LinkIncremental> |
84 | 118 | </PropertyGroup> |
85 | 119 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| 120 | + <ClCompile> |
| 121 | + <PrecompiledHeader>NotUsing</PrecompiledHeader> |
| 122 | + <WarningLevel>Level3</WarningLevel> |
| 123 | + <Optimization>MaxSpeed</Optimization> |
| 124 | + <FunctionLevelLinking>true</FunctionLevelLinking> |
| 125 | + <IntrinsicFunctions>true</IntrinsicFunctions> |
| 126 | + <SDLCheck>true</SDLCheck> |
| 127 | + <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 128 | + <ConformanceMode>true</ConformanceMode> |
| 129 | + </ClCompile> |
| 130 | + <Link> |
| 131 | + <SubSystem>Console</SubSystem> |
| 132 | + <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 133 | + <OptimizeReferences>true</OptimizeReferences> |
| 134 | + <GenerateDebugInformation>true</GenerateDebugInformation> |
| 135 | + </Link> |
| 136 | + </ItemDefinitionGroup> |
| 137 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseStRT|x64'"> |
86 | 138 | <ClCompile> |
87 | 139 | <PrecompiledHeader>NotUsing</PrecompiledHeader> |
88 | 140 | <WarningLevel>Level3</WarningLevel> |
|
102 | 154 | </Link> |
103 | 155 | </ItemDefinitionGroup> |
104 | 156 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseCUDA|x64'"> |
| 157 | + <ClCompile> |
| 158 | + <PrecompiledHeader>NotUsing</PrecompiledHeader> |
| 159 | + <WarningLevel>Level3</WarningLevel> |
| 160 | + <Optimization>MaxSpeed</Optimization> |
| 161 | + <FunctionLevelLinking>true</FunctionLevelLinking> |
| 162 | + <IntrinsicFunctions>true</IntrinsicFunctions> |
| 163 | + <SDLCheck>true</SDLCheck> |
| 164 | + <PreprocessorDefinitions>USE_CUDA;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 165 | + <ConformanceMode>true</ConformanceMode> |
| 166 | + </ClCompile> |
| 167 | + <Link> |
| 168 | + <SubSystem>Console</SubSystem> |
| 169 | + <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 170 | + <OptimizeReferences>true</OptimizeReferences> |
| 171 | + <GenerateDebugInformation>true</GenerateDebugInformation> |
| 172 | + <AdditionalLibraryDirectories>$(SolutionDir)$(Platform)\$(Configuration)\</AdditionalLibraryDirectories> |
| 173 | + </Link> |
| 174 | + </ItemDefinitionGroup> |
| 175 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseCUDAStRT|x64'"> |
105 | 176 | <ClCompile> |
106 | 177 | <PrecompiledHeader>NotUsing</PrecompiledHeader> |
107 | 178 | <WarningLevel>Level3</WarningLevel> |
|
0 commit comments