|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 | 2 | <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
3 | 3 | <ItemGroup Label="ProjectConfigurations">
|
4 |
| - <ProjectConfiguration Include="Debug|Win32"> |
5 |
| - <Configuration>Debug</Configuration> |
6 |
| - <Platform>Win32</Platform> |
7 |
| - </ProjectConfiguration> |
8 |
| - <ProjectConfiguration Include="Release|Win32"> |
9 |
| - <Configuration>Release</Configuration> |
10 |
| - <Platform>Win32</Platform> |
11 |
| - </ProjectConfiguration> |
12 |
| - <ProjectConfiguration Include="Debug|x64"> |
13 |
| - <Configuration>Debug</Configuration> |
14 |
| - <Platform>x64</Platform> |
15 |
| - </ProjectConfiguration> |
16 | 4 | <ProjectConfiguration Include="Release|x64">
|
17 | 5 | <Configuration>Release</Configuration>
|
18 | 6 | <Platform>x64</Platform>
|
|
25 | 13 | <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
|
26 | 14 | </PropertyGroup>
|
27 | 15 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
28 |
| - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
29 |
| - <ConfigurationType>Application</ConfigurationType> |
30 |
| - <UseDebugLibraries>true</UseDebugLibraries> |
31 |
| - <PlatformToolset>v142</PlatformToolset> |
32 |
| - <CharacterSet>MultiByte</CharacterSet> |
33 |
| - </PropertyGroup> |
34 |
| - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
35 |
| - <ConfigurationType>Application</ConfigurationType> |
36 |
| - <UseDebugLibraries>false</UseDebugLibraries> |
37 |
| - <PlatformToolset>v142</PlatformToolset> |
38 |
| - <WholeProgramOptimization>true</WholeProgramOptimization> |
39 |
| - <CharacterSet>MultiByte</CharacterSet> |
40 |
| - </PropertyGroup> |
41 |
| - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
42 |
| - <ConfigurationType>Application</ConfigurationType> |
43 |
| - <UseDebugLibraries>false</UseDebugLibraries> |
44 |
| - <PlatformToolset>v142</PlatformToolset> |
45 |
| - <CharacterSet>MultiByte</CharacterSet> |
46 |
| - </PropertyGroup> |
47 | 16 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
48 | 17 | <ConfigurationType>Application</ConfigurationType>
|
49 | 18 | <UseDebugLibraries>false</UseDebugLibraries>
|
|
56 | 25 | </ImportGroup>
|
57 | 26 | <ImportGroup Label="Shared">
|
58 | 27 | </ImportGroup>
|
59 |
| - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
60 |
| - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
61 |
| - </ImportGroup> |
62 |
| - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
63 |
| - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
64 |
| - </ImportGroup> |
65 |
| - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
66 |
| - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
67 |
| - </ImportGroup> |
68 | 28 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
69 | 29 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
70 | 30 | </ImportGroup>
|
|
73 | 33 | <OutDir>$(SolutionDir)bin\</OutDir>
|
74 | 34 | <IntDir>$(SolutionDir)temp\</IntDir>
|
75 | 35 | </PropertyGroup>
|
76 |
| - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
77 |
| - <OutDir>$(SolutionDir)bin\</OutDir> |
78 |
| - <IntDir>$(SolutionDir)temp\</IntDir> |
79 |
| - </PropertyGroup> |
80 |
| - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
81 |
| - <OutDir>$(SolutionDir)bin\</OutDir> |
82 |
| - <IntDir>$(SolutionDir)temp\</IntDir> |
83 |
| - </PropertyGroup> |
84 |
| - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
85 |
| - <OutDir>$(SolutionDir)bin\</OutDir> |
86 |
| - <IntDir>$(SolutionDir)temp\</IntDir> |
87 |
| - </PropertyGroup> |
88 |
| - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
89 |
| - <ClCompile> |
90 |
| - <WarningLevel>Level3</WarningLevel> |
91 |
| - <Optimization>Disabled</Optimization> |
92 |
| - <SDLCheck>true</SDLCheck> |
93 |
| - <ConformanceMode>true</ConformanceMode> |
94 |
| - <LanguageStandard>stdcpp17</LanguageStandard> |
95 |
| - <AdditionalIncludeDirectories>$(SolutionDir)src\OpenCL\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
96 |
| - </ClCompile> |
97 |
| - <Link> |
98 |
| - <SubSystem>Console</SubSystem> |
99 |
| - </Link> |
100 |
| - </ItemDefinitionGroup> |
101 |
| - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
102 |
| - <ClCompile> |
103 |
| - <WarningLevel>Level3</WarningLevel> |
104 |
| - <Optimization>Disabled</Optimization> |
105 |
| - <SDLCheck>true</SDLCheck> |
106 |
| - <ConformanceMode>true</ConformanceMode> |
107 |
| - <AdditionalIncludeDirectories>$(SolutionDir)src\OpenCL\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
108 |
| - <DisableSpecificWarnings>26451;6386;%(DisableSpecificWarnings)</DisableSpecificWarnings> |
109 |
| - <LanguageStandard>stdcpp17</LanguageStandard> |
110 |
| - <MultiProcessorCompilation>true</MultiProcessorCompilation> |
111 |
| - </ClCompile> |
112 |
| - <Link> |
113 |
| - <SubSystem>Console</SubSystem> |
114 |
| - <AdditionalDependencies>OpenCL.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies> |
115 |
| - <AdditionalLibraryDirectories>$(SolutionDir)src\OpenCL\lib</AdditionalLibraryDirectories> |
116 |
| - </Link> |
117 |
| - </ItemDefinitionGroup> |
118 |
| - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
119 |
| - <ClCompile> |
120 |
| - <WarningLevel>Level3</WarningLevel> |
121 |
| - <Optimization>MaxSpeed</Optimization> |
122 |
| - <FunctionLevelLinking>true</FunctionLevelLinking> |
123 |
| - <IntrinsicFunctions>true</IntrinsicFunctions> |
124 |
| - <SDLCheck>true</SDLCheck> |
125 |
| - <ConformanceMode>true</ConformanceMode> |
126 |
| - <LanguageStandard>stdcpp17</LanguageStandard> |
127 |
| - <AdditionalIncludeDirectories>$(SolutionDir)src\OpenCL\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
128 |
| - </ClCompile> |
129 |
| - <Link> |
130 |
| - <SubSystem>Console</SubSystem> |
131 |
| - <EnableCOMDATFolding>true</EnableCOMDATFolding> |
132 |
| - <OptimizeReferences>true</OptimizeReferences> |
133 |
| - </Link> |
134 |
| - </ItemDefinitionGroup> |
135 | 36 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
136 | 37 | <ClCompile>
|
137 | 38 | <WarningLevel>Level3</WarningLevel>
|
|
0 commit comments