You are viewing a plain text version of this content. The canonical link for it is here.
Posted to rampart-dev@ws.apache.org by su...@apache.org on 2007/10/11 07:03:05 UTC

svn commit: r583682 - in /webservices/rampart/scratch/c/saml: ./ include/ src/

Author: supun
Date: Wed Oct 10 22:03:04 2007
New Revision: 583682

URL: http://svn.apache.org/viewvc?rev=583682&view=rev
Log:
added the VC project

Added:
    webservices/rampart/scratch/c/saml/SAML.sln
    webservices/rampart/scratch/c/saml/SAML.vcproj
Modified:
    webservices/rampart/scratch/c/saml/include/saml_req.h
    webservices/rampart/scratch/c/saml/src/assertion.c
    webservices/rampart/scratch/c/saml/src/attr_stmt.c
    webservices/rampart/scratch/c/saml/src/auth_des_stmt.c
    webservices/rampart/scratch/c/saml/src/auth_smt.c
    webservices/rampart/scratch/c/saml/src/condition.c
    webservices/rampart/scratch/c/saml/src/id_type.c
    webservices/rampart/scratch/c/saml/src/saml_request.c
    webservices/rampart/scratch/c/saml/src/saml_responce.c
    webservices/rampart/scratch/c/saml/src/stmt.c
    webservices/rampart/scratch/c/saml/src/subject.c

Added: webservices/rampart/scratch/c/saml/SAML.sln
URL: http://svn.apache.org/viewvc/webservices/rampart/scratch/c/saml/SAML.sln?rev=583682&view=auto
==============================================================================
--- webservices/rampart/scratch/c/saml/SAML.sln (added)
+++ webservices/rampart/scratch/c/saml/SAML.sln Wed Oct 10 22:03:04 2007
@@ -0,0 +1,20 @@
+
+Microsoft Visual Studio Solution File, Format Version 9.00
+# Visual Studio 2005
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SAML", "SAML.vcproj", "{1A433831-8D6F-4A45-8792-8BAE219B44A3}"
+EndProject
+Global
+	GlobalSection(SolutionConfigurationPlatforms) = preSolution
+		Debug|Win32 = Debug|Win32
+		Release|Win32 = Release|Win32
+	EndGlobalSection
+	GlobalSection(ProjectConfigurationPlatforms) = postSolution
+		{1A433831-8D6F-4A45-8792-8BAE219B44A3}.Debug|Win32.ActiveCfg = Debug|Win32
+		{1A433831-8D6F-4A45-8792-8BAE219B44A3}.Debug|Win32.Build.0 = Debug|Win32
+		{1A433831-8D6F-4A45-8792-8BAE219B44A3}.Release|Win32.ActiveCfg = Release|Win32
+		{1A433831-8D6F-4A45-8792-8BAE219B44A3}.Release|Win32.Build.0 = Release|Win32
+	EndGlobalSection
+	GlobalSection(SolutionProperties) = preSolution
+		HideSolutionNode = FALSE
+	EndGlobalSection
+EndGlobal

Added: webservices/rampart/scratch/c/saml/SAML.vcproj
URL: http://svn.apache.org/viewvc/webservices/rampart/scratch/c/saml/SAML.vcproj?rev=583682&view=auto
==============================================================================
--- webservices/rampart/scratch/c/saml/SAML.vcproj (added)
+++ webservices/rampart/scratch/c/saml/SAML.vcproj Wed Oct 10 22:03:04 2007
@@ -0,0 +1,244 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+	ProjectType="Visual C++"
+	Version="8.00"
+	Name="SAML"
+	ProjectGUID="{1A433831-8D6F-4A45-8792-8BAE219B44A3}"
+	RootNamespace="SAML"
+	Keyword="Win32Proj"
+	>
+	<Platforms>
+		<Platform
+			Name="Win32"
+		/>
+	</Platforms>
+	<ToolFiles>
+	</ToolFiles>
+	<Configurations>
+		<Configuration
+			Name="Debug|Win32"
+			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+			IntermediateDirectory="$(ConfigurationName)"
+			ConfigurationType="2"
+			CharacterSet="1"
+			>
+			<Tool
+				Name="VCPreBuildEventTool"
+			/>
+			<Tool
+				Name="VCCustomBuildTool"
+			/>
+			<Tool
+				Name="VCXMLDataGeneratorTool"
+			/>
+			<Tool
+				Name="VCWebServiceProxyGeneratorTool"
+			/>
+			<Tool
+				Name="VCMIDLTool"
+			/>
+			<Tool
+				Name="VCCLCompilerTool"
+				Optimization="0"
+				AdditionalIncludeDirectories="E:\axis2c\util\include;E:\axis2c\axiom\include"
+				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;SAML_EXPORTS;AXIS2_DECLARE_EXPORT"
+				MinimalRebuild="true"
+				BasicRuntimeChecks="3"
+				RuntimeLibrary="3"
+				UsePrecompiledHeader="0"
+				WarningLevel="3"
+				Detect64BitPortabilityProblems="true"
+				DebugInformationFormat="4"
+			/>
+			<Tool
+				Name="VCManagedResourceCompilerTool"
+			/>
+			<Tool
+				Name="VCResourceCompilerTool"
+			/>
+			<Tool
+				Name="VCPreLinkEventTool"
+			/>
+			<Tool
+				Name="VCLinkerTool"
+				AdditionalDependencies="axutil.lib axiom.lib"
+				LinkIncremental="2"
+				AdditionalLibraryDirectories="E:\axis2c\ides\vc\axis2c\deploy\lib"
+				GenerateDebugInformation="true"
+				SubSystem="2"
+				TargetMachine="1"
+			/>
+			<Tool
+				Name="VCALinkTool"
+			/>
+			<Tool
+				Name="VCManifestTool"
+			/>
+			<Tool
+				Name="VCXDCMakeTool"
+			/>
+			<Tool
+				Name="VCBscMakeTool"
+			/>
+			<Tool
+				Name="VCFxCopTool"
+			/>
+			<Tool
+				Name="VCAppVerifierTool"
+			/>
+			<Tool
+				Name="VCWebDeploymentTool"
+			/>
+			<Tool
+				Name="VCPostBuildEventTool"
+			/>
+		</Configuration>
+		<Configuration
+			Name="Release|Win32"
+			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+			IntermediateDirectory="$(ConfigurationName)"
+			ConfigurationType="2"
+			CharacterSet="1"
+			WholeProgramOptimization="1"
+			>
+			<Tool
+				Name="VCPreBuildEventTool"
+			/>
+			<Tool
+				Name="VCCustomBuildTool"
+			/>
+			<Tool
+				Name="VCXMLDataGeneratorTool"
+			/>
+			<Tool
+				Name="VCWebServiceProxyGeneratorTool"
+			/>
+			<Tool
+				Name="VCMIDLTool"
+			/>
+			<Tool
+				Name="VCCLCompilerTool"
+				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;SAML_EXPORTS"
+				RuntimeLibrary="2"
+				UsePrecompiledHeader="0"
+				WarningLevel="3"
+				Detect64BitPortabilityProblems="true"
+				DebugInformationFormat="3"
+			/>
+			<Tool
+				Name="VCManagedResourceCompilerTool"
+			/>
+			<Tool
+				Name="VCResourceCompilerTool"
+			/>
+			<Tool
+				Name="VCPreLinkEventTool"
+			/>
+			<Tool
+				Name="VCLinkerTool"
+				LinkIncremental="1"
+				GenerateDebugInformation="true"
+				SubSystem="2"
+				OptimizeReferences="2"
+				EnableCOMDATFolding="2"
+				TargetMachine="1"
+			/>
+			<Tool
+				Name="VCALinkTool"
+			/>
+			<Tool
+				Name="VCManifestTool"
+			/>
+			<Tool
+				Name="VCXDCMakeTool"
+			/>
+			<Tool
+				Name="VCBscMakeTool"
+			/>
+			<Tool
+				Name="VCFxCopTool"
+			/>
+			<Tool
+				Name="VCAppVerifierTool"
+			/>
+			<Tool
+				Name="VCWebDeploymentTool"
+			/>
+			<Tool
+				Name="VCPostBuildEventTool"
+			/>
+		</Configuration>
+	</Configurations>
+	<References>
+	</References>
+	<Files>
+		<Filter
+			Name="Source Files"
+			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
+			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
+			>
+			<File
+				RelativePath=".\src\assertion.c"
+				>
+			</File>
+			<File
+				RelativePath=".\src\attr_stmt.c"
+				>
+			</File>
+			<File
+				RelativePath=".\src\auth_des_stmt.c"
+				>
+			</File>
+			<File
+				RelativePath=".\src\auth_smt.c"
+				>
+			</File>
+			<File
+				RelativePath=".\src\condition.c"
+				>
+			</File>
+			<File
+				RelativePath=".\src\id_type.c"
+				>
+			</File>
+			<File
+				RelativePath=".\src\saml_request.c"
+				>
+			</File>
+			<File
+				RelativePath=".\src\saml_responce.c"
+				>
+			</File>
+			<File
+				RelativePath=".\src\stmt.c"
+				>
+			</File>
+			<File
+				RelativePath=".\src\subject.c"
+				>
+			</File>
+		</Filter>
+		<Filter
+			Name="Header Files"
+			Filter="h;hpp;hxx;hm;inl;inc;xsd"
+			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
+			>
+			<File
+				RelativePath=".\include\SAML.h"
+				>
+			</File>
+			<File
+				RelativePath=".\include\saml_req.h"
+				>
+			</File>
+		</Filter>
+		<Filter
+			Name="Resource Files"
+			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
+			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
+			>
+		</Filter>
+	</Files>
+	<Globals>
+	</Globals>
+</VisualStudioProject>

