Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Scheduling.JSSP/3.2/HeuristicLab.Scheduling.JSSP.csproj @ 1530

Last change on this file since 1530 was 1530, checked in by gkronber, 15 years ago

Moved source files of plugins Hive ... Visualization.Test into version-specific sub-folders. #576

File size: 8.7 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.30729</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-3.2</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>pdbonly</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    <DocumentationFile>bin\Release\HeuristicLab.Scheduling.JSSP-3.2.XML</DocumentationFile>
54  </PropertyGroup>
55  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
56    <DebugSymbols>true</DebugSymbols>
57    <OutputPath>bin\x86\Debug\</OutputPath>
58    <DefineConstants>DEBUG;TRACE</DefineConstants>
59    <DebugType>pdbonly</DebugType>
60    <PlatformTarget>x86</PlatformTarget>
61    <ErrorReport>prompt</ErrorReport>
62  </PropertyGroup>
63  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
64    <OutputPath>bin\x86\Release\</OutputPath>
65    <DefineConstants>TRACE</DefineConstants>
66    <DocumentationFile>bin\Release\HeuristicLab.Scheduling.JSSP-3.2.XML</DocumentationFile>
67    <Optimize>true</Optimize>
68    <DebugType>pdbonly</DebugType>
69    <PlatformTarget>x86</PlatformTarget>
70    <ErrorReport>prompt</ErrorReport>
71  </PropertyGroup>
72  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
73    <DebugSymbols>true</DebugSymbols>
74    <OutputPath>bin\x64\Debug\</OutputPath>
75    <DefineConstants>DEBUG;TRACE</DefineConstants>
76    <DebugType>pdbonly</DebugType>
77    <PlatformTarget>x64</PlatformTarget>
78    <ErrorReport>prompt</ErrorReport>
79  </PropertyGroup>
80  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
81    <OutputPath>bin\x64\Release\</OutputPath>
82    <DefineConstants>TRACE</DefineConstants>
83    <DocumentationFile>bin\Release\HeuristicLab.Scheduling.JSSP-3.2.XML</DocumentationFile>
84    <Optimize>true</Optimize>
85    <DebugType>pdbonly</DebugType>
86    <PlatformTarget>x64</PlatformTarget>
87    <ErrorReport>prompt</ErrorReport>
88  </PropertyGroup>
89  <ItemGroup>
90    <Reference Include="System" />
91    <Reference Include="System.Data" />
92    <Reference Include="System.Drawing" />
93    <Reference Include="System.Windows.Forms" />
94    <Reference Include="System.Xml" />
95  </ItemGroup>
96  <ItemGroup>
97    <Compile Include="ItemListIndexer.cs" />
98    <Compile Include="JSSPInjectorView.cs">
99      <SubType>UserControl</SubType>
100    </Compile>
101    <Compile Include="JSSPInjectorView.Designer.cs">
102      <DependentUpon>JSSPInjectorView.cs</DependentUpon>
103    </Compile>
104    <Compile Include="JSSPInjector.cs" />
105    <Compile Include="ConditionalSelector.cs" />
106    <Compile Include="CopyVariableFromSubScope.cs" />
107    <Compile Include="IsSchedulable.cs" />
108    <Compile Include="Scores\RemainingNrOfOperations.cs" />
109    <Compile Include="Operation.cs" />
110    <Compile Include="OperationScheduler.cs" />
111    <Compile Include="Scores\OperationScoreBase.cs" />
112    <Compile Include="OperationUpdater.cs" />
113    <Compile Include="OperationView.cs">
114      <SubType>UserControl</SubType>
115    </Compile>
116    <Compile Include="OperationView.Designer.cs">
117      <DependentUpon>OperationView.cs</DependentUpon>
118    </Compile>
119    <Compile Include="Scores\ProcessingTime.cs" />
120    <Compile Include="Scores\RemainingProcessingTime.cs" />
121    <Compile Include="Schedule.cs" />
122    <Compile Include="ScheduleInjector.cs" />
123    <Compile Include="ScheduleTree.cs" />
124    <Compile Include="HeuristicLabJSSPPlugin.cs" />
125    <Compile Include="JSSPParser.cs" />
126    <Compile Include="TimeSlot.cs" />
127    <Compile Include="Properties\AssemblyInfo.cs" />
128  </ItemGroup>
129  <ItemGroup>
130    <ProjectReference Include="..\HeuristicLab.Core\HeuristicLab.Core.csproj">
131      <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>
132      <Name>HeuristicLab.Core</Name>
133    </ProjectReference>
134    <ProjectReference Include="..\HeuristicLab.Data\HeuristicLab.Data.csproj">
135      <Project>{F473D9AF-3F09-4296-9F28-3C65118DAFFA}</Project>
136      <Name>HeuristicLab.Data</Name>
137    </ProjectReference>
138    <ProjectReference Include="..\HeuristicLab.Operators\HeuristicLab.Operators.csproj">
139      <Project>{A9983BA2-B3B2-475E-8E2C-62050B71D1C5}</Project>
140      <Name>HeuristicLab.Operators</Name>
141    </ProjectReference>
142    <ProjectReference Include="..\HeuristicLab.Permutation\HeuristicLab.Permutation.csproj">
143      <Project>{55FDCFB3-3E8C-4FB0-837C-0CF06BEDED39}</Project>
144      <Name>HeuristicLab.Permutation</Name>
145    </ProjectReference>
146    <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
147      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
148      <Name>HeuristicLab.PluginInfrastructure</Name>
149    </ProjectReference>
150    <ProjectReference Include="..\HeuristicLab.Selection\HeuristicLab.Selection.csproj">
151      <Project>{F7CF0571-25CB-43D5-8443-0843A1E2861A}</Project>
152      <Name>HeuristicLab.Selection</Name>
153    </ProjectReference>
154  </ItemGroup>
155  <ItemGroup>
156    <None Include="HeuristicLab.snk" />
157    <None Include="Properties\AssemblyInfo.frame" />
158  </ItemGroup>
159  <ItemGroup>
160    <EmbeddedResource Include="JSSPInjectorView.resx">
161      <DependentUpon>JSSPInjectorView.cs</DependentUpon>
162      <SubType>Designer</SubType>
163    </EmbeddedResource>
164    <EmbeddedResource Include="OperationView.resx">
165      <DependentUpon>OperationView.cs</DependentUpon>
166      <SubType>Designer</SubType>
167    </EmbeddedResource>
168  </ItemGroup>
169  <ItemGroup>
170    <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
171      <Visible>False</Visible>
172      <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
173      <Install>true</Install>
174    </BootstrapperPackage>
175    <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
176      <Visible>False</Visible>
177      <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
178      <Install>false</Install>
179    </BootstrapperPackage>
180    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
181      <Visible>False</Visible>
182      <ProductName>.NET Framework 3.5</ProductName>
183      <Install>false</Install>
184    </BootstrapperPackage>
185  </ItemGroup>
186  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
187  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
188       Other similar extension points exist, see Microsoft.Common.targets.
189  <Target Name="BeforeBuild">
190  </Target>
191  <Target Name="AfterBuild">
192  </Target>
193  -->
194  <PropertyGroup>
195    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
196set ProjectDir=$(ProjectDir)
197set SolutionDir=$(SolutionDir)
198set Outdir=$(Outdir)
199
200call PreBuildEvent.cmd</PreBuildEvent>
201  </PropertyGroup>
202</Project>
Note: See TracBrowser for help on using the repository browser.