-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
unknown
authored and
unknown
committed
Sep 23, 2009
1 parent
0390bb4
commit 8989597
Showing
34 changed files
with
5,500 additions
and
5,500 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,31 @@ | ||
|
||
Microsoft Visual Studio Solution File, Format Version 10.00 | ||
# Visual Studio 2008 | ||
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}") = "Solution Items", "Solution Items", "{E7D7FD68-9C31-4FB5-AE00-85E0EFBEF243}" | ||
ProjectSection(SolutionItems) = preProject | ||
README.txt = README.txt | ||
EndProjectSection | ||
EndProject | ||
Global | ||
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 | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
EndGlobal | ||
|
||
Microsoft Visual Studio Solution File, Format Version 10.00 | ||
# Visual Studio 2008 | ||
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}") = "Solution Items", "Solution Items", "{E7D7FD68-9C31-4FB5-AE00-85E0EFBEF243}" | ||
ProjectSection(SolutionItems) = preProject | ||
README.txt = README.txt | ||
EndProjectSection | ||
EndProject | ||
Global | ||
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 | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
EndGlobal |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<configuration> | ||
<!-- Map to libz.so.1.2.3 on everything but windows, as we ship it for windows. --> | ||
<dllmap os="linux,osx,solaris,freebsd,openbsd,netbsd,aix,hpux" dll="zlib.x86.dll" target="libz.so"/> | ||
</configuration> | ||
<configuration> | ||
<!-- Map to libz.so.1.2.3 on everything but windows, as we ship it for windows. --> | ||
<dllmap os="linux,osx,solaris,freebsd,openbsd,netbsd,aix,hpux" dll="zlib.x86.dll" target="libz.so"/> | ||
</configuration> |
Oops, something went wrong.