-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathOutlookTfsConnector.sln
46 lines (46 loc) · 2.69 KB
/
OutlookTfsConnector.sln
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30011.22
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OutlookTfsConnector", "OutlookTfsConnector\OutlookTfsConnector.csproj", "{E14CFC45-E18D-4553-B86D-71F47D23AD6E}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "OutlookTfsSetup", "OutlookTfsSetup\OutlookTfsSetup.vdproj", "{377927A9-B8A7-401A-BBDC-A1B90B9809C4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OutlookTfsConnectorTests", "OUtlookTfsConnectorTests\OutlookTfsConnectorTests.csproj", "{741F5EAD-D76D-4826-BC27-7A00D654CE5D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OutlookTfsConnectorRegistrationTool", "OutlookTfsConnectorRegistrationTool\OutlookTfsConnectorRegistrationTool.csproj", "{F1E62A5C-D6A2-4D97-B425-76FDB5D4991E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4B940139-C419-43E1-B524-1A30200D1BD2}"
ProjectSection(SolutionItems) = preProject
readme.md = readme.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E14CFC45-E18D-4553-B86D-71F47D23AD6E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E14CFC45-E18D-4553-B86D-71F47D23AD6E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E14CFC45-E18D-4553-B86D-71F47D23AD6E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E14CFC45-E18D-4553-B86D-71F47D23AD6E}.Release|Any CPU.Build.0 = Release|Any CPU
{377927A9-B8A7-401A-BBDC-A1B90B9809C4}.Debug|Any CPU.ActiveCfg = Debug
{377927A9-B8A7-401A-BBDC-A1B90B9809C4}.Release|Any CPU.ActiveCfg = Release
{741F5EAD-D76D-4826-BC27-7A00D654CE5D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{741F5EAD-D76D-4826-BC27-7A00D654CE5D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{741F5EAD-D76D-4826-BC27-7A00D654CE5D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{741F5EAD-D76D-4826-BC27-7A00D654CE5D}.Release|Any CPU.Build.0 = Release|Any CPU
{F1E62A5C-D6A2-4D97-B425-76FDB5D4991E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F1E62A5C-D6A2-4D97-B425-76FDB5D4991E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F1E62A5C-D6A2-4D97-B425-76FDB5D4991E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F1E62A5C-D6A2-4D97-B425-76FDB5D4991E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CB131F6E-E7EB-4587-9EBD-2E7218D1225E}
EndGlobalSection
EndGlobal