Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/07/14 13:54:22 (10 years ago)
Author:
abeham
Message:

#1610: Added a base infrastructure for discrete event simulation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SimulationCore/HeuristicLab.SimulationCore.sln

    r7204 r10450  
    11
    2 Microsoft Visual Studio Solution File, Format Version 11.00
    3 # Visual Studio 2010
     2Microsoft Visual Studio Solution File, Format Version 12.00
     3# Visual Studio 2012
    44Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{EA53A5B2-BFCF-4D7E-AFAA-4A2916D2A548}"
    55  ProjectSection(SolutionItems) = preProject
     
    1313EndProject
    1414Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.SimulationCore.Samples-3.3", "HeuristicLab.SimulationCore.Samples\3.3\HeuristicLab.SimulationCore.Samples-3.3.csproj", "{71537847-8B2D-4016-B6BF-DF0931024AC8}"
     15EndProject
     16Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.SimulationCore.Tests", "HeuristicLab.SimulationCore.Tests\HeuristicLab.SimulationCore.Tests.csproj", "{173B1CAE-271F-47BA-9448-8A85BA9CAEAC}"
    1517EndProject
    1618Global
     
    6062    {71537847-8B2D-4016-B6BF-DF0931024AC8}.Release|x86.ActiveCfg = Release|x86
    6163    {71537847-8B2D-4016-B6BF-DF0931024AC8}.Release|x86.Build.0 = Release|x86
     64    {173B1CAE-271F-47BA-9448-8A85BA9CAEAC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
     65    {173B1CAE-271F-47BA-9448-8A85BA9CAEAC}.Debug|Any CPU.Build.0 = Debug|Any CPU
     66    {173B1CAE-271F-47BA-9448-8A85BA9CAEAC}.Debug|x64.ActiveCfg = Debug|Any CPU
     67    {173B1CAE-271F-47BA-9448-8A85BA9CAEAC}.Debug|x86.ActiveCfg = Debug|Any CPU
     68    {173B1CAE-271F-47BA-9448-8A85BA9CAEAC}.Release|Any CPU.ActiveCfg = Release|Any CPU
     69    {173B1CAE-271F-47BA-9448-8A85BA9CAEAC}.Release|Any CPU.Build.0 = Release|Any CPU
     70    {173B1CAE-271F-47BA-9448-8A85BA9CAEAC}.Release|x64.ActiveCfg = Release|Any CPU
     71    {173B1CAE-271F-47BA-9448-8A85BA9CAEAC}.Release|x86.ActiveCfg = Release|Any CPU
    6272  EndGlobalSection
    6373  GlobalSection(SolutionProperties) = preSolution
    6474    HideSolutionNode = FALSE
    6575  EndGlobalSection
     76  GlobalSection(Performance) = preSolution
     77    HasPerformanceSessions = true
     78  EndGlobalSection
    6679EndGlobal
Note: See TracChangeset for help on using the changeset viewer.