-
Notifications
You must be signed in to change notification settings - Fork 1
/
PicasaUploader.sln
60 lines (60 loc) · 3.21 KB
/
PicasaUploader.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PicasaUploader", "PicasaUploader\PicasaUploader.csproj", "{050903DF-B89A-40FD-9212-CEDD09E8408E}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "Setup", "Setup\Setup.vdproj", "{C3072F1A-79DE-40F1-8D9A-C8D64B28E1B7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Dependencies", "Dependencies", "{BA91587D-9C5D-4D46-97CC-A31285CFE814}"
ProjectSection(SolutionItems) = preProject
libs\Google.GData.Client.dll = libs\Google.GData.Client.dll
libs\Google.GData.Client.pdb = libs\Google.GData.Client.pdb
libs\Google.GData.Extensions.dll = libs\Google.GData.Extensions.dll
libs\Google.GData.Extensions.pdb = libs\Google.GData.Extensions.pdb
libs\Google.GData.Photos.dll = libs\Google.GData.Photos.dll
libs\Google.GData.Photos.pdb = libs\Google.GData.Photos.pdb
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Documentation", "Documentation", "{61FAB319-5CEA-4699-B111-E318DAACD58E}"
ProjectSection(SolutionItems) = preProject
LICENSE.txt = LICENSE.txt
README.txt = README.txt
Release Notes.txt = Release Notes.txt
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1DC84306-70F1-476E-9603-50B3171D14E2}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
Local.testsettings = Local.testsettings
PicasaUploader.vsmdi = PicasaUploader.vsmdi
TraceAndTestImpact.testsettings = TraceAndTestImpact.testsettings
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PicasaUploader.Tests", "PicasaUploader.Tests\PicasaUploader.Tests.csproj", "{5ECA1E91-8DCA-4395-BB2D-FDBD548D455E}"
EndProject
Global
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = PicasaUploader.vsmdi
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{050903DF-B89A-40FD-9212-CEDD09E8408E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{050903DF-B89A-40FD-9212-CEDD09E8408E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{050903DF-B89A-40FD-9212-CEDD09E8408E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{050903DF-B89A-40FD-9212-CEDD09E8408E}.Release|Any CPU.Build.0 = Release|Any CPU
{C3072F1A-79DE-40F1-8D9A-C8D64B28E1B7}.Debug|Any CPU.ActiveCfg = Debug
{C3072F1A-79DE-40F1-8D9A-C8D64B28E1B7}.Debug|Any CPU.Build.0 = Debug
{C3072F1A-79DE-40F1-8D9A-C8D64B28E1B7}.Release|Any CPU.ActiveCfg = Release
{C3072F1A-79DE-40F1-8D9A-C8D64B28E1B7}.Release|Any CPU.Build.0 = Release
{5ECA1E91-8DCA-4395-BB2D-FDBD548D455E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5ECA1E91-8DCA-4395-BB2D-FDBD548D455E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5ECA1E91-8DCA-4395-BB2D-FDBD548D455E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5ECA1E91-8DCA-4395-BB2D-FDBD548D455E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal