-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathTLBNETTasks.sln
More file actions
45 lines (45 loc) · 2.75 KB
/
TLBNETTasks.sln
File metadata and controls
45 lines (45 loc) · 2.75 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TLBNETTasks", "TLB.NET\TLBNETTasks.csproj", "{720FC596-EF9F-4C54-9A94-8958CCD8255B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "test", "test\test.csproj", "{6DD37180-8493-4AA6-A934-9235CB0996AF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{71219405-7A47-4706-A79E-7BB8AFB19F8F}"
ProjectSection(SolutionItems) = preProject
tlbnet.build = tlbnet.build
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug Main NAnt BuildFile|Any CPU = Debug Main NAnt BuildFile|Any CPU
Debug NAnt Tests|Any CPU = Debug NAnt Tests|Any CPU
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
Test|Any CPU = Test|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{720FC596-EF9F-4C54-9A94-8958CCD8255B}.Debug Main NAnt BuildFile|Any CPU.ActiveCfg = Debug|Any CPU
{720FC596-EF9F-4C54-9A94-8958CCD8255B}.Debug Main NAnt BuildFile|Any CPU.Build.0 = Debug|Any CPU
{720FC596-EF9F-4C54-9A94-8958CCD8255B}.Debug NAnt Tests|Any CPU.ActiveCfg = Debug|Any CPU
{720FC596-EF9F-4C54-9A94-8958CCD8255B}.Debug NAnt Tests|Any CPU.Build.0 = Debug|Any CPU
{720FC596-EF9F-4C54-9A94-8958CCD8255B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{720FC596-EF9F-4C54-9A94-8958CCD8255B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{720FC596-EF9F-4C54-9A94-8958CCD8255B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{720FC596-EF9F-4C54-9A94-8958CCD8255B}.Release|Any CPU.Build.0 = Release|Any CPU
{720FC596-EF9F-4C54-9A94-8958CCD8255B}.Test|Any CPU.ActiveCfg = Release|Any CPU
{720FC596-EF9F-4C54-9A94-8958CCD8255B}.Test|Any CPU.Build.0 = Release|Any CPU
{6DD37180-8493-4AA6-A934-9235CB0996AF}.Debug Main NAnt BuildFile|Any CPU.ActiveCfg = Debug|Any CPU
{6DD37180-8493-4AA6-A934-9235CB0996AF}.Debug Main NAnt BuildFile|Any CPU.Build.0 = Debug|Any CPU
{6DD37180-8493-4AA6-A934-9235CB0996AF}.Debug NAnt Tests|Any CPU.ActiveCfg = Debug|Any CPU
{6DD37180-8493-4AA6-A934-9235CB0996AF}.Debug NAnt Tests|Any CPU.Build.0 = Debug|Any CPU
{6DD37180-8493-4AA6-A934-9235CB0996AF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6DD37180-8493-4AA6-A934-9235CB0996AF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6DD37180-8493-4AA6-A934-9235CB0996AF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6DD37180-8493-4AA6-A934-9235CB0996AF}.Release|Any CPU.Build.0 = Release|Any CPU
{6DD37180-8493-4AA6-A934-9235CB0996AF}.Test|Any CPU.ActiveCfg = Release|Any CPU
{6DD37180-8493-4AA6-A934-9235CB0996AF}.Test|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal