Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Problems.Instances.Views/3.4/HeuristicLab.Problems.Instances.Views-3.4.csproj @ 7825

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

#1784: changes in the references and output directories

File size: 5.4 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.4</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  </ItemGroup>
76  <ItemGroup>
77    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
78      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
79      <Name>HeuristicLab.Common.Resources-3.3</Name>
80      <Private>False</Private>
81    </ProjectReference>
82    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
83      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
84      <Name>HeuristicLab.Common-3.3</Name>
85      <Private>False</Private>
86    </ProjectReference>
87    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
88      <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
89      <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
90      <Private>False</Private>
91    </ProjectReference>
92    <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
93      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
94      <Name>HeuristicLab.MainForm-3.3</Name>
95      <Private>False</Private>
96    </ProjectReference>
97    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
98      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
99      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
100      <Private>False</Private>
101    </ProjectReference>
102    <ProjectReference Include="..\..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj">
103      <Project>{3540E29E-4793-49E7-8EE2-FEA7F61C3994}</Project>
104      <Name>HeuristicLab.Problems.Instances-3.3</Name>
105      <Private>False</Private>
106    </ProjectReference>
107  </ItemGroup>
108  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
109  <PropertyGroup>
110    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
111set ProjectDir=$(ProjectDir)
112set SolutionDir=$(SolutionDir)
113set Outdir=$(Outdir)
114
115call PreBuildEvent.cmd
116</PreBuildEvent>
117  </PropertyGroup>
118  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
119       Other similar extension points exist, see Microsoft.Common.targets.
120  <Target Name="BeforeBuild">
121  </Target>
122  <Target Name="AfterBuild">
123  </Target>
124  -->
125</Project>
Note: See TracBrowser for help on using the repository browser.