Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab 3.3 Tests.sln @ 7915

Last change on this file since 7915 was 7915, checked in by mkommend, 12 years ago

#1777: Extracted unit tests into a separate solution.

File size: 1.9 KB
Line 
1
2Microsoft Visual Studio Solution File, Format Version 11.00
3# Visual Studio 2010
4Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Tests", "HeuristicLab.Tests\HeuristicLab.Tests.csproj", "{B62872C1-6752-4758-9823-751A2D28C388}"
5EndProject
6Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4880EC01-2CAD-4291-BBC1-B269AD67D4FA}"
7  ProjectSection(SolutionItems) = preProject
8    LocalTestRun.testrunconfig = LocalTestRun.testrunconfig
9  EndProjectSection
10EndProject
11Global
12  GlobalSection(SolutionConfigurationPlatforms) = preSolution
13    Debug|Any CPU = Debug|Any CPU
14    Debug|x64 = Debug|x64
15    Debug|x86 = Debug|x86
16    Release|Any CPU = Release|Any CPU
17    Release|x64 = Release|x64
18    Release|x86 = Release|x86
19  EndGlobalSection
20  GlobalSection(ProjectConfigurationPlatforms) = postSolution
21    {B62872C1-6752-4758-9823-751A2D28C388}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
22    {B62872C1-6752-4758-9823-751A2D28C388}.Debug|Any CPU.Build.0 = Debug|Any CPU
23    {B62872C1-6752-4758-9823-751A2D28C388}.Debug|x64.ActiveCfg = Debug|x64
24    {B62872C1-6752-4758-9823-751A2D28C388}.Debug|x64.Build.0 = Debug|x64
25    {B62872C1-6752-4758-9823-751A2D28C388}.Debug|x86.ActiveCfg = Debug|x86
26    {B62872C1-6752-4758-9823-751A2D28C388}.Debug|x86.Build.0 = Debug|x86
27    {B62872C1-6752-4758-9823-751A2D28C388}.Release|Any CPU.ActiveCfg = Release|Any CPU
28    {B62872C1-6752-4758-9823-751A2D28C388}.Release|Any CPU.Build.0 = Release|Any CPU
29    {B62872C1-6752-4758-9823-751A2D28C388}.Release|x64.ActiveCfg = Release|x64
30    {B62872C1-6752-4758-9823-751A2D28C388}.Release|x64.Build.0 = Release|x64
31    {B62872C1-6752-4758-9823-751A2D28C388}.Release|x86.ActiveCfg = Release|x86
32    {B62872C1-6752-4758-9823-751A2D28C388}.Release|x86.Build.0 = Release|x86
33  EndGlobalSection
34  GlobalSection(SolutionProperties) = preSolution
35    HideSolutionNode = FALSE
36  EndGlobalSection
37EndGlobal
Note: See TracBrowser for help on using the repository browser.