Skip to content

Commit

Permalink
Line endings fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown authored and unknown committed Sep 23, 2009
1 parent 0390bb4 commit 8989597
Show file tree
Hide file tree
Showing 34 changed files with 5,500 additions and 5,500 deletions.
62 changes: 31 additions & 31 deletions PicasaUploader.sln
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
8 changes: 4 additions & 4 deletions PicasaUploader/Google.GData.Client.dll.config
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>
Loading

0 comments on commit 8989597

Please sign in to comment.