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 | <ItemGroup>
|
---|
73 | <Reference Include="System" />
|
---|
74 | <Reference Include="System.Data" />
|
---|
75 | <Reference Include="System.Drawing" />
|
---|
76 | <Reference Include="System.Windows.Forms" />
|
---|
77 | <Reference Include="System.Xml" />
|
---|
78 | </ItemGroup>
|
---|
79 | <ItemGroup>
|
---|
80 | <Compile Include="ItemListIndexer.cs" />
|
---|
81 | <Compile Include="JSSPInjectorView.cs">
|
---|
82 | <SubType>UserControl</SubType>
|
---|
83 | </Compile>
|
---|
84 | <Compile Include="JSSPInjectorView.Designer.cs">
|
---|
85 | <DependentUpon>JSSPInjectorView.cs</DependentUpon>
|
---|
86 | </Compile>
|
---|
87 | <Compile Include="JSSPInjector.cs" />
|
---|
88 | <Compile Include="ConditionalSelector.cs" />
|
---|
89 | <Compile Include="CopyVariableFromSubScope.cs" />
|
---|
90 | <Compile Include="IsSchedulable.cs" />
|
---|
91 | <Compile Include="Scores\RemainingNrOfOperations.cs" />
|
---|
92 | <Compile Include="Operation.cs" />
|
---|
93 | <Compile Include="OperationScheduler.cs" />
|
---|
94 | <Compile Include="Scores\OperationScoreBase.cs" />
|
---|
95 | <Compile Include="OperationUpdater.cs" />
|
---|
96 | <Compile Include="OperationView.cs">
|
---|
97 | <SubType>UserControl</SubType>
|
---|
98 | </Compile>
|
---|
99 | <Compile Include="OperationView.Designer.cs">
|
---|
100 | <DependentUpon>OperationView.cs</DependentUpon>
|
---|
101 | </Compile>
|
---|
102 | <Compile Include="Scores\ProcessingTime.cs" />
|
---|
103 | <Compile Include="Scores\RemainingProcessingTime.cs" />
|
---|
104 | <Compile Include="Schedule.cs" />
|
---|
105 | <Compile Include="ScheduleInjector.cs" />
|
---|
106 | <Compile Include="ScheduleTree.cs" />
|
---|
107 | <Compile Include="HeuristicLabJSSPPlugin.cs" />
|
---|
108 | <Compile Include="JSSPParser.cs" />
|
---|
109 | <Compile Include="TimeSlot.cs" />
|
---|
110 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
111 | </ItemGroup>
|
---|
112 | <ItemGroup>
|
---|
113 | <ProjectReference Include="..\HeuristicLab.Core\HeuristicLab.Core.csproj">
|
---|
114 | <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>
|
---|
115 | <Name>HeuristicLab.Core</Name>
|
---|
116 | </ProjectReference>
|
---|
117 | <ProjectReference Include="..\HeuristicLab.Data\HeuristicLab.Data.csproj">
|
---|
118 | <Project>{F473D9AF-3F09-4296-9F28-3C65118DAFFA}</Project>
|
---|
119 | <Name>HeuristicLab.Data</Name>
|
---|
120 | </ProjectReference>
|
---|
121 | <ProjectReference Include="..\HeuristicLab.Operators\HeuristicLab.Operators.csproj">
|
---|
122 | <Project>{A9983BA2-B3B2-475E-8E2C-62050B71D1C5}</Project>
|
---|
123 | <Name>HeuristicLab.Operators</Name>
|
---|
124 | </ProjectReference>
|
---|
125 | <ProjectReference Include="..\HeuristicLab.Permutation\HeuristicLab.Permutation.csproj">
|
---|
126 | <Project>{55FDCFB3-3E8C-4FB0-837C-0CF06BEDED39}</Project>
|
---|
127 | <Name>HeuristicLab.Permutation</Name>
|
---|
128 | </ProjectReference>
|
---|
129 | <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
|
---|
130 | <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
|
---|
131 | <Name>HeuristicLab.PluginInfrastructure</Name>
|
---|
132 | </ProjectReference>
|
---|
133 | <ProjectReference Include="..\HeuristicLab.Selection\HeuristicLab.Selection.csproj">
|
---|
134 | <Project>{F7CF0571-25CB-43D5-8443-0843A1E2861A}</Project>
|
---|
135 | <Name>HeuristicLab.Selection</Name>
|
---|
136 | </ProjectReference>
|
---|
137 | </ItemGroup>
|
---|
138 | <ItemGroup>
|
---|
139 | <None Include="HeuristicLab.snk" />
|
---|
140 | <None Include="Properties\AssemblyInfo.frame" />
|
---|
141 | </ItemGroup>
|
---|
142 | <ItemGroup>
|
---|
143 | <EmbeddedResource Include="JSSPInjectorView.resx">
|
---|
144 | <DependentUpon>JSSPInjectorView.cs</DependentUpon>
|
---|
145 | <SubType>Designer</SubType>
|
---|
146 | </EmbeddedResource>
|
---|
147 | <EmbeddedResource Include="OperationView.resx">
|
---|
148 | <DependentUpon>OperationView.cs</DependentUpon>
|
---|
149 | <SubType>Designer</SubType>
|
---|
150 | </EmbeddedResource>
|
---|
151 | </ItemGroup>
|
---|
152 | <ItemGroup>
|
---|
153 | <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
|
---|
154 | <Visible>False</Visible>
|
---|
155 | <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
|
---|
156 | <Install>true</Install>
|
---|
157 | </BootstrapperPackage>
|
---|
158 | <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
|
---|
159 | <Visible>False</Visible>
|
---|
160 | <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
|
---|
161 | <Install>false</Install>
|
---|
162 | </BootstrapperPackage>
|
---|
163 | <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
|
---|
164 | <Visible>False</Visible>
|
---|
165 | <ProductName>.NET Framework 3.5</ProductName>
|
---|
166 | <Install>false</Install>
|
---|
167 | </BootstrapperPackage>
|
---|
168 | </ItemGroup>
|
---|
169 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
---|
170 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
171 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
172 | <Target Name="BeforeBuild">
|
---|
173 | </Target>
|
---|
174 | <Target Name="AfterBuild">
|
---|
175 | </Target>
|
---|
176 | -->
|
---|
177 | <PropertyGroup>
|
---|
178 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
179 | set ProjectDir=$(ProjectDir)
|
---|
180 | set SolutionDir=$(SolutionDir)
|
---|
181 | set Outdir=$(Outdir)
|
---|
182 |
|
---|
183 | call PreBuildEvent.cmd</PreBuildEvent>
|
---|
184 | </PropertyGroup>
|
---|
185 | </Project> |
---|