Free cookie consent management tool by TermsFeed Policy Generator

source: branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode.sln @ 9779

Last change on this file since 9779 was 9779, checked in by ascheibe, 11 years ago

#2069 created an own plugin for the views

File size: 2.3 KB
Line 
1
2Microsoft Visual Studio Solution File, Format Version 12.00
3# Visual Studio 2012
4Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Problems.Robocode", "HeuristicLab.Problems.Robocode\HeuristicLab.Problems.Robocode.csproj", "{50776649-F3CF-459A-AE8C-146D1BFA64E4}"
5EndProject
6Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Problems.Robocode.Views", "HeuristicLab.Problems.Robocode.Views\HeuristicLab.Problems.Robocode.Views.csproj", "{8EB0C7C3-4083-4EEE-B3F2-A37F123FB23B}"
7EndProject
8Global
9  GlobalSection(SolutionConfigurationPlatforms) = preSolution
10    Debug|Any CPU = Debug|Any CPU
11    Debug|x64 = Debug|x64
12    Debug|x86 = Debug|x86
13    Release|Any CPU = Release|Any CPU
14    Release|x64 = Release|x64
15    Release|x86 = Release|x86
16  EndGlobalSection
17  GlobalSection(ProjectConfigurationPlatforms) = postSolution
18    {50776649-F3CF-459A-AE8C-146D1BFA64E4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
19    {50776649-F3CF-459A-AE8C-146D1BFA64E4}.Debug|Any CPU.Build.0 = Debug|Any CPU
20    {50776649-F3CF-459A-AE8C-146D1BFA64E4}.Debug|x64.ActiveCfg = Debug|Any CPU
21    {50776649-F3CF-459A-AE8C-146D1BFA64E4}.Debug|x86.ActiveCfg = Debug|Any CPU
22    {50776649-F3CF-459A-AE8C-146D1BFA64E4}.Release|Any CPU.ActiveCfg = Release|Any CPU
23    {50776649-F3CF-459A-AE8C-146D1BFA64E4}.Release|Any CPU.Build.0 = Release|Any CPU
24    {50776649-F3CF-459A-AE8C-146D1BFA64E4}.Release|x64.ActiveCfg = Release|Any CPU
25    {50776649-F3CF-459A-AE8C-146D1BFA64E4}.Release|x86.ActiveCfg = Release|Any CPU
26    {8EB0C7C3-4083-4EEE-B3F2-A37F123FB23B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
27    {8EB0C7C3-4083-4EEE-B3F2-A37F123FB23B}.Debug|Any CPU.Build.0 = Debug|Any CPU
28    {8EB0C7C3-4083-4EEE-B3F2-A37F123FB23B}.Debug|x64.ActiveCfg = Debug|Any CPU
29    {8EB0C7C3-4083-4EEE-B3F2-A37F123FB23B}.Debug|x86.ActiveCfg = Debug|Any CPU
30    {8EB0C7C3-4083-4EEE-B3F2-A37F123FB23B}.Release|Any CPU.ActiveCfg = Release|Any CPU
31    {8EB0C7C3-4083-4EEE-B3F2-A37F123FB23B}.Release|Any CPU.Build.0 = Release|Any CPU
32    {8EB0C7C3-4083-4EEE-B3F2-A37F123FB23B}.Release|x64.ActiveCfg = Release|Any CPU
33    {8EB0C7C3-4083-4EEE-B3F2-A37F123FB23B}.Release|x86.ActiveCfg = Release|Any CPU
34  EndGlobalSection
35  GlobalSection(SolutionProperties) = preSolution
36    HideSolutionNode = FALSE
37  EndGlobalSection
38  GlobalSection(ExtensibilityGlobals) = postSolution
39    VisualSVNWorkingCopyRoot = .
40  EndGlobalSection
41EndGlobal
Note: See TracBrowser for help on using the repository browser.