Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Services.Hive.DbCreator/3.3/HeuristicLab.Services.Hive.DbCreator-3.3.csproj @ 6700

Last change on this file since 6700 was 6700, checked in by ascheibe, 13 years ago

#1223 changed version in project files, AssemblyInfo and plugin files back to 3.3

File size: 4.7 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3  <PropertyGroup>
4    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5    <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
6    <ProductVersion>8.0.30703</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{691FC65E-CA1A-4477-B66F-EB49D21B7393}</ProjectGuid>
9    <OutputType>WinExe</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Services.Hive.DbCreator</RootNamespace>
12    <AssemblyName>HeuristicLab.Services.Hive.DbCreator</AssemblyName>
13    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14    <TargetFrameworkProfile>
15    </TargetFrameworkProfile>
16    <FileAlignment>512</FileAlignment>
17  </PropertyGroup>
18  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
19    <PlatformTarget>x86</PlatformTarget>
20    <DebugSymbols>true</DebugSymbols>
21    <DebugType>full</DebugType>
22    <Optimize>false</Optimize>
23    <OutputPath>bin\Debug\</OutputPath>
24    <DefineConstants>DEBUG;TRACE</DefineConstants>
25    <ErrorReport>prompt</ErrorReport>
26    <WarningLevel>4</WarningLevel>
27  </PropertyGroup>
28  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
29    <PlatformTarget>x86</PlatformTarget>
30    <DebugType>pdbonly</DebugType>
31    <Optimize>true</Optimize>
32    <OutputPath>bin\Release\</OutputPath>
33    <DefineConstants>TRACE</DefineConstants>
34    <ErrorReport>prompt</ErrorReport>
35    <WarningLevel>4</WarningLevel>
36  </PropertyGroup>
37  <PropertyGroup>
38    <SignAssembly>true</SignAssembly>
39  </PropertyGroup>
40  <PropertyGroup>
41    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
42  </PropertyGroup>
43  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
44    <PlatformTarget>AnyCPU</PlatformTarget>
45    <OutputPath>bin\Debug\</OutputPath>
46  </PropertyGroup>
47  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
48    <PlatformTarget>AnyCPU</PlatformTarget>
49    <OutputPath>bin\Release\</OutputPath>
50  </PropertyGroup>
51  <ItemGroup>
52    <Reference Include="System" />
53    <Reference Include="System.Core" />
54    <Reference Include="System.Data.Linq" />
55    <Reference Include="System.Xml.Linq" />
56    <Reference Include="System.Data.DataSetExtensions" />
57    <Reference Include="Microsoft.CSharp" />
58    <Reference Include="System.Data" />
59    <Reference Include="System.Deployment" />
60    <Reference Include="System.Drawing" />
61    <Reference Include="System.Windows.Forms" />
62    <Reference Include="System.Xml" />
63  </ItemGroup>
64  <ItemGroup>
65    <Compile Include="MainWindow.cs">
66      <SubType>Form</SubType>
67    </Compile>
68    <Compile Include="MainWindow.Designer.cs">
69      <DependentUpon>MainWindow.cs</DependentUpon>
70    </Compile>
71    <Compile Include="Program.cs" />
72    <Compile Include="Properties\AssemblyInfo.cs" />
73    <EmbeddedResource Include="MainWindow.resx">
74      <DependentUpon>MainWindow.cs</DependentUpon>
75    </EmbeddedResource>
76    <EmbeddedResource Include="Properties\Resources.resx">
77      <Generator>ResXFileCodeGenerator</Generator>
78      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
79      <SubType>Designer</SubType>
80    </EmbeddedResource>
81    <Compile Include="Properties\Resources.Designer.cs">
82      <AutoGen>True</AutoGen>
83      <DependentUpon>Resources.resx</DependentUpon>
84      <DesignTime>True</DesignTime>
85    </Compile>
86    <None Include="app.config" />
87    <None Include="HeuristicLab.snk" />
88    <None Include="Properties\Settings.settings">
89      <Generator>SettingsSingleFileGenerator</Generator>
90      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
91    </None>
92    <Compile Include="Properties\Settings.Designer.cs">
93      <AutoGen>True</AutoGen>
94      <DependentUpon>Settings.settings</DependentUpon>
95      <DesignTimeSharedInput>True</DesignTimeSharedInput>
96    </Compile>
97  </ItemGroup>
98  <ItemGroup>
99    <ProjectReference Include="..\..\HeuristicLab.Services.Hive.DataAccess\3.4\HeuristicLab.Services.Hive.DataAccess-3.3.csproj">
100      <Project>{EC2C8109-6E1E-4C88-9A2B-908CFF2EF4AC}</Project>
101      <Name>HeuristicLab.Services.Hive.DataAccess-3.3</Name>
102    </ProjectReference>
103  </ItemGroup>
104  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
105  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
106       Other similar extension points exist, see Microsoft.Common.targets.
107  <Target Name="BeforeBuild">
108  </Target>
109  <Target Name="AfterBuild">
110  </Target>
111  -->
112</Project>
Note: See TracBrowser for help on using the repository browser.