Free cookie consent management tool by TermsFeed Policy Generator

source: branches/CEDMA-Exporter-715/tools/CedmaExporter/CedmaExporter.csproj @ 2228

Last change on this file since 2228 was 2228, checked in by gkronber, 15 years ago

Added first crude implementation of CEDMA exporter. #715

File size: 5.8 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3  <PropertyGroup>
4    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6    <ProductVersion>9.0.30729</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{59334706-3386-4823-AF9B-B33CD793BA71}</ProjectGuid>
9    <OutputType>WinExe</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>CedmaExporter</RootNamespace>
12    <AssemblyName>CedmaExporter</AssemblyName>
13    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15  </PropertyGroup>
16  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17    <DebugSymbols>true</DebugSymbols>
18    <DebugType>full</DebugType>
19    <Optimize>false</Optimize>
20    <OutputPath>bin\Debug\</OutputPath>
21    <DefineConstants>DEBUG;TRACE</DefineConstants>
22    <ErrorReport>prompt</ErrorReport>
23    <WarningLevel>4</WarningLevel>
24  </PropertyGroup>
25  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26    <DebugType>pdbonly</DebugType>
27    <Optimize>true</Optimize>
28    <OutputPath>bin\Release\</OutputPath>
29    <DefineConstants>TRACE</DefineConstants>
30    <ErrorReport>prompt</ErrorReport>
31    <WarningLevel>4</WarningLevel>
32  </PropertyGroup>
33  <ItemGroup>
34    <Reference Include="HeuristicLab.Core-3.2, Version=3.2.0.2143, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
35      <SpecificVersion>False</SpecificVersion>
36      <HintPath>..\..\..\..\..\Program Files\HeuristicLab 3.0\plugins\HeuristicLab.Core-3.2.dll</HintPath>
37    </Reference>
38    <Reference Include="HeuristicLab.GP-3.3, Version=3.3.0.1534, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
39      <SpecificVersion>False</SpecificVersion>
40      <HintPath>..\..\..\..\..\Program Files\HeuristicLab 3.0\plugins\HeuristicLab.GP-3.3.dll</HintPath>
41    </Reference>
42    <Reference Include="HeuristicLab.GP.StructureIdentification-3.3, Version=3.3.0.2161, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
43      <SpecificVersion>False</SpecificVersion>
44      <HintPath>..\..\..\..\..\Program Files\HeuristicLab 3.0\plugins\HeuristicLab.GP.StructureIdentification-3.3.dll</HintPath>
45    </Reference>
46    <Reference Include="HeuristicLab.SupportVectorMachines-3.2, Version=3.2.0.2163, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
47      <SpecificVersion>False</SpecificVersion>
48      <HintPath>..\..\..\..\..\Program Files\HeuristicLab 3.0\plugins\HeuristicLab.SupportVectorMachines-3.2.dll</HintPath>
49    </Reference>
50    <Reference Include="LibSVM, Version=2.84.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
51      <SpecificVersion>False</SpecificVersion>
52      <HintPath>..\..\..\..\..\Program Files\HeuristicLab 3.0\plugins\LibSVM.dll</HintPath>
53    </Reference>
54    <Reference Include="SemWeb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
55      <SpecificVersion>False</SpecificVersion>
56      <HintPath>..\..\..\..\..\Program Files\HeuristicLab 3.0\plugins\SemWeb.dll</HintPath>
57    </Reference>
58    <Reference Include="SemWeb.SqliteStore, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
59      <SpecificVersion>False</SpecificVersion>
60      <HintPath>..\..\..\..\..\Program Files\HeuristicLab 3.0\plugins\SemWeb.SqliteStore.dll</HintPath>
61    </Reference>
62    <Reference Include="System" />
63    <Reference Include="System.Core">
64      <RequiredTargetFramework>3.5</RequiredTargetFramework>
65    </Reference>
66    <Reference Include="System.Xml.Linq">
67      <RequiredTargetFramework>3.5</RequiredTargetFramework>
68    </Reference>
69    <Reference Include="System.Data.DataSetExtensions">
70      <RequiredTargetFramework>3.5</RequiredTargetFramework>
71    </Reference>
72    <Reference Include="System.Data" />
73    <Reference Include="System.Deployment" />
74    <Reference Include="System.Drawing" />
75    <Reference Include="System.Windows.Forms" />
76    <Reference Include="System.Xml" />
77  </ItemGroup>
78  <ItemGroup>
79    <Compile Include="CedmaExporter.cs" />
80    <Compile Include="CedmaExporterForm.cs">
81      <SubType>Form</SubType>
82    </Compile>
83    <Compile Include="CedmaExporterForm.Designer.cs">
84      <DependentUpon>CedmaExporterForm.cs</DependentUpon>
85    </Compile>
86    <Compile Include="Ontology.cs" />
87    <Compile Include="Program.cs" />
88    <Compile Include="Properties\AssemblyInfo.cs" />
89    <EmbeddedResource Include="Properties\Resources.resx">
90      <Generator>ResXFileCodeGenerator</Generator>
91      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
92      <SubType>Designer</SubType>
93    </EmbeddedResource>
94    <Compile Include="Properties\Resources.Designer.cs">
95      <AutoGen>True</AutoGen>
96      <DependentUpon>Resources.resx</DependentUpon>
97    </Compile>
98    <None Include="Properties\Settings.settings">
99      <Generator>SettingsSingleFileGenerator</Generator>
100      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
101    </None>
102    <Compile Include="Properties\Settings.Designer.cs">
103      <AutoGen>True</AutoGen>
104      <DependentUpon>Settings.settings</DependentUpon>
105      <DesignTimeSharedInput>True</DesignTimeSharedInput>
106    </Compile>
107  </ItemGroup>
108  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
109  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
110       Other similar extension points exist, see Microsoft.Common.targets.
111  <Target Name="BeforeBuild">
112  </Target>
113  <Target Name="AfterBuild">
114  </Target>
115  -->
116</Project>
Note: See TracBrowser for help on using the repository browser.