forked from liuhongbo/DesktopIppOAuth
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDesktopIppOAuth.sln
More file actions
47 lines (47 loc) · 2.79 KB
/
DesktopIppOAuth.sln
File metadata and controls
47 lines (47 loc) · 2.79 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.30723.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DesktopIppOAuth", "DesktopIppOAuth\DesktopIppOAuth.csproj", "{FDC1FB22-ADE5-4771-B3C3-D9B7A331F23B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DesktopIppOAuthSample", "DesktopIppOAuthSample\DesktopIppOAuthSample.csproj", "{499C78F0-3020-45AB-A704-1EC97FE8B474}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{732E5713-5751-4C78-8372-E3658D9D170D}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DesktopIppOAuth.NET40", "DesktopIppOAuth.NET40\DesktopIppOAuth.NET40.csproj", "{49EE0E19-E317-4E11-9ED3-074F8EBDEE45}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DesktopIppOAuthSample.NET40", "DesktopIppOAuthSample.NET40\DesktopIppOAuthSample.NET40.csproj", "{7C31F4CA-A9CC-44F6-ADE4-D1212350B056}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FDC1FB22-ADE5-4771-B3C3-D9B7A331F23B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FDC1FB22-ADE5-4771-B3C3-D9B7A331F23B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FDC1FB22-ADE5-4771-B3C3-D9B7A331F23B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FDC1FB22-ADE5-4771-B3C3-D9B7A331F23B}.Release|Any CPU.Build.0 = Release|Any CPU
{499C78F0-3020-45AB-A704-1EC97FE8B474}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{499C78F0-3020-45AB-A704-1EC97FE8B474}.Debug|Any CPU.Build.0 = Debug|Any CPU
{499C78F0-3020-45AB-A704-1EC97FE8B474}.Release|Any CPU.ActiveCfg = Release|Any CPU
{499C78F0-3020-45AB-A704-1EC97FE8B474}.Release|Any CPU.Build.0 = Release|Any CPU
{49EE0E19-E317-4E11-9ED3-074F8EBDEE45}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{49EE0E19-E317-4E11-9ED3-074F8EBDEE45}.Debug|Any CPU.Build.0 = Debug|Any CPU
{49EE0E19-E317-4E11-9ED3-074F8EBDEE45}.Release|Any CPU.ActiveCfg = Release|Any CPU
{49EE0E19-E317-4E11-9ED3-074F8EBDEE45}.Release|Any CPU.Build.0 = Release|Any CPU
{7C31F4CA-A9CC-44F6-ADE4-D1212350B056}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7C31F4CA-A9CC-44F6-ADE4-D1212350B056}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7C31F4CA-A9CC-44F6-ADE4-D1212350B056}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7C31F4CA-A9CC-44F6-ADE4-D1212350B056}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal