|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 | 2 | <Project DefaultTargets="Build" ToolsVersion="12.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 | 4 | <ProjectConfiguration Include="Debug|x64">
|
9 | 5 | <Configuration>Debug</Configuration>
|
10 | 6 | <Platform>x64</Platform>
|
11 | 7 | </ProjectConfiguration>
|
12 |
| - <ProjectConfiguration Include="Release|Win32"> |
13 |
| - <Configuration>Release</Configuration> |
14 |
| - <Platform>Win32</Platform> |
15 |
| - </ProjectConfiguration> |
16 | 8 | <ProjectConfiguration Include="Release|x64">
|
17 | 9 | <Configuration>Release</Configuration>
|
18 | 10 | <Platform>x64</Platform>
|
|
24 | 16 | <Keyword>Win32Proj</Keyword>
|
25 | 17 | </PropertyGroup>
|
26 | 18 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
27 |
| - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
28 |
| - <ConfigurationType>Application</ConfigurationType> |
29 |
| - <CharacterSet>MultiByte</CharacterSet> |
30 |
| - <WholeProgramOptimization>true</WholeProgramOptimization> |
31 |
| - <PlatformToolset>v120</PlatformToolset> |
32 |
| - </PropertyGroup> |
33 |
| - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
34 |
| - <ConfigurationType>Application</ConfigurationType> |
35 |
| - <CharacterSet>MultiByte</CharacterSet> |
36 |
| - <PlatformToolset>v120</PlatformToolset> |
37 |
| - </PropertyGroup> |
38 | 19 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
39 | 20 | <ConfigurationType>Application</ConfigurationType>
|
40 | 21 | <CharacterSet>MultiByte</CharacterSet>
|
|
49 | 30 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
50 | 31 | <ImportGroup Label="ExtensionSettings">
|
51 | 32 | </ImportGroup>
|
52 |
| - <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> |
53 |
| - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
54 |
| - </ImportGroup> |
55 |
| - <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> |
56 |
| - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
57 |
| - </ImportGroup> |
58 | 33 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
|
59 | 34 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
60 | 35 | </ImportGroup>
|
|
64 | 39 | <PropertyGroup Label="UserMacros" />
|
65 | 40 | <PropertyGroup>
|
66 | 41 | <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
|
67 |
| - <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Configuration)\</OutDir> |
68 |
| - <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Configuration)\</IntDir> |
69 |
| - <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> |
70 | 42 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
|
71 | 43 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\</IntDir>
|
72 | 44 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
|
73 |
| - <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)$(Configuration)\</OutDir> |
74 |
| - <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Configuration)\</IntDir> |
75 |
| - <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> |
76 | 45 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
|
77 | 46 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\</IntDir>
|
78 | 47 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
|
79 |
| - <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> |
80 |
| - <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> |
81 |
| - <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> |
82 | 48 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet>
|
83 | 49 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
|
84 | 50 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
|
85 |
| - <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> |
86 |
| - <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> |
87 |
| - <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> |
88 | 51 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet>
|
89 | 52 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
|
90 | 53 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
|
91 | 54 | </PropertyGroup>
|
92 |
| - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
93 |
| - <ClCompile> |
94 |
| - <Optimization>Disabled</Optimization> |
95 |
| - <AdditionalIncludeDirectories>%I_MPI_ROOT%\ia32\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
96 |
| - <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;WIN_IMB;_CRT_SECURE_NO_DEPRECATE;EXT;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
97 |
| - <MinimalRebuild>true</MinimalRebuild> |
98 |
| - <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
99 |
| - <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
100 |
| - <DisableLanguageExtensions>false</DisableLanguageExtensions> |
101 |
| - <PrecompiledHeader> |
102 |
| - </PrecompiledHeader> |
103 |
| - <WarningLevel>Level1</WarningLevel> |
104 |
| - <DebugInformationFormat>EditAndContinue</DebugInformationFormat> |
105 |
| - <CompileAs>CompileAsC</CompileAs> |
106 |
| - <ForcedIncludeFiles>%(ForcedIncludeFiles)</ForcedIncludeFiles> |
107 |
| - </ClCompile> |
108 |
| - <Link> |
109 |
| - <AdditionalDependencies>%I_MPI_ROOT%\ia32\lib\impi.lib;%(AdditionalDependencies)</AdditionalDependencies> |
110 |
| - <GenerateDebugInformation>true</GenerateDebugInformation> |
111 |
| - <SubSystem>Console</SubSystem> |
112 |
| - <ImportLibrary> |
113 |
| - </ImportLibrary> |
114 |
| - <TargetMachine>MachineX86</TargetMachine> |
115 |
| - </Link> |
116 |
| - </ItemDefinitionGroup> |
117 | 55 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
118 | 56 | <Midl>
|
119 | 57 | <TargetEnvironment>X64</TargetEnvironment>
|
|
142 | 80 | <TargetMachine>MachineX64</TargetMachine>
|
143 | 81 | </Link>
|
144 | 82 | </ItemDefinitionGroup>
|
145 |
| - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
146 |
| - <ClCompile> |
147 |
| - <Optimization>MaxSpeed</Optimization> |
148 |
| - <IntrinsicFunctions>true</IntrinsicFunctions> |
149 |
| - <AdditionalIncludeDirectories>%I_MPI_ROOT%\ia32\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
150 |
| - <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;WIN_IMB;_CRT_SECURE_NO_DEPRECATE;EXT;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
151 |
| - <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
152 |
| - <FunctionLevelLinking>true</FunctionLevelLinking> |
153 |
| - <PrecompiledHeader> |
154 |
| - </PrecompiledHeader> |
155 |
| - <WarningLevel>Level1</WarningLevel> |
156 |
| - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
157 |
| - </ClCompile> |
158 |
| - <Link> |
159 |
| - <AdditionalDependencies>%I_MPI_ROOT%\ia32\lib\impi.lib;%(AdditionalDependencies)</AdditionalDependencies> |
160 |
| - <GenerateDebugInformation>true</GenerateDebugInformation> |
161 |
| - <SubSystem>Console</SubSystem> |
162 |
| - <OptimizeReferences>true</OptimizeReferences> |
163 |
| - <EnableCOMDATFolding>true</EnableCOMDATFolding> |
164 |
| - <TargetMachine>MachineX86</TargetMachine> |
165 |
| - </Link> |
166 |
| - </ItemDefinitionGroup> |
167 | 83 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
168 | 84 | <Midl>
|
169 | 85 | <TargetEnvironment>X64</TargetEnvironment>
|
|
206 | 122 | <ClCompile Include="..\..\src\IMB_parse_name_ext.c" />
|
207 | 123 | <ClCompile Include="..\..\src\IMB_strgs.c" />
|
208 | 124 | <ClCompile Include="..\..\src\IMB_user_set_info.c" />
|
| 125 | + <ClCompile Include="..\..\src\IMB_utils.c" /> |
209 | 126 | <ClCompile Include="..\..\src\IMB_warm_up.c" />
|
210 | 127 | <ClCompile Include="..\..\src\IMB_window.c">
|
211 | 128 | <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|x64'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
0 commit comments