[cpp-sp COMMIT] in /branches/REL_2: .gitignore Shibboleth.sln adfs/adfs-lite.vcxproj adfs/adfs.vcxproj apache/mod_shi...
noreply at shibboleth.net
noreply at shibboleth.net
Fri Aug 5 03:22:56 BST 2011
Author: scantor
Date: Fri Aug 5 03:22:56 2011
New Revision: 3500
URL: http://svn.shibboleth.net/view/cpp-sp?rev=3500&view=rev
Log:
Clean up some settings and add VC project files for plugins project.
Modified:
branches/REL_2/.gitignore
branches/REL_2/Shibboleth.sln
branches/REL_2/adfs/adfs-lite.vcxproj
branches/REL_2/adfs/adfs.vcxproj
branches/REL_2/apache/mod_shib13.vcxproj
branches/REL_2/apache/mod_shib20.vcxproj
branches/REL_2/apache/mod_shib22.vcxproj
branches/REL_2/fastcgi/shibauthorizer.vcxproj
branches/REL_2/fastcgi/shibresponder.vcxproj
branches/REL_2/isapi_shib/isapi_shib.vcxproj
branches/REL_2/memcache-store/memcache-store.vcxproj
branches/REL_2/nsapi_shib/nsapi_shib.vcxproj
branches/REL_2/odbc-store/odbc-store.vcxproj
branches/REL_2/shibd/shibd.vcxproj
branches/REL_2/shibsp/shibsp-lite.vcxproj
branches/REL_2/shibsp/shibsp.vcxproj
branches/REL_2/util/mdquery.vcxproj
branches/REL_2/util/resolvertest.vcxproj
Modified: branches/REL_2/.gitignore
URL: http://svn.shibboleth.net/view/cpp-sp/branches/REL_2/.gitignore?rev=3500&r1=3499&r2=3500&view=diff
==============================================================================
--- branches/REL_2/.gitignore (original)
+++ branches/REL_2/.gitignore Fri Aug 5 03:22:56 2011
@@ -147,7 +147,13 @@
/odbc-store/Makefile
# /plugins/
+/plugins/Makefile
/plugins/Makefile.in
+/plugins/*.user
+/plugins/Debug
+/plugins/Release
+/plugins/x64
+/plugins/.deps
# /schemas/
/schemas/aclocal.m4
Modified: branches/REL_2/Shibboleth.sln
URL: http://svn.shibboleth.net/view/cpp-sp/branches/REL_2/Shibboleth.sln?rev=3500&r1=3499&r2=3500&view=diff
==============================================================================
--- branches/REL_2/Shibboleth.sln (original)
+++ branches/REL_2/Shibboleth.sln Fri Aug 5 03:22:56 2011
@@ -128,6 +128,8 @@
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "shibresponder", "fastcgi\shibresponder.vcxproj", "{B2423DCE-048D-4BAA-9AB9-F5D1FCDD3D25}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "memcache-store", "memcache-store\memcache-store.vcxproj", "{666A63A7-983F-4C19-8411-207F24305198}"
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "plugins", "plugins\plugins.vcxproj", "{A2140D6E-C2C6-4329-84E3-2F530CEBE445}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -257,6 +259,14 @@
{666A63A7-983F-4C19-8411-207F24305198}.Release|Win32.ActiveCfg = Release|Win32
{666A63A7-983F-4C19-8411-207F24305198}.Release|Win32.Build.0 = Release|Win32
{666A63A7-983F-4C19-8411-207F24305198}.Release|x64.ActiveCfg = Release|x64
+ {A2140D6E-C2C6-4329-84E3-2F530CEBE445}.Debug|Win32.ActiveCfg = Debug|Win32
+ {A2140D6E-C2C6-4329-84E3-2F530CEBE445}.Debug|Win32.Build.0 = Debug|Win32
+ {A2140D6E-C2C6-4329-84E3-2F530CEBE445}.Debug|x64.ActiveCfg = Debug|x64
+ {A2140D6E-C2C6-4329-84E3-2F530CEBE445}.Debug|x64.Build.0 = Debug|x64
+ {A2140D6E-C2C6-4329-84E3-2F530CEBE445}.Release|Win32.ActiveCfg = Release|Win32
+ {A2140D6E-C2C6-4329-84E3-2F530CEBE445}.Release|Win32.Build.0 = Release|Win32
+ {A2140D6E-C2C6-4329-84E3-2F530CEBE445}.Release|x64.ActiveCfg = Release|x64
+ {A2140D6E-C2C6-4329-84E3-2F530CEBE445}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
@@ -272,6 +282,7 @@
{26D4FABF-ACDE-4947-9C4A-7AE1B50CD83A} = {96AE4FC9-45EF-4C18-9F3B-EDA439E26E4C}
{26D4FABF-ACDE-4947-9C4A-7AE1B50CD83B} = {96AE4FC9-45EF-4C18-9F3B-EDA439E26E4C}
{666A63A7-983F-4C19-8411-207F24305198} = {96AE4FC9-45EF-4C18-9F3B-EDA439E26E4C}
+ {A2140D6E-C2C6-4329-84E3-2F530CEBE445} = {96AE4FC9-45EF-4C18-9F3B-EDA439E26E4C}
{F13141B6-6C87-40BB-8D4E-5CC56EBB4C5A} = {FED80230-119E-4B2F-9F53-D2660A5F022B}
{F13141B6-6C87-40BB-8D4E-5CC56EBB4C59} = {FED80230-119E-4B2F-9F53-D2660A5F022B}
{8CF7DDFA-EAA0-416E-853E-3DCB210C4AE0} = {8E1AF2CF-24E1-4983-8681-394D89DF9AD2}
Modified: branches/REL_2/adfs/adfs-lite.vcxproj
URL: http://svn.shibboleth.net/view/cpp-sp/branches/REL_2/adfs/adfs-lite.vcxproj?rev=3500&r1=3499&r2=3500&view=diff
==============================================================================
--- branches/REL_2/adfs/adfs-lite.vcxproj (original)
+++ branches/REL_2/adfs/adfs-lite.vcxproj Fri Aug 5 03:22:56 2011
@@ -60,13 +60,11 @@
<PropertyGroup Label="UserMacros" />
<PropertyGroup>
<_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
- <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Configuration)\</OutDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(ProjectName)-$(Configuration)\</IntDir>
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(ProjectName)-$(Configuration)\</IntDir>
[... 352 lines stripped ...]
More information about the commits
mailing list