11<?xml version =" 1.0" encoding =" utf-8" ?>
22<Project DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+
34 <ItemGroup Label =" ProjectConfigurations" >
45 <ProjectConfiguration Include =" Debug|x64" >
56 <Configuration >Debug</Configuration >
67 <Platform >x64</Platform >
78 </ProjectConfiguration >
89 </ItemGroup >
10+
911 <PropertyGroup Label =" Globals" >
1012 <VCProjectVersion >16.0</VCProjectVersion >
1113 <ProjectGuid >{A05D6B11-34C1-462A-AE8B-93D43A6B358D}</ProjectGuid >
12- <Keyword >Win32Proj</Keyword >
1314 <RootNamespace >MPIHelloWorld</RootNamespace >
14- <WindowsTargetPlatformVersion >10.0</WindowsTargetPlatformVersion >
1515 </PropertyGroup >
16+
1617 <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
17- <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
18+
19+ <PropertyGroup Label =" Configuration" >
1820 <ConfigurationType >Application</ConfigurationType >
19- <UseDebugLibraries >true </UseDebugLibraries >
21+ <UseDebugLibraries >false </UseDebugLibraries >
2022 <PlatformToolset >v142</PlatformToolset >
2123 <CharacterSet >Unicode</CharacterSet >
2224 </PropertyGroup >
25+
2326 <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
24- <ImportGroup Label =" ExtensionSettings" >
25- </ImportGroup >
26- <ImportGroup Label =" Shared" >
27- </ImportGroup >
28- <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
29- <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
30- </ImportGroup >
31- <PropertyGroup Label =" UserMacros" />
32- <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
33- <LinkIncremental >true</LinkIncremental >
34- </PropertyGroup >
35- <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
27+
28+
29+ <ItemDefinitionGroup >
3630 <ClCompile >
37- <PrecompiledHeader >
38- </PrecompiledHeader >
39- <WarningLevel >Level3</WarningLevel >
40- <Optimization >Disabled</Optimization >
41- <SDLCheck >true</SDLCheck >
42- <PreprocessorDefinitions >_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
43- <ConformanceMode >true</ConformanceMode >
4431 <AdditionalIncludeDirectories >$(MSMPI_INC);$(MSMPI_INC)\x64</AdditionalIncludeDirectories >
4532 </ClCompile >
33+
4634 <Link >
4735 <SubSystem >Console</SubSystem >
48- <GenerateDebugInformation >true</GenerateDebugInformation >
4936 <AdditionalLibraryDirectories >$(MSMPI_LIB64)</AdditionalLibraryDirectories >
50- <AdditionalDependencies >kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib; msmpi.lib;%(AdditionalDependencies)</AdditionalDependencies >
37+ <AdditionalDependencies >msmpi.lib;%(AdditionalDependencies)</AdditionalDependencies >
5138 </Link >
5239 </ItemDefinitionGroup >
40+
5341 <ItemGroup >
5442 <ClCompile Include =" MPIHelloWorld.cpp" />
5543 </ItemGroup >
5644 <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
57- <ImportGroup Label =" ExtensionTargets" >
58- </ImportGroup >
59- </Project >
45+ </Project >
0 commit comments