Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2952_RF-ModelStorage/RF-ModelStorage.sln @ 17042

Last change on this file since 17042 was 17042, checked in by mkommend, 5 years ago

#2952: Added solution, adapted project and build events.

File size: 2.2 KB
Line 
1
2Microsoft Visual Studio Solution File, Format Version 12.00
3# Visual Studio 15
4VisualStudioVersion = 15.0.28307.168
5MinimumVisualStudioVersion = 10.0.40219.1
6Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Algorithms.DataAnalysis-3.4", "HeuristicLab.Algorithms.DataAnalysis\3.4\HeuristicLab.Algorithms.DataAnalysis-3.4.csproj", "{2E782078-FA81-4B70-B56F-74CE38DAC6C8}"
7EndProject
8Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{FD888A94-8E64-4E10-B5F4-FB1F30BCB9F4}"
9  ProjectSection(SolutionItems) = preProject
10    .editorconfig = .editorconfig
11    PreBuildEvent.cmd = PreBuildEvent.cmd
12  EndProjectSection
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    {2E782078-FA81-4B70-B56F-74CE38DAC6C8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
25    {2E782078-FA81-4B70-B56F-74CE38DAC6C8}.Debug|Any CPU.Build.0 = Debug|Any CPU
26    {2E782078-FA81-4B70-B56F-74CE38DAC6C8}.Debug|x64.ActiveCfg = Debug|x64
27    {2E782078-FA81-4B70-B56F-74CE38DAC6C8}.Debug|x64.Build.0 = Debug|x64
28    {2E782078-FA81-4B70-B56F-74CE38DAC6C8}.Debug|x86.ActiveCfg = Debug|x86
29    {2E782078-FA81-4B70-B56F-74CE38DAC6C8}.Debug|x86.Build.0 = Debug|x86
30    {2E782078-FA81-4B70-B56F-74CE38DAC6C8}.Release|Any CPU.ActiveCfg = Release|Any CPU
31    {2E782078-FA81-4B70-B56F-74CE38DAC6C8}.Release|Any CPU.Build.0 = Release|Any CPU
32    {2E782078-FA81-4B70-B56F-74CE38DAC6C8}.Release|x64.ActiveCfg = Release|x64
33    {2E782078-FA81-4B70-B56F-74CE38DAC6C8}.Release|x64.Build.0 = Release|x64
34    {2E782078-FA81-4B70-B56F-74CE38DAC6C8}.Release|x86.ActiveCfg = Release|x86
35    {2E782078-FA81-4B70-B56F-74CE38DAC6C8}.Release|x86.Build.0 = Release|x86
36  EndGlobalSection
37  GlobalSection(SolutionProperties) = preSolution
38    HideSolutionNode = FALSE
39  EndGlobalSection
40  GlobalSection(ExtensibilityGlobals) = postSolution
41    SolutionGuid = {FFDCE572-480F-4F88-97DA-2E566CDFFC04}
42  EndGlobalSection
43EndGlobal
Note: See TracBrowser for help on using the repository browser.