-
Notifications
You must be signed in to change notification settings - Fork 1
/
ExchangeLINQ.sln
44 lines (44 loc) · 2.59 KB
/
ExchangeLINQ.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExchangeLinq.NET4", "ExchangeLinq\ExchangeLinq.NET4.csproj", "{B6B66828-83DC-465E-B65B-EA153BA2938A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExchangeLinq.SL4", "ExchangeLinq\ExchangeLinq.SL4.csproj", "{DDCF4944-0DED-404E-B678-D0B115D1B3DE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExchangeLinq.SL5", "ExchangeLinq\ExchangeLinq.SL5.csproj", "{C83AA7CB-62BF-433C-AAB0-384E8ACA3FF5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExchangeLinq.WP71", "ExchangeLinq\ExchangeLinq.WP71.csproj", "{D80E0015-F0E1-4BF0-86C7-FD7C1660C502}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{675861DC-9F6A-4270-A78D-74173779B5B8}"
ProjectSection(SolutionItems) = preProject
License.txt = License.txt
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
{B6B66828-83DC-465E-B65B-EA153BA2938A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B6B66828-83DC-465E-B65B-EA153BA2938A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B6B66828-83DC-465E-B65B-EA153BA2938A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B6B66828-83DC-465E-B65B-EA153BA2938A}.Release|Any CPU.Build.0 = Release|Any CPU
{DDCF4944-0DED-404E-B678-D0B115D1B3DE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DDCF4944-0DED-404E-B678-D0B115D1B3DE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DDCF4944-0DED-404E-B678-D0B115D1B3DE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DDCF4944-0DED-404E-B678-D0B115D1B3DE}.Release|Any CPU.Build.0 = Release|Any CPU
{C83AA7CB-62BF-433C-AAB0-384E8ACA3FF5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C83AA7CB-62BF-433C-AAB0-384E8ACA3FF5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C83AA7CB-62BF-433C-AAB0-384E8ACA3FF5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C83AA7CB-62BF-433C-AAB0-384E8ACA3FF5}.Release|Any CPU.Build.0 = Release|Any CPU
{D80E0015-F0E1-4BF0-86C7-FD7C1660C502}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D80E0015-F0E1-4BF0-86C7-FD7C1660C502}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D80E0015-F0E1-4BF0-86C7-FD7C1660C502}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D80E0015-F0E1-4BF0-86C7-FD7C1660C502}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal