Changeset 7580 for branches/OKB (trunk integration)/HeuristicLab.Clients.OKB/3.3/HeuristicLab.Clients.OKB-3.3.csproj
- Timestamp:
- 03/07/12 15:42:09 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/OKB (trunk integration)/HeuristicLab.Clients.OKB/3.3/HeuristicLab.Clients.OKB-3.3.csproj
r7574 r7580 333 333 <Compile Include="RunCreation\OKBProblem.cs" /> 334 334 <Compile Include="RunCreation\OKBRun.cs" /> 335 <Compile Include="RunCreation\CreateFromExperimentMenuItem.cs" /> 335 336 <Compile Include="RunCreation\RunCreationClient.cs" /> 337 <Compile Include="RunCreation\ServiceClient\Algorithm.cs" /> 338 <Compile Include="RunCreation\ServiceClient\Problem.cs" /> 336 339 <Compile Include="RunCreation\ServiceClient\RunCreationServiceClient.cs" /> 337 340 <Compile Include="Properties\AssemblyInfo.cs" /> … … 343 346 <DependentUpon>OKBAlgorithmView.cs</DependentUpon> 344 347 </Compile> 348 <Compile Include="RunCreation\Views\OKBExperimentUploadView.cs"> 349 <SubType>UserControl</SubType> 350 </Compile> 351 <Compile Include="RunCreation\Views\OKBExperimentUploadView.Designer.cs"> 352 <DependentUpon>OKBExperimentUploadView.cs</DependentUpon> 353 </Compile> 345 354 <Compile Include="RunCreation\Views\OKBProblemView.cs"> 346 355 <SubType>UserControl</SubType> … … 348 357 <Compile Include="RunCreation\Views\OKBProblemView.Designer.cs"> 349 358 <DependentUpon>OKBProblemView.cs</DependentUpon> 359 </Compile> 360 <Compile Include="RunCreation\Views\OKBRunConfigSelectionView.cs"> 361 <SubType>UserControl</SubType> 362 </Compile> 363 <Compile Include="RunCreation\Views\OKBRunConfigSelectionView.Designer.cs"> 364 <DependentUpon>OKBRunConfigSelectionView.cs</DependentUpon> 350 365 </Compile> 351 366 <Compile Include="RunCreation\Views\OKBRunView.cs"> … … 368 383 <None Include="HeuristicLab.snk" /> 369 384 </ItemGroup> 385 <ItemGroup> 386 <EmbeddedResource Include="RunCreation\Views\OKBExperimentUploadView.resx"> 387 <DependentUpon>OKBExperimentUploadView.cs</DependentUpon> 388 </EmbeddedResource> 389 <EmbeddedResource Include="RunCreation\Views\OKBRunConfigSelectionView.resx"> 390 <DependentUpon>OKBRunConfigSelectionView.cs</DependentUpon> 391 </EmbeddedResource> 392 </ItemGroup> 370 393 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 371 394 <PropertyGroup>
Note: See TracChangeset
for help on using the changeset viewer.