Modified: webservices/rampart/scratch/c/saml/include/saml_req.h
URL: http://svn.apache.org/viewvc/webservices/rampart/scratch/c/saml/include/saml_req.h?rev=583682&r1=583681&r2=583682&view=diff
==============================================================================
--- webservices/rampart/scratch/c/saml/include/saml_req.h (original)
+++ webservices/rampart/scratch/c/saml/include/saml_req.h Wed Oct 10 22:03:04 2007
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-#include "SAML.h"
+#include <SAML.h>
 
 #define SAML_REQUEST_ID        "RequestID"
 #define SAML_SIGNATURE        "Signature"

Modified: webservices/rampart/scratch/c/saml/src/assertion.c
URL: http://svn.apache.org/viewvc/webservices/rampart/scratch/c/saml/src/assertion.c?rev=583682&r1=583681&r2=583682&view=diff
==============================================================================
--- webservices/rampart/scratch/c/saml/src/assertion.c (original)
+++ webservices/rampart/scratch/c/saml/src/assertion.c Wed Oct 10 22:03:04 2007
@@ -15,7 +15,7 @@
  * limitations under the License.
  */
 
-#include "SAML.h"
+#include <SAML.h>
 
 
 AXIS2_EXTERN int AXIS2_CALL saml_assertion_init(saml_assertion_t *assertion, axutil_env_t *env)

Modified: webservices/rampart/scratch/c/saml/src/attr_stmt.c
URL: http://svn.apache.org/viewvc/webservices/rampart/scratch/c/saml/src/attr_stmt.c?rev=583682&r1=583681&r2=583682&view=diff
==============================================================================
--- webservices/rampart/scratch/c/saml/src/attr_stmt.c (original)
+++ webservices/rampart/scratch/c/saml/src/attr_stmt.c Wed Oct 10 22:03:04 2007
@@ -15,7 +15,7 @@
  * limitations under the License.
  */
 
