summaryrefslogtreecommitdiffstats
path: root/windows/fortran/examples/compoundtest/compoundtest.lfproj
blob: 801ed37a0210e1919b21c7c7431fd9c969a15a48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<Project Version="8.00" DefaultTargets="Link" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <UsingTask TaskName="LF_Tasks.LFC" AssemblyFile="$(PackageRoot)\FortranTasks.dll" />
  <PropertyGroup>
    <Configuration Condition=" '$(Configuration)' == '' ">Release</Configuration>
    <SchemaVersion>2.0</SchemaVersion>
    <ProjectGuid>{1cef3d02-d38d-49ee-a0f8-dddd748f06ce}</ProjectGuid>
    <PackageRoot>C:\Program Files\Lahey-Fujitsu Fortran\v7.2\Visual Studio 2008\Packages</PackageRoot>
    <OutputType>Exe</OutputType>
    <AssemblyName>compoundtest</AssemblyName>
    <Name>compoundtest</Name>
    <RootNamespace>compoundtest</RootNamespace>
    <OutputName>compoundtest.exe</OutputName>
    <DLL>False</DLL>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
    <DebugSymbols>True</DebugSymbols>
    <Optimize>false</Optimize>
    <OutputPath>..\..\..\..\proj\fortran\examples\compoundtest\Debug\</OutputPath>
    <MixLang>LF95</MixLang>
    <FixForm>Default</FixForm>
    <ConCC>False</ConCC>
    <StaticLib>True</StaticLib>
    <AdditionalLnkOpts>hdf5ddll.lib;hdf5_f90cstubddll.lib;hdf5_fortrand.lib</AdditionalLnkOpts>
    <IncPath>..\..\..\..\fortran\examples\;..\..\..\..\proj\hdf5_fortran\Debug\</IncPath>
    <LibPath>\testing\hdf5\proj\hdf5dll\Debug\;\testing\hdf5\proj\hdf5_f90cstubdll\Debug\;\testing\hdf5\proj\hdf5_fortran\Debug\</LibPath>
    <ModPath>..\..\..\..\proj\hdf5_fortran\Debug\</ModPath>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
    <DebugSymbols>False</DebugSymbols>
    <Optimize>true</Optimize>
    <OutputPath>..\..\..\..\proj\fortran\examples\compoundtest\Release\</OutputPath>
    <MixLang>LF95</MixLang>
    <FixForm>Default</FixForm>
    <ConCC>False</ConCC>
    <StaticLib>True</StaticLib>
    <AdditionalLnkOpts>hdf5dll.lib;hdf5_f90cstubdll.lib;hdf5_fortran.lib</AdditionalLnkOpts>
    <IncPath>..\..\..\..\fortran\examples\;..\..\..\..\proj\hdf5_fortran\Release\</IncPath>
    <LibPath>\testing\hdf5\proj\hdf5dll\Release\;\testing\hdf5\proj\hdf5_f90cstubdll\Release\;\testing\hdf5\proj\hdf5_fortran\Release\</LibPath>
    <ModPath>..\..\..\..\proj\hdf5_fortran\Release\</ModPath>
  </PropertyGroup>
  <ItemGroup>
    <Compile Include="..\..\..\..\fortran\examples\compound.f90">
      <SubType>Code</SubType>
      <FileExt>.obj</FileExt>
      <CompileOrder>1</CompileOrder>
    </Compile>
  </ItemGroup>
  <ItemGroup>
    <Folder Include="..\" />
    <Folder Include="..\..\" />
    <Folder Include="..\..\..\" />
    <Folder Include="..\..\..\" />
    <Folder Include="..\..\..\..\" />
    <Folder Include="..\..\..\..\fortran\" />
    <Folder Include="..\..\..\..\fortran\examples\" />
  </ItemGroup>
  <Target Name="Link" DependsOnTargets="Build" Inputs="@(Compile -> '%(Filename)%(FileExt)')" Outputs="$(OutputPath)$(OutputName)">
    <LFC Source="@(Compile -> '%(Filename)%(FileExt)')" OutputName="$(OutputPath)$(OutputName)" Options="$(LinkOptions)" />
  </Target>
  <Target Name="Build" Inputs="@(Compile)" Outputs="@(Compile -> '%(Filename)%(FileExt)')">
    <LFC Source="%(Compile.FullPath)" CompileOnly="-c" Options="%(Compile.FortranOptions)|$(ProjectOptions)" />
  </Target>
  <Target Name="Clean">
    <LFC Clean="True" Source="%(Compile.FullPath)" OutputName="$(OutputPath)$(OutputName)" />
  </Target>
  <Target Name="Rebuild" DependsOnTargets="Clean; Link" />
</Project>