-
Notifications
You must be signed in to change notification settings - Fork 30
/
HDF.PInvoke.csproj
122 lines (122 loc) · 5.79 KB
/
HDF.PInvoke.csproj
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{4450F800-93E2-4D4A-B224-966E2338CDED}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>HDF.PInvoke</RootNamespace>
<AssemblyName>HDF.PInvoke</AssemblyName>
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup>
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>HDF.PInvoke.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<PropertyGroup>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'HDF5 1.8 Debug|AnyCPU'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\HDF5 1.8 Debug\</OutputPath>
<DefineConstants>TRACE;DEBUG</DefineConstants>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<DebugType>full</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<DocumentationFile>bin\HDF5 1.8 Debug\HDF.PInvoke.XML</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'HDF5 1.8 Release|AnyCPU'">
<OutputPath>bin\HDF5 1.8 Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<DocumentationFile>bin\HDF5 1.8 Release\HDF.PInvoke.XML</DocumentationFile>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'HDF5 1.10 Debug|AnyCPU'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\HDF5 1.10 Debug\</OutputPath>
<DefineConstants>TRACE;DEBUG;HDF5_VER1_10</DefineConstants>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<DebugType>full</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<DocumentationFile>bin\HDF5 1.10 Debug\HDF.PInvoke.XML</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'HDF5 1.10 Release|AnyCPU'">
<OutputPath>bin\HDF5 1.10 Release\</OutputPath>
<DefineConstants>TRACE;HDF5_VER1_10</DefineConstants>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<DocumentationFile>bin\HDF5 1.10 Release\HDF.PInvoke.XML</DocumentationFile>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Configuration" />
</ItemGroup>
<ItemGroup>
<Compile Include="HDF5\Constants.cs" />
<Compile Include="HDF5\H5ACpublic.cs" />
<Compile Include="HDF5\H5Eglobals.cs" />
<Compile Include="HDF5\H5Pglobals.cs" />
<Compile Include="HDF5\H5Rpublic.cs" />
<Compile Include="HDF5\H5PLpublic.cs" />
<Compile Include="HDF5\H5Dpublic.cs" />
<Compile Include="HDF5\H5Apublic.cs" />
<Compile Include="HDF5\H5Cpublic.cs" />
<Compile Include="HDF5\H5DLLImporter.cs" />
<Compile Include="HDF5\H5DOpublic.cs" />
<Compile Include="HDF5\H5MMpublic.cs" />
<Compile Include="HDF5\H5Fpublic.cs" />
<Compile Include="HDF5\H5Gpublic.cs" />
<Compile Include="HDF5\H5Ipublic.cs" />
<Compile Include="HDF5\H5Opublic.cs" />
<Compile Include="HDF5\H5Ppublic.cs" />
<Compile Include="HDF5\H5public.cs" />
<Compile Include="HDF5\H5Epublic.cs" />
<Compile Include="HDF5\H5Lpublic.cs" />
<Compile Include="HDF5\H5FDpublic.cs" />
<Compile Include="HDF5\H5Tglobals.cs" />
<Compile Include="HDF5\H5Zpublic.cs" />
<Compile Include="HDF5\H5Spublic.cs" />
<Compile Include="HDF5\H5Tpublic.cs" />
<Compile Include="HDF5\NativeDependencies.cs" />
<Compile Include="HDF5\Typology.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Properties\AssemblyInfo.gen.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
<None Include="HDF.PInvoke.snk" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Target Name="BeforeBuild">
<WriteLinesToFile File="Properties\AssemblyInfo.gen.cs" Overwrite="True" Lines="[assembly: System.Reflection.AssemblyVersion("$(AssemblyVersion)")] // Generated by build" />
</Target>
<Target Name="AfterBuild">
<WriteLinesToFile File="Properties\AssemblyInfo.gen.cs" Overwrite="True" Lines="[assembly: System.Reflection.AssemblyVersion("0.0.0.0")] // Generated by build" />
</Target>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>