Checkpoint windows project files

This commit is contained in:
Jim Norman 2006-05-02 21:30:23 +00:00
parent 51d1477c3f
commit 7e3c1a6dcb
14 changed files with 601 additions and 1060 deletions

Binary file not shown.

Binary file not shown.

View File

@ -88,10 +88,10 @@
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="D:\ccm\SSClient\SecretStoreClient_src\include;C:\j2sdk1.4.2_05\include\win32;C:\j2sdk1.4.2_05\include;D:\ccm\SSClient\SecretStoreClient_src\c_jwrapper\classes"
AdditionalIncludeDirectories="&quot;C:\Program Files\Java\jdk1.5.0_06\include\win32&quot;;&quot;%JAVA_HOME%\include&quot;;../../include"
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;JNSSCS_EXPORTS"
BasicRuntimeChecks="3"
RuntimeLibrary="1"
RuntimeLibrary="0"
UsePrecompiledHeader="2"
PrecompiledHeaderFile=".\Debug/jnsscs.pch"
AssemblerListingLocation=".\Debug/"
@ -109,7 +109,7 @@
OutputFile=".\Debug/jmicasa.dll"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="D:\ccm\SSClient\SecretStoreClient_src\lib\w32"
AdditionalLibraryDirectories="..\..\lib\Release"
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\Debug/jnsscs.pdb"
ImportLibrary=".\Debug/jnsscs.lib"
@ -160,18 +160,6 @@
<File
RelativePath="..\classes\com_novell_casa_MiCasa.h">
</File>
<File
RelativePath="C:\j2sdk1.4.2_05\include\jni.h">
</File>
<File
RelativePath="C:\j2sdk1.4.2_05\include\win32\jni_md.h">
</File>
<File
RelativePath="..\..\include\micasa_mgmd.h">
</File>
<File
RelativePath="..\..\include\sscs_lldefs.h">
</File>
</Filter>
<Filter
Name="Resource Files"

View File

@ -183,11 +183,6 @@
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "common\Reflector.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "common\RequestParser.cs"
SubType = "Code"

View File

@ -38,12 +38,13 @@
GenerateDebugInformation="TRUE"
ProgramDatabaseFile="$(OutDir)/c_micasadk.pdb"
SubSystem="2"
ImportLibrary="$(OutDir)/micasa.lib"
ImportLibrary="../../$(OutDir)/micasa.lib"
TargetMachine="1"/>
<Tool
Name="VCMIDLTool"/>
<Tool
Name="VCPostBuildEventTool"/>
Name="VCPostBuildEventTool"
CommandLine="copy $(OutDir)/micasa.lib ../../"/>
<Tool
Name="VCPreBuildEventTool"/>
<Tool
@ -87,7 +88,7 @@
SubSystem="2"
OptimizeReferences="2"
EnableCOMDATFolding="2"
ImportLibrary="$(OutDir)/micasa.lib"
ImportLibrary="../lib/Release/micasa.lib"
TargetMachine="1"/>
<Tool
Name="VCMIDLTool"/>

View File

@ -101,7 +101,7 @@
AdditionalDependencies="micasa.lib odbc32.lib odbccp32.lib"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\lib\w32"
AdditionalLibraryDirectories="..\..\lib\Release"
SubSystem="1"
TargetMachine="1"/>
<Tool

View File

@ -3,11 +3,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "cSharpSample", "cSharpSampl
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Novell.CASA.miCASAWrapper", "..\..\c_sharp\NSSCSWrapper\Novell.CASA.miCASAWrapper.csproj", "{E21DD887-22F4-4935-9851-409715F663B0}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Novell.CASA.Common", "..\..\c_micasad\lib\Novell.CASA.Common.csproj", "{57CD94A2-5B4A-40C3-8189-CB760FB78357}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Novell.Casa", "..\..\c_gacfile\Novell.Casa\Novell.Casa.csproj", "{FEB3F1E3-62DF-43CA-8B1C-144A4680E05A}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
@ -21,14 +17,10 @@ Global
{3FB57160-F475-4650-A45C-19D020661A2D}.Debug.Build.0 = Debug|.NET
{3FB57160-F475-4650-A45C-19D020661A2D}.Release.ActiveCfg = Release|.NET
{3FB57160-F475-4650-A45C-19D020661A2D}.Release.Build.0 = Release|.NET
{E21DD887-22F4-4935-9851-409715F663B0}.Debug.ActiveCfg = Debug|.NET
{E21DD887-22F4-4935-9851-409715F663B0}.Debug.Build.0 = Debug|.NET
{E21DD887-22F4-4935-9851-409715F663B0}.Release.ActiveCfg = Release|.NET
{E21DD887-22F4-4935-9851-409715F663B0}.Release.Build.0 = Release|.NET
{57CD94A2-5B4A-40C3-8189-CB760FB78357}.Debug.ActiveCfg = Debug|.NET
{57CD94A2-5B4A-40C3-8189-CB760FB78357}.Debug.Build.0 = Debug|.NET
{57CD94A2-5B4A-40C3-8189-CB760FB78357}.Release.ActiveCfg = Release|.NET
{57CD94A2-5B4A-40C3-8189-CB760FB78357}.Release.Build.0 = Release|.NET
{FEB3F1E3-62DF-43CA-8B1C-144A4680E05A}.Debug.ActiveCfg = Debug|.NET
{FEB3F1E3-62DF-43CA-8B1C-144A4680E05A}.Debug.Build.0 = Debug|.NET
{FEB3F1E3-62DF-43CA-8B1C-144A4680E05A}.Release.ActiveCfg = Release|.NET
{FEB3F1E3-62DF-43CA-8B1C-144A4680E05A}.Release.Build.0 = Release|.NET
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
EndGlobalSection

View File

@ -21,7 +21,7 @@ export BLD_NO=$MAJ_SSS_NO.$MIN_SSS_NO.$REV_SSS_NO.$MAJ_BLD_NO.$INT_BLD_NO
fi
cd $PR/c_jwrapper/src
($JAVA_HOME/bin/javac com/novell/casa/MiCasa.java)
($JAVA_HOME/bin/javac com/novell/casa/MiCasaException.java com/novell/casa/NetCredential.java com/novell/casa/MiCasa.java)
RCODE=$?
if(test $RCODE != 0)
then
@ -32,6 +32,7 @@ fi
RCODE=$?
if(test $RCODE != 0)
then
exit $RCODE
fi
@ -39,6 +40,7 @@ fi
RCODE=$?
if(test $RCODE != 0)
then
pwd
exit $RCODE
fi

Binary file not shown.

View File

@ -11,16 +11,9 @@ Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "miCASA-Dev-msm", "..\miCASA
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "c-sharp-net-credential", "..\..\ClientPasswordManager\c-sharp-net-credential\c-sharp-net-credential.csproj", "{D7D0F5D8-0F45-4DCA-818B-8E71168A2CA3}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "c-sharp-utilities", "..\..\ClientPasswordManager\c-sharp-utilities\c-sharp-utilities.csproj", "{BBAD68F3-93C6-448F-8F79-F8CAEA3200C5}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cSample", "..\..\c_test\c_sample\CSample.vcproj", "{2635AF48-A4B2-42BD-97E2-A9AD9FF79E8C}"
ProjectSection(ProjectDependencies) = postProject
{99988A22-4C58-4BF7-A2DB-57761E76FB26} = {99988A22-4C58-4BF7-A2DB-57761E76FB26}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "cSharpSample", "..\..\c_test\c_sharp_sample\cSharpSample.csproj", "{3FB57160-F475-4650-A45C-19D020661A2D}"
@ -72,12 +65,13 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ad_firefox_native", "..\..\
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "c_micasacache", "..\..\c_micasacache\c_micasacache.vcproj", "{B5DB4B53-AB02-4EDC-9C02-BF7DE68F91A3}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "micasacache", "..\..\c_micasacache\c_micasacache.vcproj", "{B5DB4B53-AB02-4EDC-9C02-BF7DE68F91A3}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "c_micasadk", "..\..\c_micasadk\c_micasadk.vcproj", "{99988A22-4C58-4BF7-A2DB-57761E76FB26}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "micasa", "..\..\c_micasadk\c_micasadk.vcproj", "{99988A22-4C58-4BF7-A2DB-57761E76FB26}"
ProjectSection(ProjectDependencies) = postProject
{B5DB4B53-AB02-4EDC-9C02-BF7DE68F91A3} = {B5DB4B53-AB02-4EDC-9C02-BF7DE68F91A3}
EndProjectSection
EndProject
Global
@ -98,14 +92,6 @@ Global
{51235A10-C83F-4B56-B16D-9DD695F9FB93}.Debug.Build.0 = Debug
{51235A10-C83F-4B56-B16D-9DD695F9FB93}.Release.ActiveCfg = Release
{51235A10-C83F-4B56-B16D-9DD695F9FB93}.Release.Build.0 = Release
{D7D0F5D8-0F45-4DCA-818B-8E71168A2CA3}.Debug.ActiveCfg = Debug|.NET
{D7D0F5D8-0F45-4DCA-818B-8E71168A2CA3}.Debug.Build.0 = Debug|.NET
{D7D0F5D8-0F45-4DCA-818B-8E71168A2CA3}.Release.ActiveCfg = Release|.NET
{D7D0F5D8-0F45-4DCA-818B-8E71168A2CA3}.Release.Build.0 = Release|.NET
{BBAD68F3-93C6-448F-8F79-F8CAEA3200C5}.Debug.ActiveCfg = Debug|.NET
{BBAD68F3-93C6-448F-8F79-F8CAEA3200C5}.Debug.Build.0 = Debug|.NET
{BBAD68F3-93C6-448F-8F79-F8CAEA3200C5}.Release.ActiveCfg = Release|.NET
{BBAD68F3-93C6-448F-8F79-F8CAEA3200C5}.Release.Build.0 = Release|.NET
{2635AF48-A4B2-42BD-97E2-A9AD9FF79E8C}.Debug.ActiveCfg = Debug|Win32
{2635AF48-A4B2-42BD-97E2-A9AD9FF79E8C}.Debug.Build.0 = Debug|Win32
{2635AF48-A4B2-42BD-97E2-A9AD9FF79E8C}.Release.ActiveCfg = Release|Win32

Binary file not shown.

View File

