Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Problems.Instances.Views/3.3/HeuristicLab.Problems.Instances.Views-3.3.csproj @ 7846

Last change on this file since 7846 was 7830, checked in by sforsten, 12 years ago

#1784: adjusted the version numbers of some projects

File size: 5.5 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)' == '' ">AnyCPU</Platform>
6    <ProductVersion>8.0.30703</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{B1BA398F-953F-4C3A-B07B-1E5E17A27DD9}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Problems.Instances.Views</RootNamespace>
12    <AssemblyName>HeuristicLab.Problems.Instances.Views-3.3</AssemblyName>
13    <TargetFrameworkVersion>v4.0</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\</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>..\..\..\..\trunk\sources\bin\</OutputPath>
29    <DefineConstants>TRACE</DefineConstants>
30    <ErrorReport>prompt</ErrorReport>
31    <WarningLevel>4</WarningLevel>
32  </PropertyGroup>
33  <PropertyGroup>
34    <SignAssembly>true</SignAssembly>
35  </PropertyGroup>
36  <PropertyGroup>
37    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
38  </PropertyGroup>
39  <ItemGroup>
40    <Reference Include="System" />
41    <Reference Include="System.Core" />
42    <Reference Include="System.Drawing" />
43    <Reference Include="System.Windows.Forms" />
44    <Reference Include="System.Xml.Linq" />
45    <Reference Include="System.Data.DataSetExtensions" />
46    <Reference Include="Microsoft.CSharp" />
47    <Reference Include="System.Data" />
48    <Reference Include="System.Xml" />
49  </ItemGroup>
50  <ItemGroup>
51    <Compile Include="ProblemInstanceProviderView.cs">
52      <SubType>UserControl</SubType>
53    </Compile>
54    <Compile Include="ProblemInstanceProviderView.Designer.cs">
55      <DependentUpon>ProblemInstanceProviderView.cs</DependentUpon>
56    </Compile>
57    <Compile Include="Plugin.cs" />
58    <Compile Include="ProblemInstanceConsumerView.cs">
59      <SubType>UserControl</SubType>
60    </Compile>
61    <Compile Include="ProblemInstanceConsumerView.Designer.cs">
62      <DependentUpon>ProblemInstanceConsumerView.cs</DependentUpon>
63    </Compile>
64    <Compile Include="ProblemInstanceProviderViewGeneric.cs">
65      <SubType>UserControl</SubType>
66    </Compile>
67    <Compile Include="ProblemInstanceProviderViewGeneric.Designer.cs">
68      <DependentUpon>ProblemInstanceProviderViewGeneric.cs</DependentUpon>
69    </Compile>
70    <Compile Include="Properties\AssemblyInfo.cs" />
71  </ItemGroup>
72  <ItemGroup>
73    <None Include="HeuristicLab.snk" />
74    <None Include="Plugin.cs.frame" />
75    <None Include="Properties\AssemblyInfo.cs.frame" />
76  </ItemGroup>
77  <ItemGroup>
78    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
79      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
80      <Name>HeuristicLab.Common.Resources-3.3</Name>
81      <Private>False</Private>
82    </ProjectReference>
83    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
84      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
85      <Name>HeuristicLab.Common-3.3</Name>
86      <Private>False</Private>
87    </ProjectReference>
88    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
89      <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
90      <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
91      <Private>False</Private>
92    </ProjectReference>
93    <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
94      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
95      <Name>HeuristicLab.MainForm-3.3</Name>
96      <Private>False</Private>
97    </ProjectReference>
98    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
99      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
100      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
101      <Private>False</Private>
102    </ProjectReference>
103    <ProjectReference Include="..\..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj">
104      <Project>{3540E29E-4793-49E7-8EE2-FEA7F61C3994}</Project>
105      <Name>HeuristicLab.Problems.Instances-3.3</Name>
106      <Private>False</Private>
107    </ProjectReference>
108  </ItemGroup>
109  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
110  <PropertyGroup>
111    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
112set ProjectDir=$(ProjectDir)
113set SolutionDir=$(SolutionDir)
114set Outdir=$(Outdir)
115
116call PreBuildEvent.cmd
117</PreBuildEvent>
118  </PropertyGroup>
119  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
120       Other similar extension points exist, see Microsoft.Common.targets.
121  <Target Name="BeforeBuild">
122  </Target>
123  <Target Name="AfterBuild">
124  </Target>
125  -->
126</Project>
Note: See TracBrowser for help on using the repository browser.