Free cookie consent management tool by TermsFeed Policy Generator

source: branches/ImprovingItemListView/ImprovingItemListView.sln @ 9580

Last change on this file since 9580 was 9314, checked in by sforsten, 11 years ago

#2022:

  • the properties of Item are cached
  • added solution file and build commands
File size: 3.0 KB
Line 
1
2Microsoft Visual Studio Solution File, Format Version 11.00
3# Visual Studio 2010
4Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{96396439-A764-4022-A8D2-BE021449B8D1}"
5  ProjectSection(SolutionItems) = preProject
6    Build.cmd = Build.cmd
7    PreBuildEvent.cmd = PreBuildEvent.cmd
8  EndProjectSection
9EndProject
10Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Core-3.3", "HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj", "{C36BD924-A541-4A00-AFA8-41701378DDC5}"
11EndProject
12Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Core.Views-3.3", "HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj", "{E226881D-315F-423D-B419-A766FE0D8685}"
13EndProject
14Global
15  GlobalSection(SolutionConfigurationPlatforms) = preSolution
16    Debug|Any CPU = Debug|Any CPU
17    Debug|x64 = Debug|x64
18    Debug|x86 = Debug|x86
19    Release|Any CPU = Release|Any CPU
20    Release|x64 = Release|x64
21    Release|x86 = Release|x86
22  EndGlobalSection
23  GlobalSection(ProjectConfigurationPlatforms) = postSolution
24    {C36BD924-A541-4A00-AFA8-41701378DDC5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
25    {C36BD924-A541-4A00-AFA8-41701378DDC5}.Debug|Any CPU.Build.0 = Debug|Any CPU
26    {C36BD924-A541-4A00-AFA8-41701378DDC5}.Debug|x64.ActiveCfg = Debug|x64
27    {C36BD924-A541-4A00-AFA8-41701378DDC5}.Debug|x64.Build.0 = Debug|x64
28    {C36BD924-A541-4A00-AFA8-41701378DDC5}.Debug|x86.ActiveCfg = Debug|x86
29    {C36BD924-A541-4A00-AFA8-41701378DDC5}.Debug|x86.Build.0 = Debug|x86
30    {C36BD924-A541-4A00-AFA8-41701378DDC5}.Release|Any CPU.ActiveCfg = Release|Any CPU
31    {C36BD924-A541-4A00-AFA8-41701378DDC5}.Release|Any CPU.Build.0 = Release|Any CPU
32    {C36BD924-A541-4A00-AFA8-41701378DDC5}.Release|x64.ActiveCfg = Release|x64
33    {C36BD924-A541-4A00-AFA8-41701378DDC5}.Release|x64.Build.0 = Release|x64
34    {C36BD924-A541-4A00-AFA8-41701378DDC5}.Release|x86.ActiveCfg = Release|x86
35    {C36BD924-A541-4A00-AFA8-41701378DDC5}.Release|x86.Build.0 = Release|x86
36    {E226881D-315F-423D-B419-A766FE0D8685}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
37    {E226881D-315F-423D-B419-A766FE0D8685}.Debug|Any CPU.Build.0 = Debug|Any CPU
38    {E226881D-315F-423D-B419-A766FE0D8685}.Debug|x64.ActiveCfg = Debug|x64
39    {E226881D-315F-423D-B419-A766FE0D8685}.Debug|x64.Build.0 = Debug|x64
40    {E226881D-315F-423D-B419-A766FE0D8685}.Debug|x86.ActiveCfg = Debug|x86
41    {E226881D-315F-423D-B419-A766FE0D8685}.Debug|x86.Build.0 = Debug|x86
42    {E226881D-315F-423D-B419-A766FE0D8685}.Release|Any CPU.ActiveCfg = Release|Any CPU
43    {E226881D-315F-423D-B419-A766FE0D8685}.Release|Any CPU.Build.0 = Release|Any CPU
44    {E226881D-315F-423D-B419-A766FE0D8685}.Release|x64.ActiveCfg = Release|x64
45    {E226881D-315F-423D-B419-A766FE0D8685}.Release|x64.Build.0 = Release|x64
46    {E226881D-315F-423D-B419-A766FE0D8685}.Release|x86.ActiveCfg = Release|x86
47    {E226881D-315F-423D-B419-A766FE0D8685}.Release|x86.Build.0 = Release|x86
48  EndGlobalSection
49  GlobalSection(SolutionProperties) = preSolution
50    HideSolutionNode = FALSE
51  EndGlobalSection
52EndGlobal
Note: See TracBrowser for help on using the repository browser.