-#include "SAML.h"
+#include <SAML.h>
 
 AXIS2_EXTERN int AXIS2_CALL saml_attr_desig_init(saml_attr_desig_t *attr_desig, axutil_env_t *env)
 {

Modified: webservices/rampart/scratch/c/saml/src/auth_des_stmt.c
URL: http://svn.apache.org/viewvc/webservices/rampart/scratch/c/saml/src/auth_des_stmt.c?rev=583682&r1=583681&r2=583682&view=diff
==============================================================================
--- webservices/rampart/scratch/c/saml/src/auth_des_stmt.c (original)
+++ webservices/rampart/scratch/c/saml/src/auth_des_stmt.c Wed Oct 10 22:03:04 2007
@@ -15,7 +15,7 @@
  * limitations under the License.
  */
 
-#include "SAML.h"
+#include <SAML.h>
 
 
 AXIS2_EXTERN int AXIS2_CALL saml_action_init(saml_action_t *action, axutil_env_t *env)

Modified: webservices/rampart/scratch/c/saml/src/auth_smt.c
URL: http://svn.apache.org/viewvc/webservices/rampart/scratch/c/saml/src/auth_smt.c?rev=583682&r1=583681&r2=583682&view=diff
==============================================================================
--- webservices/rampart/scratch/c/saml/src/auth_smt.c (original)
+++ webservices/rampart/scratch/c/saml/src/auth_smt.c Wed Oct 10 22:03:04 2007
@@ -15,7 +15,7 @@
  * limitations under the License.
  */
 
-#include "SAML.h"
+#include <SAML.h>
 
 AXIS2_EXTERN saml_auth_stmt_t * AXIS2_CALL saml_auth_stmt_create(axutil_env_t *env)
 {

Modified: webservices/rampart/scratch/c/saml/src/condition.c
URL: http://svn.apache.org/viewvc/webservices/rampart/scratch/c/saml/src/condition.c?rev=583682&r1=583681&r2=583682&view=diff
==============================================================================
--- webservices/rampart/scratch/c/saml/src/condition.c (original)
+++ webservices/rampart/scratch/c/saml/src/condition.c Wed Oct 10 22:03:04 2007
@@ -15,7 +15,7 @@
  * limitations under the License.
  */
 
-#include "SAML.h"
+#include <SAML.h>
 
 AXIS2_EXTERN saml_audi_restriction_cond_t * AXIS2_CALL saml_audi_restriction_cond_create(axutil_env_t *env)
 {

Modified: webservices/rampart/scratch/c/saml/src/id_type.c
URL: http://svn.apache.org/viewvc/webservices/rampart/scratch/c/saml/src/id_type.c?rev=583682&r1=583681&r2=583682&view=diff
==============================================================================
--- webservices/rampart/scratch/c/saml/src/id_type.c (original)
+++ webservices/rampart/scratch/c/saml/src/id_type.c Wed Oct 10 22:03:04 2007
@@ -15,7 +15,7 @@
  * limitations under the License.
  */
 
-#include "SAML.h"
+#include <SAML.h>
 #include <axutil_uuid_gen.h>
 
 AXIS2_EXTERN int AXIS2_CALL saml_id_init(saml_id_t *id, axutil_env_t *env)

Modified: webservices/rampart/scratch/c/saml/src/saml_request.c
URL: http://svn.apache.org/viewvc/webservices/rampart/scratch/c/saml/src/saml_request.c?rev=583682&r1=583681&r2=583682&view=diff
==============================================================================
--- webservices/rampart/scratch/c/saml/src/saml_request.c (original)
+++ webservices/rampart/scratch/c/saml/src/saml_request.c Wed Oct 10 22:03:04 2007
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-#include "saml_req.h"
+#include <saml_req.h>
 
 AXIS2_EXTERN saml_subject_query_t* AXIS2_CALL saml_subject_query_create(axutil_env_t *env)
 {

Modified: webservices/rampart/scratch/c/saml/src/saml_responce.c
URL: http://svn.apache.org/viewvc/webservices/rampart/scratch/c/saml/src/saml_responce.c?rev=583682&r1=583681&r2=583682&view=diff
==============================================================================
--- webservices/rampart/scratch/c/saml/src/saml_responce.c (original)
+++ webservices/rampart/scratch/c/saml/src/saml_responce.c Wed Oct 10 22:03:04 2007
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-#include "saml_req.h"
+#include <saml_req.h>
 
 AXIS2_EXTERN int AXIS2_CALL saml_status_build(saml_status_t *status, 
 											  axiom_node_t *node, 

Modified: webservices/rampart/scratch/c/saml/src/stmt.c
URL: http://svn.apache.org/viewvc/webservices/rampart/scratch/c/saml/src/stmt.c?rev=583682&r1=583681&r2=583682&view=diff
==============================================================================
--- webservices/rampart/scratch/c/saml/src/stmt.c (original)
+++ webservices/rampart/scratch/c/saml/src/stmt.c Wed Oct 10 22:03:04 2007
@@ -15,7 +15,7 @@
  * limitations under the License.
  */
 
-#include "SAML.h"
+#include <SAML.h>
 
 AXIS2_EXTERN saml_stmt_t * AXIS2_CALL saml_stmt_create(axutil_env_t *env)
 {

Modified: webservices/rampart/scratch/c/saml/src/subject.c
URL: http://svn.apache.org/viewvc/webservices/rampart/scratch/c/saml/src/subject.c?rev=583682&r1=583681&r2=583682&view=diff
==============================================================================
--- webservices/rampart/scratch/c/saml/src/subject.c (original)
+++ webservices/rampart/scratch/c/saml/src/subject.c Wed Oct 10 22:03:04 2007
@@ -15,7 +15,7 @@
  * limitations under the License.
  */
 
-#include "SAML.h"
+#include <SAML.h>
 
 
 AXIS2_EXTERN int saml_named_id_init(saml_named_id_t *named_id, axutil_env_t *env)