From 19ae5cb08ba312be385ed50398f743719d60862a Mon Sep 17 00:00:00 2001 From: Scott Cantor Date: Thu, 4 Mar 2010 21:29:47 +0000 Subject: [PATCH] Add non-build files to VS projects. --- Shibboleth.sln | 56 ++++++++++++++++++++++++++++++++++++ adfs/adfs-lite.vcproj | 4 +++ adfs/adfs.vcproj | 4 +++ apache/mod_shib13.vcproj | 4 +++ apache/mod_shib20.vcproj | 4 +++ apache/mod_shib22.vcproj | 4 +++ memcache-store/memcache-store.vcproj | 4 +++ nsapi_shib/nsapi_shib.vcproj | 4 +++ odbc-store/odbc-store.vcproj | 4 +++ shibd/shibd.vcproj | 4 +++ shibsp/shibsp-lite.vcproj | 8 ++++++ shibsp/shibsp.vcproj | 8 ++++++ 12 files changed, 108 insertions(+) diff --git a/Shibboleth.sln b/Shibboleth.sln index 1fd1708..4d88b58 100644 --- a/Shibboleth.sln +++ b/Shibboleth.sln @@ -5,8 +5,14 @@ EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Extensions", "Extensions", "{96AE4FC9-45EF-4C18-9F3B-EDA439E26E4C}" EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Utilities", "Utilities", "{FED80230-119E-4B2F-9F53-D2660A5F022B}" + ProjectSection(SolutionItems) = preProject + util\Makefile.am = util\Makefile.am + EndProjectSection EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "fastcgi", "fastcgi", "{8E1AF2CF-24E1-4983-8681-394D89DF9AD2}" + ProjectSection(SolutionItems) = preProject + fastcgi\Makefile.am = fastcgi\Makefile.am + EndProjectSection EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "isapi_shib", "isapi_shib\isapi_shib.vcproj", "{87C25D4E-8D19-4513-B0BA-BC668BC2DEE3}" ProjectSection(ProjectDependencies) = postProject @@ -79,6 +85,56 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "memcache-store", "memcache- {81F0F7A6-DC36-46EF-957F-F9E81D4403F6} = {81F0F7A6-DC36-46EF-957F-F9E81D4403F6} EndProjectSection EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Schemas", "Schemas", "{0F172F71-BDD7-44D1-9147-061DC20683BD}" + ProjectSection(SolutionItems) = preProject + schemas\catalog.xml.in = schemas\catalog.xml.in + schemas\Makefile.am = schemas\Makefile.am + schemas\shibboleth-2.0-afp-mf-basic.xsd = schemas\shibboleth-2.0-afp-mf-basic.xsd + schemas\shibboleth-2.0-afp-mf-saml.xsd = schemas\shibboleth-2.0-afp-mf-saml.xsd + schemas\shibboleth-2.0-afp.xsd = schemas\shibboleth-2.0-afp.xsd + schemas\shibboleth-2.0-attribute-map.xsd = schemas\shibboleth-2.0-attribute-map.xsd + schemas\shibboleth-2.0-native-sp-config.xsd = schemas\shibboleth-2.0-native-sp-config.xsd + schemas\shibboleth-2.0-sp-notify.xsd = schemas\shibboleth-2.0-sp-notify.xsd + schemas\shibboleth-metadata-1.0.xsd = schemas\shibboleth-metadata-1.0.xsd + schemas\shibboleth.xsd = schemas\shibboleth.xsd + schemas\WS-Trust.xsd = schemas\WS-Trust.xsd + EndProjectSection +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Config", "Config", "{2543BCFE-B3D7-4D08-AAA5-2E284903890E}" + ProjectSection(SolutionItems) = preProject + configs\accessError.html = configs\accessError.html + configs\apache.config.in = configs\apache.config.in + configs\apache2.config.in = configs\apache2.config.in + configs\apache22.config.in = configs\apache22.config.in + configs\attribute-map.xml = configs\attribute-map.xml + configs\attribute-policy.xml = configs\attribute-policy.xml + configs\bindingTemplate.html = configs\bindingTemplate.html + configs\console.logger = configs\console.logger + configs\discoveryTemplate.html = configs\discoveryTemplate.html + configs\example-metadata.xml = configs\example-metadata.xml + configs\globalLogout.html = configs\globalLogout.html + configs\keygen.bat = configs\keygen.bat + configs\keygen.sh = configs\keygen.sh + configs\localLogout.html = configs\localLogout.html + configs\Makefile.am = configs\Makefile.am + configs\metadataError.html = configs\metadataError.html + configs\metagen.sh = configs\metagen.sh + configs\native.logger.in = configs\native.logger.in + configs\partialLogout.html = configs\partialLogout.html + configs\postTemplate.html = configs\postTemplate.html + configs\sessionError.html = configs\sessionError.html + configs\shibboleth2.xml = configs\shibboleth2.xml + configs\shibd-debian.in = configs\shibd-debian.in + configs\shibd-osx.plist.in = configs\shibd-osx.plist.in + configs\shibd-redhat.in = configs\shibd-redhat.in + configs\shibd-suse.in = configs\shibd-suse.in + configs\shibd.logger.in = configs\shibd.logger.in + configs\sslError.html = configs\sslError.html + configs\syslog.logger = configs\syslog.logger + configs\upgrade.xsl = configs\upgrade.xsl + configs\xsltproc.js = configs\xsltproc.js + EndProjectSection +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Win32 = Debug|Win32 diff --git a/adfs/adfs-lite.vcproj b/adfs/adfs-lite.vcproj index 5017792..484492f 100644 --- a/adfs/adfs-lite.vcproj +++ b/adfs/adfs-lite.vcproj @@ -351,6 +351,10 @@ > + + diff --git a/adfs/adfs.vcproj b/adfs/adfs.vcproj index 4a4613b..a3926f8 100644 --- a/adfs/adfs.vcproj +++ b/adfs/adfs.vcproj @@ -349,6 +349,10 @@ > + + diff --git a/apache/mod_shib13.vcproj b/apache/mod_shib13.vcproj index e83f9ad..aa4ee9f 100644 --- a/apache/mod_shib13.vcproj +++ b/apache/mod_shib13.vcproj @@ -381,6 +381,10 @@ + + + + + + + + diff --git a/nsapi_shib/nsapi_shib.vcproj b/nsapi_shib/nsapi_shib.vcproj index ad271b0..8112951 100644 --- a/nsapi_shib/nsapi_shib.vcproj +++ b/nsapi_shib/nsapi_shib.vcproj @@ -377,6 +377,10 @@ + + diff --git a/odbc-store/odbc-store.vcproj b/odbc-store/odbc-store.vcproj index b15cf98..1c20b76 100644 --- a/odbc-store/odbc-store.vcproj +++ b/odbc-store/odbc-store.vcproj @@ -337,6 +337,10 @@ + + diff --git a/shibd/shibd.vcproj b/shibd/shibd.vcproj index c921764..4c9869e 100644 --- a/shibd/shibd.vcproj +++ b/shibd/shibd.vcproj @@ -363,6 +363,10 @@ + + diff --git a/shibsp/shibsp-lite.vcproj b/shibsp/shibsp-lite.vcproj index 651d3c3..76a17be 100644 --- a/shibsp/shibsp-lite.vcproj +++ b/shibsp/shibsp-lite.vcproj @@ -764,6 +764,14 @@ > + + + + diff --git a/shibsp/shibsp.vcproj b/shibsp/shibsp.vcproj index 64ee2a2..baea45d 100644 --- a/shibsp/shibsp.vcproj +++ b/shibsp/shibsp.vcproj @@ -1030,6 +1030,14 @@ > + + + + -- 2.1.4