forked from saxx/IssueTracker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathIssueTracker.sln
More file actions
68 lines (68 loc) · 4.67 KB
/
IssueTracker.sln
File metadata and controls
68 lines (68 loc) · 4.67 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.21005.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ePunkt.IssueTracker.Client", "ePunkt.IssueTracker.Client\ePunkt.IssueTracker.Client.csproj", "{897F09EE-5CAB-4D19-9A02-855E0A7922BD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ePunkt.IssueTracker.DemoClient", "ePunkt.IssueTracker.DemoClient\ePunkt.IssueTracker.DemoClient.csproj", "{0EF64D56-9E17-47DC-BF8A-3060230A1833}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ePunkt.IssueTracker", "ePunkt.IssueTracker\ePunkt.IssueTracker.csproj", "{B5ADB8A5-6013-440A-BEA8-31E9D9124FFC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ePunkt.IssueTracker.Pop3Fetcher", "ePunkt.IssueTracker.Pop3Fetcher\ePunkt.IssueTracker.Pop3Fetcher.csproj", "{F89FC008-5084-41F0-8173-B26613A9B960}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{897F09EE-5CAB-4D19-9A02-855E0A7922BD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{897F09EE-5CAB-4D19-9A02-855E0A7922BD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{897F09EE-5CAB-4D19-9A02-855E0A7922BD}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{897F09EE-5CAB-4D19-9A02-855E0A7922BD}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{897F09EE-5CAB-4D19-9A02-855E0A7922BD}.Debug|x86.ActiveCfg = Debug|Any CPU
{897F09EE-5CAB-4D19-9A02-855E0A7922BD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{897F09EE-5CAB-4D19-9A02-855E0A7922BD}.Release|Any CPU.Build.0 = Release|Any CPU
{897F09EE-5CAB-4D19-9A02-855E0A7922BD}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{897F09EE-5CAB-4D19-9A02-855E0A7922BD}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{897F09EE-5CAB-4D19-9A02-855E0A7922BD}.Release|x86.ActiveCfg = Release|Any CPU
{0EF64D56-9E17-47DC-BF8A-3060230A1833}.Debug|Any CPU.ActiveCfg = Debug|x86
{0EF64D56-9E17-47DC-BF8A-3060230A1833}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{0EF64D56-9E17-47DC-BF8A-3060230A1833}.Debug|Mixed Platforms.Build.0 = Debug|x86
{0EF64D56-9E17-47DC-BF8A-3060230A1833}.Debug|x86.ActiveCfg = Debug|x86
{0EF64D56-9E17-47DC-BF8A-3060230A1833}.Debug|x86.Build.0 = Debug|x86
{0EF64D56-9E17-47DC-BF8A-3060230A1833}.Release|Any CPU.ActiveCfg = Release|x86
{0EF64D56-9E17-47DC-BF8A-3060230A1833}.Release|Mixed Platforms.ActiveCfg = Release|x86
{0EF64D56-9E17-47DC-BF8A-3060230A1833}.Release|Mixed Platforms.Build.0 = Release|x86
{0EF64D56-9E17-47DC-BF8A-3060230A1833}.Release|x86.ActiveCfg = Release|x86
{0EF64D56-9E17-47DC-BF8A-3060230A1833}.Release|x86.Build.0 = Release|x86
{B5ADB8A5-6013-440A-BEA8-31E9D9124FFC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B5ADB8A5-6013-440A-BEA8-31E9D9124FFC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B5ADB8A5-6013-440A-BEA8-31E9D9124FFC}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{B5ADB8A5-6013-440A-BEA8-31E9D9124FFC}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{B5ADB8A5-6013-440A-BEA8-31E9D9124FFC}.Debug|x86.ActiveCfg = Debug|Any CPU
{B5ADB8A5-6013-440A-BEA8-31E9D9124FFC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B5ADB8A5-6013-440A-BEA8-31E9D9124FFC}.Release|Any CPU.Build.0 = Release|Any CPU
{B5ADB8A5-6013-440A-BEA8-31E9D9124FFC}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{B5ADB8A5-6013-440A-BEA8-31E9D9124FFC}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{B5ADB8A5-6013-440A-BEA8-31E9D9124FFC}.Release|x86.ActiveCfg = Release|Any CPU
{F89FC008-5084-41F0-8173-B26613A9B960}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F89FC008-5084-41F0-8173-B26613A9B960}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F89FC008-5084-41F0-8173-B26613A9B960}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{F89FC008-5084-41F0-8173-B26613A9B960}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{F89FC008-5084-41F0-8173-B26613A9B960}.Debug|x86.ActiveCfg = Debug|Any CPU
{F89FC008-5084-41F0-8173-B26613A9B960}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F89FC008-5084-41F0-8173-B26613A9B960}.Release|Any CPU.Build.0 = Release|Any CPU
{F89FC008-5084-41F0-8173-B26613A9B960}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{F89FC008-5084-41F0-8173-B26613A9B960}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{F89FC008-5084-41F0-8173-B26613A9B960}.Release|x86.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal