Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Scheduling.JSSP/HeuristicLab.Scheduling.JSSP.csproj @ 2

Last change on this file since 2 was 2, checked in by swagner, 16 years ago

Added HeuristicLab 3.0 sources from former SVN repository at revision 52

File size: 7.0 KB
Line 
1<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
2  <PropertyGroup>
3    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
5    <ProductVersion>9.0.21022</ProductVersion>
6    <SchemaVersion>2.0</SchemaVersion>
7    <ProjectGuid>{4C0EF782-CC94-4A94-BC3E-661D2600559B}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>HeuristicLab.Scheduling.JSSP</RootNamespace>
11    <AssemblyName>HeuristicLab.Scheduling.JSSP</AssemblyName>
12    <SignAssembly>true</SignAssembly>
13    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
14    <StartupObject>
15    </StartupObject>
16    <FileUpgradeFlags>
17    </FileUpgradeFlags>
18    <OldToolsVersion>2.0</OldToolsVersion>
19    <UpgradeBackupLocation>
20    </UpgradeBackupLocation>
21    <PublishUrl>http://localhost/HeuristicLab.Scheduling.JSSP/</PublishUrl>
22    <Install>true</Install>
23    <InstallFrom>Web</InstallFrom>
24    <UpdateEnabled>true</UpdateEnabled>
25    <UpdateMode>Foreground</UpdateMode>
26    <UpdateInterval>7</UpdateInterval>
27    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
28    <UpdatePeriodically>false</UpdatePeriodically>
29    <UpdateRequired>false</UpdateRequired>
30    <MapFileExtensions>true</MapFileExtensions>
31    <ApplicationRevision>0</ApplicationRevision>
32    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
33    <IsWebBootstrapper>true</IsWebBootstrapper>
34    <UseApplicationTrust>false</UseApplicationTrust>
35    <BootstrapperEnabled>true</BootstrapperEnabled>
36  </PropertyGroup>
37  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
38    <DebugSymbols>true</DebugSymbols>
39    <DebugType>full</DebugType>
40    <Optimize>false</Optimize>
41    <OutputPath>bin\Debug\</OutputPath>
42    <DefineConstants>DEBUG;TRACE</DefineConstants>
43    <ErrorReport>prompt</ErrorReport>
44    <WarningLevel>4</WarningLevel>
45  </PropertyGroup>
46  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
47    <DebugType>pdbonly</DebugType>
48    <Optimize>true</Optimize>
49    <OutputPath>bin\Release\</OutputPath>
50    <DefineConstants>TRACE</DefineConstants>
51    <ErrorReport>prompt</ErrorReport>
52    <WarningLevel>4</WarningLevel>
53  </PropertyGroup>
54  <ItemGroup>
55    <Reference Include="System" />
56    <Reference Include="System.Data" />
57    <Reference Include="System.Drawing" />
58    <Reference Include="System.Windows.Forms" />
59    <Reference Include="System.Xml" />
60  </ItemGroup>
61  <ItemGroup>
62    <Compile Include="ItemListIndexer.cs" />
63    <Compile Include="JSSPInjectorView.cs">
64      <SubType>UserControl</SubType>
65    </Compile>
66    <Compile Include="JSSPInjectorView.Designer.cs">
67      <DependentUpon>JSSPInjectorView.cs</DependentUpon>
68    </Compile>
69    <Compile Include="JSSPInjector.cs" />
70    <Compile Include="ConditionalSelector.cs" />
71    <Compile Include="CopyVariableFromSubScope.cs" />
72    <Compile Include="IsSchedulable.cs" />
73    <Compile Include="Scores\RemainingNrOfOperations.cs" />
74    <Compile Include="Operation.cs" />
75    <Compile Include="OperationScheduler.cs" />
76    <Compile Include="Scores\OperationScoreBase.cs" />
77    <Compile Include="OperationUpdater.cs" />
78    <Compile Include="OperationView.cs">
79      <SubType>UserControl</SubType>
80    </Compile>
81    <Compile Include="OperationView.Designer.cs">
82      <DependentUpon>OperationView.cs</DependentUpon>
83    </Compile>
84    <Compile Include="Scores\ProcessingTime.cs" />
85    <Compile Include="Scores\RemainingProcessingTime.cs" />
86    <Compile Include="Schedule.cs" />
87    <Compile Include="ScheduleInjector.cs" />
88    <Compile Include="ScheduleTree.cs" />
89    <Compile Include="HeuristicLabJSSPPlugin.cs" />
90    <Compile Include="JSSPParser.cs" />
91    <Compile Include="TimeSlot.cs" />
92    <Compile Include="Properties\AssemblyInfo.cs" />
93  </ItemGroup>
94  <ItemGroup>
95    <ProjectReference Include="..\HeuristicLab.Core\HeuristicLab.Core.csproj">
96      <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>
97      <Name>HeuristicLab.Core</Name>
98    </ProjectReference>
99    <ProjectReference Include="..\HeuristicLab.Data\HeuristicLab.Data.csproj">
100      <Project>{F473D9AF-3F09-4296-9F28-3C65118DAFFA}</Project>
101      <Name>HeuristicLab.Data</Name>
102    </ProjectReference>
103    <ProjectReference Include="..\HeuristicLab.Functions\HeuristicLab.Functions.csproj">
104      <Project>{B95CA6E2-34BC-4430-994D-BD6E99375319}</Project>
105      <Name>HeuristicLab.Functions</Name>
106    </ProjectReference>
107    <ProjectReference Include="..\HeuristicLab.Operators\HeuristicLab.Operators.csproj">
108      <Project>{A9983BA2-B3B2-475E-8E2C-62050B71D1C5}</Project>
109      <Name>HeuristicLab.Operators</Name>
110    </ProjectReference>
111    <ProjectReference Include="..\HeuristicLab.Permutation\HeuristicLab.Permutation.csproj">
112      <Project>{55FDCFB3-3E8C-4FB0-837C-0CF06BEDED39}</Project>
113      <Name>HeuristicLab.Permutation</Name>
114    </ProjectReference>
115    <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
116      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
117      <Name>HeuristicLab.PluginInfrastructure</Name>
118    </ProjectReference>
119    <ProjectReference Include="..\HeuristicLab.Selection\HeuristicLab.Selection.csproj">
120      <Project>{F7CF0571-25CB-43D5-8443-0843A1E2861A}</Project>
121      <Name>HeuristicLab.Selection</Name>
122    </ProjectReference>
123  </ItemGroup>
124  <ItemGroup>
125    <None Include="HeuristicLab.snk" />
126  </ItemGroup>
127  <ItemGroup>
128    <EmbeddedResource Include="JSSPInjectorView.resx">
129      <DependentUpon>JSSPInjectorView.cs</DependentUpon>
130      <SubType>Designer</SubType>
131    </EmbeddedResource>
132    <EmbeddedResource Include="OperationView.resx">
133      <DependentUpon>OperationView.cs</DependentUpon>
134      <SubType>Designer</SubType>
135    </EmbeddedResource>
136  </ItemGroup>
137  <ItemGroup>
138    <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
139      <Visible>False</Visible>
140      <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
141      <Install>true</Install>
142    </BootstrapperPackage>
143    <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
144      <Visible>False</Visible>
145      <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
146      <Install>false</Install>
147    </BootstrapperPackage>
148    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
149      <Visible>False</Visible>
150      <ProductName>.NET Framework 3.5</ProductName>
151      <Install>false</Install>
152    </BootstrapperPackage>
153  </ItemGroup>
154  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
155  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
156       Other similar extension points exist, see Microsoft.Common.targets.
157  <Target Name="BeforeBuild">
158  </Target>
159  <Target Name="AfterBuild">
160  </Target>
161  -->
162</Project>
Note: See TracBrowser for help on using the repository browser.