1<?xml version="1.0" encoding="UTF-8"?>
2<VisualStudioProject
3	ProjectCreator="Intel Fortran"
4	Keyword="Console Application"
5	Version="@CMAKE_VS_INTEL_Fortran_PROJECT_VERSION@"
6	ProjectIdGuid="{AB67BAB7-D7AE-4E97-B492-FE5420447509}"
7	>
8	<Platforms>
9		<Platform Name="@id_platform@"/>
10	</Platforms>
11	<Configurations>
12		<Configuration
13			Name="Debug|@id_platform@"
14			OutputDirectory="."
15			IntermediateDirectory="$(ConfigurationName)"
16			>
17			<Tool
18				Name="VFFortranCompilerTool"
19				DebugInformationFormat="debugEnabled"
20				Optimization="optimizeDisabled"
21				Preprocess="preprocessYes"
22				RuntimeLibrary="rtMultiThreadedDebugDLL"
23			/>
24			<Tool
25				Name="VFLinkerTool"
26				LinkIncremental="linkIncrementalNo"
27				GenerateDebugInformation="true"
28				SubSystem="subSystemConsole"
29			/>
30			<Tool
31				Name="VFPostBuildEventTool"
32				CommandLine="for %%i in (@id_cl@) do @echo CMAKE_@id_lang@_COMPILER=%%~$PATH:i"
33			/>
34		</Configuration>
35	</Configurations>
36	<Files>
37		<Filter Name="Source Files" Filter="F">
38			<File RelativePath="@id_src@"/>
39		</Filter>
40	</Files>
41	<Globals/>
42</VisualStudioProject>
43