From 8b8b362c88efa0cf9f7b27dc5cc06d1baae84c1d Mon Sep 17 00:00:00 2001 From: Tim Kientzle Date: Thu, 18 Sep 2008 18:34:45 -0400 Subject: [PATCH] Solution files for building with Visual C++, thanks to Ivailo Petrov. SVN-Revision: 211 --- .gitattributes | 2 + windows/vc71/libarchive.sln | 23 ++ windows/vc71/libarchive.vcproj | 312 +++++++++++++++++++++++ windows/vc80/libarchive.sln | 19 ++ windows/vc80/libarchive.vcproj | 434 ++++++++++++++++++++++++++++++++ windows/vc90/libarchive.sln | 19 ++ windows/vc90/libarchive.vcproj | 435 +++++++++++++++++++++++++++++++++ 7 files changed, 1244 insertions(+) create mode 100644 windows/vc71/libarchive.sln create mode 100644 windows/vc71/libarchive.vcproj create mode 100644 windows/vc80/libarchive.sln create mode 100644 windows/vc80/libarchive.vcproj create mode 100644 windows/vc90/libarchive.sln create mode 100644 windows/vc90/libarchive.vcproj diff --git a/.gitattributes b/.gitattributes index 83ac7cd79..ffcdd7d31 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,3 +2,5 @@ *.nt -crlf *.sh crlf=input +*.sln -crlf +*.vcproj -crlf diff --git a/windows/vc71/libarchive.sln b/windows/vc71/libarchive.sln new file mode 100644 index 000000000..aa73e659e --- /dev/null +++ b/windows/vc71/libarchive.sln @@ -0,0 +1,23 @@ +Microsoft Visual Studio Solution File, Format Version 8.00 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libarchive", "libarchive.vcproj", "{0C758FDB-BE1D-47E9-8E18-9168AB34A308}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Global + GlobalSection(SolutionConfiguration) = preSolution + Debug = Debug + Release = Release + EndGlobalSection + GlobalSection(ProjectDependencies) = postSolution + EndGlobalSection + GlobalSection(ProjectConfiguration) = postSolution + {0C758FDB-BE1D-47E9-8E18-9168AB34A308}.Debug.ActiveCfg = Debug|Win32 + {0C758FDB-BE1D-47E9-8E18-9168AB34A308}.Debug.Build.0 = Debug|Win32 + {0C758FDB-BE1D-47E9-8E18-9168AB34A308}.Release.ActiveCfg = Release|Win32 + {0C758FDB-BE1D-47E9-8E18-9168AB34A308}.Release.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + EndGlobalSection + GlobalSection(ExtensibilityAddIns) = postSolution + EndGlobalSection +EndGlobal diff --git a/windows/vc71/libarchive.vcproj b/windows/vc71/libarchive.vcproj new file mode 100644 index 000000000..672867387 --- /dev/null +++ b/windows/vc71/libarchive.vcproj @@ -0,0 +1,312 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/vc80/libarchive.sln b/windows/vc80/libarchive.sln new file mode 100644 index 000000000..993c8c36c --- /dev/null +++ b/windows/vc80/libarchive.sln @@ -0,0 +1,19 @@ +Microsoft Visual Studio Solution File, Format Version 9.00 +# Visual Studio 2005 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libarchive", "libarchive.vcproj", "{0C758FDB-BE1D-47E9-8E18-9168AB34A308}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Release|Win32 = Release|Win32 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {0C758FDB-BE1D-47E9-8E18-9168AB34A308}.Debug|Win32.ActiveCfg = Debug|Win32 + {0C758FDB-BE1D-47E9-8E18-9168AB34A308}.Debug|Win32.Build.0 = Debug|Win32 + {0C758FDB-BE1D-47E9-8E18-9168AB34A308}.Release|Win32.ActiveCfg = Release|Win32 + {0C758FDB-BE1D-47E9-8E18-9168AB34A308}.Release|Win32.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/windows/vc80/libarchive.vcproj b/windows/vc80/libarchive.vcproj new file mode 100644 index 000000000..bbdb82a95 --- /dev/null +++ b/windows/vc80/libarchive.vcproj @@ -0,0 +1,434 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/vc90/libarchive.sln b/windows/vc90/libarchive.sln new file mode 100644 index 000000000..bf6b6087b --- /dev/null +++ b/windows/vc90/libarchive.sln @@ -0,0 +1,19 @@ +Microsoft Visual Studio Solution File, Format Version 10.00 +# Visual C++ Express 2008 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libarchive", "libarchive.vcproj", "{0C758FDB-BE1D-47E9-8E18-9168AB34A308}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Release|Win32 = Release|Win32 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {0C758FDB-BE1D-47E9-8E18-9168AB34A308}.Debug|Win32.ActiveCfg = Debug|Win32 + {0C758FDB-BE1D-47E9-8E18-9168AB34A308}.Debug|Win32.Build.0 = Debug|Win32 + {0C758FDB-BE1D-47E9-8E18-9168AB34A308}.Release|Win32.ActiveCfg = Release|Win32 + {0C758FDB-BE1D-47E9-8E18-9168AB34A308}.Release|Win32.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/windows/vc90/libarchive.vcproj b/windows/vc90/libarchive.vcproj new file mode 100644 index 000000000..9e909ff2d --- /dev/null +++ b/windows/vc90/libarchive.vcproj @@ -0,0 +1,435 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- 2.47.3