@ -13,6 +13,24 @@
"SccProvider" = "8:"
"Hierarchy"
{
"Entry"
{
"MsmKey" = "8:_0957D58F09B746A586762D07522072C3"
"OwnerKey" = "8:_21DEA64259A6D7CEF8F7C1A4228D2221"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
"MsmKey" = "8:_0957D58F09B746A586762D07522072C3"
"OwnerKey" = "8:_718042C617DB414B91C69D1ACCD99A42"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
"MsmKey" = "8:_21DEA64259A6D7CEF8F7C1A4228D2221"
"OwnerKey" = "8:_718042C617DB414B91C69D1ACCD99A42"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
"MsmKey" = "8:_24DA7E000C1645438F67455260F5A201"
@ -21,78 +39,12 @@
}
"Entry"
{
"MsmKey" = "8:_376F083CE30B3827C9A328D97A114E5C"
"OwnerKey" = "8:_718042C617DB414B91C69D1ACCD99A42"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
"MsmKey" = "8:_384A908A3DE54B359C611011C2A2AA97"
"OwnerKey" = "8:_UNDEFINED"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
"MsmKey" = "8:_47842B5246E9483AA2F3DFE9E336D41A"
"OwnerKey" = "8:_UNDEFINED"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
"MsmKey" = "8:_587E42A280590E3B8A25FBB49A0CD2BF"
"OwnerKey" = "8:_6EAE419219BE450D838A3D7F86D148C2"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
"MsmKey" = "8:_657B6A84C536629F95C8332281A13B80"
"OwnerKey" = "8:_68A9A310F574493BB0B61E4DDFDDE02B"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
"MsmKey" = "8:_657B6A84C536629F95C8332281A13B80"
"OwnerKey" = "8:_376F083CE30B3827C9A328D97A114E5C"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
"MsmKey" = "8:_657B6A84C536629F95C8332281A13B80"
"OwnerKey" = "8:_718042C617DB414B91C69D1ACCD99A42"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
"MsmKey" = "8:_6872CFE74A9B6C11A520EA631FC1E01C"
"OwnerKey" = "8:_657B6A84C536629F95C8332281A13B80"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
"MsmKey" = "8:_6872CFE74A9B6C11A520EA631FC1E01C"
"OwnerKey" = "8:_718042C617DB414B91C69D1ACCD99A42"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
"MsmKey" = "8:_6872CFE74A9B6C11A520EA631FC1E01C"
"OwnerKey" = "8:_68A9A310F574493BB0B61E4DDFDDE02B"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
"MsmKey" = "8:_68A9A310F574493BB0B61E4DDFDDE02B"
"OwnerKey" = "8:_UNDEFINED"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
"MsmKey" = "8:_6EAE419219BE450D838A3D7F86D148C2"
"OwnerKey" = "8:_UNDEFINED"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
"MsmKey" = "8:_718042C617DB414B91C69D1ACCD99A42"
"OwnerKey" = "8:_UNDEFINED"
"MsmSig" = "8:_UNDEFINED"
@ -105,54 +57,6 @@
}
"Entry"
{
"MsmKey" = "8:_A48A036187C640B4860EB37511A2C834"
"OwnerKey" = "8:_68A9A310F574493BB0B61E4DDFDDE02B"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
"MsmKey" = "8:_A48A036187C640B4860EB37511A2C834"
"OwnerKey" = "8:_376F083CE30B3827C9A328D97A114E5C"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
"MsmKey" = "8:_A48A036187C640B4860EB37511A2C834"
"OwnerKey" = "8:_718042C617DB414B91C69D1ACCD99A42"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
"MsmKey" = "8:_A48A036187C640B4860EB37511A2C834"
"OwnerKey" = "8:_587E42A280590E3B8A25FBB49A0CD2BF"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
"MsmKey" = "8:_A48A036187C640B4860EB37511A2C834"
"OwnerKey" = "8:_6EAE419219BE450D838A3D7F86D148C2"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
"MsmKey" = "8:_A48A036187C640B4860EB37511A2C834"
"OwnerKey" = "8:_6872CFE74A9B6C11A520EA631FC1E01C"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
"MsmKey" = "8:_A48A036187C640B4860EB37511A2C834"
"OwnerKey" = "8:_C760C1E6578EC5DA1B07D4180508DB59"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
"MsmKey" = "8:_A48A036187C640B4860EB37511A2C834"
"OwnerKey" = "8:_657B6A84C536629F95C8332281A13B80"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
"MsmKey" = "8:_A7A23CA536234B8BAE08CA9528EC8F93"
"OwnerKey" = "8:_UNDEFINED"
"MsmSig" = "8:_UNDEFINED"
@ -165,46 +69,10 @@
}
"Entry"
{
"MsmKey" = "8:_C760C1E6578EC5DA1B07D4180508DB59"
"OwnerKey" = "8:_657B6A84C536629F95C8332281A13B80"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
"MsmKey" = "8:_C760C1E6578EC5DA1B07D4180508DB59"
"OwnerKey" = "8:_718042C617DB414B91C69D1ACCD99A42"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
"MsmKey" = "8:_C760C1E6578EC5DA1B07D4180508DB59"
"OwnerKey" = "8:_68A9A310F574493BB0B61E4DDFDDE02B"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
"MsmKey" = "8:_C760C1E6578EC5DA1B07D4180508DB59"
"OwnerKey" = "8:_6872CFE74A9B6C11A520EA631FC1E01C"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
"MsmKey" = "8:_E1BD8C4853644B74A9F09611F6EC8BD8"
"OwnerKey" = "8:_UNDEFINED"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
"MsmKey" = "8:_EA4BDF28758448708F769C91585DF987"
"OwnerKey" = "8:_UNDEFINED"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
"MsmKey" = "8:_F5BD529C0C0947A0991C096DE3714141"
"OwnerKey" = "8:_UNDEFINED"
"MsmSig" = "8:_UNDEFINED"
}
}
"Configurations"
{
@ -254,6 +122,37 @@
}
"File"
{
"{FB480208-1853-44D0-9ABD-A3B734C3FAAA}:_21DEA64259A6D7CEF8F7C1A4228D2221"
{
"AssemblyRegister" = "3:1"
"AssemblyIsInGAC" = "11:FALSE"
"AssemblyAsmDisplayName" = "8:Novell.Casa, Version=1.6.1.0, Culture=neutral, PublicKeyToken=da5dcda9c6cb5607"
"ScatterAssemblies"
{
"_21DEA64259A6D7CEF8F7C1A4228D2221"
{
"Name" = "8:Novell.Casa.dll"
"Attributes" = "3:512"
}
}
"SourcePath" = "8:Novell.Casa.dll"
"TargetName" = "8:"
"Tag" = "8:"
"Folder" = "8:_60E3A2D74B8D4F348C473CBA0F171A15"
"Condition" = "8:"
"Transitive" = "11:FALSE"
"Vital" = "11:TRUE"
"ReadOnly" = "11:FALSE"
"Hidden" = "11:FALSE"
"System" = "11:FALSE"
"Permanent" = "11:FALSE"
"SharedLegacy" = "11:FALSE"
"PackageAs" = "3:1"
"Register" = "3:1"
"Exclude" = "11:FALSE"
"IsDependency" = "11:TRUE"
"IsolateTo" = "8:"
}
"{A582A373-4685-4296-BEFE-614B80A702C3}:_24DA7E000C1645438F67455260F5A201"
{
"SourcePath" = "8:..\\..\\include\\micasa_mgmd.h"
@ -274,150 +173,6 @@
"IsDependency" = "11:FALSE"
"IsolateTo" = "8:"
}
"{FB480208-1853-44D0-9ABD-A3B734C3FAAA}:_376F083CE30B3827C9A328D97A114E5C"
{
"AssemblyRegister" = "3:1"
"AssemblyIsInGAC" = "11:FALSE"
"AssemblyAsmDisplayName" = "8:Novell.CASA.miCASAWrapper, Version=1.0.2121.31825, Culture=neutral"
"ScatterAssemblies"
{
"_376F083CE30B3827C9A328D97A114E5C"
{
"Name" = "8:Novell.CASA.miCASAWrapper.dll"
"Attributes" = "3:512"
}
}
"SourcePath" = "8:Novell.CASA.miCASAWrapper.dll"
"TargetName" = "8:"
"Tag" = "8:"
"Folder" = "8:_60E3A2D74B8D4F348C473CBA0F171A15"
"Condition" = "8:"
"Transitive" = "11:FALSE"
"Vital" = "11:TRUE"
"ReadOnly" = "11:FALSE"
"Hidden" = "11:FALSE"
"System" = "11:FALSE"
"Permanent" = "11:FALSE"
"SharedLegacy" = "11:FALSE"
"PackageAs" = "3:1"
"Register" = "3:1"
"Exclude" = "11:FALSE"
"IsDependency" = "11:TRUE"
"IsolateTo" = "8:"
}
"{A582A373-4685-4296-BEFE-614B80A702C3}:_47842B5246E9483AA2F3DFE9E336D41A"
{
"SourcePath" = "8:..\\..\\lib\\miCASA.jar"
"TargetName" = "8:miCASA.jar"
"Tag" = "8:"
"Folder" = "8:_05F7B25876E24EF4B5AB49C731A96CF4"
"Condition" = "8:"
"Transitive" = "11:FALSE"
"Vital" = "11:TRUE"
"ReadOnly" = "11:FALSE"
"Hidden" = "11:FALSE"
"System" = "11:FALSE"
"Permanent" = "11:FALSE"
"SharedLegacy" = "11:FALSE"
"PackageAs" = "3:1"
"Register" = "3:1"
"Exclude" = "11:FALSE"
"IsDependency" = "11:FALSE"
"IsolateTo" = "8:"
}
"{FB480208-1853-44D0-9ABD-A3B734C3FAAA}:_587E42A280590E3B8A25FBB49A0CD2BF"
{
"AssemblyRegister" = "3:1"
"AssemblyIsInGAC" = "11:FALSE"
"AssemblyAsmDisplayName" = "8:Novell.Security.Utilities, Version=1.0.2046.23069, Culture=neutral, PublicKeyToken=31a4110a85ac2f6d"
"ScatterAssemblies"
{
"_587E42A280590E3B8A25FBB49A0CD2BF"
{
"Name" = "8:Novell.Security.Utilities.dll"
"Attributes" = "3:512"
}
}
"SourcePath" = "8:Novell.Security.Utilities.dll"
"TargetName" = "8:"
"Tag" = "8:"
"Folder" = "8:_B38C5202FD154B2EB81B5ED7738CCE94"
"Condition" = "8:"
"Transitive" = "11:FALSE"
"Vital" = "11:TRUE"
"ReadOnly" = "11:FALSE"
"Hidden" = "11:FALSE"
"System" = "11:FALSE"
"Permanent" = "11:FALSE"
"SharedLegacy" = "11:FALSE"
"PackageAs" = "3:1"
"Register" = "3:1"
"Exclude" = "11:FALSE"
"IsDependency" = "11:TRUE"
"IsolateTo" = "8:"
}
"{FB480208-1853-44D0-9ABD-A3B734C3FAAA}:_657B6A84C536629F95C8332281A13B80"
{
"AssemblyRegister" = "3:1"
"AssemblyIsInGAC" = "11:FALSE"
"AssemblyAsmDisplayName" = "8:Novell.CASA.Common, Version=1.0.2121.31824, Culture=neutral"
"ScatterAssemblies"
{
"_657B6A84C536629F95C8332281A13B80"
{
"Name" = "8:Novell.CASA.Common.dll"
"Attributes" = "3:512"
}
}
"SourcePath" = "8:Novell.CASA.Common.dll"
"TargetName" = "8:"
"Tag" = "8:"
"Folder" = "8:_B38C5202FD154B2EB81B5ED7738CCE94"
"Condition" = "8:"
"Transitive" = "11:FALSE"
"Vital" = "11:TRUE"
"ReadOnly" = "11:FALSE"
"Hidden" = "11:FALSE"
"System" = "11:FALSE"
"Permanent" = "11:FALSE"
"SharedLegacy" = "11:FALSE"
"PackageAs" = "3:1"
"Register" = "3:1"
"Exclude" = "11:FALSE"
"IsDependency" = "11:TRUE"
"IsolateTo" = "8:"
}
"{FB480208-1853-44D0-9ABD-A3B734C3FAAA}:_6872CFE74A9B6C11A520EA631FC1E01C"
{
"AssemblyRegister" = "3:1"
"AssemblyIsInGAC" = "11:FALSE"
"AssemblyAsmDisplayName" = "8:AppModule.NamedPipes, Version=1.0.1.25724, Culture=neutral"
"ScatterAssemblies"
{
"_6872CFE74A9B6C11A520EA631FC1E01C"
{
"Name" = "8:AppModule.NamedPipes.dll"
"Attributes" = "3:512"
}
}
"SourcePath" = "8:AppModule.NamedPipes.dll"
"TargetName" = "8:"
"Tag" = "8:"
"Folder" = "8:_B38C5202FD154B2EB81B5ED7738CCE94"
"Condition" = "8:"
"Transitive" = "11:FALSE"
"Vital" = "11:TRUE"
"ReadOnly" = "11:FALSE"
"Hidden" = "11:FALSE"
"System" = "11:FALSE"
"Permanent" = "11:FALSE"
"SharedLegacy" = "11:FALSE"
"PackageAs" = "3:1"
"Register" = "3:1"
"Exclude" = "11:FALSE"
"IsDependency" = "11:TRUE"
"IsolateTo" = "8:"
}
"{A582A373-4685-4296-BEFE-614B80A702C3}:_9630BD80B06842BB9DE27916F038665C"
{
"SourcePath" = "8:..\\..\\include\\sscs_utf8.h"
@ -478,37 +233,6 @@
"IsDependency" = "11:TRUE"
"IsolateTo" = "8:"
}
"{FB480208-1853-44D0-9ABD-A3B734C3FAAA}:_C760C1E6578EC5DA1B07D4180508DB59"
{
"AssemblyRegister" = "3:1"
"AssemblyIsInGAC" = "11:FALSE"
"AssemblyAsmDisplayName" = "8:AppModule.InterProcessComm, Version=1.0.0.25724, Culture=neutral"
"ScatterAssemblies"
{
"_C760C1E6578EC5DA1B07D4180508DB59"
{
"Name" = "8:AppModule.InterProcessComm.dll"
"Attributes" = "3:512"
}
}
"SourcePath" = "8:AppModule.InterProcessComm.dll"
"TargetName" = "8:"
"Tag" = "8:"
"Folder" = "8:_B38C5202FD154B2EB81B5ED7738CCE94"
"Condition" = "8:"
"Transitive" = "11:FALSE"
"Vital" = "11:TRUE"
"ReadOnly" = "11:FALSE"
"Hidden" = "11:FALSE"
"System" = "11:FALSE"
"Permanent" = "11:FALSE"
"SharedLegacy" = "11:FALSE"
"PackageAs" = "3:1"
"Register" = "3:1"
"Exclude" = "11:FALSE"
"IsDependency" = "11:TRUE"
"IsolateTo" = "8:"
}
"{A582A373-4685-4296-BEFE-614B80A702C3}:_E1BD8C4853644B74A9F09611F6EC8BD8"
{
"SourcePath" = "8:..\\..\\c_test\\java_sample\\src\\JavaSample.java"
@ -529,46 +253,6 @@
"IsDependency" = "11:FALSE"
"IsolateTo" = "8:"
}
"{A582A373-4685-4296-BEFE-614B80A702C3}:_EA4BDF28758448708F769C91585DF987"
{
"SourcePath" = "8:..\\..\\lib\\w32\\micasa.lib"
"TargetName" = "8:micasa.lib"
"Tag" = "8:"
"Folder" = "8:_B38C5202FD154B2EB81B5ED7738CCE94"
"Condition" = "8:"
"Transitive" = "11:FALSE"
"Vital" = "11:TRUE"
"ReadOnly" = "11:FALSE"
"Hidden" = "11:FALSE"
"System" = "11:FALSE"
"Permanent" = "11:FALSE"
"SharedLegacy" = "11:FALSE"
"PackageAs" = "3:1"
"Register" = "3:1"
"Exclude" = "11:FALSE"
"IsDependency" = "11:FALSE"
"IsolateTo" = "8:"
}
"{A582A373-4685-4296-BEFE-614B80A702C3}:_F5BD529C0C0947A0991C096DE3714141"
{
"SourcePath" = "8:..\\..\\lib\\miCASA.jar"
"TargetName" = "8:miCASA.jar"
"Tag" = "8:"
"Folder" = "8:_B38C5202FD154B2EB81B5ED7738CCE94"
"Condition" = "8:"
"Transitive" = "11:FALSE"
"Vital" = "11:TRUE"
"ReadOnly" = "11:FALSE"
"Hidden" = "11:FALSE"
"System" = "11:FALSE"
"Permanent" = "11:FALSE"
"SharedLegacy" = "11:FALSE"
"PackageAs" = "3:1"
"Register" = "3:1"
"Exclude" = "11:FALSE"
"IsDependency" = "11:FALSE"
"IsolateTo" = "8:"
}
}
"FileType"
{
@ -705,7 +389,7 @@
}
"MergeModule"
{
"{35A69C6E-5BA4-440D-803D-762B59A45393}:_A48A036187C640B4860EB37511A2C834"
"{35A69C6E-5BA4-440D-803D-762B59A45393}:_0957D58F09B746A586762D07522072C3"
{
"UseDynamicProperties" = "11:FALSE"
"IsDependency" = "11:TRUE"
@ -759,62 +443,6 @@
{
}
}
"{8062640A-2EEE-46E9-AB67-688E9A886E9F}:_68A9A310F574493BB0B61E4DDFDDE02B"
{
"SourcePath" = "8:..\\..\\c_sharp\\NSSCSWrapper\\obj\\Release\\Novell.CASA.miCASAWrapper.dll"
"TargetName" = "8:"
"Tag" = "8:"
"Folder" = "8:_B38C5202FD154B2EB81B5ED7738CCE94"
"Condition" = "8:"
"Transitive" = "11:FALSE"
"Vital" = "11:TRUE"
"ReadOnly" = "11:FALSE"
"Hidden" = "11:FALSE"
"System" = "11:FALSE"
"Permanent" = "11:FALSE"
"SharedLegacy" = "11:FALSE"
"PackageAs" = "3:1"
"Register" = "3:1"
"Exclude" = "11:FALSE"
"IsDependency" = "11:FALSE"
"IsolateTo" = "8:"
"ProjectOutputGroupRegister" = "3:1"
"OutputConfiguration" = "8:"
"OutputGroupCanonicalName" = "8:Built"
"OutputProjectGuid" = "8:{E21DD887-22F4-4935-9851-409715F663B0}"
"ShowKeyOutput" = "11:TRUE"
"ExcludeFilters"
{
}
}
"{8062640A-2EEE-46E9-AB67-688E9A886E9F}:_6EAE419219BE450D838A3D7F86D148C2"
{
"SourcePath" = "8:..\\..\\ClientPasswordManager\\c-sharp-net-credential\\obj\\Release\\Novell.Security.ClientPasswordManager.NetCredential.dll"
"TargetName" = "8:"
"Tag" = "8:"
"Folder" = "8:_B38C5202FD154B2EB81B5ED7738CCE94"
"Condition" = "8:"
"Transitive" = "11:FALSE"
"Vital" = "11:TRUE"
"ReadOnly" = "11:FALSE"
"Hidden" = "11:FALSE"
"System" = "11:FALSE"
"Permanent" = "11:FALSE"
"SharedLegacy" = "11:FALSE"
"PackageAs" = "3:1"
"Register" = "3:1"
"Exclude" = "11:FALSE"
"IsDependency" = "11:FALSE"
"IsolateTo" = "8:"
"ProjectOutputGroupRegister" = "3:1"
"OutputConfiguration" = "8:"
"OutputGroupCanonicalName" = "8:Built"
"OutputProjectGuid" = "8:{D7D0F5D8-0F45-4DCA-818B-8E71168A2CA3}"
"ShowKeyOutput" = "11:TRUE"
"ExcludeFilters"
{
}
}
"{8062640A-2EEE-46E9-AB67-688E9A886E9F}:_718042C617DB414B91C69D1ACCD99A42"
{
"SourcePath" = "8:..\\..\\c_test\\c_sharp_sample\\obj\\Release\\CSharpSample.exe"

File diff suppressed because it is too large Load Diff