Free cookie consent management tool by TermsFeed Policy Generator

source: branches/Scheduling/HeuristicLab.Problems.Scheduling.Views/3.3/HeuristicLab.Problems.Scheduling.Views-3.3.csproj @ 8603

Last change on this file since 8603 was 8603, checked in by gkronber, 12 years ago

#1329:

  • updated copy-right year
  • trimmed assembly and plugin references
  • removed x86 and x64 build configurations
File size: 6.0 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>{78763A4E-E163-48C2-98EB-709760D06F25}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Problems.Scheduling.Views</RootNamespace>
12    <AssemblyName>HeuristicLab.Problems.Scheduling.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>..\..\..\..\trunk\sources\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  <ItemGroup>
34    <Reference Include="HeuristicLab.Collections-3.3">
35      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
36      <Private>False</Private>
37    </Reference>
38    <Reference Include="HeuristicLab.Common-3.3">
39      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
40      <Private>False</Private>
41    </Reference>
42    <Reference Include="HeuristicLab.Core-3.3">
43      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
44      <Private>False</Private>
45    </Reference>
46    <Reference Include="HeuristicLab.Core.Views-3.3">
47      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>
48      <Private>False</Private>
49    </Reference>
50    <Reference Include="HeuristicLab.MainForm-3.3">
51      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
52      <Private>False</Private>
53    </Reference>
54    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
55      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
56      <Private>False</Private>
57    </Reference>
58    <Reference Include="HeuristicLab.Optimization-3.3">
59      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
60      <Private>False</Private>
61    </Reference>
62    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
63      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
64      <Private>False</Private>
65    </Reference>
66    <Reference Include="System" />
67    <Reference Include="System.Core" />
68    <Reference Include="System.Drawing" />
69    <Reference Include="System.Windows.Forms" />
70  </ItemGroup>
71  <ItemGroup>
72    <Compile Include="JobShopSchedulingProblemView.cs">
73      <SubType>UserControl</SubType>
74    </Compile>
75    <Compile Include="JobShopSchedulingProblemView.Designer.cs">
76      <DependentUpon>JobShopSchedulingProblemView.cs</DependentUpon>
77    </Compile>
78    <Compile Include="Plugin.cs" />
79    <Compile Include="Properties\AssemblyInfo.cs" />
80    <Compile Include="SchedulingProblemImportDialog.cs">
81      <SubType>Form</SubType>
82    </Compile>
83    <Compile Include="SchedulingProblemImportDialog.Designer.cs">
84      <DependentUpon>SchedulingProblemImportDialog.cs</DependentUpon>
85    </Compile>
86  </ItemGroup>
87  <ItemGroup>
88    <None Include="HeuristicLab.snk" />
89    <None Include="Plugin.cs.frame" />
90    <None Include="Properties\AssemblyInfo.frame" />
91  </ItemGroup>
92  <ItemGroup>
93    <ProjectReference Include="..\..\HeuristicLab.Encodings.ScheduleEncoding.Views\3.3\HeuristicLab.Encodings.ScheduleEncoding.Views-3.3.csproj">
94      <Project>{0C378762-D5DB-488A-8931-2BA42B1B7CBF}</Project>
95      <Name>HeuristicLab.Encodings.ScheduleEncoding.Views-3.3</Name>
96      <Private>False</Private>
97    </ProjectReference>
98    <ProjectReference Include="..\..\HeuristicLab.Encodings.ScheduleEncoding\3.3\HeuristicLab.Encodings.ScheduleEncoding-3.3.csproj">
99      <Project>{17F3EF80-B2C3-4B8D-A4D5-BE9CE3BA2606}</Project>
100      <Name>HeuristicLab.Encodings.ScheduleEncoding-3.3</Name>
101      <Private>False</Private>
102    </ProjectReference>
103    <ProjectReference Include="..\..\HeuristicLab.Problems.Scheduling\3.3\HeuristicLab.Problems.Scheduling-3.3.csproj">
104      <Project>{2BF1D639-1A74-44ED-AAAD-41ECD395AD93}</Project>
105      <Name>HeuristicLab.Problems.Scheduling-3.3</Name>
106      <Private>False</Private>
107    </ProjectReference>
108  </ItemGroup>
109  <ItemGroup>
110    <EmbeddedResource Include="JobShopSchedulingProblemView.resx">
111      <DependentUpon>JobShopSchedulingProblemView.cs</DependentUpon>
112    </EmbeddedResource>
113    <EmbeddedResource Include="SchedulingProblemImportDialog.resx">
114      <DependentUpon>SchedulingProblemImportDialog.cs</DependentUpon>
115    </EmbeddedResource>
116  </ItemGroup>
117  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
118  <PropertyGroup>
119    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
120set ProjectDir=$(ProjectDir)
121set SolutionDir=$(SolutionDir)
122set Outdir=$(Outdir)
123
124call PreBuildEvent.cmd</PreBuildEvent>
125  </PropertyGroup>
126  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
127       Other similar extension points exist, see Microsoft.Common.targets.
128  <Target Name="BeforeBuild">
129  </Target>
130  <Target Name="AfterBuild">
131  </Target>
132  -->
133</Project>
Note: See TracBrowser for help on using the repository browser.