Upgrade all project files to VS 2005.
This commit is contained in:
		| @@ -1,195 +1,171 @@ | |||||||
| <VisualStudioProject> | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||||||
|     <CSHARP |   <PropertyGroup> | ||||||
|         ProjectType = "Local" |     <ProjectType>Local</ProjectType> | ||||||
|         ProductVersion = "7.10.3077" |     <ProductVersion>8.0.50727</ProductVersion> | ||||||
|         SchemaVersion = "2.0" |     <SchemaVersion>2.0</SchemaVersion> | ||||||
|         ProjectGuid = "{25D49F34-F655-4CCF-93F1-449243AF7A32}" |     <ProjectGuid>{25D49F34-F655-4CCF-93F1-449243AF7A32}</ProjectGuid> | ||||||
|     > |     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | ||||||
|         <Build> |     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | ||||||
|             <Settings |     <ApplicationIcon> | ||||||
|                 ApplicationIcon = "" |     </ApplicationIcon> | ||||||
|                 AssemblyKeyContainerName = "" |     <AssemblyKeyContainerName> | ||||||
|                 AssemblyName = "Novell.CASA.DataEngines" |     </AssemblyKeyContainerName> | ||||||
|                 AssemblyOriginatorKeyFile = "" |     <AssemblyName>Novell.CASA.DataEngines</AssemblyName> | ||||||
|                 DefaultClientScript = "JScript" |     <AssemblyOriginatorKeyFile> | ||||||
|                 DefaultHTMLPageLayout = "Grid" |     </AssemblyOriginatorKeyFile> | ||||||
|                 DefaultTargetSchema = "IE50" |     <DefaultClientScript>JScript</DefaultClientScript> | ||||||
|                 DelaySign = "false" |     <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout> | ||||||
|                 OutputType = "Library" |     <DefaultTargetSchema>IE50</DefaultTargetSchema> | ||||||
|                 PreBuildEvent = "" |     <DelaySign>false</DelaySign> | ||||||
|                 PostBuildEvent = "" |     <OutputType>Library</OutputType> | ||||||
|                 RootNamespace = "Novell.CASA.DataEngines" |     <RootNamespace>Novell.CASA.DataEngines</RootNamespace> | ||||||
|                 RunPostBuildEvent = "OnBuildSuccess" |     <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent> | ||||||
|                 StartupObject = "" |     <StartupObject> | ||||||
|             > |     </StartupObject> | ||||||
|                 <Config |     <FileUpgradeFlags> | ||||||
|                     Name = "Debug" |     </FileUpgradeFlags> | ||||||
|                     AllowUnsafeBlocks = "false" |     <UpgradeBackupLocation> | ||||||
|                     BaseAddress = "285212672" |     </UpgradeBackupLocation> | ||||||
|                     CheckForOverflowUnderflow = "false" |   </PropertyGroup> | ||||||
|                     ConfigurationOverrideFile = "" |   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | ||||||
|                     DefineConstants = "DEBUG;TRACE; WIN32" |     <OutputPath>bin\Debug\</OutputPath> | ||||||
|                     DocumentationFile = "" |     <AllowUnsafeBlocks>false</AllowUnsafeBlocks> | ||||||
|                     DebugSymbols = "true" |     <BaseAddress>285212672</BaseAddress> | ||||||
|                     FileAlignment = "4096" |     <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow> | ||||||
|                     IncrementalBuild = "false" |     <ConfigurationOverrideFile> | ||||||
|                     NoStdLib = "false" |     </ConfigurationOverrideFile> | ||||||
|                     NoWarn = "" |     <DefineConstants>DEBUG;TRACE; WIN32</DefineConstants> | ||||||
|                     Optimize = "false" |     <DocumentationFile> | ||||||
|                     OutputPath = "bin\Debug\" |     </DocumentationFile> | ||||||
|                     RegisterForComInterop = "false" |     <DebugSymbols>true</DebugSymbols> | ||||||
|                     RemoveIntegerChecks = "false" |     <FileAlignment>4096</FileAlignment> | ||||||
|                     TreatWarningsAsErrors = "false" |     <NoStdLib>false</NoStdLib> | ||||||
|                     WarningLevel = "4" |     <NoWarn> | ||||||
|                 /> |     </NoWarn> | ||||||
|                 <Config |     <Optimize>false</Optimize> | ||||||
|                     Name = "Release" |     <RegisterForComInterop>false</RegisterForComInterop> | ||||||
|                     AllowUnsafeBlocks = "false" |     <RemoveIntegerChecks>false</RemoveIntegerChecks> | ||||||
|                     BaseAddress = "285212672" |     <TreatWarningsAsErrors>false</TreatWarningsAsErrors> | ||||||
|                     CheckForOverflowUnderflow = "false" |     <WarningLevel>4</WarningLevel> | ||||||
|                     ConfigurationOverrideFile = "" |     <DebugType>full</DebugType> | ||||||
|                     DefineConstants = "TRACE; WIN32" |     <ErrorReport>prompt</ErrorReport> | ||||||
|                     DocumentationFile = "" |   </PropertyGroup> | ||||||
|                     DebugSymbols = "false" |   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | ||||||
|                     FileAlignment = "4096" |     <OutputPath>bin\Release\</OutputPath> | ||||||
|                     IncrementalBuild = "false" |     <AllowUnsafeBlocks>false</AllowUnsafeBlocks> | ||||||
|                     NoStdLib = "false" |     <BaseAddress>285212672</BaseAddress> | ||||||
|                     NoWarn = "" |     <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow> | ||||||
|                     Optimize = "true" |     <ConfigurationOverrideFile> | ||||||
|                     OutputPath = "bin\Release\" |     </ConfigurationOverrideFile> | ||||||
|                     RegisterForComInterop = "false" |     <DefineConstants>TRACE; WIN32</DefineConstants> | ||||||
|                     RemoveIntegerChecks = "false" |     <DocumentationFile> | ||||||
|                     TreatWarningsAsErrors = "false" |     </DocumentationFile> | ||||||
|                     WarningLevel = "4" |     <DebugSymbols>false</DebugSymbols> | ||||||
|                 /> |     <FileAlignment>4096</FileAlignment> | ||||||
|             </Settings> |     <NoStdLib>false</NoStdLib> | ||||||
|             <References> |     <NoWarn> | ||||||
|                 <Reference |     </NoWarn> | ||||||
|                     Name = "System.Data" |     <Optimize>true</Optimize> | ||||||
|                     AssemblyName = "System.Data" |     <RegisterForComInterop>false</RegisterForComInterop> | ||||||
|                     HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Data.dll" |     <RemoveIntegerChecks>false</RemoveIntegerChecks> | ||||||
|                 /> |     <TreatWarningsAsErrors>false</TreatWarningsAsErrors> | ||||||
|                 <Reference |     <WarningLevel>4</WarningLevel> | ||||||
|                     Name = "System" |     <DebugType>none</DebugType> | ||||||
|                     AssemblyName = "System" |     <ErrorReport>prompt</ErrorReport> | ||||||
|                     HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.dll" |   </PropertyGroup> | ||||||
|                 /> |   <ItemGroup> | ||||||
|                 <Reference |     <Reference Include="atk-sharp"> | ||||||
|                     Name = "System.XML" |       <Name>atk-sharp</Name> | ||||||
|                     AssemblyName = "System.Xml" |       <HintPath>..\..\..\..\..\..\..\GtkRun\2.8\lib\gtk-sharp-2.0\atk-sharp.dll</HintPath> | ||||||
|                     HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.XML.dll" |     </Reference> | ||||||
|                 /> |     <Reference Include="gdk-sharp"> | ||||||
|                 <Reference |       <Name>gdk-sharp</Name> | ||||||
|                     Name = "Novell.CASA.CASAPolicy" |       <HintPath>..\..\..\..\..\..\..\GtkRun\2.8\lib\gtk-sharp-2.0\gdk-sharp.dll</HintPath> | ||||||
|                     Project = "{636A9D7E-BFB5-4EB9-96F8-51FF85A98826}" |     </Reference> | ||||||
|                     Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" |     <Reference Include="glade-sharp"> | ||||||
|                 /> |       <Name>glade-sharp</Name> | ||||||
|                 <Reference |       <HintPath>..\..\..\..\..\..\..\GtkRun\2.8\lib\gtk-sharp-2.0\glade-sharp.dll</HintPath> | ||||||
|                     Name = "Novell.CASA.miCASAWrapper" |     </Reference> | ||||||
|                     Project = "{E21DD887-22F4-4935-9851-409715F663B0}" |     <Reference Include="glib-sharp"> | ||||||
|                     Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" |       <Name>glib-sharp</Name> | ||||||
|                 /> |       <HintPath>..\..\..\..\..\..\..\GtkRun\2.8\lib\gtk-sharp-2.0\glib-sharp.dll</HintPath> | ||||||
|                 <Reference |     </Reference> | ||||||
|                     Name = "Novell.CASA.Common" |     <Reference Include="gtk-sharp"> | ||||||
|                     Project = "{57CD94A2-5B4A-40C3-8189-CB760FB78357}" |       <Name>gtk-sharp</Name> | ||||||
|                     Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" |       <HintPath>..\..\..\..\..\..\..\GtkRun\2.8\lib\gtk-sharp-2.0\gtk-sharp.dll</HintPath> | ||||||
|                 /> |     </Reference> | ||||||
|                 <Reference |     <Reference Include="pango-sharp"> | ||||||
|                     Name = "pango-sharp" |       <Name>pango-sharp</Name> | ||||||
|                     AssemblyName = "pango-sharp" |       <HintPath>..\..\..\..\..\..\..\GtkRun\2.8\lib\gtk-sharp-2.0\pango-sharp.dll</HintPath> | ||||||
|                     HintPath = "..\..\..\..\..\..\..\GtkRun\2.8\lib\gtk-sharp-2.0\pango-sharp.dll" |     </Reference> | ||||||
|                 /> |     <Reference Include="System"> | ||||||
|                 <Reference |       <Name>System</Name> | ||||||
|                     Name = "atk-sharp" |     </Reference> | ||||||
|                     AssemblyName = "atk-sharp" |     <Reference Include="System.Data"> | ||||||
|                     HintPath = "..\..\..\..\..\..\..\GtkRun\2.8\lib\gtk-sharp-2.0\atk-sharp.dll" |       <Name>System.Data</Name> | ||||||
|                 /> |     </Reference> | ||||||
|                 <Reference |     <Reference Include="System.Xml"> | ||||||
|                     Name = "gdk-sharp" |       <Name>System.XML</Name> | ||||||
|                     AssemblyName = "gdk-sharp" |     </Reference> | ||||||
|                     HintPath = "..\..\..\..\..\..\..\GtkRun\2.8\lib\gtk-sharp-2.0\gdk-sharp.dll" |     <ProjectReference Include="..\micasad\lib\Novell.CASA.Common.csproj"> | ||||||
|                 /> |       <Name>Novell.CASA.Common</Name> | ||||||
|                 <Reference |       <Project>{57CD94A2-5B4A-40C3-8189-CB760FB78357}</Project> | ||||||
|                     Name = "glade-sharp" |       <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package> | ||||||
|                     AssemblyName = "glade-sharp" |     </ProjectReference> | ||||||
|                     HintPath = "..\..\..\..\..\..\..\GtkRun\2.8\lib\gtk-sharp-2.0\glade-sharp.dll" |     <ProjectReference Include="..\policy\Novell.CASA.CASAPolicy.csproj"> | ||||||
|                 /> |       <Name>Novell.CASA.CASAPolicy</Name> | ||||||
|                 <Reference |       <Project>{636A9D7E-BFB5-4EB9-96F8-51FF85A98826}</Project> | ||||||
|                     Name = "glib-sharp" |       <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package> | ||||||
|                     AssemblyName = "glib-sharp" |     </ProjectReference> | ||||||
|                     HintPath = "..\..\..\..\..\..\..\GtkRun\2.8\lib\gtk-sharp-2.0\glib-sharp.dll" |     <ProjectReference Include="..\sharp\NSSCSWrapper\Novell.CASA.miCASAWrapper.csproj"> | ||||||
|                 /> |       <Name>Novell.CASA.miCASAWrapper</Name> | ||||||
|                 <Reference |       <Project>{E21DD887-22F4-4935-9851-409715F663B0}</Project> | ||||||
|                     Name = "gtk-sharp" |       <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package> | ||||||
|                     AssemblyName = "gtk-sharp" |     </ProjectReference> | ||||||
|                     HintPath = "..\..\..\..\..\..\..\GtkRun\2.8\lib\gtk-sharp-2.0\gtk-sharp.dll" |   </ItemGroup> | ||||||
|                 /> |   <ItemGroup> | ||||||
|             </References> |     <Compile Include="AD_Facade.cs"> | ||||||
|         </Build> |       <SubType>Code</SubType> | ||||||
|         <Files> |     </Compile> | ||||||
|             <Include> |     <Compile Include="ad_ff\FireFox.cs"> | ||||||
|                 <File |       <SubType>Code</SubType> | ||||||
|                     RelPath = "AD_Facade.cs" |     </Compile> | ||||||
|                     SubType = "Code" |     <Compile Include="ad_gk\GnomeKeyring.cs"> | ||||||
|                     BuildAction = "Compile" |       <SubType>Code</SubType> | ||||||
|                 /> |     </Compile> | ||||||
|                 <File |     <Compile Include="ad_kw\KWalletEnum.cs"> | ||||||
|                     RelPath = "AssemblyInfo.cs" |       <SubType>Code</SubType> | ||||||
|                     SubType = "Code" |     </Compile> | ||||||
|                     BuildAction = "Compile" |     <Compile Include="ad_kw\KWalletNative.cs"> | ||||||
|                 /> |       <SubType>Code</SubType> | ||||||
|                 <File |     </Compile> | ||||||
|                     RelPath = "Common.cs" |     <Compile Include="AssemblyInfo.cs"> | ||||||
|                     SubType = "Code" |       <SubType>Code</SubType> | ||||||
|                     BuildAction = "Compile" |     </Compile> | ||||||
|                 /> |     <Compile Include="Common.cs"> | ||||||
|                 <File |       <SubType>Code</SubType> | ||||||
|                     RelPath = "FFEngine.cs" |     </Compile> | ||||||
|                     SubType = "Code" |     <Compile Include="FFEngine.cs"> | ||||||
|                     BuildAction = "Compile" |       <SubType>Code</SubType> | ||||||
|                 /> |     </Compile> | ||||||
|                 <File |     <Compile Include="GKEngine.cs"> | ||||||
|                     RelPath = "GKEngine.cs" |       <SubType>Code</SubType> | ||||||
|                     SubType = "Code" |     </Compile> | ||||||
|                     BuildAction = "Compile" |     <Compile Include="IDataEngine.cs"> | ||||||
|                 /> |       <SubType>Code</SubType> | ||||||
|                 <File |     </Compile> | ||||||
|                     RelPath = "IDataEngine.cs" |     <Compile Include="KWalletEngine.cs"> | ||||||
|                     SubType = "Code" |       <SubType>Code</SubType> | ||||||
|                     BuildAction = "Compile" |     </Compile> | ||||||
|                 /> |     <Compile Include="miCASAEngine.cs"> | ||||||
|                 <File |       <SubType>Code</SubType> | ||||||
|                     RelPath = "KWalletEngine.cs" |     </Compile> | ||||||
|                     SubType = "Code" |   </ItemGroup> | ||||||
|                     BuildAction = "Compile" |   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> | ||||||
|                 /> |   <PropertyGroup> | ||||||
|                 <File |     <PreBuildEvent> | ||||||
|                     RelPath = "miCASAEngine.cs" |     </PreBuildEvent> | ||||||
|                     SubType = "Code" |     <PostBuildEvent> | ||||||
|                     BuildAction = "Compile" |     </PostBuildEvent> | ||||||
|                 /> |   </PropertyGroup> | ||||||
|                 <File | </Project> | ||||||
|                     RelPath = "ad_ff\FireFox.cs" |  | ||||||
|                     SubType = "Code" |  | ||||||
|                     BuildAction = "Compile" |  | ||||||
|                 /> |  | ||||||
|                 <File |  | ||||||
|                     RelPath = "ad_gk\GnomeKeyring.cs" |  | ||||||
|                     SubType = "Code" |  | ||||||
|                     BuildAction = "Compile" |  | ||||||
|                 /> |  | ||||||
|                 <File |  | ||||||
|                     RelPath = "ad_kw\KWalletEnum.cs" |  | ||||||
|                     SubType = "Code" |  | ||||||
|                     BuildAction = "Compile" |  | ||||||
|                 /> |  | ||||||
|                 <File |  | ||||||
|                     RelPath = "ad_kw\KWalletNative.cs" |  | ||||||
|                     SubType = "Code" |  | ||||||
|                     BuildAction = "Compile" |  | ||||||
|                 /> |  | ||||||
|             </Include> |  | ||||||
|         </Files> |  | ||||||
|     </CSHARP> |  | ||||||
| </VisualStudioProject> |  | ||||||
|  |  | ||||||
| @@ -1,48 +1,58 @@ | |||||||
| <VisualStudioProject> | <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||||||
|     <CSHARP LastOpenVersion = "7.10.3077" > |   <PropertyGroup> | ||||||
|         <Build> |     <LastOpenVersion>7.10.3077</LastOpenVersion> | ||||||
|             <Settings ReferencePath = "" > |     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | ||||||
|                 <Config |     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | ||||||
|                     Name = "Debug" |     <ReferencePath> | ||||||
|                     EnableASPDebugging = "false" |     </ReferencePath> | ||||||
|                     EnableASPXDebugging = "false" |     <CopyProjectDestinationFolder> | ||||||
|                     EnableUnmanagedDebugging = "false" |     </CopyProjectDestinationFolder> | ||||||
|                     EnableSQLServerDebugging = "false" |     <CopyProjectUncPath> | ||||||
|                     RemoteDebugEnabled = "false" |     </CopyProjectUncPath> | ||||||
|                     RemoteDebugMachine = "" |     <CopyProjectOption>0</CopyProjectOption> | ||||||
|                     StartAction = "Project" |     <ProjectView>ProjectFiles</ProjectView> | ||||||
|                     StartArguments = "" |     <ProjectTrust>0</ProjectTrust> | ||||||
|                     StartPage = "" |   </PropertyGroup> | ||||||
|                     StartProgram = "" |   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | ||||||
|                     StartURL = "" |     <EnableASPDebugging>false</EnableASPDebugging> | ||||||
|                     StartWorkingDirectory = "" |     <EnableASPXDebugging>false</EnableASPXDebugging> | ||||||
|                     StartWithIE = "false" |     <EnableUnmanagedDebugging>false</EnableUnmanagedDebugging> | ||||||
|                 /> |     <EnableSQLServerDebugging>false</EnableSQLServerDebugging> | ||||||
|                 <Config |     <RemoteDebugEnabled>false</RemoteDebugEnabled> | ||||||
|                     Name = "Release" |     <RemoteDebugMachine> | ||||||
|                     EnableASPDebugging = "false" |     </RemoteDebugMachine> | ||||||
|                     EnableASPXDebugging = "false" |     <StartAction>Project</StartAction> | ||||||
|                     EnableUnmanagedDebugging = "false" |     <StartArguments> | ||||||
|                     EnableSQLServerDebugging = "false" |     </StartArguments> | ||||||
|                     RemoteDebugEnabled = "false" |     <StartPage> | ||||||
|                     RemoteDebugMachine = "" |     </StartPage> | ||||||
|                     StartAction = "Project" |     <StartProgram> | ||||||
|                     StartArguments = "" |     </StartProgram> | ||||||
|                     StartPage = "" |     <StartURL> | ||||||
|                     StartProgram = "" |     </StartURL> | ||||||
|                     StartURL = "" |     <StartWorkingDirectory> | ||||||
|                     StartWorkingDirectory = "" |     </StartWorkingDirectory> | ||||||
|                     StartWithIE = "false" |     <StartWithIE>false</StartWithIE> | ||||||
|                 /> |   </PropertyGroup> | ||||||
|             </Settings> |   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | ||||||
|         </Build> |     <EnableASPDebugging>false</EnableASPDebugging> | ||||||
|         <OtherProjectSettings |     <EnableASPXDebugging>false</EnableASPXDebugging> | ||||||
|             CopyProjectDestinationFolder = "" |     <EnableUnmanagedDebugging>false</EnableUnmanagedDebugging> | ||||||
|             CopyProjectUncPath = "" |     <EnableSQLServerDebugging>false</EnableSQLServerDebugging> | ||||||
|             CopyProjectOption = "0" |     <RemoteDebugEnabled>false</RemoteDebugEnabled> | ||||||
|             ProjectView = "ProjectFiles" |     <RemoteDebugMachine> | ||||||
|             ProjectTrust = "0" |     </RemoteDebugMachine> | ||||||
|         /> |     <StartAction>Project</StartAction> | ||||||
|     </CSHARP> |     <StartArguments> | ||||||
| </VisualStudioProject> |     </StartArguments> | ||||||
|  |     <StartPage> | ||||||
|  |     </StartPage> | ||||||
|  |     <StartProgram> | ||||||
|  |     </StartProgram> | ||||||
|  |     <StartURL> | ||||||
|  |     </StartURL> | ||||||
|  |     <StartWorkingDirectory> | ||||||
|  |     </StartWorkingDirectory> | ||||||
|  |     <StartWithIE>false</StartWithIE> | ||||||
|  |   </PropertyGroup> | ||||||
|  | </Project> | ||||||
| @@ -1,111 +1,175 @@ | |||||||
| <?xml version="1.0" encoding="Windows-1252"?> | <?xml version="1.0" encoding="Windows-1252"?> | ||||||
| <VisualStudioProject | <VisualStudioProject | ||||||
| 	ProjectType="Visual C++" | 	ProjectType="Visual C++" | ||||||
| 	Version="7.10" | 	Version="8.00" | ||||||
| 	Name="ad_firefox_native" | 	Name="ad_firefox_native" | ||||||
| 	ProjectGUID="{BB304ECF-FCBA-4693-9D47-86749815DDC8}" | 	ProjectGUID="{BB304ECF-FCBA-4693-9D47-86749815DDC8}" | ||||||
| 	RootNamespace="ad_firefox_native" | 	RootNamespace="ad_firefox_native" | ||||||
| 	Keyword="Win32Proj"> | 	Keyword="Win32Proj" | ||||||
|  | 	> | ||||||
| 	<Platforms> | 	<Platforms> | ||||||
| 		<Platform | 		<Platform | ||||||
| 			Name="Win32"/> | 			Name="Win32" | ||||||
|  | 		/> | ||||||
| 	</Platforms> | 	</Platforms> | ||||||
|  | 	<ToolFiles> | ||||||
|  | 	</ToolFiles> | ||||||
| 	<Configurations> | 	<Configurations> | ||||||
| 		<Configuration | 		<Configuration | ||||||
| 			Name="Debug|Win32" | 			Name="Debug|Win32" | ||||||
| 			OutputDirectory="Debug" | 			OutputDirectory="Debug" | ||||||
| 			IntermediateDirectory="Debug" | 			IntermediateDirectory="Debug" | ||||||
| 			ConfigurationType="2" | 			ConfigurationType="2" | ||||||
| 			CharacterSet="2"> | 			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" | ||||||
|  | 			CharacterSet="2" | ||||||
|  | 			> | ||||||
|  | 			<Tool | ||||||
|  | 				Name="VCPreBuildEventTool" | ||||||
|  | 			/> | ||||||
|  | 			<Tool | ||||||
|  | 				Name="VCCustomBuildTool" | ||||||
|  | 			/> | ||||||
|  | 			<Tool | ||||||
|  | 				Name="VCXMLDataGeneratorTool" | ||||||
|  | 			/> | ||||||
|  | 			<Tool | ||||||
|  | 				Name="VCWebServiceProxyGeneratorTool" | ||||||
|  | 			/> | ||||||
|  | 			<Tool | ||||||
|  | 				Name="VCMIDLTool" | ||||||
|  | 			/> | ||||||
| 			<Tool | 			<Tool | ||||||
| 				Name="VCCLCompilerTool" | 				Name="VCCLCompilerTool" | ||||||
| 				Optimization="0" | 				Optimization="0" | ||||||
| 				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;FIREFOX_EXPORTS" | 				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;FIREFOX_EXPORTS" | ||||||
| 				MinimalRebuild="TRUE" | 				MinimalRebuild="true" | ||||||
| 				BasicRuntimeChecks="3" | 				BasicRuntimeChecks="3" | ||||||
| 				RuntimeLibrary="1" | 				RuntimeLibrary="1" | ||||||
| 				UsePrecompiledHeader="0" | 				UsePrecompiledHeader="0" | ||||||
| 				WarningLevel="3" | 				WarningLevel="3" | ||||||
| 				Detect64BitPortabilityProblems="TRUE" | 				Detect64BitPortabilityProblems="true" | ||||||
| 				DebugInformationFormat="4"/> | 				DebugInformationFormat="4" | ||||||
|  | 			/> | ||||||
| 			<Tool | 			<Tool | ||||||
| 				Name="VCCustomBuildTool"/> | 				Name="VCManagedResourceCompilerTool" | ||||||
|  | 			/> | ||||||
|  | 			<Tool | ||||||
|  | 				Name="VCResourceCompilerTool" | ||||||
|  | 			/> | ||||||
|  | 			<Tool | ||||||
|  | 				Name="VCPreLinkEventTool" | ||||||
|  | 			/> | ||||||
| 			<Tool | 			<Tool | ||||||
| 				Name="VCLinkerTool" | 				Name="VCLinkerTool" | ||||||
| 				OutputFile="D:/casaClean2/c_gui/Debug/ad_ff.dll" | 				OutputFile="D:/casaClean2/c_gui/Debug/ad_ff.dll" | ||||||
| 				LinkIncremental="2" | 				LinkIncremental="2" | ||||||
| 				GenerateDebugInformation="TRUE" | 				GenerateDebugInformation="true" | ||||||
| 				ProgramDatabaseFile="$(OutDir)/firefox.pdb" | 				ProgramDatabaseFile="$(OutDir)/firefox.pdb" | ||||||
| 				SubSystem="2" | 				SubSystem="2" | ||||||
| 				ImportLibrary="$(OutDir)/firefox.lib" | 				ImportLibrary="$(OutDir)/firefox.lib" | ||||||
| 				TargetMachine="1"/> | 				TargetMachine="1" | ||||||
|  | 			/> | ||||||
| 			<Tool | 			<Tool | ||||||
| 				Name="VCMIDLTool"/> | 				Name="VCALinkTool" | ||||||
|  | 			/> | ||||||
| 			<Tool | 			<Tool | ||||||
| 				Name="VCPostBuildEventTool"/> | 				Name="VCManifestTool" | ||||||
|  | 			/> | ||||||
| 			<Tool | 			<Tool | ||||||
| 				Name="VCPreBuildEventTool"/> | 				Name="VCXDCMakeTool" | ||||||
|  | 			/> | ||||||
| 			<Tool | 			<Tool | ||||||
| 				Name="VCPreLinkEventTool"/> | 				Name="VCBscMakeTool" | ||||||
|  | 			/> | ||||||
| 			<Tool | 			<Tool | ||||||
| 				Name="VCResourceCompilerTool"/> | 				Name="VCFxCopTool" | ||||||
|  | 			/> | ||||||
| 			<Tool | 			<Tool | ||||||
| 				Name="VCWebServiceProxyGeneratorTool"/> | 				Name="VCAppVerifierTool" | ||||||
|  | 			/> | ||||||
| 			<Tool | 			<Tool | ||||||
| 				Name="VCXMLDataGeneratorTool"/> | 				Name="VCWebDeploymentTool" | ||||||
|  | 			/> | ||||||
| 			<Tool | 			<Tool | ||||||
| 				Name="VCWebDeploymentTool"/> | 				Name="VCPostBuildEventTool" | ||||||
| 			<Tool | 			/> | ||||||
| 				Name="VCManagedWrapperGeneratorTool"/> |  | ||||||
| 			<Tool |  | ||||||
| 				Name="VCAuxiliaryManagedWrapperGeneratorTool"/> |  | ||||||
| 		</Configuration> | 		</Configuration> | ||||||
| 		<Configuration | 		<Configuration | ||||||
| 			Name="Release|Win32" | 			Name="Release|Win32" | ||||||
| 			OutputDirectory="Release" | 			OutputDirectory="Release" | ||||||
| 			IntermediateDirectory="Release" | 			IntermediateDirectory="Release" | ||||||
| 			ConfigurationType="2" | 			ConfigurationType="2" | ||||||
| 			CharacterSet="2"> | 			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" | ||||||
|  | 			CharacterSet="2" | ||||||
|  | 			> | ||||||
|  | 			<Tool | ||||||
|  | 				Name="VCPreBuildEventTool" | ||||||
|  | 			/> | ||||||
|  | 			<Tool | ||||||
|  | 				Name="VCCustomBuildTool" | ||||||
|  | 			/> | ||||||
|  | 			<Tool | ||||||
|  | 				Name="VCXMLDataGeneratorTool" | ||||||
|  | 			/> | ||||||
|  | 			<Tool | ||||||
|  | 				Name="VCWebServiceProxyGeneratorTool" | ||||||
|  | 			/> | ||||||
|  | 			<Tool | ||||||
|  | 				Name="VCMIDLTool" | ||||||
|  | 			/> | ||||||
| 			<Tool | 			<Tool | ||||||
| 				Name="VCCLCompilerTool" | 				Name="VCCLCompilerTool" | ||||||
| 				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;FIREFOX_EXPORTS" | 				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;FIREFOX_EXPORTS" | ||||||
| 				RuntimeLibrary="0" | 				RuntimeLibrary="0" | ||||||
| 				UsePrecompiledHeader="0" | 				UsePrecompiledHeader="0" | ||||||
| 				WarningLevel="3" | 				WarningLevel="3" | ||||||
| 				Detect64BitPortabilityProblems="TRUE" | 				Detect64BitPortabilityProblems="true" | ||||||
| 				DebugInformationFormat="3"/> | 				DebugInformationFormat="3" | ||||||
|  | 			/> | ||||||
| 			<Tool | 			<Tool | ||||||
| 				Name="VCCustomBuildTool"/> | 				Name="VCManagedResourceCompilerTool" | ||||||
|  | 			/> | ||||||
|  | 			<Tool | ||||||
|  | 				Name="VCResourceCompilerTool" | ||||||
|  | 			/> | ||||||
|  | 			<Tool | ||||||
|  | 				Name="VCPreLinkEventTool" | ||||||
|  | 			/> | ||||||
| 			<Tool | 			<Tool | ||||||
| 				Name="VCLinkerTool" | 				Name="VCLinkerTool" | ||||||
| 				OutputFile="$(OutDir)/ad_ff.dll" | 				OutputFile="$(OutDir)/ad_ff.dll" | ||||||
| 				LinkIncremental="1" | 				LinkIncremental="1" | ||||||
| 				GenerateDebugInformation="TRUE" | 				GenerateDebugInformation="true" | ||||||
| 				SubSystem="2" | 				SubSystem="2" | ||||||
| 				OptimizeReferences="2" | 				OptimizeReferences="2" | ||||||
| 				EnableCOMDATFolding="2" | 				EnableCOMDATFolding="2" | ||||||
| 				ImportLibrary="$(OutDir)/firefox.lib" | 				ImportLibrary="$(OutDir)/firefox.lib" | ||||||
| 				TargetMachine="1"/> | 				TargetMachine="1" | ||||||
|  | 			/> | ||||||
| 			<Tool | 			<Tool | ||||||
| 				Name="VCMIDLTool"/> | 				Name="VCALinkTool" | ||||||
|  | 			/> | ||||||
| 			<Tool | 			<Tool | ||||||
| 				Name="VCPostBuildEventTool"/> | 				Name="VCManifestTool" | ||||||
|  | 			/> | ||||||
| 			<Tool | 			<Tool | ||||||
| 				Name="VCPreBuildEventTool"/> | 				Name="VCXDCMakeTool" | ||||||
|  | 			/> | ||||||
| 			<Tool | 			<Tool | ||||||
| 				Name="VCPreLinkEventTool"/> | 				Name="VCBscMakeTool" | ||||||
|  | 			/> | ||||||
| 			<Tool | 			<Tool | ||||||
| 				Name="VCResourceCompilerTool"/> | 				Name="VCFxCopTool" | ||||||
|  | 			/> | ||||||
| 			<Tool | 			<Tool | ||||||
| 				Name="VCWebServiceProxyGeneratorTool"/> | 				Name="VCAppVerifierTool" | ||||||
|  | 			/> | ||||||
| 			<Tool | 			<Tool | ||||||
| 				Name="VCXMLDataGeneratorTool"/> | 				Name="VCWebDeploymentTool" | ||||||
|  | 			/> | ||||||
| 			<Tool | 			<Tool | ||||||
| 				Name="VCWebDeploymentTool"/> | 				Name="VCPostBuildEventTool" | ||||||
| 			<Tool | 			/> | ||||||
| 				Name="VCManagedWrapperGeneratorTool"/> |  | ||||||
| 			<Tool |  | ||||||
| 				Name="VCAuxiliaryManagedWrapperGeneratorTool"/> |  | ||||||
| 		</Configuration> | 		</Configuration> | ||||||
| 	</Configurations> | 	</Configurations> | ||||||
| 	<References> | 	<References> | ||||||
| @@ -114,53 +178,68 @@ | |||||||
| 		<Filter | 		<Filter | ||||||
| 			Name="Source Files" | 			Name="Source Files" | ||||||
| 			Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx" | 			Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx" | ||||||
| 			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"> | 			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" | ||||||
|  | 			> | ||||||
| 			<File | 			<File | ||||||
| 				RelativePath=".\native\Common.cpp"> | 				RelativePath=".\native\Common.cpp" | ||||||
|  | 				> | ||||||
| 			</File> | 			</File> | ||||||
| 			<File | 			<File | ||||||
| 				RelativePath=".\native\CryptManager.cpp"> | 				RelativePath=".\native\CryptManager.cpp" | ||||||
|  | 				> | ||||||
| 			</File> | 			</File> | ||||||
| 			<File | 			<File | ||||||
| 				RelativePath=".\native\DataManager.cpp"> | 				RelativePath=".\native\DataManager.cpp" | ||||||
|  | 				> | ||||||
| 			</File> | 			</File> | ||||||
| 			<File | 			<File | ||||||
| 				RelativePath=".\native\FirefoxPasswordManager.cpp"> | 				RelativePath=".\native\FirefoxPasswordManager.cpp" | ||||||
|  | 				> | ||||||
| 			</File> | 			</File> | ||||||
| 			<File | 			<File | ||||||
| 				RelativePath=".\native\ProfileManager.cpp"> | 				RelativePath=".\native\ProfileManager.cpp" | ||||||
|  | 				> | ||||||
| 			</File> | 			</File> | ||||||
| 			<File | 			<File | ||||||
| 				RelativePath=".\native\SignonManager.cpp"> | 				RelativePath=".\native\SignonManager.cpp" | ||||||
|  | 				> | ||||||
| 			</File> | 			</File> | ||||||
| 		</Filter> | 		</Filter> | ||||||
| 		<Filter | 		<Filter | ||||||
| 			Name="Header Files" | 			Name="Header Files" | ||||||
| 			Filter="h;hpp;hxx;hm;inl;inc;xsd" | 			Filter="h;hpp;hxx;hm;inl;inc;xsd" | ||||||
| 			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"> | 			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" | ||||||
|  | 			> | ||||||
| 			<File | 			<File | ||||||
| 				RelativePath=".\native\Common.h"> | 				RelativePath=".\native\Common.h" | ||||||
|  | 				> | ||||||
| 			</File> | 			</File> | ||||||
| 			<File | 			<File | ||||||
| 				RelativePath=".\native\CryptManager.h"> | 				RelativePath=".\native\CryptManager.h" | ||||||
|  | 				> | ||||||
| 			</File> | 			</File> | ||||||
| 			<File | 			<File | ||||||
| 				RelativePath=".\native\DataManager.h"> | 				RelativePath=".\native\DataManager.h" | ||||||
|  | 				> | ||||||
| 			</File> | 			</File> | ||||||
| 			<File | 			<File | ||||||
| 				RelativePath=".\native\FirefoxPasswordManager.h"> | 				RelativePath=".\native\FirefoxPasswordManager.h" | ||||||
|  | 				> | ||||||
| 			</File> | 			</File> | ||||||
| 			<File | 			<File | ||||||
| 				RelativePath=".\native\ProfileManager.h"> | 				RelativePath=".\native\ProfileManager.h" | ||||||
|  | 				> | ||||||
| 			</File> | 			</File> | ||||||
| 			<File | 			<File | ||||||
| 				RelativePath=".\native\SignonManager.h"> | 				RelativePath=".\native\SignonManager.h" | ||||||
|  | 				> | ||||||
| 			</File> | 			</File> | ||||||
| 		</Filter> | 		</Filter> | ||||||
| 		<Filter | 		<Filter | ||||||
| 			Name="Resource Files" | 			Name="Resource Files" | ||||||
| 			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx" | 			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx" | ||||||
| 			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"> | 			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" | ||||||
|  | 			> | ||||||
| 		</Filter> | 		</Filter> | ||||||
| 	</Files> | 	</Files> | ||||||
| 	<Globals> | 	<Globals> | ||||||
|   | |||||||
| @@ -1,120 +1,113 @@ | |||||||
| <VisualStudioProject> | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||||||
|     <CSHARP |   <PropertyGroup> | ||||||
|         ProjectType = "Local" |     <ProjectType>Local</ProjectType> | ||||||
|         ProductVersion = "7.10.3077" |     <ProductVersion>8.0.50727</ProductVersion> | ||||||
|         SchemaVersion = "2.0" |     <SchemaVersion>2.0</SchemaVersion> | ||||||
|         ProjectGuid = "{E98F1F7E-40B6-44C8-AC66-EC867B141FA1}" |     <ProjectGuid>{E98F1F7E-40B6-44C8-AC66-EC867B141FA1}</ProjectGuid> | ||||||
|     > |     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | ||||||
|         <Build> |     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | ||||||
|             <Settings |     <ApplicationIcon> | ||||||
|                 ApplicationIcon = "" |     </ApplicationIcon> | ||||||
|                 AssemblyKeyContainerName = "" |     <AssemblyKeyContainerName> | ||||||
|                 AssemblyName = "AppModule.InterProcessComm" |     </AssemblyKeyContainerName> | ||||||
|                 AssemblyOriginatorKeyFile = "" |     <AssemblyName>AppModule.InterProcessComm</AssemblyName> | ||||||
|                 DefaultClientScript = "JScript" |     <AssemblyOriginatorKeyFile> | ||||||
|                 DefaultHTMLPageLayout = "Grid" |     </AssemblyOriginatorKeyFile> | ||||||
|                 DefaultTargetSchema = "IE50" |     <DefaultClientScript>JScript</DefaultClientScript> | ||||||
|                 DelaySign = "false" |     <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout> | ||||||
|                 OutputType = "Library" |     <DefaultTargetSchema>IE50</DefaultTargetSchema> | ||||||
|                 PreBuildEvent = "" |     <DelaySign>false</DelaySign> | ||||||
|                 PostBuildEvent = "" |     <OutputType>Library</OutputType> | ||||||
|                 RootNamespace = "AppModule.InterProcessComm" |     <RootNamespace>AppModule.InterProcessComm</RootNamespace> | ||||||
|                 RunPostBuildEvent = "OnBuildSuccess" |     <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent> | ||||||
|                 StartupObject = "" |     <StartupObject> | ||||||
|             > |     </StartupObject> | ||||||
|                 <Config |     <FileUpgradeFlags> | ||||||
|                     Name = "Debug" |     </FileUpgradeFlags> | ||||||
|                     AllowUnsafeBlocks = "false" |     <UpgradeBackupLocation> | ||||||
|                     BaseAddress = "285212672" |     </UpgradeBackupLocation> | ||||||
|                     CheckForOverflowUnderflow = "false" |   </PropertyGroup> | ||||||
|                     ConfigurationOverrideFile = "" |   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | ||||||
|                     DefineConstants = "DEBUG;TRACE" |     <OutputPath>bin\Debug\</OutputPath> | ||||||
|                     DocumentationFile = "AppModule.InterProcessComm.xml" |     <AllowUnsafeBlocks>false</AllowUnsafeBlocks> | ||||||
|                     DebugSymbols = "true" |     <BaseAddress>285212672</BaseAddress> | ||||||
|                     FileAlignment = "4096" |     <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow> | ||||||
|                     IncrementalBuild = "false" |     <ConfigurationOverrideFile> | ||||||
|                     NoStdLib = "false" |     </ConfigurationOverrideFile> | ||||||
|                     NoWarn = "" |     <DefineConstants>DEBUG;TRACE</DefineConstants> | ||||||
|                     Optimize = "false" |     <DocumentationFile>AppModule.InterProcessComm.xml</DocumentationFile> | ||||||
|                     OutputPath = "bin\Debug\" |     <DebugSymbols>true</DebugSymbols> | ||||||
|                     RegisterForComInterop = "false" |     <FileAlignment>4096</FileAlignment> | ||||||
|                     RemoveIntegerChecks = "false" |     <NoStdLib>false</NoStdLib> | ||||||
|                     TreatWarningsAsErrors = "false" |     <NoWarn> | ||||||
|                     WarningLevel = "4" |     </NoWarn> | ||||||
|                 /> |     <Optimize>false</Optimize> | ||||||
|                 <Config |     <RegisterForComInterop>false</RegisterForComInterop> | ||||||
|                     Name = "Release" |     <RemoveIntegerChecks>false</RemoveIntegerChecks> | ||||||
|                     AllowUnsafeBlocks = "false" |     <TreatWarningsAsErrors>false</TreatWarningsAsErrors> | ||||||
|                     BaseAddress = "285212672" |     <WarningLevel>4</WarningLevel> | ||||||
|                     CheckForOverflowUnderflow = "false" |     <DebugType>full</DebugType> | ||||||
|                     ConfigurationOverrideFile = "" |     <ErrorReport>prompt</ErrorReport> | ||||||
|                     DefineConstants = "TRACE" |   </PropertyGroup> | ||||||
|                     DocumentationFile = "" |   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | ||||||
|                     DebugSymbols = "false" |     <OutputPath>bin\Release\</OutputPath> | ||||||
|                     FileAlignment = "4096" |     <AllowUnsafeBlocks>false</AllowUnsafeBlocks> | ||||||
|                     IncrementalBuild = "false" |     <BaseAddress>285212672</BaseAddress> | ||||||
|                     NoStdLib = "false" |     <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow> | ||||||
|                     NoWarn = "" |     <ConfigurationOverrideFile> | ||||||
|                     Optimize = "true" |     </ConfigurationOverrideFile> | ||||||
|                     OutputPath = "bin\Release\" |     <DefineConstants>TRACE</DefineConstants> | ||||||
|                     RegisterForComInterop = "false" |     <DocumentationFile> | ||||||
|                     RemoveIntegerChecks = "false" |     </DocumentationFile> | ||||||
|                     TreatWarningsAsErrors = "false" |     <DebugSymbols>false</DebugSymbols> | ||||||
|                     WarningLevel = "4" |     <FileAlignment>4096</FileAlignment> | ||||||
|                 /> |     <NoStdLib>false</NoStdLib> | ||||||
|             </Settings> |     <NoWarn> | ||||||
|             <References> |     </NoWarn> | ||||||
|                 <Reference |     <Optimize>true</Optimize> | ||||||
|                     Name = "System" |     <RegisterForComInterop>false</RegisterForComInterop> | ||||||
|                     AssemblyName = "System" |     <RemoveIntegerChecks>false</RemoveIntegerChecks> | ||||||
|                     HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.dll" |     <TreatWarningsAsErrors>false</TreatWarningsAsErrors> | ||||||
|                 /> |     <WarningLevel>4</WarningLevel> | ||||||
|                 <Reference |     <DebugType>none</DebugType> | ||||||
|                     Name = "System.Data" |     <ErrorReport>prompt</ErrorReport> | ||||||
|                     AssemblyName = "System.Data" |   </PropertyGroup> | ||||||
|                     HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Data.dll" |   <ItemGroup> | ||||||
|                 /> |     <Reference Include="System"> | ||||||
|                 <Reference |       <Name>System</Name> | ||||||
|                     Name = "System.XML" |     </Reference> | ||||||
|                     AssemblyName = "System.Xml" |     <Reference Include="System.Data"> | ||||||
|                     HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.XML.dll" |       <Name>System.Data</Name> | ||||||
|                 /> |     </Reference> | ||||||
|             </References> |     <Reference Include="System.Xml"> | ||||||
|         </Build> |       <Name>System.XML</Name> | ||||||
|         <Files> |     </Reference> | ||||||
|             <Include> |   </ItemGroup> | ||||||
|                 <File |   <ItemGroup> | ||||||
|                     RelPath = "AssemblyInfo.cs" |     <Compile Include="AssemblyInfo.cs"> | ||||||
|                     SubType = "Code" |       <SubType>Code</SubType> | ||||||
|                     BuildAction = "Compile" |     </Compile> | ||||||
|                 /> |     <Compile Include="IChannelManager.cs"> | ||||||
|                 <File |       <SubType>Code</SubType> | ||||||
|                     RelPath = "IChannelManager.cs" |     </Compile> | ||||||
|                     SubType = "Code" |     <Compile Include="IClientChannel.cs"> | ||||||
|                     BuildAction = "Compile" |       <SubType>Code</SubType> | ||||||
|                 /> |     </Compile> | ||||||
|                 <File |     <Compile Include="IInterProcessConnection.cs"> | ||||||
|                     RelPath = "IClientChannel.cs" |       <SubType>Code</SubType> | ||||||
|                     SubType = "Code" |     </Compile> | ||||||
|                     BuildAction = "Compile" |     <Compile Include="InterProcessConnectionState.cs"> | ||||||
|                 /> |       <SubType>Code</SubType> | ||||||
|                 <File |     </Compile> | ||||||
|                     RelPath = "IInterProcessConnection.cs" |     <Compile Include="InterProcessIOException.cs"> | ||||||
|                     SubType = "Code" |       <SubType>Code</SubType> | ||||||
|                     BuildAction = "Compile" |     </Compile> | ||||||
|                 /> |   </ItemGroup> | ||||||
|                 <File |   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> | ||||||
|                     RelPath = "InterProcessConnectionState.cs" |   <PropertyGroup> | ||||||
|                     SubType = "Code" |     <PreBuildEvent> | ||||||
|                     BuildAction = "Compile" |     </PreBuildEvent> | ||||||
|                 /> |     <PostBuildEvent> | ||||||
|                 <File |     </PostBuildEvent> | ||||||
|                     RelPath = "InterProcessIOException.cs" |   </PropertyGroup> | ||||||
|                     SubType = "Code" | </Project> | ||||||
|                     BuildAction = "Compile" |  | ||||||
|                 /> |  | ||||||
|             </Include> |  | ||||||
|         </Files> |  | ||||||
|     </CSHARP> |  | ||||||
| </VisualStudioProject> |  | ||||||
|  |  | ||||||
| @@ -1,48 +1,58 @@ | |||||||
| <VisualStudioProject> | <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||||||
|     <CSHARP LastOpenVersion = "7.10.3077" > |   <PropertyGroup> | ||||||
|         <Build> |     <LastOpenVersion>7.10.3077</LastOpenVersion> | ||||||
|             <Settings ReferencePath = "" > |     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | ||||||
|                 <Config |     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | ||||||
|                     Name = "Debug" |     <ReferencePath> | ||||||
|                     EnableASPDebugging = "false" |     </ReferencePath> | ||||||
|                     EnableASPXDebugging = "false" |     <CopyProjectDestinationFolder> | ||||||
|                     EnableUnmanagedDebugging = "false" |     </CopyProjectDestinationFolder> | ||||||
|                     EnableSQLServerDebugging = "false" |     <CopyProjectUncPath> | ||||||
|                     RemoteDebugEnabled = "false" |     </CopyProjectUncPath> | ||||||
|                     RemoteDebugMachine = "" |     <CopyProjectOption>0</CopyProjectOption> | ||||||
|                     StartAction = "Project" |     <ProjectView>ProjectFiles</ProjectView> | ||||||
|                     StartArguments = "" |     <ProjectTrust>0</ProjectTrust> | ||||||
|                     StartPage = "" |   </PropertyGroup> | ||||||
|                     StartProgram = "" |   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | ||||||
|                     StartURL = "" |     <EnableASPDebugging>false</EnableASPDebugging> | ||||||
|                     StartWorkingDirectory = "" |     <EnableASPXDebugging>false</EnableASPXDebugging> | ||||||
|                     StartWithIE = "true" |     <EnableUnmanagedDebugging>false</EnableUnmanagedDebugging> | ||||||
|                 /> |     <EnableSQLServerDebugging>false</EnableSQLServerDebugging> | ||||||
|                 <Config |     <RemoteDebugEnabled>false</RemoteDebugEnabled> | ||||||
|                     Name = "Release" |     <RemoteDebugMachine> | ||||||
|                     EnableASPDebugging = "false" |     </RemoteDebugMachine> | ||||||
|                     EnableASPXDebugging = "false" |     <StartAction>Project</StartAction> | ||||||
|                     EnableUnmanagedDebugging = "false" |     <StartArguments> | ||||||
|                     EnableSQLServerDebugging = "false" |     </StartArguments> | ||||||
|                     RemoteDebugEnabled = "false" |     <StartPage> | ||||||
|                     RemoteDebugMachine = "" |     </StartPage> | ||||||
|                     StartAction = "Project" |     <StartProgram> | ||||||
|                     StartArguments = "" |     </StartProgram> | ||||||
|                     StartPage = "" |     <StartURL> | ||||||
|                     StartProgram = "" |     </StartURL> | ||||||
|                     StartURL = "" |     <StartWorkingDirectory> | ||||||
|                     StartWorkingDirectory = "" |     </StartWorkingDirectory> | ||||||
|                     StartWithIE = "true" |     <StartWithIE>true</StartWithIE> | ||||||
|                 /> |   </PropertyGroup> | ||||||
|             </Settings> |   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | ||||||
|         </Build> |     <EnableASPDebugging>false</EnableASPDebugging> | ||||||
|         <OtherProjectSettings |     <EnableASPXDebugging>false</EnableASPXDebugging> | ||||||
|             CopyProjectDestinationFolder = "" |     <EnableUnmanagedDebugging>false</EnableUnmanagedDebugging> | ||||||
|             CopyProjectUncPath = "" |     <EnableSQLServerDebugging>false</EnableSQLServerDebugging> | ||||||
|             CopyProjectOption = "0" |     <RemoteDebugEnabled>false</RemoteDebugEnabled> | ||||||
|             ProjectView = "ProjectFiles" |     <RemoteDebugMachine> | ||||||
|             ProjectTrust = "0" |     </RemoteDebugMachine> | ||||||
|         /> |     <StartAction>Project</StartAction> | ||||||
|     </CSHARP> |     <StartArguments> | ||||||
| </VisualStudioProject> |     </StartArguments> | ||||||
|  |     <StartPage> | ||||||
|  |     </StartPage> | ||||||
|  |     <StartProgram> | ||||||
|  |     </StartProgram> | ||||||
|  |     <StartURL> | ||||||
|  |     </StartURL> | ||||||
|  |     <StartWorkingDirectory> | ||||||
|  |     </StartWorkingDirectory> | ||||||
|  |     <StartWithIE>true</StartWithIE> | ||||||
|  |   </PropertyGroup> | ||||||
|  | </Project> | ||||||
| @@ -1,145 +1,130 @@ | |||||||
| <VisualStudioProject> | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||||||
|     <CSHARP |   <PropertyGroup> | ||||||
|         ProjectType = "Local" |     <ProjectType>Local</ProjectType> | ||||||
|         ProductVersion = "7.10.3077" |     <ProductVersion>8.0.50727</ProductVersion> | ||||||
|         SchemaVersion = "2.0" |     <SchemaVersion>2.0</SchemaVersion> | ||||||
|         ProjectGuid = "{077B53BB-404A-4B2F-BA17-AAE98C5E9C66}" |     <ProjectGuid>{077B53BB-404A-4B2F-BA17-AAE98C5E9C66}</ProjectGuid> | ||||||
|     > |     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | ||||||
|         <Build> |     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | ||||||
|             <Settings |     <ApplicationIcon> | ||||||
|                 ApplicationIcon = "" |     </ApplicationIcon> | ||||||
|                 AssemblyKeyContainerName = "" |     <AssemblyKeyContainerName> | ||||||
|                 AssemblyName = "AppModule.NamedPipes" |     </AssemblyKeyContainerName> | ||||||
|                 AssemblyOriginatorKeyFile = "" |     <AssemblyName>AppModule.NamedPipes</AssemblyName> | ||||||
|                 DefaultClientScript = "JScript" |     <AssemblyOriginatorKeyFile> | ||||||
|                 DefaultHTMLPageLayout = "Grid" |     </AssemblyOriginatorKeyFile> | ||||||
|                 DefaultTargetSchema = "IE50" |     <DefaultClientScript>JScript</DefaultClientScript> | ||||||
|                 DelaySign = "false" |     <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout> | ||||||
|                 OutputType = "Library" |     <DefaultTargetSchema>IE50</DefaultTargetSchema> | ||||||
|                 PreBuildEvent = "" |     <DelaySign>false</DelaySign> | ||||||
|                 PostBuildEvent = "" |     <OutputType>Library</OutputType> | ||||||
|                 RootNamespace = "AppModule.NamedPipes" |     <RootNamespace>AppModule.NamedPipes</RootNamespace> | ||||||
|                 RunPostBuildEvent = "OnBuildSuccess" |     <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent> | ||||||
|                 StartupObject = "" |     <StartupObject> | ||||||
|             > |     </StartupObject> | ||||||
|                 <Config |     <FileUpgradeFlags> | ||||||
|                     Name = "Debug" |     </FileUpgradeFlags> | ||||||
|                     AllowUnsafeBlocks = "false" |     <UpgradeBackupLocation> | ||||||
|                     BaseAddress = "285212672" |     </UpgradeBackupLocation> | ||||||
|                     CheckForOverflowUnderflow = "false" |   </PropertyGroup> | ||||||
|                     ConfigurationOverrideFile = "" |   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | ||||||
|                     DefineConstants = "DEBUG;TRACE" |     <OutputPath>bin\Debug\</OutputPath> | ||||||
|                     DocumentationFile = "AppModule.NamedPipes.xml" |     <AllowUnsafeBlocks>false</AllowUnsafeBlocks> | ||||||
|                     DebugSymbols = "true" |     <BaseAddress>285212672</BaseAddress> | ||||||
|                     FileAlignment = "4096" |     <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow> | ||||||
|                     IncrementalBuild = "false" |     <ConfigurationOverrideFile> | ||||||
|                     NoStdLib = "false" |     </ConfigurationOverrideFile> | ||||||
|                     NoWarn = "" |     <DefineConstants>DEBUG;TRACE</DefineConstants> | ||||||
|                     Optimize = "false" |     <DocumentationFile>AppModule.NamedPipes.xml</DocumentationFile> | ||||||
|                     OutputPath = "bin\Debug\" |     <DebugSymbols>true</DebugSymbols> | ||||||
|                     RegisterForComInterop = "false" |     <FileAlignment>4096</FileAlignment> | ||||||
|                     RemoveIntegerChecks = "false" |     <NoStdLib>false</NoStdLib> | ||||||
|                     TreatWarningsAsErrors = "false" |     <NoWarn> | ||||||
|                     WarningLevel = "4" |     </NoWarn> | ||||||
|                 /> |     <Optimize>false</Optimize> | ||||||
|                 <Config |     <RegisterForComInterop>false</RegisterForComInterop> | ||||||
|                     Name = "Release" |     <RemoveIntegerChecks>false</RemoveIntegerChecks> | ||||||
|                     AllowUnsafeBlocks = "false" |     <TreatWarningsAsErrors>false</TreatWarningsAsErrors> | ||||||
|                     BaseAddress = "285212672" |     <WarningLevel>4</WarningLevel> | ||||||
|                     CheckForOverflowUnderflow = "false" |     <DebugType>full</DebugType> | ||||||
|                     ConfigurationOverrideFile = "" |     <ErrorReport>prompt</ErrorReport> | ||||||
|                     DefineConstants = "TRACE" |   </PropertyGroup> | ||||||
|                     DocumentationFile = "" |   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | ||||||
|                     DebugSymbols = "false" |     <OutputPath>bin\Release\</OutputPath> | ||||||
|                     FileAlignment = "4096" |     <AllowUnsafeBlocks>false</AllowUnsafeBlocks> | ||||||
|                     IncrementalBuild = "false" |     <BaseAddress>285212672</BaseAddress> | ||||||
|                     NoStdLib = "false" |     <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow> | ||||||
|                     NoWarn = "" |     <ConfigurationOverrideFile> | ||||||
|                     Optimize = "true" |     </ConfigurationOverrideFile> | ||||||
|                     OutputPath = "bin\Release\" |     <DefineConstants>TRACE</DefineConstants> | ||||||
|                     RegisterForComInterop = "false" |     <DocumentationFile> | ||||||
|                     RemoveIntegerChecks = "false" |     </DocumentationFile> | ||||||
|                     TreatWarningsAsErrors = "false" |     <DebugSymbols>false</DebugSymbols> | ||||||
|                     WarningLevel = "4" |     <FileAlignment>4096</FileAlignment> | ||||||
|                 /> |     <NoStdLib>false</NoStdLib> | ||||||
|             </Settings> |     <NoWarn> | ||||||
|             <References> |     </NoWarn> | ||||||
|                 <Reference |     <Optimize>true</Optimize> | ||||||
|                     Name = "System" |     <RegisterForComInterop>false</RegisterForComInterop> | ||||||
|                     AssemblyName = "System" |     <RemoveIntegerChecks>false</RemoveIntegerChecks> | ||||||
|                     HintPath = "..\..\..\..\WINNT\Microsoft.NET\Framework\v1.1.4322\System.dll" |     <TreatWarningsAsErrors>false</TreatWarningsAsErrors> | ||||||
|                 /> |     <WarningLevel>4</WarningLevel> | ||||||
|                 <Reference |     <DebugType>none</DebugType> | ||||||
|                     Name = "System.Data" |     <ErrorReport>prompt</ErrorReport> | ||||||
|                     AssemblyName = "System.Data" |   </PropertyGroup> | ||||||
|                     HintPath = "..\..\..\..\WINNT\Microsoft.NET\Framework\v1.1.4322\System.Data.dll" |   <ItemGroup> | ||||||
|                 /> |     <Reference Include="System"> | ||||||
|                 <Reference |       <Name>System</Name> | ||||||
|                     Name = "System.XML" |     </Reference> | ||||||
|                     AssemblyName = "System.Xml" |     <Reference Include="System.Data"> | ||||||
|                     HintPath = "..\..\..\..\WINNT\Microsoft.NET\Framework\v1.1.4322\System.XML.dll" |       <Name>System.Data</Name> | ||||||
|                 /> |     </Reference> | ||||||
|                 <Reference |     <Reference Include="System.Xml"> | ||||||
|                     Name = "AppModule.InterProcessComm" |       <Name>System.XML</Name> | ||||||
|                     Project = "{E98F1F7E-40B6-44C8-AC66-EC867B141FA1}" |     </Reference> | ||||||
|                     Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" |     <ProjectReference Include="..\AppModule.InterProcessComm\AppModule.InterProcessComm.csproj"> | ||||||
|                 /> |       <Name>AppModule.InterProcessComm</Name> | ||||||
|             </References> |       <Project>{E98F1F7E-40B6-44C8-AC66-EC867B141FA1}</Project> | ||||||
|         </Build> |       <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package> | ||||||
|         <Files> |     </ProjectReference> | ||||||
|             <Include> |   </ItemGroup> | ||||||
|                 <File |   <ItemGroup> | ||||||
|                     RelPath = "APipeConnection.cs" |     <Compile Include="APipeConnection.cs"> | ||||||
|                     SubType = "Code" |       <SubType>Code</SubType> | ||||||
|                     BuildAction = "Compile" |     </Compile> | ||||||
|                 /> |     <Compile Include="AssemblyInfo.cs"> | ||||||
|                 <File |       <SubType>Code</SubType> | ||||||
|                     RelPath = "AssemblyInfo.cs" |     </Compile> | ||||||
|                     SubType = "Code" |     <Compile Include="ClientPipeConnection.cs"> | ||||||
|                     BuildAction = "Compile" |       <SubType>Code</SubType> | ||||||
|                 /> |     </Compile> | ||||||
|                 <File |     <Compile Include="ImpersonateNative.cs"> | ||||||
|                     RelPath = "ClientPipeConnection.cs" |       <SubType>Code</SubType> | ||||||
|                     SubType = "Code" |     </Compile> | ||||||
|                     BuildAction = "Compile" |     <Compile Include="ImpersonateWrapper.cs"> | ||||||
|                 /> |       <SubType>Code</SubType> | ||||||
|                 <File |     </Compile> | ||||||
|                     RelPath = "ImpersonateNative.cs" |     <Compile Include="NamedPipeIOException.cs"> | ||||||
|                     SubType = "Code" |       <SubType>Code</SubType> | ||||||
|                     BuildAction = "Compile" |     </Compile> | ||||||
|                 /> |     <Compile Include="NamedPipeNative.cs"> | ||||||
|                 <File |       <SubType>Code</SubType> | ||||||
|                     RelPath = "ImpersonateWrapper.cs" |     </Compile> | ||||||
|                     SubType = "Code" |     <Compile Include="NamedPipeWrapper.cs"> | ||||||
|                     BuildAction = "Compile" |       <SubType>Code</SubType> | ||||||
|                 /> |     </Compile> | ||||||
|                 <File |     <Compile Include="PipeHandle.cs"> | ||||||
|                     RelPath = "NamedPipeIOException.cs" |       <SubType>Code</SubType> | ||||||
|                     SubType = "Code" |     </Compile> | ||||||
|                     BuildAction = "Compile" |     <Compile Include="ServerPipeConnection.cs"> | ||||||
|                 /> |       <SubType>Code</SubType> | ||||||
|                 <File |     </Compile> | ||||||
|                     RelPath = "NamedPipeNative.cs" |   </ItemGroup> | ||||||
|                     SubType = "Code" |   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> | ||||||
|                     BuildAction = "Compile" |   <PropertyGroup> | ||||||
|                 /> |     <PreBuildEvent> | ||||||
|                 <File |     </PreBuildEvent> | ||||||
|                     RelPath = "NamedPipeWrapper.cs" |     <PostBuildEvent> | ||||||
|                     SubType = "Code" |     </PostBuildEvent> | ||||||
|                     BuildAction = "Compile" |   </PropertyGroup> | ||||||
|                 /> | </Project> | ||||||
|                 <File |  | ||||||
|                     RelPath = "PipeHandle.cs" |  | ||||||
|                     SubType = "Code" |  | ||||||
|                     BuildAction = "Compile" |  | ||||||
|                 /> |  | ||||||
|                 <File |  | ||||||
|                     RelPath = "ServerPipeConnection.cs" |  | ||||||
|                     SubType = "Code" |  | ||||||
|                     BuildAction = "Compile" |  | ||||||
|                 /> |  | ||||||
|             </Include> |  | ||||||
|         </Files> |  | ||||||
|     </CSHARP> |  | ||||||
| </VisualStudioProject> |  | ||||||
|  |  | ||||||
| @@ -1,48 +1,58 @@ | |||||||
| <VisualStudioProject> | <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||||||
|     <CSHARP LastOpenVersion = "7.10.3077" > |   <PropertyGroup> | ||||||
|         <Build> |     <LastOpenVersion>7.10.3077</LastOpenVersion> | ||||||
|             <Settings ReferencePath = "" > |     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | ||||||
|                 <Config |     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | ||||||
|                     Name = "Debug" |     <ReferencePath> | ||||||
|                     EnableASPDebugging = "false" |     </ReferencePath> | ||||||
|                     EnableASPXDebugging = "false" |     <CopyProjectDestinationFolder> | ||||||
|                     EnableUnmanagedDebugging = "false" |     </CopyProjectDestinationFolder> | ||||||
|                     EnableSQLServerDebugging = "false" |     <CopyProjectUncPath> | ||||||
|                     RemoteDebugEnabled = "false" |     </CopyProjectUncPath> | ||||||
|                     RemoteDebugMachine = "" |     <CopyProjectOption>0</CopyProjectOption> | ||||||
|                     StartAction = "Project" |     <ProjectView>ProjectFiles</ProjectView> | ||||||
|                     StartArguments = "" |     <ProjectTrust>0</ProjectTrust> | ||||||
|                     StartPage = "" |   </PropertyGroup> | ||||||
|                     StartProgram = "" |   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | ||||||
|                     StartURL = "" |     <EnableASPDebugging>false</EnableASPDebugging> | ||||||
|                     StartWorkingDirectory = "" |     <EnableASPXDebugging>false</EnableASPXDebugging> | ||||||
|                     StartWithIE = "false" |     <EnableUnmanagedDebugging>false</EnableUnmanagedDebugging> | ||||||
|                 /> |     <EnableSQLServerDebugging>false</EnableSQLServerDebugging> | ||||||
|                 <Config |     <RemoteDebugEnabled>false</RemoteDebugEnabled> | ||||||
|                     Name = "Release" |     <RemoteDebugMachine> | ||||||
|                     EnableASPDebugging = "false" |     </RemoteDebugMachine> | ||||||
|                     EnableASPXDebugging = "false" |     <StartAction>Project</StartAction> | ||||||
|                     EnableUnmanagedDebugging = "false" |     <StartArguments> | ||||||
|                     EnableSQLServerDebugging = "false" |     </StartArguments> | ||||||
|                     RemoteDebugEnabled = "false" |     <StartPage> | ||||||
|                     RemoteDebugMachine = "" |     </StartPage> | ||||||
|                     StartAction = "Project" |     <StartProgram> | ||||||
|                     StartArguments = "" |     </StartProgram> | ||||||
|                     StartPage = "" |     <StartURL> | ||||||
|                     StartProgram = "" |     </StartURL> | ||||||
|                     StartURL = "" |     <StartWorkingDirectory> | ||||||
|                     StartWorkingDirectory = "" |     </StartWorkingDirectory> | ||||||
|                     StartWithIE = "true" |     <StartWithIE>false</StartWithIE> | ||||||
|                 /> |   </PropertyGroup> | ||||||
|             </Settings> |   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | ||||||
|         </Build> |     <EnableASPDebugging>false</EnableASPDebugging> | ||||||
|         <OtherProjectSettings |     <EnableASPXDebugging>false</EnableASPXDebugging> | ||||||
|             CopyProjectDestinationFolder = "" |     <EnableUnmanagedDebugging>false</EnableUnmanagedDebugging> | ||||||
|             CopyProjectUncPath = "" |     <EnableSQLServerDebugging>false</EnableSQLServerDebugging> | ||||||
|             CopyProjectOption = "0" |     <RemoteDebugEnabled>false</RemoteDebugEnabled> | ||||||
|             ProjectView = "ProjectFiles" |     <RemoteDebugMachine> | ||||||
|             ProjectTrust = "0" |     </RemoteDebugMachine> | ||||||
|         /> |     <StartAction>Project</StartAction> | ||||||
|     </CSHARP> |     <StartArguments> | ||||||
| </VisualStudioProject> |     </StartArguments> | ||||||
|  |     <StartPage> | ||||||
|  |     </StartPage> | ||||||
|  |     <StartProgram> | ||||||
|  |     </StartProgram> | ||||||
|  |     <StartURL> | ||||||
|  |     </StartURL> | ||||||
|  |     <StartWorkingDirectory> | ||||||
|  |     </StartWorkingDirectory> | ||||||
|  |     <StartWithIE>true</StartWithIE> | ||||||
|  |   </PropertyGroup> | ||||||
|  | </Project> | ||||||
| @@ -1,342 +1,245 @@ | |||||||
| <VisualStudioProject> | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||||||
|     <CSHARP |   <PropertyGroup> | ||||||
|         ProjectType = "Local" |     <ProjectType>Local</ProjectType> | ||||||
|         ProductVersion = "7.10.3077" |     <ProductVersion>8.0.50727</ProductVersion> | ||||||
|         SchemaVersion = "2.0" |     <SchemaVersion>2.0</SchemaVersion> | ||||||
|         ProjectGuid = "{A1A805D0-B400-4D11-A772-348CE13F1046}" |     <ProjectGuid>{A1A805D0-B400-4D11-A772-348CE13F1046}</ProjectGuid> | ||||||
|     > |     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | ||||||
|         <Build> |     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | ||||||
|             <Settings |     <ApplicationIcon> | ||||||
|                 ApplicationIcon = "" |     </ApplicationIcon> | ||||||
|                 AssemblyKeyContainerName = "" |     <AssemblyKeyContainerName> | ||||||
|                 AssemblyName = "CASAManager" |     </AssemblyKeyContainerName> | ||||||
|                 AssemblyOriginatorKeyFile = "" |     <AssemblyName>CASAManager</AssemblyName> | ||||||
|                 DefaultClientScript = "JScript" |     <AssemblyOriginatorKeyFile> | ||||||
|                 DefaultHTMLPageLayout = "Grid" |     </AssemblyOriginatorKeyFile> | ||||||
|                 DefaultTargetSchema = "IE50" |     <DefaultClientScript>JScript</DefaultClientScript> | ||||||
|                 DelaySign = "false" |     <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout> | ||||||
|                 OutputType = "WinExe" |     <DefaultTargetSchema>IE50</DefaultTargetSchema> | ||||||
|                 PreBuildEvent = "" |     <DelaySign>false</DelaySign> | ||||||
|                 PostBuildEvent = "" |     <OutputType>WinExe</OutputType> | ||||||
|                 RootNamespace = "" |     <RootNamespace> | ||||||
|                 RunPostBuildEvent = "OnBuildSuccess" |     </RootNamespace> | ||||||
|                 StartupObject = "" |     <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent> | ||||||
|             > |     <StartupObject> | ||||||
|                 <Config |     </StartupObject> | ||||||
|                     Name = "Debug" |     <FileUpgradeFlags> | ||||||
|                     AllowUnsafeBlocks = "false" |     </FileUpgradeFlags> | ||||||
|                     BaseAddress = "285212672" |     <UpgradeBackupLocation> | ||||||
|                     CheckForOverflowUnderflow = "false" |     </UpgradeBackupLocation> | ||||||
|                     ConfigurationOverrideFile = "" |   </PropertyGroup> | ||||||
|                     DefineConstants = "W32" |   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | ||||||
|                     DocumentationFile = "" |     <OutputPath>Debug\</OutputPath> | ||||||
|                     DebugSymbols = "true" |     <AllowUnsafeBlocks>false</AllowUnsafeBlocks> | ||||||
|                     FileAlignment = "4096" |     <BaseAddress>285212672</BaseAddress> | ||||||
|                     IncrementalBuild = "false" |     <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow> | ||||||
|                     NoStdLib = "false" |     <ConfigurationOverrideFile> | ||||||
|                     NoWarn = "" |     </ConfigurationOverrideFile> | ||||||
|                     Optimize = "false" |     <DefineConstants>W32</DefineConstants> | ||||||
|                     OutputPath = "Debug\" |     <DocumentationFile> | ||||||
|                     RegisterForComInterop = "false" |     </DocumentationFile> | ||||||
|                     RemoveIntegerChecks = "false" |     <DebugSymbols>true</DebugSymbols> | ||||||
|                     TreatWarningsAsErrors = "false" |     <FileAlignment>4096</FileAlignment> | ||||||
|                     WarningLevel = "4" |     <NoStdLib>false</NoStdLib> | ||||||
|                 /> |     <NoWarn> | ||||||
|                 <Config |     </NoWarn> | ||||||
|                     Name = "Release" |     <Optimize>false</Optimize> | ||||||
|                     AllowUnsafeBlocks = "false" |     <RegisterForComInterop>false</RegisterForComInterop> | ||||||
|                     BaseAddress = "285212672" |     <RemoveIntegerChecks>false</RemoveIntegerChecks> | ||||||
|                     CheckForOverflowUnderflow = "false" |     <TreatWarningsAsErrors>false</TreatWarningsAsErrors> | ||||||
|                     ConfigurationOverrideFile = "" |     <WarningLevel>4</WarningLevel> | ||||||
|                     DefineConstants = "W32" |     <DebugType>full</DebugType> | ||||||
|                     DocumentationFile = "" |     <ErrorReport>prompt</ErrorReport> | ||||||
|                     DebugSymbols = "false" |   </PropertyGroup> | ||||||
|                     FileAlignment = "4096" |   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | ||||||
|                     IncrementalBuild = "false" |     <OutputPath>Release\</OutputPath> | ||||||
|                     NoStdLib = "false" |     <AllowUnsafeBlocks>false</AllowUnsafeBlocks> | ||||||
|                     NoWarn = "" |     <BaseAddress>285212672</BaseAddress> | ||||||
|                     Optimize = "true" |     <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow> | ||||||
|                     OutputPath = "Release\" |     <ConfigurationOverrideFile> | ||||||
|                     RegisterForComInterop = "false" |     </ConfigurationOverrideFile> | ||||||
|                     RemoveIntegerChecks = "false" |     <DefineConstants>W32</DefineConstants> | ||||||
|                     TreatWarningsAsErrors = "false" |     <DocumentationFile> | ||||||
|                     WarningLevel = "4" |     </DocumentationFile> | ||||||
|                 /> |     <DebugSymbols>false</DebugSymbols> | ||||||
|             </Settings> |     <FileAlignment>4096</FileAlignment> | ||||||
|             <References> |     <NoStdLib>false</NoStdLib> | ||||||
|                 <Reference |     <NoWarn> | ||||||
|                     Name = "System" |     </NoWarn> | ||||||
|                     AssemblyName = "System" |     <Optimize>true</Optimize> | ||||||
|                     HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.dll" |     <RegisterForComInterop>false</RegisterForComInterop> | ||||||
|                 /> |     <RemoveIntegerChecks>false</RemoveIntegerChecks> | ||||||
|                 <Reference |     <TreatWarningsAsErrors>false</TreatWarningsAsErrors> | ||||||
|                     Name = "System.Data" |     <WarningLevel>4</WarningLevel> | ||||||
|                     AssemblyName = "System.Data" |     <DebugType>none</DebugType> | ||||||
|                     HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Data.dll" |     <ErrorReport>prompt</ErrorReport> | ||||||
|                 /> |   </PropertyGroup> | ||||||
|                 <Reference |   <ItemGroup> | ||||||
|                     Name = "System.XML" |     <Reference Include="atk-sharp"> | ||||||
|                     AssemblyName = "System.Xml" |       <Name>atk-sharp</Name> | ||||||
|                     HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.XML.dll" |       <HintPath>C:\GTK\2.8\lib\gtk-sharp-2.0\atk-sharp.dll</HintPath> | ||||||
|                 /> |       <AssemblyFolderKey>hklm\dn\gtk-sharp-2.0</AssemblyFolderKey> | ||||||
|                 <Reference |     </Reference> | ||||||
|                     Name = "System.Windows.Forms" |     <Reference Include="gdk-sharp"> | ||||||
|                     AssemblyName = "System.Windows.Forms" |       <Name>gdk-sharp</Name> | ||||||
|                     HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Windows.Forms.dll" |       <HintPath>C:\GTK\2.8\lib\gtk-sharp-2.0\gdk-sharp.dll</HintPath> | ||||||
|                 /> |       <AssemblyFolderKey>hklm\dn\gtk-sharp-2.0</AssemblyFolderKey> | ||||||
|                 <Reference |     </Reference> | ||||||
|                     Name = "System.Drawing" |     <Reference Include="glade-sharp"> | ||||||
|                     AssemblyName = "System.Drawing" |       <Name>glade-sharp</Name> | ||||||
|                     HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Drawing.dll" |       <HintPath>C:\GTK\2.8\lib\gtk-sharp-2.0\glade-sharp.dll</HintPath> | ||||||
|                 /> |       <AssemblyFolderKey>hklm\dn\gtk-sharp-2.0</AssemblyFolderKey> | ||||||
|                 <Reference |     </Reference> | ||||||
|                     Name = "Novell.CASA.A-D" |     <Reference Include="glib-sharp"> | ||||||
|                     Project = "{25D49F34-F655-4CCF-93F1-449243AF7A32}" |       <Name>glib-sharp</Name> | ||||||
|                     Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" |       <HintPath>C:\GTK\2.8\lib\gtk-sharp-2.0\glib-sharp.dll</HintPath> | ||||||
|                 /> |       <AssemblyFolderKey>hklm\dn\gtk-sharp-2.0</AssemblyFolderKey> | ||||||
|                 <Reference |     </Reference> | ||||||
|                     Name = "Novell.CASA.Common" |     <Reference Include="gnome-sharp"> | ||||||
|                     Project = "{57CD94A2-5B4A-40C3-8189-CB760FB78357}" |       <Name>gnome-sharp</Name> | ||||||
|                     Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" |       <HintPath>C:\GTK\2.8\lib\gtk-sharp-2.0\gnome-sharp.dll</HintPath> | ||||||
|                 /> |       <AssemblyFolderKey>hklm\dn\gtk-sharp-2.0</AssemblyFolderKey> | ||||||
|                 <Reference |     </Reference> | ||||||
|                     Name = "Novell.CASA.miCASAWrapper" |     <Reference Include="gtk-sharp"> | ||||||
|                     Project = "{E21DD887-22F4-4935-9851-409715F663B0}" |       <Name>gtk-sharp</Name> | ||||||
|                     Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" |       <HintPath>C:\GTK\2.8\lib\gtk-sharp-2.0\gtk-sharp.dll</HintPath> | ||||||
|                 /> |       <AssemblyFolderKey>hklm\dn\gtk-sharp-2.0</AssemblyFolderKey> | ||||||
|                 <Reference |     </Reference> | ||||||
|                     Name = "Novell.CASA.CASAPolicy" |     <Reference Include="pango-sharp"> | ||||||
|                     Project = "{636A9D7E-BFB5-4EB9-96F8-51FF85A98826}" |       <Name>pango-sharp</Name> | ||||||
|                     Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" |       <HintPath>C:\GTK\2.8\lib\gtk-sharp-2.0\pango-sharp.dll</HintPath> | ||||||
|                 /> |       <AssemblyFolderKey>hklm\dn\gtk-sharp-2.0</AssemblyFolderKey> | ||||||
|                 <Reference |     </Reference> | ||||||
|                     Name = "pango-sharp" |     <Reference Include="System"> | ||||||
|                     AssemblyName = "pango-sharp" |       <Name>System</Name> | ||||||
|                     HintPath = "C:\GTK\2.8\lib\gtk-sharp-2.0\pango-sharp.dll" |     </Reference> | ||||||
|                     AssemblyFolderKey = "hklm\dn\gtk-sharp-2.0" |     <Reference Include="System.Data"> | ||||||
|                 /> |       <Name>System.Data</Name> | ||||||
|                 <Reference |     </Reference> | ||||||
|                     Name = "gtk-sharp" |     <Reference Include="System.Drawing"> | ||||||
|                     AssemblyName = "gtk-sharp" |       <Name>System.Drawing</Name> | ||||||
|                     HintPath = "C:\GTK\2.8\lib\gtk-sharp-2.0\gtk-sharp.dll" |     </Reference> | ||||||
|                     AssemblyFolderKey = "hklm\dn\gtk-sharp-2.0" |     <Reference Include="System.Windows.Forms"> | ||||||
|                 /> |       <Name>System.Windows.Forms</Name> | ||||||
|                 <Reference |     </Reference> | ||||||
|                     Name = "gnome-sharp" |     <Reference Include="System.Xml"> | ||||||
|                     AssemblyName = "gnome-sharp" |       <Name>System.XML</Name> | ||||||
|                     HintPath = "C:\GTK\2.8\lib\gtk-sharp-2.0\gnome-sharp.dll" |     </Reference> | ||||||
|                     AssemblyFolderKey = "hklm\dn\gtk-sharp-2.0" |     <ProjectReference Include="..\adlib\Novell.CASA.A-D.csproj"> | ||||||
|                 /> |       <Name>Novell.CASA.A-D</Name> | ||||||
|                 <Reference |       <Project>{25D49F34-F655-4CCF-93F1-449243AF7A32}</Project> | ||||||
|                     Name = "glib-sharp" |       <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package> | ||||||
|                     AssemblyName = "glib-sharp" |     </ProjectReference> | ||||||
|                     HintPath = "C:\GTK\2.8\lib\gtk-sharp-2.0\glib-sharp.dll" |     <ProjectReference Include="..\micasad\lib\Novell.CASA.Common.csproj"> | ||||||
|                     AssemblyFolderKey = "hklm\dn\gtk-sharp-2.0" |       <Name>Novell.CASA.Common</Name> | ||||||
|                 /> |       <Project>{57CD94A2-5B4A-40C3-8189-CB760FB78357}</Project> | ||||||
|                 <Reference |       <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package> | ||||||
|                     Name = "glade-sharp" |     </ProjectReference> | ||||||
|                     AssemblyName = "glade-sharp" |     <ProjectReference Include="..\policy\Novell.CASA.CASAPolicy.csproj"> | ||||||
|                     HintPath = "C:\GTK\2.8\lib\gtk-sharp-2.0\glade-sharp.dll" |       <Name>Novell.CASA.CASAPolicy</Name> | ||||||
|                     AssemblyFolderKey = "hklm\dn\gtk-sharp-2.0" |       <Project>{636A9D7E-BFB5-4EB9-96F8-51FF85A98826}</Project> | ||||||
|                 /> |       <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package> | ||||||
|                 <Reference |     </ProjectReference> | ||||||
|                     Name = "gdk-sharp" |     <ProjectReference Include="..\sharp\NSSCSWrapper\Novell.CASA.miCASAWrapper.csproj"> | ||||||
|                     AssemblyName = "gdk-sharp" |       <Name>Novell.CASA.miCASAWrapper</Name> | ||||||
|                     HintPath = "C:\GTK\2.8\lib\gtk-sharp-2.0\gdk-sharp.dll" |       <Project>{E21DD887-22F4-4935-9851-409715F663B0}</Project> | ||||||
|                     AssemblyFolderKey = "hklm\dn\gtk-sharp-2.0" |       <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package> | ||||||
|                 /> |     </ProjectReference> | ||||||
|                 <Reference |   </ItemGroup> | ||||||
|                     Name = "atk-sharp" |   <ItemGroup> | ||||||
|                     AssemblyName = "atk-sharp" |     <Compile Include="AssemblyInfo.cs"> | ||||||
|                     HintPath = "C:\GTK\2.8\lib\gtk-sharp-2.0\atk-sharp.dll" |       <SubType>Code</SubType> | ||||||
|                     AssemblyFolderKey = "hklm\dn\gtk-sharp-2.0" |     </Compile> | ||||||
|                 /> |     <Compile Include="CasaMain.cs"> | ||||||
|             </References> |       <SubType>Code</SubType> | ||||||
|         </Build> |     </Compile> | ||||||
|         <Files> |     <Compile Include="CasaTray.cs"> | ||||||
|             <Include> |       <SubType>Code</SubType> | ||||||
|                 <File |     </Compile> | ||||||
|                     RelPath = "AssemblyInfo.cs" |     <Compile Include="Common.cs"> | ||||||
|                     SubType = "Code" |       <SubType>Code</SubType> | ||||||
|                     BuildAction = "Compile" |     </Compile> | ||||||
|                 /> |     <Compile Include="CommonGUI.cs"> | ||||||
|                 <File |       <SubType>Code</SubType> | ||||||
|                     RelPath = "CasaMain.cs" |     </Compile> | ||||||
|                     SubType = "Code" |     <Compile Include="Config.cs"> | ||||||
|                     BuildAction = "Compile" |       <SubType>Code</SubType> | ||||||
|                 /> |     </Compile> | ||||||
|                 <File |     <Compile Include="CopySecret.cs"> | ||||||
|                     RelPath = "CasaTray.cs" |       <SubType>Code</SubType> | ||||||
|                     SubType = "Code" |     </Compile> | ||||||
|                     BuildAction = "Compile" |     <Compile Include="DbgFileChooser.cs"> | ||||||
|                 /> |       <SubType>Code</SubType> | ||||||
|                 <File |     </Compile> | ||||||
|                     RelPath = "Common.cs" |     <Compile Include="ExportSecrets.cs"> | ||||||
|                     SubType = "Code" |       <SubType>Code</SubType> | ||||||
|                     BuildAction = "Compile" |     </Compile> | ||||||
|                 /> |     <Compile Include="FileChooser.cs"> | ||||||
|                 <File |       <SubType>Code</SubType> | ||||||
|                     RelPath = "CommonGUI.cs" |     </Compile> | ||||||
|                     SubType = "Code" |     <Compile Include="Firefox.cs"> | ||||||
|                     BuildAction = "Compile" |       <SubType>Code</SubType> | ||||||
|                 /> |     </Compile> | ||||||
|                 <File |     <Compile Include="GnomeKeyring.cs"> | ||||||
|                     RelPath = "Config.cs" |       <SubType>Code</SubType> | ||||||
|                     SubType = "Code" |     </Compile> | ||||||
|                     BuildAction = "Compile" |     <Compile Include="ImportSecrets.cs"> | ||||||
|                 /> |       <SubType>Code</SubType> | ||||||
|                 <File |     </Compile> | ||||||
|                     RelPath = "CopySecret.cs" |     <Compile Include="KdeWallet.cs"> | ||||||
|                     SubType = "Code" |       <SubType>Code</SubType> | ||||||
|                     BuildAction = "Compile" |     </Compile> | ||||||
|                 /> |     <Compile Include="Logger.cs"> | ||||||
|                 <File |       <SubType>Code</SubType> | ||||||
|                     RelPath = "DbgFileChooser.cs" |     </Compile> | ||||||
|                     SubType = "Code" |     <Compile Include="MiCasa.cs"> | ||||||
|                     BuildAction = "Compile" |       <SubType>Code</SubType> | ||||||
|                 /> |     </Compile> | ||||||
|                 <File |     <Compile Include="Mozilla.cs"> | ||||||
|                     RelPath = "ExportSecrets.cs" |       <SubType>Code</SubType> | ||||||
|                     SubType = "Code" |     </Compile> | ||||||
|                     BuildAction = "Compile" |     <Compile Include="PersistentPolicyDialog.cs"> | ||||||
|                 /> |       <SubType>Code</SubType> | ||||||
|                 <File |     </Compile> | ||||||
|                     RelPath = "FileChooser.cs" |     <Compile Include="SingleApplication.cs"> | ||||||
|                     SubType = "Code" |       <SubType>Code</SubType> | ||||||
|                     BuildAction = "Compile" |     </Compile> | ||||||
|                 /> |     <Compile Include="Store.cs"> | ||||||
|                 <File |       <SubType>Code</SubType> | ||||||
|                     RelPath = "Firefox.cs" |     </Compile> | ||||||
|                     SubType = "Code" |     <Compile Include="StoreDataInterface.cs"> | ||||||
|                     BuildAction = "Compile" |       <SubType>Code</SubType> | ||||||
|                 /> |     </Compile> | ||||||
|                 <File |     <Compile Include="StorePolicyInterface.cs"> | ||||||
|                     RelPath = "GnomeKeyring.cs" |       <SubType>Code</SubType> | ||||||
|                     SubType = "Code" |     </Compile> | ||||||
|                     BuildAction = "Compile" |     <Compile Include="windows\NoGTKSharpForm.cs"> | ||||||
|                 /> |       <SubType>Form</SubType> | ||||||
|                 <File |     </Compile> | ||||||
|                     RelPath = "ImportSecrets.cs" |     <Content Include="images\casa-logo.png" /> | ||||||
|                     SubType = "Code" |     <Content Include="images\CASA.bmp" /> | ||||||
|                     BuildAction = "Compile" |     <Content Include="images\CASAiconsLocked.ico" /> | ||||||
|                 /> |     <Content Include="images\CASA_16.png" /> | ||||||
|                 <File |     <Content Include="images\CASA_32.png" /> | ||||||
|                     RelPath = "KdeWallet.cs" |     <Content Include="images\CASA_48.png" /> | ||||||
|                     SubType = "Code" |     <Content Include="images\firefox-logo.png" /> | ||||||
|                     BuildAction = "Compile" |     <Content Include="images\folder.png" /> | ||||||
|                 /> |     <Content Include="images\keyring-logo.png" /> | ||||||
|                 <File |     <Content Include="images\kwallet-logo.png" /> | ||||||
|                     RelPath = "Logger.cs" |     <Content Include="images\micasa-logo.png" /> | ||||||
|                     SubType = "Code" |     <Content Include="images\mozilla-logo.png" /> | ||||||
|                     BuildAction = "Compile" |     <Content Include="images\novell-logo.png" /> | ||||||
|                 /> |     <None Include="images\casa.glade" /> | ||||||
|                 <File |     <None Include="images\casa.gladep" /> | ||||||
|                     RelPath = "MiCasa.cs" |     <EmbeddedResource Include="windows\NoGTKSharpForm.resx"> | ||||||
|                     SubType = "Code" |       <DependentUpon>NoGTKSharpForm.cs</DependentUpon> | ||||||
|                     BuildAction = "Compile" |     </EmbeddedResource> | ||||||
|                 /> |   </ItemGroup> | ||||||
|                 <File |   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> | ||||||
|                     RelPath = "Mozilla.cs" |   <PropertyGroup> | ||||||
|                     SubType = "Code" |     <PreBuildEvent> | ||||||
|                     BuildAction = "Compile" |     </PreBuildEvent> | ||||||
|                 /> |     <PostBuildEvent> | ||||||
|                 <File |     </PostBuildEvent> | ||||||
|                     RelPath = "PersistentPolicyDialog.cs" |   </PropertyGroup> | ||||||
|                     SubType = "Code" | </Project> | ||||||
|                     BuildAction = "Compile" |  | ||||||
|                 /> |  | ||||||
|                 <File |  | ||||||
|                     RelPath = "SingleApplication.cs" |  | ||||||
|                     SubType = "Code" |  | ||||||
|                     BuildAction = "Compile" |  | ||||||
|                 /> |  | ||||||
|                 <File |  | ||||||
|                     RelPath = "Store.cs" |  | ||||||
|                     SubType = "Code" |  | ||||||
|                     BuildAction = "Compile" |  | ||||||
|                 /> |  | ||||||
|                 <File |  | ||||||
|                     RelPath = "StoreDataInterface.cs" |  | ||||||
|                     SubType = "Code" |  | ||||||
|                     BuildAction = "Compile" |  | ||||||
|                 /> |  | ||||||
|                 <File |  | ||||||
|                     RelPath = "StorePolicyInterface.cs" |  | ||||||
|                     SubType = "Code" |  | ||||||
|                     BuildAction = "Compile" |  | ||||||
|                 /> |  | ||||||
|                 <File |  | ||||||
|                     RelPath = "images\CASA.bmp" |  | ||||||
|                     BuildAction = "Content" |  | ||||||
|                 /> |  | ||||||
|                 <File |  | ||||||
|                     RelPath = "images\casa.glade" |  | ||||||
|                     BuildAction = "None" |  | ||||||
|                 /> |  | ||||||
|                 <File |  | ||||||
|                     RelPath = "images\casa.gladep" |  | ||||||
|                     BuildAction = "None" |  | ||||||
|                 /> |  | ||||||
|                 <File |  | ||||||
|                     RelPath = "images\CASA_16.png" |  | ||||||
|                     BuildAction = "Content" |  | ||||||
|                 /> |  | ||||||
|                 <File |  | ||||||
|                     RelPath = "images\CASA_32.png" |  | ||||||
|                     BuildAction = "Content" |  | ||||||
|                 /> |  | ||||||
|                 <File |  | ||||||
|                     RelPath = "images\CASA_48.png" |  | ||||||
|                     BuildAction = "Content" |  | ||||||
|                 /> |  | ||||||
|                 <File |  | ||||||
|                     RelPath = "images\CASAiconsLocked.ico" |  | ||||||
|                     BuildAction = "Content" |  | ||||||
|                 /> |  | ||||||
|                 <File |  | ||||||
|                     RelPath = "images\casa-logo.png" |  | ||||||
|                     BuildAction = "Content" |  | ||||||
|                 /> |  | ||||||
|                 <File |  | ||||||
|                     RelPath = "images\firefox-logo.png" |  | ||||||
|                     BuildAction = "Content" |  | ||||||
|                 /> |  | ||||||
|                 <File |  | ||||||
|                     RelPath = "images\folder.png" |  | ||||||
|                     BuildAction = "Content" |  | ||||||
|                 /> |  | ||||||
|                 <File |  | ||||||
|                     RelPath = "images\keyring-logo.png" |  | ||||||
|                     BuildAction = "Content" |  | ||||||
|                 /> |  | ||||||
|                 <File |  | ||||||
|                     RelPath = "images\kwallet-logo.png" |  | ||||||
|                     BuildAction = "Content" |  | ||||||
|                 /> |  | ||||||
|                 <File |  | ||||||
|                     RelPath = "images\micasa-logo.png" |  | ||||||
|                     BuildAction = "Content" |  | ||||||
|                 /> |  | ||||||
|                 <File |  | ||||||
|                     RelPath = "images\mozilla-logo.png" |  | ||||||
|                     BuildAction = "Content" |  | ||||||
|                 /> |  | ||||||
|                 <File |  | ||||||
|                     RelPath = "images\novell-logo.png" |  | ||||||
|                     BuildAction = "Content" |  | ||||||
|                 /> |  | ||||||
|                 <File |  | ||||||
|                     RelPath = "windows\NoGTKSharpForm.cs" |  | ||||||
|                     SubType = "Form" |  | ||||||
|                     BuildAction = "Compile" |  | ||||||
|                 /> |  | ||||||
|                 <File |  | ||||||
|                     RelPath = "windows\NoGTKSharpForm.resx" |  | ||||||
|                     DependentUpon = "NoGTKSharpForm.cs" |  | ||||||
|                     BuildAction = "EmbeddedResource" |  | ||||||
|                 /> |  | ||||||
|             </Include> |  | ||||||
|         </Files> |  | ||||||
|     </CSHARP> |  | ||||||
| </VisualStudioProject> |  | ||||||
|  |  | ||||||
| @@ -1,48 +1,56 @@ | |||||||
| <VisualStudioProject> | <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||||||
|     <CSHARP LastOpenVersion = "7.10.3077" > |   <PropertyGroup> | ||||||
|         <Build> |     <LastOpenVersion>7.10.3077</LastOpenVersion> | ||||||
|             <Settings ReferencePath = "D:\casa\extern\w32\gtk-sharp-2.0\;C:\GtkRun\2.8\lib\gtk-sharp\" > |     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | ||||||
|                 <Config |     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | ||||||
|                     Name = "Debug" |     <ReferencePath>D:\casa\extern\w32\gtk-sharp-2.0\;C:\GtkRun\2.8\lib\gtk-sharp\</ReferencePath> | ||||||
|                     EnableASPDebugging = "false" |     <CopyProjectDestinationFolder> | ||||||
|                     EnableASPXDebugging = "false" |     </CopyProjectDestinationFolder> | ||||||
|                     EnableUnmanagedDebugging = "false" |     <CopyProjectUncPath> | ||||||
|                     EnableSQLServerDebugging = "false" |     </CopyProjectUncPath> | ||||||
|                     RemoteDebugEnabled = "false" |     <CopyProjectOption>0</CopyProjectOption> | ||||||
|                     RemoteDebugMachine = "" |     <ProjectView>ProjectFiles</ProjectView> | ||||||
|                     StartAction = "Project" |     <ProjectTrust>0</ProjectTrust> | ||||||
|                     StartArguments = "-debug" |   </PropertyGroup> | ||||||
|                     StartPage = "" |   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | ||||||
|                     StartProgram = "" |     <EnableASPDebugging>false</EnableASPDebugging> | ||||||
|                     StartURL = "" |     <EnableASPXDebugging>false</EnableASPXDebugging> | ||||||
|                     StartWorkingDirectory = "" |     <EnableUnmanagedDebugging>false</EnableUnmanagedDebugging> | ||||||
|                     StartWithIE = "true" |     <EnableSQLServerDebugging>false</EnableSQLServerDebugging> | ||||||
|                 /> |     <RemoteDebugEnabled>false</RemoteDebugEnabled> | ||||||
|                 <Config |     <RemoteDebugMachine> | ||||||
|                     Name = "Release" |     </RemoteDebugMachine> | ||||||
|                     EnableASPDebugging = "false" |     <StartAction>Project</StartAction> | ||||||
|                     EnableASPXDebugging = "false" |     <StartArguments>-debug</StartArguments> | ||||||
|                     EnableUnmanagedDebugging = "false" |     <StartPage> | ||||||
|                     EnableSQLServerDebugging = "false" |     </StartPage> | ||||||
|                     RemoteDebugEnabled = "false" |     <StartProgram> | ||||||
|                     RemoteDebugMachine = "" |     </StartProgram> | ||||||
|                     StartAction = "Project" |     <StartURL> | ||||||
|                     StartArguments = "" |     </StartURL> | ||||||
|                     StartPage = "" |     <StartWorkingDirectory> | ||||||
|                     StartProgram = "" |     </StartWorkingDirectory> | ||||||
|                     StartURL = "" |     <StartWithIE>true</StartWithIE> | ||||||
|                     StartWorkingDirectory = "" |   </PropertyGroup> | ||||||
|                     StartWithIE = "true" |   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | ||||||
|                 /> |     <EnableASPDebugging>false</EnableASPDebugging> | ||||||
|             </Settings> |     <EnableASPXDebugging>false</EnableASPXDebugging> | ||||||
|         </Build> |     <EnableUnmanagedDebugging>false</EnableUnmanagedDebugging> | ||||||
|         <OtherProjectSettings |     <EnableSQLServerDebugging>false</EnableSQLServerDebugging> | ||||||
|             CopyProjectDestinationFolder = "" |     <RemoteDebugEnabled>false</RemoteDebugEnabled> | ||||||
|             CopyProjectUncPath = "" |     <RemoteDebugMachine> | ||||||
|             CopyProjectOption = "0" |     </RemoteDebugMachine> | ||||||
|             ProjectView = "ProjectFiles" |     <StartAction>Project</StartAction> | ||||||
|             ProjectTrust = "0" |     <StartArguments> | ||||||
|         /> |     </StartArguments> | ||||||
|     </CSHARP> |     <StartPage> | ||||||
| </VisualStudioProject> |     </StartPage> | ||||||
|  |     <StartProgram> | ||||||
|  |     </StartProgram> | ||||||
|  |     <StartURL> | ||||||
|  |     </StartURL> | ||||||
|  |     <StartWorkingDirectory> | ||||||
|  |     </StartWorkingDirectory> | ||||||
|  |     <StartWithIE>true</StartWithIE> | ||||||
|  |   </PropertyGroup> | ||||||
|  | </Project> | ||||||
| @@ -1,73 +1,124 @@ | |||||||
| <?xml version="1.0" encoding="Windows-1252"?> | <?xml version="1.0" encoding="Windows-1252"?> | ||||||
| <VisualStudioProject | <VisualStudioProject | ||||||
| 	ProjectType="Visual C++" | 	ProjectType="Visual C++" | ||||||
| 	Version="7.10" | 	Version="8.00" | ||||||
| 	Name="lcredmgr" | 	Name="lcredmgr" | ||||||
| 	ProjectGUID="{55E85618-3643-4213-A15F-08DA1F02D9BB}" | 	ProjectGUID="{55E85618-3643-4213-A15F-08DA1F02D9BB}" | ||||||
| 	Keyword="Win32Proj"> | 	Keyword="Win32Proj" | ||||||
|  | 	> | ||||||
| 	<Platforms> | 	<Platforms> | ||||||
| 		<Platform | 		<Platform | ||||||
| 			Name="Win32"/> | 			Name="Win32" | ||||||
|  | 		/> | ||||||
| 	</Platforms> | 	</Platforms> | ||||||
|  | 	<ToolFiles> | ||||||
|  | 	</ToolFiles> | ||||||
| 	<Configurations> | 	<Configurations> | ||||||
| 		<Configuration | 		<Configuration | ||||||
| 			Name="Debug|Win32" | 			Name="Debug|Win32" | ||||||
| 			OutputDirectory="bin\Debug" | 			OutputDirectory="bin\Debug" | ||||||
| 			IntermediateDirectory="bin\Debug" | 			IntermediateDirectory="bin\Debug" | ||||||
| 			ConfigurationType="2" | 			ConfigurationType="2" | ||||||
| 			CharacterSet="2"> | 			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" | ||||||
|  | 			CharacterSet="2" | ||||||
|  | 			> | ||||||
|  | 			<Tool | ||||||
|  | 				Name="VCPreBuildEventTool" | ||||||
|  | 			/> | ||||||
|  | 			<Tool | ||||||
|  | 				Name="VCCustomBuildTool" | ||||||
|  | 			/> | ||||||
|  | 			<Tool | ||||||
|  | 				Name="VCXMLDataGeneratorTool" | ||||||
|  | 			/> | ||||||
|  | 			<Tool | ||||||
|  | 				Name="VCWebServiceProxyGeneratorTool" | ||||||
|  | 			/> | ||||||
|  | 			<Tool | ||||||
|  | 				Name="VCMIDLTool" | ||||||
|  | 			/> | ||||||
| 			<Tool | 			<Tool | ||||||
| 				Name="VCCLCompilerTool" | 				Name="VCCLCompilerTool" | ||||||
| 				Optimization="0" | 				Optimization="0" | ||||||
| 				AdditionalIncludeDirectories=".\external\xplatapi\include;.\external\provider\include;..\..\include" | 				AdditionalIncludeDirectories=".\external\xplatapi\include;.\external\provider\include;..\..\include" | ||||||
| 				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;WINDOWS_EXPORTS" | 				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;WINDOWS_EXPORTS" | ||||||
| 				MinimalRebuild="TRUE" | 				MinimalRebuild="true" | ||||||
| 				BasicRuntimeChecks="3" | 				BasicRuntimeChecks="3" | ||||||
| 				RuntimeLibrary="1" | 				RuntimeLibrary="1" | ||||||
| 				UsePrecompiledHeader="0" | 				UsePrecompiledHeader="0" | ||||||
| 				WarningLevel="3" | 				WarningLevel="3" | ||||||
| 				Detect64BitPortabilityProblems="TRUE" | 				Detect64BitPortabilityProblems="true" | ||||||
| 				DebugInformationFormat="4"/> | 				DebugInformationFormat="4" | ||||||
|  | 			/> | ||||||
| 			<Tool | 			<Tool | ||||||
| 				Name="VCCustomBuildTool"/> | 				Name="VCManagedResourceCompilerTool" | ||||||
|  | 			/> | ||||||
|  | 			<Tool | ||||||
|  | 				Name="VCResourceCompilerTool" | ||||||
|  | 			/> | ||||||
|  | 			<Tool | ||||||
|  | 				Name="VCPreLinkEventTool" | ||||||
|  | 			/> | ||||||
| 			<Tool | 			<Tool | ||||||
| 				Name="VCLinkerTool" | 				Name="VCLinkerTool" | ||||||
| 				AdditionalDependencies=".\micasa.lib" | 				AdditionalDependencies=".\micasa.lib" | ||||||
| 				OutputFile="$(OutDir)/lcredmgr.dll" | 				OutputFile="$(OutDir)/lcredmgr.dll" | ||||||
| 				LinkIncremental="2" | 				LinkIncremental="2" | ||||||
| 				ModuleDefinitionFile=".\lcredmgr.def" | 				ModuleDefinitionFile=".\lcredmgr.def" | ||||||
| 				GenerateDebugInformation="TRUE" | 				GenerateDebugInformation="true" | ||||||
| 				ProgramDatabaseFile="$(OutDir)/windows.pdb" | 				ProgramDatabaseFile="$(OutDir)/windows.pdb" | ||||||
| 				SubSystem="2" | 				SubSystem="2" | ||||||
| 				ImportLibrary="$(OutDir)/windows.lib" | 				ImportLibrary="$(OutDir)/windows.lib" | ||||||
| 				TargetMachine="1"/> | 				TargetMachine="1" | ||||||
|  | 			/> | ||||||
| 			<Tool | 			<Tool | ||||||
| 				Name="VCMIDLTool"/> | 				Name="VCALinkTool" | ||||||
|  | 			/> | ||||||
| 			<Tool | 			<Tool | ||||||
| 				Name="VCPostBuildEventTool"/> | 				Name="VCManifestTool" | ||||||
|  | 			/> | ||||||
| 			<Tool | 			<Tool | ||||||
| 				Name="VCPreBuildEventTool"/> | 				Name="VCXDCMakeTool" | ||||||
|  | 			/> | ||||||
| 			<Tool | 			<Tool | ||||||
| 				Name="VCPreLinkEventTool"/> | 				Name="VCBscMakeTool" | ||||||
|  | 			/> | ||||||
| 			<Tool | 			<Tool | ||||||
| 				Name="VCResourceCompilerTool"/> | 				Name="VCFxCopTool" | ||||||
|  | 			/> | ||||||
| 			<Tool | 			<Tool | ||||||
| 				Name="VCWebServiceProxyGeneratorTool"/> | 				Name="VCAppVerifierTool" | ||||||
|  | 			/> | ||||||
| 			<Tool | 			<Tool | ||||||
| 				Name="VCXMLDataGeneratorTool"/> | 				Name="VCWebDeploymentTool" | ||||||
|  | 			/> | ||||||
| 			<Tool | 			<Tool | ||||||
| 				Name="VCWebDeploymentTool"/> | 				Name="VCPostBuildEventTool" | ||||||
| 			<Tool | 			/> | ||||||
| 				Name="VCManagedWrapperGeneratorTool"/> |  | ||||||
| 			<Tool |  | ||||||
| 				Name="VCAuxiliaryManagedWrapperGeneratorTool"/> |  | ||||||
| 		</Configuration> | 		</Configuration> | ||||||
| 		<Configuration | 		<Configuration | ||||||
| 			Name="Release|Win32" | 			Name="Release|Win32" | ||||||
| 			OutputDirectory="bin\Release" | 			OutputDirectory="bin\Release" | ||||||
| 			IntermediateDirectory="bin\Release" | 			IntermediateDirectory="bin\Release" | ||||||
| 			ConfigurationType="2" | 			ConfigurationType="2" | ||||||
| 			CharacterSet="2"> | 			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" | ||||||
|  | 			CharacterSet="2" | ||||||
|  | 			> | ||||||
|  | 			<Tool | ||||||
|  | 				Name="VCPreBuildEventTool" | ||||||
|  | 			/> | ||||||
|  | 			<Tool | ||||||
|  | 				Name="VCCustomBuildTool" | ||||||
|  | 			/> | ||||||
|  | 			<Tool | ||||||
|  | 				Name="VCXMLDataGeneratorTool" | ||||||
|  | 			/> | ||||||
|  | 			<Tool | ||||||
|  | 				Name="VCWebServiceProxyGeneratorTool" | ||||||
|  | 			/> | ||||||
|  | 			<Tool | ||||||
|  | 				Name="VCMIDLTool" | ||||||
|  | 			/> | ||||||
| 			<Tool | 			<Tool | ||||||
| 				Name="VCCLCompilerTool" | 				Name="VCCLCompilerTool" | ||||||
| 				AdditionalIncludeDirectories="..\..\include;.\external\xplatapi\include;.\external\provider\include" | 				AdditionalIncludeDirectories="..\..\include;.\external\xplatapi\include;.\external\provider\include" | ||||||
| @@ -75,42 +126,55 @@ | |||||||
| 				RuntimeLibrary="0" | 				RuntimeLibrary="0" | ||||||
| 				UsePrecompiledHeader="0" | 				UsePrecompiledHeader="0" | ||||||
| 				WarningLevel="3" | 				WarningLevel="3" | ||||||
| 				Detect64BitPortabilityProblems="TRUE" | 				Detect64BitPortabilityProblems="true" | ||||||
| 				DebugInformationFormat="3"/> | 				DebugInformationFormat="3" | ||||||
|  | 			/> | ||||||
| 			<Tool | 			<Tool | ||||||
| 				Name="VCCustomBuildTool"/> | 				Name="VCManagedResourceCompilerTool" | ||||||
|  | 			/> | ||||||
|  | 			<Tool | ||||||
|  | 				Name="VCResourceCompilerTool" | ||||||
|  | 			/> | ||||||
|  | 			<Tool | ||||||
|  | 				Name="VCPreLinkEventTool" | ||||||
|  | 			/> | ||||||
| 			<Tool | 			<Tool | ||||||
| 				Name="VCLinkerTool" | 				Name="VCLinkerTool" | ||||||
| 				AdditionalDependencies=".\micasa.lib" | 				AdditionalDependencies=".\micasa.lib" | ||||||
| 				OutputFile="$(OutDir)/lcredmgr.dll" | 				OutputFile="$(OutDir)/lcredmgr.dll" | ||||||
| 				LinkIncremental="1" | 				LinkIncremental="1" | ||||||
| 				ModuleDefinitionFile=".\lcredmgr.def" | 				ModuleDefinitionFile=".\lcredmgr.def" | ||||||
| 				GenerateDebugInformation="TRUE" | 				GenerateDebugInformation="true" | ||||||
| 				SubSystem="2" | 				SubSystem="2" | ||||||
| 				OptimizeReferences="2" | 				OptimizeReferences="2" | ||||||
| 				EnableCOMDATFolding="2" | 				EnableCOMDATFolding="2" | ||||||
| 				ImportLibrary="$(OutDir)/windows.lib" | 				ImportLibrary="$(OutDir)/windows.lib" | ||||||
| 				TargetMachine="1"/> | 				TargetMachine="1" | ||||||
|  | 			/> | ||||||
| 			<Tool | 			<Tool | ||||||
| 				Name="VCMIDLTool"/> | 				Name="VCALinkTool" | ||||||
|  | 			/> | ||||||
| 			<Tool | 			<Tool | ||||||
| 				Name="VCPostBuildEventTool"/> | 				Name="VCManifestTool" | ||||||
|  | 			/> | ||||||
| 			<Tool | 			<Tool | ||||||
| 				Name="VCPreBuildEventTool"/> | 				Name="VCXDCMakeTool" | ||||||
|  | 			/> | ||||||
| 			<Tool | 			<Tool | ||||||
| 				Name="VCPreLinkEventTool"/> | 				Name="VCBscMakeTool" | ||||||
|  | 			/> | ||||||
| 			<Tool | 			<Tool | ||||||
| 				Name="VCResourceCompilerTool"/> | 				Name="VCFxCopTool" | ||||||
|  | 			/> | ||||||
| 			<Tool | 			<Tool | ||||||
| 				Name="VCWebServiceProxyGeneratorTool"/> | 				Name="VCAppVerifierTool" | ||||||
|  | 			/> | ||||||
| 			<Tool | 			<Tool | ||||||
| 				Name="VCXMLDataGeneratorTool"/> | 				Name="VCWebDeploymentTool" | ||||||
|  | 			/> | ||||||
| 			<Tool | 			<Tool | ||||||
| 				Name="VCWebDeploymentTool"/> | 				Name="VCPostBuildEventTool" | ||||||
| 			<Tool | 			/> | ||||||
| 				Name="VCManagedWrapperGeneratorTool"/> |  | ||||||
| 			<Tool |  | ||||||
| 				Name="VCAuxiliaryManagedWrapperGeneratorTool"/> |  | ||||||
| 		</Configuration> | 		</Configuration> | ||||||
| 	</Configurations> | 	</Configurations> | ||||||
| 	<References> | 	<References> | ||||||
| @@ -119,29 +183,36 @@ | |||||||
| 		<Filter | 		<Filter | ||||||
| 			Name="Source Files" | 			Name="Source Files" | ||||||
| 			Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx" | 			Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx" | ||||||
| 			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"> | 			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" | ||||||
|  | 			> | ||||||
| 			<File | 			<File | ||||||
| 				RelativePath=".\lcredmgr.cpp"> | 				RelativePath=".\lcredmgr.cpp" | ||||||
|  | 				> | ||||||
| 			</File> | 			</File> | ||||||
| 			<File | 			<File | ||||||
| 				RelativePath=".\lextend.cpp"> | 				RelativePath=".\lextend.cpp" | ||||||
|  | 				> | ||||||
| 			</File> | 			</File> | ||||||
| 		</Filter> | 		</Filter> | ||||||
| 		<Filter | 		<Filter | ||||||
| 			Name="Header Files" | 			Name="Header Files" | ||||||
| 			Filter="h;hpp;hxx;hm;inl;inc;xsd" | 			Filter="h;hpp;hxx;hm;inl;inc;xsd" | ||||||
| 			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"> | 			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" | ||||||
|  | 			> | ||||||
| 			<File | 			<File | ||||||
| 				RelativePath=".\lcredmgr.h"> | 				RelativePath=".\lcredmgr.h" | ||||||
|  | 				> | ||||||
| 			</File> | 			</File> | ||||||
| 			<File | 			<File | ||||||
| 				RelativePath=".\npapi.h"> | 				RelativePath=".\npapi.h" | ||||||
|  | 				> | ||||||
| 			</File> | 			</File> | ||||||
| 		</Filter> | 		</Filter> | ||||||
| 		<Filter | 		<Filter | ||||||
| 			Name="Resource Files" | 			Name="Resource Files" | ||||||
| 			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx" | 			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx" | ||||||
| 			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"> | 			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" | ||||||
|  | 			> | ||||||
| 		</Filter> | 		</Filter> | ||||||
| 	</Files> | 	</Files> | ||||||
| 	<Globals> | 	<Globals> | ||||||
|   | |||||||
| @@ -1,73 +1,124 @@ | |||||||
| <?xml version="1.0" encoding="Windows-1252"?> | <?xml version="1.0" encoding="Windows-1252"?> | ||||||
| <VisualStudioProject | <VisualStudioProject | ||||||
| 	ProjectType="Visual C++" | 	ProjectType="Visual C++" | ||||||
| 	Version="7.10" | 	Version="8.00" | ||||||
| 	Name="micasacache" | 	Name="micasacache" | ||||||
| 	ProjectGUID="{B5DB4B53-AB02-4EDC-9C02-BF7DE68F91A3}" | 	ProjectGUID="{B5DB4B53-AB02-4EDC-9C02-BF7DE68F91A3}" | ||||||
| 	RootNamespace="c_micasacache" | 	RootNamespace="c_micasacache" | ||||||
| 	Keyword="Win32Proj"> | 	Keyword="Win32Proj" | ||||||
|  | 	> | ||||||
| 	<Platforms> | 	<Platforms> | ||||||
| 		<Platform | 		<Platform | ||||||
| 			Name="Win32"/> | 			Name="Win32" | ||||||
|  | 		/> | ||||||
| 	</Platforms> | 	</Platforms> | ||||||
|  | 	<ToolFiles> | ||||||
|  | 	</ToolFiles> | ||||||
| 	<Configurations> | 	<Configurations> | ||||||
| 		<Configuration | 		<Configuration | ||||||
| 			Name="Debug|Win32" | 			Name="Debug|Win32" | ||||||
| 			OutputDirectory="Debug" | 			OutputDirectory="Debug" | ||||||
| 			IntermediateDirectory="Debug" | 			IntermediateDirectory="Debug" | ||||||
| 			ConfigurationType="2" | 			ConfigurationType="2" | ||||||
| 			CharacterSet="2"> | 			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" | ||||||
|  | 			CharacterSet="2" | ||||||
|  | 			> | ||||||
|  | 			<Tool | ||||||
|  | 				Name="VCPreBuildEventTool" | ||||||
|  | 			/> | ||||||
|  | 			<Tool | ||||||
|  | 				Name="VCCustomBuildTool" | ||||||
|  | 			/> | ||||||
|  | 			<Tool | ||||||
|  | 				Name="VCXMLDataGeneratorTool" | ||||||
|  | 			/> | ||||||
|  | 			<Tool | ||||||
|  | 				Name="VCWebServiceProxyGeneratorTool" | ||||||
|  | 			/> | ||||||
|  | 			<Tool | ||||||
|  | 				Name="VCMIDLTool" | ||||||
|  | 			/> | ||||||
| 			<Tool | 			<Tool | ||||||
| 				Name="VCCLCompilerTool" | 				Name="VCCLCompilerTool" | ||||||
| 				Optimization="0" | 				Optimization="0" | ||||||
| 				AdditionalIncludeDirectories="..\include" | 				AdditionalIncludeDirectories="..\include" | ||||||
| 				PreprocessorDefinitions="SSCS_WIN32_PLAT_F;WIN32" | 				PreprocessorDefinitions="SSCS_WIN32_PLAT_F;WIN32" | ||||||
| 				MinimalRebuild="TRUE" | 				MinimalRebuild="true" | ||||||
| 				BasicRuntimeChecks="3" | 				BasicRuntimeChecks="3" | ||||||
| 				RuntimeLibrary="1" | 				RuntimeLibrary="1" | ||||||
| 				UsePrecompiledHeader="0" | 				UsePrecompiledHeader="0" | ||||||
| 				WarningLevel="3" | 				WarningLevel="3" | ||||||
| 				Detect64BitPortabilityProblems="FALSE" | 				Detect64BitPortabilityProblems="false" | ||||||
| 				DebugInformationFormat="4"/> | 				DebugInformationFormat="4" | ||||||
|  | 			/> | ||||||
| 			<Tool | 			<Tool | ||||||
| 				Name="VCCustomBuildTool"/> | 				Name="VCManagedResourceCompilerTool" | ||||||
|  | 			/> | ||||||
|  | 			<Tool | ||||||
|  | 				Name="VCResourceCompilerTool" | ||||||
|  | 			/> | ||||||
|  | 			<Tool | ||||||
|  | 				Name="VCPreLinkEventTool" | ||||||
|  | 			/> | ||||||
| 			<Tool | 			<Tool | ||||||
| 				Name="VCLinkerTool" | 				Name="VCLinkerTool" | ||||||
| 				IgnoreImportLibrary="FALSE" | 				IgnoreImportLibrary="false" | ||||||
| 				LinkIncremental="2" | 				LinkIncremental="2" | ||||||
| 				ModuleDefinitionFile=".\micasacache.def" | 				ModuleDefinitionFile=".\micasacache.def" | ||||||
| 				GenerateDebugInformation="TRUE" | 				GenerateDebugInformation="true" | ||||||
| 				ProgramDatabaseFile="$(OutDir)/c_micasacache.pdb" | 				ProgramDatabaseFile="$(OutDir)/c_micasacache.pdb" | ||||||
| 				SubSystem="2" | 				SubSystem="2" | ||||||
| 				ImportLibrary="$(OutDir)/micasacache.lib" | 				ImportLibrary="$(OutDir)/micasacache.lib" | ||||||
| 				TargetMachine="1"/> | 				TargetMachine="1" | ||||||
|  | 			/> | ||||||
| 			<Tool | 			<Tool | ||||||
| 				Name="VCMIDLTool"/> | 				Name="VCALinkTool" | ||||||
|  | 			/> | ||||||
| 			<Tool | 			<Tool | ||||||
| 				Name="VCPostBuildEventTool"/> | 				Name="VCManifestTool" | ||||||
|  | 			/> | ||||||
| 			<Tool | 			<Tool | ||||||
| 				Name="VCPreBuildEventTool"/> | 				Name="VCXDCMakeTool" | ||||||
|  | 			/> | ||||||
| 			<Tool | 			<Tool | ||||||
| 				Name="VCPreLinkEventTool"/> | 				Name="VCBscMakeTool" | ||||||
|  | 			/> | ||||||
| 			<Tool | 			<Tool | ||||||
| 				Name="VCResourceCompilerTool"/> | 				Name="VCFxCopTool" | ||||||
|  | 			/> | ||||||
| 			<Tool | 			<Tool | ||||||
| 				Name="VCWebServiceProxyGeneratorTool"/> | 				Name="VCAppVerifierTool" | ||||||
|  | 			/> | ||||||
| 			<Tool | 			<Tool | ||||||
| 				Name="VCXMLDataGeneratorTool"/> | 				Name="VCWebDeploymentTool" | ||||||
|  | 			/> | ||||||
| 			<Tool | 			<Tool | ||||||
| 				Name="VCWebDeploymentTool"/> | 				Name="VCPostBuildEventTool" | ||||||
| 			<Tool | 			/> | ||||||
| 				Name="VCManagedWrapperGeneratorTool"/> |  | ||||||
| 			<Tool |  | ||||||
| 				Name="VCAuxiliaryManagedWrapperGeneratorTool"/> |  | ||||||
| 		</Configuration> | 		</Configuration> | ||||||
| 		<Configuration | 		<Configuration | ||||||
| 			Name="Release|Win32" | 			Name="Release|Win32" | ||||||
| 			OutputDirectory="Release" | 			OutputDirectory="Release" | ||||||
| 			IntermediateDirectory="Release" | 			IntermediateDirectory="Release" | ||||||
| 			ConfigurationType="2" | 			ConfigurationType="2" | ||||||
| 			CharacterSet="2"> | 			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" | ||||||
|  | 			CharacterSet="2" | ||||||
|  | 			> | ||||||
|  | 			<Tool | ||||||
|  | 				Name="VCPreBuildEventTool" | ||||||
|  | 			/> | ||||||
|  | 			<Tool | ||||||
|  | 				Name="VCCustomBuildTool" | ||||||
|  | 			/> | ||||||
|  | 			<Tool | ||||||
|  | 				Name="VCXMLDataGeneratorTool" | ||||||
|  | 			/> | ||||||
|  | 			<Tool | ||||||
|  | 				Name="VCWebServiceProxyGeneratorTool" | ||||||
|  | 			/> | ||||||
|  | 			<Tool | ||||||
|  | 				Name="VCMIDLTool" | ||||||
|  | 			/> | ||||||
| 			<Tool | 			<Tool | ||||||
| 				Name="VCCLCompilerTool" | 				Name="VCCLCompilerTool" | ||||||
| 				AdditionalIncludeDirectories="..\include" | 				AdditionalIncludeDirectories="..\include" | ||||||
| @@ -75,40 +126,53 @@ | |||||||
| 				RuntimeLibrary="0" | 				RuntimeLibrary="0" | ||||||
| 				UsePrecompiledHeader="0" | 				UsePrecompiledHeader="0" | ||||||
| 				WarningLevel="3" | 				WarningLevel="3" | ||||||
| 				Detect64BitPortabilityProblems="TRUE" | 				Detect64BitPortabilityProblems="true" | ||||||
| 				DebugInformationFormat="3"/> | 				DebugInformationFormat="3" | ||||||
|  | 			/> | ||||||
| 			<Tool | 			<Tool | ||||||
| 				Name="VCCustomBuildTool"/> | 				Name="VCManagedResourceCompilerTool" | ||||||
|  | 			/> | ||||||
|  | 			<Tool | ||||||
|  | 				Name="VCResourceCompilerTool" | ||||||
|  | 			/> | ||||||
|  | 			<Tool | ||||||
|  | 				Name="VCPreLinkEventTool" | ||||||
|  | 			/> | ||||||
| 			<Tool | 			<Tool | ||||||
| 				Name="VCLinkerTool" | 				Name="VCLinkerTool" | ||||||
| 				LinkIncremental="1" | 				LinkIncremental="1" | ||||||
| 				ModuleDefinitionFile=".\micasacache.def" | 				ModuleDefinitionFile=".\micasacache.def" | ||||||
| 				GenerateDebugInformation="TRUE" | 				GenerateDebugInformation="true" | ||||||
| 				SubSystem="2" | 				SubSystem="2" | ||||||
| 				OptimizeReferences="2" | 				OptimizeReferences="2" | ||||||
| 				EnableCOMDATFolding="2" | 				EnableCOMDATFolding="2" | ||||||
| 				ImportLibrary="$(OutDir)/micasacache.lib" | 				ImportLibrary="$(OutDir)/micasacache.lib" | ||||||
| 				TargetMachine="1"/> | 				TargetMachine="1" | ||||||
|  | 			/> | ||||||
| 			<Tool | 			<Tool | ||||||
| 				Name="VCMIDLTool"/> | 				Name="VCALinkTool" | ||||||
|  | 			/> | ||||||
| 			<Tool | 			<Tool | ||||||
| 				Name="VCPostBuildEventTool"/> | 				Name="VCManifestTool" | ||||||
|  | 			/> | ||||||
| 			<Tool | 			<Tool | ||||||
| 				Name="VCPreBuildEventTool"/> | 				Name="VCXDCMakeTool" | ||||||
|  | 			/> | ||||||
| 			<Tool | 			<Tool | ||||||
| 				Name="VCPreLinkEventTool"/> | 				Name="VCBscMakeTool" | ||||||
|  | 			/> | ||||||
| 			<Tool | 			<Tool | ||||||
| 				Name="VCResourceCompilerTool"/> | 				Name="VCFxCopTool" | ||||||
|  | 			/> | ||||||
| 			<Tool | 			<Tool | ||||||
| 				Name="VCWebServiceProxyGeneratorTool"/> | 				Name="VCAppVerifierTool" | ||||||
|  | 			/> | ||||||
| 			<Tool | 			<Tool | ||||||
| 				Name="VCXMLDataGeneratorTool"/> | 				Name="VCWebDeploymentTool" | ||||||
|  | 			/> | ||||||
| 			<Tool | 			<Tool | ||||||
| 				Name="VCWebDeploymentTool"/> | 				Name="VCPostBuildEventTool" | ||||||
| 			<Tool | 			/> | ||||||
| 				Name="VCManagedWrapperGeneratorTool"/> |  | ||||||
| 			<Tool |  | ||||||
| 				Name="VCAuxiliaryManagedWrapperGeneratorTool"/> |  | ||||||
| 		</Configuration> | 		</Configuration> | ||||||
| 	</Configurations> | 	</Configurations> | ||||||
| 	<References> | 	<References> | ||||||
| @@ -117,34 +181,43 @@ | |||||||
| 		<Filter | 		<Filter | ||||||
| 			Name="Source Files" | 			Name="Source Files" | ||||||
| 			Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx" | 			Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx" | ||||||
| 			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"> | 			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" | ||||||
|  | 			> | ||||||
| 			<File | 			<File | ||||||
| 				RelativePath=".\sscs_ipc.c"> | 				RelativePath=".\sscs_ipc.c" | ||||||
|  | 				> | ||||||
| 			</File> | 			</File> | ||||||
| 			<File | 			<File | ||||||
| 				RelativePath=".\sscs_unx_cache.c"> | 				RelativePath=".\sscs_unx_cache.c" | ||||||
|  | 				> | ||||||
| 			</File> | 			</File> | ||||||
| 			<File | 			<File | ||||||
| 				RelativePath=".\sscs_unx_ipc_client.c"> | 				RelativePath=".\sscs_unx_ipc_client.c" | ||||||
|  | 				> | ||||||
| 			</File> | 			</File> | ||||||
| 		</Filter> | 		</Filter> | ||||||
| 		<Filter | 		<Filter | ||||||
| 			Name="Header Files" | 			Name="Header Files" | ||||||
| 			Filter="h;hpp;hxx;hm;inl;inc;xsd" | 			Filter="h;hpp;hxx;hm;inl;inc;xsd" | ||||||
| 			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"> | 			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" | ||||||
|  | 			> | ||||||
| 			<File | 			<File | ||||||
| 				RelativePath="..\include\sscs_cache.h"> | 				RelativePath="..\include\sscs_cache.h" | ||||||
|  | 				> | ||||||
| 			</File> | 			</File> | ||||||
| 			<File | 			<File | ||||||
| 				RelativePath="..\include\sscs_ipc.h"> | 				RelativePath="..\include\sscs_ipc.h" | ||||||
|  | 				> | ||||||
| 			</File> | 			</File> | ||||||
| 		</Filter> | 		</Filter> | ||||||
| 		<Filter | 		<Filter | ||||||
| 			Name="Resource Files" | 			Name="Resource Files" | ||||||
| 			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx" | 			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx" | ||||||
| 			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"> | 			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" | ||||||
|  | 			> | ||||||
| 			<File | 			<File | ||||||
| 				RelativePath=".\micasacache.def"> | 				RelativePath=".\micasacache.def" | ||||||
|  | 				> | ||||||
| 			</File> | 			</File> | ||||||
| 		</Filter> | 		</Filter> | ||||||
| 	</Files> | 	</Files> | ||||||
|   | |||||||
| @@ -1,170 +1,148 @@ | |||||||
| <VisualStudioProject> | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||||||
|     <CSHARP |   <PropertyGroup> | ||||||
|         ProjectType = "Local" |     <ProjectType>Local</ProjectType> | ||||||
|         ProductVersion = "7.10.3077" |     <ProductVersion>8.0.50727</ProductVersion> | ||||||
|         SchemaVersion = "2.0" |     <SchemaVersion>2.0</SchemaVersion> | ||||||
|         ProjectGuid = "{57CD94A2-5B4A-40C3-8189-CB760FB78357}" |     <ProjectGuid>{57CD94A2-5B4A-40C3-8189-CB760FB78357}</ProjectGuid> | ||||||
|     > |     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | ||||||
|         <Build> |     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | ||||||
|             <Settings |     <ApplicationIcon> | ||||||
|                 ApplicationIcon = "" |     </ApplicationIcon> | ||||||
|                 AssemblyKeyContainerName = "" |     <AssemblyKeyContainerName> | ||||||
|                 AssemblyName = "Novell.CASA.Common" |     </AssemblyKeyContainerName> | ||||||
|                 AssemblyOriginatorKeyFile = "" |     <AssemblyName>Novell.CASA.Common</AssemblyName> | ||||||
|                 DefaultClientScript = "JScript" |     <AssemblyOriginatorKeyFile> | ||||||
|                 DefaultHTMLPageLayout = "Grid" |     </AssemblyOriginatorKeyFile> | ||||||
|                 DefaultTargetSchema = "IE50" |     <DefaultClientScript>JScript</DefaultClientScript> | ||||||
|                 DelaySign = "false" |     <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout> | ||||||
|                 OutputType = "Library" |     <DefaultTargetSchema>IE50</DefaultTargetSchema> | ||||||
|                 PreBuildEvent = "" |     <DelaySign>false</DelaySign> | ||||||
|                 PostBuildEvent = "" |     <OutputType>Library</OutputType> | ||||||
|                 RootNamespace = "MiCasaLibrary" |     <RootNamespace>MiCasaLibrary</RootNamespace> | ||||||
|                 RunPostBuildEvent = "OnBuildSuccess" |     <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent> | ||||||
|                 StartupObject = "" |     <StartupObject> | ||||||
|             > |     </StartupObject> | ||||||
|                 <Config |     <FileUpgradeFlags> | ||||||
|                     Name = "Debug" |     </FileUpgradeFlags> | ||||||
|                     AllowUnsafeBlocks = "false" |     <UpgradeBackupLocation> | ||||||
|                     BaseAddress = "285212672" |     </UpgradeBackupLocation> | ||||||
|                     CheckForOverflowUnderflow = "false" |   </PropertyGroup> | ||||||
|                     ConfigurationOverrideFile = "" |   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | ||||||
|                     DefineConstants = "DEBUG;TRACE;W32" |     <OutputPath>bin\Debug\</OutputPath> | ||||||
|                     DocumentationFile = "" |     <AllowUnsafeBlocks>false</AllowUnsafeBlocks> | ||||||
|                     DebugSymbols = "true" |     <BaseAddress>285212672</BaseAddress> | ||||||
|                     FileAlignment = "4096" |     <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow> | ||||||
|                     IncrementalBuild = "false" |     <ConfigurationOverrideFile> | ||||||
|                     NoStdLib = "false" |     </ConfigurationOverrideFile> | ||||||
|                     NoWarn = "" |     <DefineConstants>DEBUG;TRACE;W32</DefineConstants> | ||||||
|                     Optimize = "false" |     <DocumentationFile> | ||||||
|                     OutputPath = "bin\Debug\" |     </DocumentationFile> | ||||||
|                     RegisterForComInterop = "false" |     <DebugSymbols>true</DebugSymbols> | ||||||
|                     RemoveIntegerChecks = "false" |     <FileAlignment>4096</FileAlignment> | ||||||
|                     TreatWarningsAsErrors = "false" |     <NoStdLib>false</NoStdLib> | ||||||
|                     WarningLevel = "4" |     <NoWarn> | ||||||
|                 /> |     </NoWarn> | ||||||
|                 <Config |     <Optimize>false</Optimize> | ||||||
|                     Name = "Release" |     <RegisterForComInterop>false</RegisterForComInterop> | ||||||
|                     AllowUnsafeBlocks = "false" |     <RemoveIntegerChecks>false</RemoveIntegerChecks> | ||||||
|                     BaseAddress = "285212672" |     <TreatWarningsAsErrors>false</TreatWarningsAsErrors> | ||||||
|                     CheckForOverflowUnderflow = "false" |     <WarningLevel>4</WarningLevel> | ||||||
|                     ConfigurationOverrideFile = "" |     <DebugType>full</DebugType> | ||||||
|                     DefineConstants = "TRACE; W32" |     <ErrorReport>prompt</ErrorReport> | ||||||
|                     DocumentationFile = "" |   </PropertyGroup> | ||||||
|                     DebugSymbols = "false" |   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | ||||||
|                     FileAlignment = "4096" |     <OutputPath>bin\Release\</OutputPath> | ||||||
|                     IncrementalBuild = "false" |     <AllowUnsafeBlocks>false</AllowUnsafeBlocks> | ||||||
|                     NoStdLib = "false" |     <BaseAddress>285212672</BaseAddress> | ||||||
|                     NoWarn = "" |     <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow> | ||||||
|                     Optimize = "true" |     <ConfigurationOverrideFile> | ||||||
|                     OutputPath = "bin\Release\" |     </ConfigurationOverrideFile> | ||||||
|                     RegisterForComInterop = "false" |     <DefineConstants>TRACE; W32</DefineConstants> | ||||||
|                     RemoveIntegerChecks = "false" |     <DocumentationFile> | ||||||
|                     TreatWarningsAsErrors = "false" |     </DocumentationFile> | ||||||
|                     WarningLevel = "4" |     <DebugSymbols>false</DebugSymbols> | ||||||
|                 /> |     <FileAlignment>4096</FileAlignment> | ||||||
|             </Settings> |     <NoStdLib>false</NoStdLib> | ||||||
|             <References> |     <NoWarn> | ||||||
|                 <Reference |     </NoWarn> | ||||||
|                     Name = "System" |     <Optimize>true</Optimize> | ||||||
|                     AssemblyName = "System" |     <RegisterForComInterop>false</RegisterForComInterop> | ||||||
|                     HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.dll" |     <RemoveIntegerChecks>false</RemoveIntegerChecks> | ||||||
|                 /> |     <TreatWarningsAsErrors>false</TreatWarningsAsErrors> | ||||||
|                 <Reference |     <WarningLevel>4</WarningLevel> | ||||||
|                     Name = "System.Data" |     <DebugType>none</DebugType> | ||||||
|                     AssemblyName = "System.Data" |     <ErrorReport>prompt</ErrorReport> | ||||||
|                     HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Data.dll" |   </PropertyGroup> | ||||||
|                 /> |   <ItemGroup> | ||||||
|                 <Reference |     <Reference Include="System"> | ||||||
|                     Name = "System.XML" |       <Name>System</Name> | ||||||
|                     AssemblyName = "System.Xml" |     </Reference> | ||||||
|                     HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.XML.dll" |     <Reference Include="System.Data"> | ||||||
|                 /> |       <Name>System.Data</Name> | ||||||
|                 <Reference |     </Reference> | ||||||
|                     Name = "AppModule.InterProcessComm" |     <Reference Include="System.Xml"> | ||||||
|                     Project = "{E98F1F7E-40B6-44C8-AC66-EC867B141FA1}" |       <Name>System.XML</Name> | ||||||
|                     Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" |     </Reference> | ||||||
|                 /> |     <ProjectReference Include="..\..\extern\w32\namedpipes\AppModule.InterProcessComm\AppModule.InterProcessComm.csproj"> | ||||||
|                 <Reference |       <Name>AppModule.InterProcessComm</Name> | ||||||
|                     Name = "AppModule.NamedPipes" |       <Project>{E98F1F7E-40B6-44C8-AC66-EC867B141FA1}</Project> | ||||||
|                     Project = "{077B53BB-404A-4B2F-BA17-AAE98C5E9C66}" |       <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package> | ||||||
|                     Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" |     </ProjectReference> | ||||||
|                 /> |     <ProjectReference Include="..\..\extern\w32\namedpipes\AppModule.NamedPipes\AppModule.NamedPipes.csproj"> | ||||||
|             </References> |       <Name>AppModule.NamedPipes</Name> | ||||||
|         </Build> |       <Project>{077B53BB-404A-4B2F-BA17-AAE98C5E9C66}</Project> | ||||||
|         <Files> |       <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package> | ||||||
|             <Include> |     </ProjectReference> | ||||||
|                 <File |   </ItemGroup> | ||||||
|                     RelPath = "AssemblyInfo.cs" |   <ItemGroup> | ||||||
|                     SubType = "Code" |     <Compile Include="AssemblyInfo.cs"> | ||||||
|                     BuildAction = "Compile" |       <SubType>Code</SubType> | ||||||
|                 /> |     </Compile> | ||||||
|                 <File |     <Compile Include="common\ChangePersistentDir.cs"> | ||||||
|                     RelPath = "common\ChangePersistentDir.cs" |       <SubType>Code</SubType> | ||||||
|                     SubType = "Code" |     </Compile> | ||||||
|                     BuildAction = "Compile" |     <Compile Include="common\ExportXMLSecrets.cs"> | ||||||
|                 /> |       <SubType>Code</SubType> | ||||||
|                 <File |     </Compile> | ||||||
|                     RelPath = "common\ExportXMLSecrets.cs" |     <Compile Include="common\ImportXMLSecrets.cs"> | ||||||
|                     SubType = "Code" |       <SubType>Code</SubType> | ||||||
|                     BuildAction = "Compile" |     </Compile> | ||||||
|                 /> |     <Compile Include="common\LinkedKeyInfo.cs"> | ||||||
|                 <File |       <SubType>Code</SubType> | ||||||
|                     RelPath = "common\ImportXMLSecrets.cs" |     </Compile> | ||||||
|                     SubType = "Code" |     <Compile Include="common\MiCASAStore.cs"> | ||||||
|                     BuildAction = "Compile" |       <SubType>Code</SubType> | ||||||
|                 /> |     </Compile> | ||||||
|                 <File |     <Compile Include="common\Ping.cs"> | ||||||
|                     RelPath = "common\LinkedKeyInfo.cs" |       <SubType>Code</SubType> | ||||||
|                     SubType = "Code" |     </Compile> | ||||||
|                     BuildAction = "Compile" |     <Compile Include="common\ResetMasterPassword.cs"> | ||||||
|                 /> |       <SubType>Code</SubType> | ||||||
|                 <File |     </Compile> | ||||||
|                     RelPath = "common\MiCASAStore.cs" |     <Compile Include="common\Utils.cs"> | ||||||
|                     SubType = "Code" |       <SubType>Code</SubType> | ||||||
|                     BuildAction = "Compile" |     </Compile> | ||||||
|                 /> |     <Compile Include="common\WrappedObject.cs"> | ||||||
|                 <File |       <SubType>Code</SubType> | ||||||
|                     RelPath = "common\Ping.cs" |     </Compile> | ||||||
|                     SubType = "Code" |     <Compile Include="communication\IClientChannel.cs"> | ||||||
|                     BuildAction = "Compile" |       <SubType>Code</SubType> | ||||||
|                 /> |     </Compile> | ||||||
|                 <File |     <Compile Include="communication\IPCClientFactory.cs"> | ||||||
|                     RelPath = "common\ResetMasterPassword.cs" |       <SubType>Code</SubType> | ||||||
|                     SubType = "Code" |     </Compile> | ||||||
|                     BuildAction = "Compile" |     <Compile Include="communication\MiCasaRequestReply.cs"> | ||||||
|                 /> |       <SubType>Code</SubType> | ||||||
|                 <File |     </Compile> | ||||||
|                     RelPath = "common\Utils.cs" |     <Compile Include="communication\WinIPCClientChannel.cs"> | ||||||
|                     SubType = "Code" |       <SubType>Code</SubType> | ||||||
|                     BuildAction = "Compile" |     </Compile> | ||||||
|                 /> |   </ItemGroup> | ||||||
|                 <File |   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> | ||||||
|                     RelPath = "common\WrappedObject.cs" |   <PropertyGroup> | ||||||
|                     SubType = "Code" |     <PreBuildEvent> | ||||||
|                     BuildAction = "Compile" |     </PreBuildEvent> | ||||||
|                 /> |     <PostBuildEvent> | ||||||
|                 <File |     </PostBuildEvent> | ||||||
|                     RelPath = "communication\IClientChannel.cs" |   </PropertyGroup> | ||||||
|                     SubType = "Code" | </Project> | ||||||
|                     BuildAction = "Compile" |  | ||||||
|                 /> |  | ||||||
|                 <File |  | ||||||
|                     RelPath = "communication\IPCClientFactory.cs" |  | ||||||
|                     SubType = "Code" |  | ||||||
|                     BuildAction = "Compile" |  | ||||||
|                 /> |  | ||||||
|                 <File |  | ||||||
|                     RelPath = "communication\MiCasaRequestReply.cs" |  | ||||||
|                     SubType = "Code" |  | ||||||
|                     BuildAction = "Compile" |  | ||||||
|                 /> |  | ||||||
|                 <File |  | ||||||
|                     RelPath = "communication\WinIPCClientChannel.cs" |  | ||||||
|                     SubType = "Code" |  | ||||||
|                     BuildAction = "Compile" |  | ||||||
|                 /> |  | ||||||
|             </Include> |  | ||||||
|         </Files> |  | ||||||
|     </CSHARP> |  | ||||||
| </VisualStudioProject> |  | ||||||
|  |  | ||||||
| @@ -1,48 +1,58 @@ | |||||||
| <VisualStudioProject> | <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||||||
|     <CSHARP LastOpenVersion = "7.10.3077" > |   <PropertyGroup> | ||||||
|         <Build> |     <LastOpenVersion>7.10.3077</LastOpenVersion> | ||||||
|             <Settings ReferencePath = "" > |     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | ||||||
|                 <Config |     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | ||||||
|                     Name = "Debug" |     <ReferencePath> | ||||||
|                     EnableASPDebugging = "false" |     </ReferencePath> | ||||||
|                     EnableASPXDebugging = "false" |     <CopyProjectDestinationFolder> | ||||||
|                     EnableUnmanagedDebugging = "false" |     </CopyProjectDestinationFolder> | ||||||
|                     EnableSQLServerDebugging = "false" |     <CopyProjectUncPath> | ||||||
|                     RemoteDebugEnabled = "false" |     </CopyProjectUncPath> | ||||||
|                     RemoteDebugMachine = "" |     <CopyProjectOption>0</CopyProjectOption> | ||||||
|                     StartAction = "Project" |     <ProjectView>ShowAllFiles</ProjectView> | ||||||
|                     StartArguments = "" |     <ProjectTrust>0</ProjectTrust> | ||||||
|                     StartPage = "" |   </PropertyGroup> | ||||||
|                     StartProgram = "" |   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | ||||||
|                     StartURL = "" |     <EnableASPDebugging>false</EnableASPDebugging> | ||||||
|                     StartWorkingDirectory = "" |     <EnableASPXDebugging>false</EnableASPXDebugging> | ||||||
|                     StartWithIE = "true" |     <EnableUnmanagedDebugging>false</EnableUnmanagedDebugging> | ||||||
|                 /> |     <EnableSQLServerDebugging>false</EnableSQLServerDebugging> | ||||||
|                 <Config |     <RemoteDebugEnabled>false</RemoteDebugEnabled> | ||||||
|                     Name = "Release" |     <RemoteDebugMachine> | ||||||
|                     EnableASPDebugging = "false" |     </RemoteDebugMachine> | ||||||
|                     EnableASPXDebugging = "false" |     <StartAction>Project</StartAction> | ||||||
|                     EnableUnmanagedDebugging = "false" |     <StartArguments> | ||||||
|                     EnableSQLServerDebugging = "false" |     </StartArguments> | ||||||
|                     RemoteDebugEnabled = "false" |     <StartPage> | ||||||
|                     RemoteDebugMachine = "" |     </StartPage> | ||||||
|                     StartAction = "Project" |     <StartProgram> | ||||||
|                     StartArguments = "" |     </StartProgram> | ||||||
|                     StartPage = "" |     <StartURL> | ||||||
|                     StartProgram = "" |     </StartURL> | ||||||
|                     StartURL = "" |     <StartWorkingDirectory> | ||||||
|                     StartWorkingDirectory = "" |     </StartWorkingDirectory> | ||||||
|                     StartWithIE = "true" |     <StartWithIE>true</StartWithIE> | ||||||
|                 /> |   </PropertyGroup> | ||||||
|             </Settings> |   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | ||||||
|         </Build> |     <EnableASPDebugging>false</EnableASPDebugging> | ||||||
|         <OtherProjectSettings |     <EnableASPXDebugging>false</EnableASPXDebugging> | ||||||
|             CopyProjectDestinationFolder = "" |     <EnableUnmanagedDebugging>false</EnableUnmanagedDebugging> | ||||||
|             CopyProjectUncPath = "" |     <EnableSQLServerDebugging>false</EnableSQLServerDebugging> | ||||||
|             CopyProjectOption = "0" |     <RemoteDebugEnabled>false</RemoteDebugEnabled> | ||||||
|             ProjectView = "ShowAllFiles" |     <RemoteDebugMachine> | ||||||
|             ProjectTrust = "0" |     </RemoteDebugMachine> | ||||||
|         /> |     <StartAction>Project</StartAction> | ||||||
|     </CSHARP> |     <StartArguments> | ||||||
| </VisualStudioProject> |     </StartArguments> | ||||||
|  |     <StartPage> | ||||||
|  |     </StartPage> | ||||||
|  |     <StartProgram> | ||||||
|  |     </StartProgram> | ||||||
|  |     <StartURL> | ||||||
|  |     </StartURL> | ||||||
|  |     <StartWorkingDirectory> | ||||||
|  |     </StartWorkingDirectory> | ||||||
|  |     <StartWithIE>true</StartWithIE> | ||||||
|  |   </PropertyGroup> | ||||||
|  | </Project> | ||||||
| @@ -1,421 +1,302 @@ | |||||||
| <VisualStudioProject> | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||||||
|     <CSHARP |   <PropertyGroup> | ||||||
|         ProjectType = "Local" |     <ProjectType>Local</ProjectType> | ||||||
|         ProductVersion = "7.10.3077" |     <ProductVersion>8.0.50727</ProductVersion> | ||||||
|         SchemaVersion = "2.0" |     <SchemaVersion>2.0</SchemaVersion> | ||||||
|         ProjectGuid = "{E39D2266-AB30-430E-A466-AC909363A830}" |     <ProjectGuid>{E39D2266-AB30-430E-A466-AC909363A830}</ProjectGuid> | ||||||
|     > |     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | ||||||
|         <Build> |     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | ||||||
|             <Settings |     <ApplicationIcon> | ||||||
|                 ApplicationIcon = "" |     </ApplicationIcon> | ||||||
|                 AssemblyKeyContainerName = "" |     <AssemblyKeyContainerName> | ||||||
|                 AssemblyName = "micasad" |     </AssemblyKeyContainerName> | ||||||
|                 AssemblyOriginatorKeyFile = "" |     <AssemblyName>micasad</AssemblyName> | ||||||
|                 DefaultClientScript = "JScript" |     <AssemblyOriginatorKeyFile> | ||||||
|                 DefaultHTMLPageLayout = "Grid" |     </AssemblyOriginatorKeyFile> | ||||||
|                 DefaultTargetSchema = "IE50" |     <DefaultClientScript>JScript</DefaultClientScript> | ||||||
|                 DelaySign = "false" |     <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout> | ||||||
|                 OutputType = "Exe" |     <DefaultTargetSchema>IE50</DefaultTargetSchema> | ||||||
|                 PreBuildEvent = "" |     <DelaySign>false</DelaySign> | ||||||
|                 PostBuildEvent = "" |     <OutputType>Exe</OutputType> | ||||||
|                 RootNamespace = "sscs" |     <RootNamespace>sscs</RootNamespace> | ||||||
|                 RunPostBuildEvent = "OnBuildSuccess" |     <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent> | ||||||
|                 StartupObject = "sscs.init.WinSecretStoreClientService" |     <StartupObject>sscs.init.WinSecretStoreClientService</StartupObject> | ||||||
|             > |     <FileUpgradeFlags> | ||||||
|                 <Config |     </FileUpgradeFlags> | ||||||
|                     Name = "Debug" |     <UpgradeBackupLocation> | ||||||
|                     AllowUnsafeBlocks = "false" |     </UpgradeBackupLocation> | ||||||
|                     BaseAddress = "285212672" |   </PropertyGroup> | ||||||
|                     CheckForOverflowUnderflow = "false" |   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | ||||||
|                     ConfigurationOverrideFile = "" |     <OutputPath>bin\Debug\</OutputPath> | ||||||
|                     DefineConstants = "DEBUG;TRACE;W32" |     <AllowUnsafeBlocks>false</AllowUnsafeBlocks> | ||||||
|                     DocumentationFile = "" |     <BaseAddress>285212672</BaseAddress> | ||||||
|                     DebugSymbols = "true" |     <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow> | ||||||
|                     FileAlignment = "4096" |     <ConfigurationOverrideFile> | ||||||
|                     IncrementalBuild = "false" |     </ConfigurationOverrideFile> | ||||||
|                     NoStdLib = "false" |     <DefineConstants>DEBUG;TRACE;W32</DefineConstants> | ||||||
|                     NoWarn = "" |     <DocumentationFile> | ||||||
|                     Optimize = "false" |     </DocumentationFile> | ||||||
|                     OutputPath = "bin\Debug\" |     <DebugSymbols>true</DebugSymbols> | ||||||
|                     RegisterForComInterop = "false" |     <FileAlignment>4096</FileAlignment> | ||||||
|                     RemoveIntegerChecks = "false" |     <NoStdLib>false</NoStdLib> | ||||||
|                     TreatWarningsAsErrors = "false" |     <NoWarn> | ||||||
|                     WarningLevel = "4" |     </NoWarn> | ||||||
|                 /> |     <Optimize>false</Optimize> | ||||||
|                 <Config |     <RegisterForComInterop>false</RegisterForComInterop> | ||||||
|                     Name = "Release" |     <RemoveIntegerChecks>false</RemoveIntegerChecks> | ||||||
|                     AllowUnsafeBlocks = "false" |     <TreatWarningsAsErrors>false</TreatWarningsAsErrors> | ||||||
|                     BaseAddress = "285212672" |     <WarningLevel>4</WarningLevel> | ||||||
|                     CheckForOverflowUnderflow = "false" |     <DebugType>full</DebugType> | ||||||
|                     ConfigurationOverrideFile = "" |     <ErrorReport>prompt</ErrorReport> | ||||||
|                     DefineConstants = "TRACE; W32" |   </PropertyGroup> | ||||||
|                     DocumentationFile = "" |   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | ||||||
|                     DebugSymbols = "false" |     <OutputPath>bin\Release\</OutputPath> | ||||||
|                     FileAlignment = "4096" |     <AllowUnsafeBlocks>false</AllowUnsafeBlocks> | ||||||
|                     IncrementalBuild = "false" |     <BaseAddress>285212672</BaseAddress> | ||||||
|                     NoStdLib = "false" |     <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow> | ||||||
|                     NoWarn = "" |     <ConfigurationOverrideFile> | ||||||
|                     Optimize = "true" |     </ConfigurationOverrideFile> | ||||||
|                     OutputPath = "bin\Release\" |     <DefineConstants>TRACE; W32</DefineConstants> | ||||||
|                     RegisterForComInterop = "false" |     <DocumentationFile> | ||||||
|                     RemoveIntegerChecks = "false" |     </DocumentationFile> | ||||||
|                     TreatWarningsAsErrors = "false" |     <DebugSymbols>false</DebugSymbols> | ||||||
|                     WarningLevel = "4" |     <FileAlignment>4096</FileAlignment> | ||||||
|                 /> |     <NoStdLib>false</NoStdLib> | ||||||
|             </Settings> |     <NoWarn> | ||||||
|             <References> |     </NoWarn> | ||||||
|                 <Reference |     <Optimize>true</Optimize> | ||||||
|                     Name = "System.Configuration.Install" |     <RegisterForComInterop>false</RegisterForComInterop> | ||||||
|                     AssemblyName = "System.Configuration.Install" |     <RemoveIntegerChecks>false</RemoveIntegerChecks> | ||||||
|                     HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Configuration.Install.dll" |     <TreatWarningsAsErrors>false</TreatWarningsAsErrors> | ||||||
|                 /> |     <WarningLevel>4</WarningLevel> | ||||||
|                 <Reference |     <DebugType>none</DebugType> | ||||||
|                     Name = "System.Data" |     <ErrorReport>prompt</ErrorReport> | ||||||
|                     AssemblyName = "System.Data" |   </PropertyGroup> | ||||||
|                     HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Data.dll" |   <ItemGroup> | ||||||
|                 /> |     <Reference Include="Accessibility"> | ||||||
|                 <Reference |       <Name>Accessibility</Name> | ||||||
|                     Name = "System" |     </Reference> | ||||||
|                     AssemblyName = "System" |     <Reference Include="System"> | ||||||
|                     HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.dll" |       <Name>System</Name> | ||||||
|                 /> |     </Reference> | ||||||
|                 <Reference |     <Reference Include="System.Configuration.Install"> | ||||||
|                     Name = "System.Management" |       <Name>System.Configuration.Install</Name> | ||||||
|                     AssemblyName = "System.Management" |     </Reference> | ||||||
|                     HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Management.dll" |     <Reference Include="System.Data"> | ||||||
|                 /> |       <Name>System.Data</Name> | ||||||
|                 <Reference |     </Reference> | ||||||
|                     Name = "System.ServiceProcess" |     <Reference Include="System.Drawing"> | ||||||
|                     AssemblyName = "System.ServiceProcess" |       <Name>System.Drawing</Name> | ||||||
|                     HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.ServiceProcess.dll" |     </Reference> | ||||||
|                 /> |     <Reference Include="System.Management"> | ||||||
|                 <Reference |       <Name>System.Management</Name> | ||||||
|                     Name = "System.XML" |     </Reference> | ||||||
|                     AssemblyName = "System.Xml" |     <Reference Include="System.Runtime.Serialization.Formatters.Soap"> | ||||||
|                     HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.XML.dll" |       <Name>System.Runtime.Serialization.Formatters.Soap</Name> | ||||||
|                 /> |     </Reference> | ||||||
|                 <Reference |     <Reference Include="System.ServiceProcess"> | ||||||
|                     Name = "System.Windows.Forms" |       <Name>System.ServiceProcess</Name> | ||||||
|                     AssemblyName = "System.Windows.Forms" |     </Reference> | ||||||
|                     HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Windows.Forms.dll" |     <Reference Include="System.Windows.Forms"> | ||||||
|                 /> |       <Name>System.Windows.Forms</Name> | ||||||
|                 <Reference |     </Reference> | ||||||
|                     Name = "Accessibility" |     <Reference Include="System.Xml"> | ||||||
|                     AssemblyName = "Accessibility" |       <Name>System.XML</Name> | ||||||
|                     HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Accessibility.dll" |     </Reference> | ||||||
|                 /> |     <ProjectReference Include="..\extern\w32\namedpipes\AppModule.InterProcessComm\AppModule.InterProcessComm.csproj"> | ||||||
|                 <Reference |       <Name>AppModule.InterProcessComm</Name> | ||||||
|                     Name = "System.Drawing" |       <Project>{E98F1F7E-40B6-44C8-AC66-EC867B141FA1}</Project> | ||||||
|                     AssemblyName = "System.Drawing" |       <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package> | ||||||
|                     HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Drawing.dll" |     </ProjectReference> | ||||||
|                 /> |     <ProjectReference Include="..\extern\w32\namedpipes\AppModule.NamedPipes\AppModule.NamedPipes.csproj"> | ||||||
|                 <Reference |       <Name>AppModule.NamedPipes</Name> | ||||||
|                     Name = "System.Runtime.Serialization.Formatters.Soap" |       <Project>{077B53BB-404A-4B2F-BA17-AAE98C5E9C66}</Project> | ||||||
|                     AssemblyName = "System.Runtime.Serialization.Formatters.Soap" |       <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package> | ||||||
|                     HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Runtime.Serialization.Formatters.Soap.dll" |     </ProjectReference> | ||||||
|                 /> |     <ProjectReference Include="..\policy\Novell.CASA.CASAPolicy.csproj"> | ||||||
|                 <Reference |       <Name>Novell.CASA.CASAPolicy</Name> | ||||||
|                     Name = "AppModule.InterProcessComm" |       <Project>{636A9D7E-BFB5-4EB9-96F8-51FF85A98826}</Project> | ||||||
|                     Project = "{E98F1F7E-40B6-44C8-AC66-EC867B141FA1}" |       <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package> | ||||||
|                     Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" |     </ProjectReference> | ||||||
|                 /> |     <ProjectReference Include="lib\Novell.CASA.Common.csproj"> | ||||||
|                 <Reference |       <Name>Novell.CASA.Common</Name> | ||||||
|                     Name = "AppModule.NamedPipes" |       <Project>{57CD94A2-5B4A-40C3-8189-CB760FB78357}</Project> | ||||||
|                     Project = "{077B53BB-404A-4B2F-BA17-AAE98C5E9C66}" |       <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package> | ||||||
|                     Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" |     </ProjectReference> | ||||||
|                 /> |   </ItemGroup> | ||||||
|                 <Reference |   <ItemGroup> | ||||||
|                     Name = "Novell.CASA.Common" |     <Compile Include="AssemblyInfo.cs"> | ||||||
|                     Project = "{57CD94A2-5B4A-40C3-8189-CB760FB78357}" |       <SubType>Code</SubType> | ||||||
|                     Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" |     </Compile> | ||||||
|                 /> |     <Compile Include="cache\IKeychain.cs"> | ||||||
|                 <Reference |       <SubType>Code</SubType> | ||||||
|                     Name = "Novell.CASA.CASAPolicy" |     </Compile> | ||||||
|                     Project = "{636A9D7E-BFB5-4EB9-96F8-51FF85A98826}" |     <Compile Include="cache\ISecret.cs"> | ||||||
|                     Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" |       <SubType>Code</SubType> | ||||||
|                 /> |     </Compile> | ||||||
|             </References> |     <Compile Include="cache\KeyChain.cs"> | ||||||
|         </Build> |       <SubType>Code</SubType> | ||||||
|         <Files> |     </Compile> | ||||||
|             <Include> |     <Compile Include="cache\KeyValue.cs"> | ||||||
|                 <File |       <SubType>Code</SubType> | ||||||
|                     RelPath = "AssemblyInfo.cs" |     </Compile> | ||||||
|                     SubType = "Code" |     <Compile Include="cache\MPFileWatcher.cs"> | ||||||
|                     BuildAction = "Compile" |       <SubType>Code</SubType> | ||||||
|                 /> |     </Compile> | ||||||
|                 <File |     <Compile Include="cache\Secret.cs"> | ||||||
|                     RelPath = "cache\IKeychain.cs" |       <SubType>Code</SubType> | ||||||
|                     SubType = "Code" |     </Compile> | ||||||
|                     BuildAction = "Compile" |     <Compile Include="cache\SecretStore.cs"> | ||||||
|                 /> |       <SubType>Code</SubType> | ||||||
|                 <File |     </Compile> | ||||||
|                     RelPath = "cache\ISecret.cs" |     <Compile Include="common\Constants.cs"> | ||||||
|                     SubType = "Code" |       <SubType>Code</SubType> | ||||||
|                     BuildAction = "Compile" |     </Compile> | ||||||
|                 /> |     <Compile Include="common\CSSSException.cs"> | ||||||
|                 <File |       <SubType>Code</SubType> | ||||||
|                     RelPath = "cache\KeyChain.cs" |     </Compile> | ||||||
|                     SubType = "Code" |     <Compile Include="common\CSSSLogger.cs"> | ||||||
|                     BuildAction = "Compile" |       <SubType>Code</SubType> | ||||||
|                 /> |     </Compile> | ||||||
|                 <File |     <Compile Include="common\RequestParser.cs"> | ||||||
|                     RelPath = "cache\KeyValue.cs" |       <SubType>Code</SubType> | ||||||
|                     SubType = "Code" |     </Compile> | ||||||
|                     BuildAction = "Compile" |     <Compile Include="common\SessionManager.cs"> | ||||||
|                 /> |       <SubType>Code</SubType> | ||||||
|                 <File |     </Compile> | ||||||
|                     RelPath = "cache\MPFileWatcher.cs" |     <Compile Include="common\User.cs"> | ||||||
|                     SubType = "Code" |       <SubType>Code</SubType> | ||||||
|                     BuildAction = "Compile" |     </Compile> | ||||||
|                 /> |     <Compile Include="common\UserIdentifier.cs"> | ||||||
|                 <File |       <SubType>Code</SubType> | ||||||
|                     RelPath = "cache\Secret.cs" |     </Compile> | ||||||
|                     SubType = "Code" |     <Compile Include="common\WinUser.cs"> | ||||||
|                     BuildAction = "Compile" |       <SubType>Code</SubType> | ||||||
|                 /> |     </Compile> | ||||||
|                 <File |     <Compile Include="common\WinUserIdentifier.cs"> | ||||||
|                     RelPath = "cache\SecretStore.cs" |       <SubType>Code</SubType> | ||||||
|                     SubType = "Code" |     </Compile> | ||||||
|                     BuildAction = "Compile" |     <Compile Include="communication\CommunicationFactory.cs"> | ||||||
|                 /> |       <SubType>Code</SubType> | ||||||
|                 <File |     </Compile> | ||||||
|                     RelPath = "common\Constants.cs" |     <Compile Include="communication\ICommunication.cs"> | ||||||
|                     SubType = "Code" |       <SubType>Code</SubType> | ||||||
|                     BuildAction = "Compile" |     </Compile> | ||||||
|                 /> |     <Compile Include="communication\IPCChannel.cs"> | ||||||
|                 <File |       <SubType>Code</SubType> | ||||||
|                     RelPath = "common\CSSSException.cs" |     </Compile> | ||||||
|                     SubType = "Code" |     <Compile Include="communication\WinCommunication.cs"> | ||||||
|                     BuildAction = "Compile" |       <SubType>Code</SubType> | ||||||
|                 /> |     </Compile> | ||||||
|                 <File |     <Compile Include="communication\WinIPCChannel.cs"> | ||||||
|                     RelPath = "common\CSSSLogger.cs" |       <SubType>Code</SubType> | ||||||
|                     SubType = "Code" |     </Compile> | ||||||
|                     BuildAction = "Compile" |     <Compile Include="communication\win\PipeManager.cs"> | ||||||
|                 /> |       <SubType>Code</SubType> | ||||||
|                 <File |     </Compile> | ||||||
|                     RelPath = "common\RequestParser.cs" |     <Compile Include="communication\win\ServerNamedPipe.cs"> | ||||||
|                     SubType = "Code" |       <SubType>Code</SubType> | ||||||
|                     BuildAction = "Compile" |     </Compile> | ||||||
|                 /> |     <Compile Include="init\AppHandler.cs"> | ||||||
|                 <File |       <SubType>Code</SubType> | ||||||
|                     RelPath = "common\SessionManager.cs" |     </Compile> | ||||||
|                     SubType = "Code" |     <Compile Include="init\CredMgr.cs"> | ||||||
|                     BuildAction = "Compile" |       <SubType>Code</SubType> | ||||||
|                 /> |     </Compile> | ||||||
|                 <File |     <Compile Include="init\ProjectInstaller.cs"> | ||||||
|                     RelPath = "common\User.cs" |       <SubType>Component</SubType> | ||||||
|                     SubType = "Code" |     </Compile> | ||||||
|                     BuildAction = "Compile" |     <Compile Include="init\WinSecretStoreClientService.cs"> | ||||||
|                 /> |       <SubType>Component</SubType> | ||||||
|                 <File |     </Compile> | ||||||
|                     RelPath = "common\UserIdentifier.cs" |     <Compile Include="lss\CASACrypto.cs"> | ||||||
|                     SubType = "Code" |       <SubType>Code</SubType> | ||||||
|                     BuildAction = "Compile" |     </Compile> | ||||||
|                 /> |     <Compile Include="lss\FastRandom.cs"> | ||||||
|                 <File |       <SubType>Code</SubType> | ||||||
|                     RelPath = "common\WinUser.cs" |     </Compile> | ||||||
|                     SubType = "Code" |     <Compile Include="lss\LocalStorage.cs"> | ||||||
|                     BuildAction = "Compile" |       <SubType>Code</SubType> | ||||||
|                 /> |     </Compile> | ||||||
|                 <File |     <Compile Include="lss\Rfc2898DeriveBytes.cs"> | ||||||
|                     RelPath = "common\WinUserIdentifier.cs" |       <SubType>Code</SubType> | ||||||
|                     SubType = "Code" |     </Compile> | ||||||
|                     BuildAction = "Compile" |     <Compile Include="verbs\AddKeyChain.cs"> | ||||||
|                 /> |       <SubType>Code</SubType> | ||||||
|                 <File |     </Compile> | ||||||
|                     RelPath = "communication\CommunicationFactory.cs" |     <Compile Include="verbs\CloseSecretStore.cs"> | ||||||
|                     SubType = "Code" |       <SubType>Code</SubType> | ||||||
|                     BuildAction = "Compile" |     </Compile> | ||||||
|                 /> |     <Compile Include="verbs\EnumerateKeyChainIds.cs"> | ||||||
|                 <File |       <SubType>Code</SubType> | ||||||
|                     RelPath = "communication\ICommunication.cs" |     </Compile> | ||||||
|                     SubType = "Code" |     <Compile Include="verbs\EnumerateSecretIds.cs"> | ||||||
|                     BuildAction = "Compile" |       <SubType>Code</SubType> | ||||||
|                 /> |     </Compile> | ||||||
|                 <File |     <Compile Include="verbs\GetSecretStoreInfo.cs"> | ||||||
|                     RelPath = "communication\IPCChannel.cs" |       <SubType>Code</SubType> | ||||||
|                     SubType = "Code" |     </Compile> | ||||||
|                     BuildAction = "Compile" |     <Compile Include="verbs\IsSecretPersistent.cs"> | ||||||
|                 /> |       <SubType>Code</SubType> | ||||||
|                 <File |     </Compile> | ||||||
|                     RelPath = "communication\WinCommunication.cs" |     <Compile Include="verbs\ISSVerb.cs"> | ||||||
|                     SubType = "Code" |       <SubType>Code</SubType> | ||||||
|                     BuildAction = "Compile" |     </Compile> | ||||||
|                 /> |     <Compile Include="verbs\ObjectSerialization.cs"> | ||||||
|                 <File |       <SubType>Code</SubType> | ||||||
|                     RelPath = "communication\WinIPCChannel.cs" |     </Compile> | ||||||
|                     SubType = "Code" |     <Compile Include="verbs\OpenSecretStore.cs"> | ||||||
|                     BuildAction = "Compile" |       <SubType>Code</SubType> | ||||||
|                 /> |     </Compile> | ||||||
|                 <File |     <Compile Include="verbs\ReadBinaryKey.cs"> | ||||||
|                     RelPath = "communication\win\PipeManager.cs" |       <SubType>Code</SubType> | ||||||
|                     SubType = "Code" |     </Compile> | ||||||
|                     BuildAction = "Compile" |     <Compile Include="verbs\ReadKey.cs"> | ||||||
|                 /> |       <SubType>Code</SubType> | ||||||
|                 <File |     </Compile> | ||||||
|                     RelPath = "communication\win\ServerNamedPipe.cs" |     <Compile Include="verbs\ReadSecret.cs"> | ||||||
|                     SubType = "Code" |       <SubType>Code</SubType> | ||||||
|                     BuildAction = "Compile" |     </Compile> | ||||||
|                 /> |     <Compile Include="verbs\RemoveKey.cs"> | ||||||
|                 <File |       <SubType>Code</SubType> | ||||||
|                     RelPath = "init\AppHandler.cs" |     </Compile> | ||||||
|                     SubType = "Code" |     <Compile Include="verbs\RemoveKeyChain.cs"> | ||||||
|                     BuildAction = "Compile" |       <SubType>Code</SubType> | ||||||
|                 /> |     </Compile> | ||||||
|                 <File |     <Compile Include="verbs\RemoveSecret.cs"> | ||||||
|                     RelPath = "init\CredMgr.cs" |       <SubType>Code</SubType> | ||||||
|                     SubType = "Code" |     </Compile> | ||||||
|                     BuildAction = "Compile" |     <Compile Include="verbs\RemoveSecretStore.cs"> | ||||||
|                 /> |       <SubType>Code</SubType> | ||||||
|                 <File |     </Compile> | ||||||
|                     RelPath = "init\ProjectInstaller.cs" |     <Compile Include="verbs\SetMasterPasscode.cs"> | ||||||
|                     SubType = "Component" |       <SubType>Code</SubType> | ||||||
|                     BuildAction = "Compile" |     </Compile> | ||||||
|                 /> |     <Compile Include="verbs\SetMasterPassword.cs"> | ||||||
|                 <File |       <SubType>Code</SubType> | ||||||
|                     RelPath = "init\ProjectInstaller.resx" |     </Compile> | ||||||
|                     DependentUpon = "ProjectInstaller.cs" |     <Compile Include="verbs\WriteBinaryKey.cs"> | ||||||
|                     BuildAction = "EmbeddedResource" |       <SubType>Code</SubType> | ||||||
|                 /> |     </Compile> | ||||||
|                 <File |     <Compile Include="verbs\WriteKey.cs"> | ||||||
|                     RelPath = "init\WinSecretStoreClientService.cs" |       <SubType>Code</SubType> | ||||||
|                     SubType = "Component" |     </Compile> | ||||||
|                     BuildAction = "Compile" |     <Compile Include="verbs\WriteSecret.cs"> | ||||||
|                 /> |       <SubType>Code</SubType> | ||||||
|                 <File |     </Compile> | ||||||
|                     RelPath = "init\WinSecretStoreClientService.resx" |     <EmbeddedResource Include="init\ProjectInstaller.resx"> | ||||||
|                     DependentUpon = "WinSecretStoreClientService.cs" |       <DependentUpon>ProjectInstaller.cs</DependentUpon> | ||||||
|                     BuildAction = "EmbeddedResource" |     </EmbeddedResource> | ||||||
|                 /> |     <EmbeddedResource Include="init\WinSecretStoreClientService.resx"> | ||||||
|                 <File |       <DependentUpon>WinSecretStoreClientService.cs</DependentUpon> | ||||||
|                     RelPath = "lss\CASACrypto.cs" |     </EmbeddedResource> | ||||||
|                     SubType = "Code" |     <Folder Include="startup" /> | ||||||
|                     BuildAction = "Compile" |   </ItemGroup> | ||||||
|                 /> |   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> | ||||||
|                 <File |   <PropertyGroup> | ||||||
|                     RelPath = "lss\FastRandom.cs" |     <PreBuildEvent> | ||||||
|                     SubType = "Code" |     </PreBuildEvent> | ||||||
|                     BuildAction = "Compile" |     <PostBuildEvent> | ||||||
|                 /> |     </PostBuildEvent> | ||||||
|                 <File |   </PropertyGroup> | ||||||
|                     RelPath = "lss\LocalStorage.cs" | </Project> | ||||||
|                     SubType = "Code" |  | ||||||
|                     BuildAction = "Compile" |  | ||||||
|                 /> |  | ||||||
|                 <File |  | ||||||
|                     RelPath = "lss\Rfc2898DeriveBytes.cs" |  | ||||||
|                     SubType = "Code" |  | ||||||
|                     BuildAction = "Compile" |  | ||||||
|                 /> |  | ||||||
|                 <Folder RelPath = "startup\" /> |  | ||||||
|                 <File |  | ||||||
|                     RelPath = "verbs\AddKeyChain.cs" |  | ||||||
|                     SubType = "Code" |  | ||||||
|                     BuildAction = "Compile" |  | ||||||
|                 /> |  | ||||||
|                 <File |  | ||||||
|                     RelPath = "verbs\CloseSecretStore.cs" |  | ||||||
|                     SubType = "Code" |  | ||||||
|                     BuildAction = "Compile" |  | ||||||
|                 /> |  | ||||||
|                 <File |  | ||||||
|                     RelPath = "verbs\EnumerateKeyChainIds.cs" |  | ||||||
|                     SubType = "Code" |  | ||||||
|                     BuildAction = "Compile" |  | ||||||
|                 /> |  | ||||||
|                 <File |  | ||||||
|                     RelPath = "verbs\EnumerateSecretIds.cs" |  | ||||||
|                     SubType = "Code" |  | ||||||
|                     BuildAction = "Compile" |  | ||||||
|                 /> |  | ||||||
|                 <File |  | ||||||
|                     RelPath = "verbs\GetSecretStoreInfo.cs" |  | ||||||
|                     SubType = "Code" |  | ||||||
|                     BuildAction = "Compile" |  | ||||||
|                 /> |  | ||||||
|                 <File |  | ||||||
|                     RelPath = "verbs\IsSecretPersistent.cs" |  | ||||||
|                     SubType = "Code" |  | ||||||
|                     BuildAction = "Compile" |  | ||||||
|                 /> |  | ||||||
|                 <File |  | ||||||
|                     RelPath = "verbs\ISSVerb.cs" |  | ||||||
|                     SubType = "Code" |  | ||||||
|                     BuildAction = "Compile" |  | ||||||
|                 /> |  | ||||||
|                 <File |  | ||||||
|                     RelPath = "verbs\ObjectSerialization.cs" |  | ||||||
|                     SubType = "Code" |  | ||||||
|                     BuildAction = "Compile" |  | ||||||
|                 /> |  | ||||||
|                 <File |  | ||||||
|                     RelPath = "verbs\OpenSecretStore.cs" |  | ||||||
|                     SubType = "Code" |  | ||||||
|                     BuildAction = "Compile" |  | ||||||
|                 /> |  | ||||||
|                 <File |  | ||||||
|                     RelPath = "verbs\ReadBinaryKey.cs" |  | ||||||
|                     SubType = "Code" |  | ||||||
|                     BuildAction = "Compile" |  | ||||||
|                 /> |  | ||||||
|                 <File |  | ||||||
|                     RelPath = "verbs\ReadKey.cs" |  | ||||||
|                     SubType = "Code" |  | ||||||
|                     BuildAction = "Compile" |  | ||||||
|                 /> |  | ||||||
|                 <File |  | ||||||
|                     RelPath = "verbs\ReadSecret.cs" |  | ||||||
|                     SubType = "Code" |  | ||||||
|                     BuildAction = "Compile" |  | ||||||
|                 /> |  | ||||||
|                 <File |  | ||||||
|                     RelPath = "verbs\RemoveKey.cs" |  | ||||||
|                     SubType = "Code" |  | ||||||
|                     BuildAction = "Compile" |  | ||||||
|                 /> |  | ||||||
|                 <File |  | ||||||
|                     RelPath = "verbs\RemoveKeyChain.cs" |  | ||||||
|                     SubType = "Code" |  | ||||||
|                     BuildAction = "Compile" |  | ||||||
|                 /> |  | ||||||
|                 <File |  | ||||||
|                     RelPath = "verbs\RemoveSecret.cs" |  | ||||||
|                     SubType = "Code" |  | ||||||
|                     BuildAction = "Compile" |  | ||||||
|                 /> |  | ||||||
|                 <File |  | ||||||
|                     RelPath = "verbs\RemoveSecretStore.cs" |  | ||||||
|                     SubType = "Code" |  | ||||||
|                     BuildAction = "Compile" |  | ||||||
|                 /> |  | ||||||
|                 <File |  | ||||||
|                     RelPath = "verbs\SetMasterPasscode.cs" |  | ||||||
|                     SubType = "Code" |  | ||||||
|                     BuildAction = "Compile" |  | ||||||
|                 /> |  | ||||||
|                 <File |  | ||||||
|                     RelPath = "verbs\SetMasterPassword.cs" |  | ||||||
|                     SubType = "Code" |  | ||||||
|                     BuildAction = "Compile" |  | ||||||
|                 /> |  | ||||||
|                 <File |  | ||||||
|                     RelPath = "verbs\WriteBinaryKey.cs" |  | ||||||
|                     SubType = "Code" |  | ||||||
|                     BuildAction = "Compile" |  | ||||||
|                 /> |  | ||||||
|                 <File |  | ||||||
|                     RelPath = "verbs\WriteKey.cs" |  | ||||||
|                     SubType = "Code" |  | ||||||
|                     BuildAction = "Compile" |  | ||||||
|                 /> |  | ||||||
|                 <File |  | ||||||
|                     RelPath = "verbs\WriteSecret.cs" |  | ||||||
|                     SubType = "Code" |  | ||||||
|                     BuildAction = "Compile" |  | ||||||
|                 /> |  | ||||||
|             </Include> |  | ||||||
|         </Files> |  | ||||||
|     </CSHARP> |  | ||||||
| </VisualStudioProject> |  | ||||||
|  |  | ||||||
| @@ -1,48 +1,56 @@ | |||||||
| <VisualStudioProject> | <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||||||
|     <CSHARP LastOpenVersion = "7.10.3077" > |   <PropertyGroup> | ||||||
|         <Build> |     <LastOpenVersion>7.10.3077</LastOpenVersion> | ||||||
|             <Settings ReferencePath = "" > |     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | ||||||
|                 <Config |     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | ||||||
|                     Name = "Debug" |     <ReferencePath> | ||||||
|                     EnableASPDebugging = "false" |     </ReferencePath> | ||||||
|                     EnableASPXDebugging = "false" |     <CopyProjectDestinationFolder> | ||||||
|                     EnableUnmanagedDebugging = "false" |     </CopyProjectDestinationFolder> | ||||||
|                     EnableSQLServerDebugging = "false" |     <CopyProjectUncPath> | ||||||
|                     RemoteDebugEnabled = "false" |     </CopyProjectUncPath> | ||||||
|                     RemoteDebugMachine = "" |     <CopyProjectOption>0</CopyProjectOption> | ||||||
|                     StartAction = "Project" |     <ProjectView>ShowAllFiles</ProjectView> | ||||||
|                     StartArguments = "/Standalone" |     <ProjectTrust>0</ProjectTrust> | ||||||
|                     StartPage = "" |   </PropertyGroup> | ||||||
|                     StartProgram = "" |   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | ||||||
|                     StartURL = "" |     <EnableASPDebugging>false</EnableASPDebugging> | ||||||
|                     StartWorkingDirectory = "" |     <EnableASPXDebugging>false</EnableASPXDebugging> | ||||||
|                     StartWithIE = "true" |     <EnableUnmanagedDebugging>false</EnableUnmanagedDebugging> | ||||||
|                 /> |     <EnableSQLServerDebugging>false</EnableSQLServerDebugging> | ||||||
|                 <Config |     <RemoteDebugEnabled>false</RemoteDebugEnabled> | ||||||
|                     Name = "Release" |     <RemoteDebugMachine> | ||||||
|                     EnableASPDebugging = "false" |     </RemoteDebugMachine> | ||||||
|                     EnableASPXDebugging = "false" |     <StartAction>Project</StartAction> | ||||||
|                     EnableUnmanagedDebugging = "false" |     <StartArguments>/Standalone</StartArguments> | ||||||
|                     EnableSQLServerDebugging = "false" |     <StartPage> | ||||||
|                     RemoteDebugEnabled = "false" |     </StartPage> | ||||||
|                     RemoteDebugMachine = "" |     <StartProgram> | ||||||
|                     StartAction = "Project" |     </StartProgram> | ||||||
|                     StartArguments = "/Standalone" |     <StartURL> | ||||||
|                     StartPage = "" |     </StartURL> | ||||||
|                     StartProgram = "" |     <StartWorkingDirectory> | ||||||
|                     StartURL = "" |     </StartWorkingDirectory> | ||||||
|                     StartWorkingDirectory = "" |     <StartWithIE>true</StartWithIE> | ||||||
|                     StartWithIE = "false" |   </PropertyGroup> | ||||||
|                 /> |   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | ||||||
|             </Settings> |     <EnableASPDebugging>false</EnableASPDebugging> | ||||||
|         </Build> |     <EnableASPXDebugging>false</EnableASPXDebugging> | ||||||
|         <OtherProjectSettings |     <EnableUnmanagedDebugging>false</EnableUnmanagedDebugging> | ||||||
|             CopyProjectDestinationFolder = "" |     <EnableSQLServerDebugging>false</EnableSQLServerDebugging> | ||||||
|             CopyProjectUncPath = "" |     <RemoteDebugEnabled>false</RemoteDebugEnabled> | ||||||
|             CopyProjectOption = "0" |     <RemoteDebugMachine> | ||||||
|             ProjectView = "ShowAllFiles" |     </RemoteDebugMachine> | ||||||
|             ProjectTrust = "0" |     <StartAction>Project</StartAction> | ||||||
|         /> |     <StartArguments>/Standalone</StartArguments> | ||||||
|     </CSHARP> |     <StartPage> | ||||||
| </VisualStudioProject> |     </StartPage> | ||||||
|  |     <StartProgram> | ||||||
|  |     </StartProgram> | ||||||
|  |     <StartURL> | ||||||
|  |     </StartURL> | ||||||
|  |     <StartWorkingDirectory> | ||||||
|  |     </StartWorkingDirectory> | ||||||
|  |     <StartWithIE>false</StartWithIE> | ||||||
|  |   </PropertyGroup> | ||||||
|  | </Project> | ||||||
| @@ -1,74 +1,125 @@ | |||||||
| <?xml version="1.0" encoding="Windows-1252"?> | <?xml version="1.0" encoding="Windows-1252"?> | ||||||
| <VisualStudioProject | <VisualStudioProject | ||||||
| 	ProjectType="Visual C++" | 	ProjectType="Visual C++" | ||||||
| 	Version="7.10" | 	Version="8.00" | ||||||
| 	Name="micasa" | 	Name="micasa" | ||||||
| 	ProjectGUID="{99988A22-4C58-4BF7-A2DB-57761E76FB26}" | 	ProjectGUID="{99988A22-4C58-4BF7-A2DB-57761E76FB26}" | ||||||
| 	RootNamespace="c_micasadk" | 	RootNamespace="c_micasadk" | ||||||
| 	Keyword="Win32Proj"> | 	Keyword="Win32Proj" | ||||||
|  | 	> | ||||||
| 	<Platforms> | 	<Platforms> | ||||||
| 		<Platform | 		<Platform | ||||||
| 			Name="Win32"/> | 			Name="Win32" | ||||||
|  | 		/> | ||||||
| 	</Platforms> | 	</Platforms> | ||||||
|  | 	<ToolFiles> | ||||||
|  | 	</ToolFiles> | ||||||
| 	<Configurations> | 	<Configurations> | ||||||
| 		<Configuration | 		<Configuration | ||||||
| 			Name="Debug|Win32" | 			Name="Debug|Win32" | ||||||
| 			OutputDirectory="Debug" | 			OutputDirectory="Debug" | ||||||
| 			IntermediateDirectory="Debug" | 			IntermediateDirectory="Debug" | ||||||
| 			ConfigurationType="2" | 			ConfigurationType="2" | ||||||
| 			CharacterSet="2"> | 			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" | ||||||
|  | 			CharacterSet="2" | ||||||
|  | 			> | ||||||
|  | 			<Tool | ||||||
|  | 				Name="VCPreBuildEventTool" | ||||||
|  | 			/> | ||||||
|  | 			<Tool | ||||||
|  | 				Name="VCCustomBuildTool" | ||||||
|  | 			/> | ||||||
|  | 			<Tool | ||||||
|  | 				Name="VCXMLDataGeneratorTool" | ||||||
|  | 			/> | ||||||
|  | 			<Tool | ||||||
|  | 				Name="VCWebServiceProxyGeneratorTool" | ||||||
|  | 			/> | ||||||
|  | 			<Tool | ||||||
|  | 				Name="VCMIDLTool" | ||||||
|  | 			/> | ||||||
| 			<Tool | 			<Tool | ||||||
| 				Name="VCCLCompilerTool" | 				Name="VCCLCompilerTool" | ||||||
| 				Optimization="0" | 				Optimization="0" | ||||||
| 				AdditionalIncludeDirectories="..\include" | 				AdditionalIncludeDirectories="..\include" | ||||||
| 				PreprocessorDefinitions="WIN32" | 				PreprocessorDefinitions="WIN32" | ||||||
| 				MinimalRebuild="TRUE" | 				MinimalRebuild="true" | ||||||
| 				BasicRuntimeChecks="3" | 				BasicRuntimeChecks="3" | ||||||
| 				RuntimeLibrary="1" | 				RuntimeLibrary="1" | ||||||
| 				UsePrecompiledHeader="0" | 				UsePrecompiledHeader="0" | ||||||
| 				WarningLevel="3" | 				WarningLevel="3" | ||||||
| 				DebugInformationFormat="4"/> | 				DebugInformationFormat="4" | ||||||
|  | 			/> | ||||||
| 			<Tool | 			<Tool | ||||||
| 				Name="VCCustomBuildTool"/> | 				Name="VCManagedResourceCompilerTool" | ||||||
|  | 			/> | ||||||
|  | 			<Tool | ||||||
|  | 				Name="VCResourceCompilerTool" | ||||||
|  | 			/> | ||||||
|  | 			<Tool | ||||||
|  | 				Name="VCPreLinkEventTool" | ||||||
|  | 			/> | ||||||
| 			<Tool | 			<Tool | ||||||
| 				Name="VCLinkerTool" | 				Name="VCLinkerTool" | ||||||
| 				AdditionalDependencies="micasacache.lib" | 				AdditionalDependencies="micasacache.lib" | ||||||
| 				LinkIncremental="2" | 				LinkIncremental="2" | ||||||
| 				AdditionalLibraryDirectories="..\micasacache\debug" | 				AdditionalLibraryDirectories="..\micasacache\debug" | ||||||
| 				ModuleDefinitionFile=".\micasa.def" | 				ModuleDefinitionFile=".\micasa.def" | ||||||
| 				GenerateDebugInformation="TRUE" | 				GenerateDebugInformation="true" | ||||||
| 				ProgramDatabaseFile="$(OutDir)/c_micasadk.pdb" | 				ProgramDatabaseFile="$(OutDir)/c_micasadk.pdb" | ||||||
| 				SubSystem="2" | 				SubSystem="2" | ||||||
| 				ImportLibrary="../../$(OutDir)/micasa.lib" | 				ImportLibrary="../../$(OutDir)/micasa.lib" | ||||||
| 				TargetMachine="1"/> | 				TargetMachine="1" | ||||||
|  | 			/> | ||||||
| 			<Tool | 			<Tool | ||||||
| 				Name="VCMIDLTool"/> | 				Name="VCALinkTool" | ||||||
|  | 			/> | ||||||
|  | 			<Tool | ||||||
|  | 				Name="VCManifestTool" | ||||||
|  | 			/> | ||||||
|  | 			<Tool | ||||||
|  | 				Name="VCXDCMakeTool" | ||||||
|  | 			/> | ||||||
|  | 			<Tool | ||||||
|  | 				Name="VCBscMakeTool" | ||||||
|  | 			/> | ||||||
|  | 			<Tool | ||||||
|  | 				Name="VCFxCopTool" | ||||||
|  | 			/> | ||||||
|  | 			<Tool | ||||||
|  | 				Name="VCAppVerifierTool" | ||||||
|  | 			/> | ||||||
|  | 			<Tool | ||||||
|  | 				Name="VCWebDeploymentTool" | ||||||
|  | 			/> | ||||||
| 			<Tool | 			<Tool | ||||||
| 				Name="VCPostBuildEventTool" | 				Name="VCPostBuildEventTool" | ||||||
| 				CommandLine="copy $(OutDir)/micasa.lib ../../"/> | 				CommandLine="copy $(OutDir)/micasa.lib ../../" | ||||||
| 			<Tool | 			/> | ||||||
| 				Name="VCPreBuildEventTool"/> |  | ||||||
| 			<Tool |  | ||||||
| 				Name="VCPreLinkEventTool"/> |  | ||||||
| 			<Tool |  | ||||||
| 				Name="VCResourceCompilerTool"/> |  | ||||||
| 			<Tool |  | ||||||
| 				Name="VCWebServiceProxyGeneratorTool"/> |  | ||||||
| 			<Tool |  | ||||||
| 				Name="VCXMLDataGeneratorTool"/> |  | ||||||
| 			<Tool |  | ||||||
| 				Name="VCWebDeploymentTool"/> |  | ||||||
| 			<Tool |  | ||||||
| 				Name="VCManagedWrapperGeneratorTool"/> |  | ||||||
| 			<Tool |  | ||||||
| 				Name="VCAuxiliaryManagedWrapperGeneratorTool"/> |  | ||||||
| 		</Configuration> | 		</Configuration> | ||||||
| 		<Configuration | 		<Configuration | ||||||
| 			Name="Release|Win32" | 			Name="Release|Win32" | ||||||
| 			OutputDirectory="Release" | 			OutputDirectory="Release" | ||||||
| 			IntermediateDirectory="Release" | 			IntermediateDirectory="Release" | ||||||
| 			ConfigurationType="2" | 			ConfigurationType="2" | ||||||
| 			CharacterSet="2"> | 			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" | ||||||
|  | 			CharacterSet="2" | ||||||
|  | 			> | ||||||
|  | 			<Tool | ||||||
|  | 				Name="VCPreBuildEventTool" | ||||||
|  | 			/> | ||||||
|  | 			<Tool | ||||||
|  | 				Name="VCCustomBuildTool" | ||||||
|  | 			/> | ||||||
|  | 			<Tool | ||||||
|  | 				Name="VCXMLDataGeneratorTool" | ||||||
|  | 			/> | ||||||
|  | 			<Tool | ||||||
|  | 				Name="VCWebServiceProxyGeneratorTool" | ||||||
|  | 			/> | ||||||
|  | 			<Tool | ||||||
|  | 				Name="VCMIDLTool" | ||||||
|  | 			/> | ||||||
| 			<Tool | 			<Tool | ||||||
| 				Name="VCCLCompilerTool" | 				Name="VCCLCompilerTool" | ||||||
| 				AdditionalIncludeDirectories="..\include" | 				AdditionalIncludeDirectories="..\include" | ||||||
| @@ -76,75 +127,95 @@ | |||||||
| 				RuntimeLibrary="0" | 				RuntimeLibrary="0" | ||||||
| 				UsePrecompiledHeader="0" | 				UsePrecompiledHeader="0" | ||||||
| 				WarningLevel="3" | 				WarningLevel="3" | ||||||
| 				DebugInformationFormat="3"/> | 				DebugInformationFormat="3" | ||||||
|  | 			/> | ||||||
| 			<Tool | 			<Tool | ||||||
| 				Name="VCCustomBuildTool"/> | 				Name="VCManagedResourceCompilerTool" | ||||||
|  | 			/> | ||||||
|  | 			<Tool | ||||||
|  | 				Name="VCResourceCompilerTool" | ||||||
|  | 			/> | ||||||
|  | 			<Tool | ||||||
|  | 				Name="VCPreLinkEventTool" | ||||||
|  | 			/> | ||||||
| 			<Tool | 			<Tool | ||||||
| 				Name="VCLinkerTool" | 				Name="VCLinkerTool" | ||||||
| 				AdditionalDependencies="micasacache.lib" | 				AdditionalDependencies="micasacache.lib" | ||||||
| 				LinkIncremental="1" | 				LinkIncremental="1" | ||||||
| 				AdditionalLibraryDirectories="..\micasacache\Release" | 				AdditionalLibraryDirectories="..\micasacache\Release" | ||||||
| 				ModuleDefinitionFile=".\micasa.def" | 				ModuleDefinitionFile=".\micasa.def" | ||||||
| 				GenerateDebugInformation="TRUE" | 				GenerateDebugInformation="true" | ||||||
| 				SubSystem="2" | 				SubSystem="2" | ||||||
| 				OptimizeReferences="2" | 				OptimizeReferences="2" | ||||||
| 				EnableCOMDATFolding="2" | 				EnableCOMDATFolding="2" | ||||||
| 				ImportLibrary="../lib/Release/micasa.lib" | 				ImportLibrary="../lib/Release/micasa.lib" | ||||||
| 				TargetMachine="1"/> | 				TargetMachine="1" | ||||||
|  | 			/> | ||||||
| 			<Tool | 			<Tool | ||||||
| 				Name="VCMIDLTool"/> | 				Name="VCALinkTool" | ||||||
|  | 			/> | ||||||
| 			<Tool | 			<Tool | ||||||
| 				Name="VCPostBuildEventTool"/> | 				Name="VCManifestTool" | ||||||
|  | 			/> | ||||||
| 			<Tool | 			<Tool | ||||||
| 				Name="VCPreBuildEventTool"/> | 				Name="VCXDCMakeTool" | ||||||
|  | 			/> | ||||||
| 			<Tool | 			<Tool | ||||||
| 				Name="VCPreLinkEventTool"/> | 				Name="VCBscMakeTool" | ||||||
|  | 			/> | ||||||
| 			<Tool | 			<Tool | ||||||
| 				Name="VCResourceCompilerTool"/> | 				Name="VCFxCopTool" | ||||||
|  | 			/> | ||||||
| 			<Tool | 			<Tool | ||||||
| 				Name="VCWebServiceProxyGeneratorTool"/> | 				Name="VCAppVerifierTool" | ||||||
|  | 			/> | ||||||
| 			<Tool | 			<Tool | ||||||
| 				Name="VCXMLDataGeneratorTool"/> | 				Name="VCWebDeploymentTool" | ||||||
|  | 			/> | ||||||
| 			<Tool | 			<Tool | ||||||
| 				Name="VCWebDeploymentTool"/> | 				Name="VCPostBuildEventTool" | ||||||
| 			<Tool | 			/> | ||||||
| 				Name="VCManagedWrapperGeneratorTool"/> |  | ||||||
| 			<Tool |  | ||||||
| 				Name="VCAuxiliaryManagedWrapperGeneratorTool"/> |  | ||||||
| 		</Configuration> | 		</Configuration> | ||||||
| 	</Configurations> | 	</Configurations> | ||||||
| 	<References> | 	<References> | ||||||
| 		<ProjectReference | 		<ProjectReference | ||||||
| 			ReferencedProjectIdentifier="{B5DB4B53-AB02-4EDC-9C02-BF7DE68F91A3}" | 			ReferencedProjectIdentifier="{B5DB4B53-AB02-4EDC-9C02-BF7DE68F91A3}" | ||||||
| 			Name="micasacache"/> | 		/> | ||||||
| 	</References> | 	</References> | ||||||
| 	<Files> | 	<Files> | ||||||
| 		<Filter | 		<Filter | ||||||
| 			Name="Source Files" | 			Name="Source Files" | ||||||
| 			Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx" | 			Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx" | ||||||
| 			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"> | 			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" | ||||||
|  | 			> | ||||||
| 			<File | 			<File | ||||||
| 				RelativePath="..\common\sscs_ll.c"> | 				RelativePath="..\common\sscs_ll.c" | ||||||
|  | 				> | ||||||
| 			</File> | 			</File> | ||||||
| 			<File | 			<File | ||||||
| 				RelativePath=".\sscs_ndk.c"> | 				RelativePath=".\sscs_ndk.c" | ||||||
|  | 				> | ||||||
| 			</File> | 			</File> | ||||||
| 		</Filter> | 		</Filter> | ||||||
| 		<Filter | 		<Filter | ||||||
| 			Name="Header Files" | 			Name="Header Files" | ||||||
| 			Filter="h;hpp;hxx;hm;inl;inc;xsd" | 			Filter="h;hpp;hxx;hm;inl;inc;xsd" | ||||||
| 			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"> | 			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" | ||||||
|  | 			> | ||||||
| 			<File | 			<File | ||||||
| 				RelativePath="..\include\micasa.h"> | 				RelativePath="..\include\micasa.h" | ||||||
|  | 				> | ||||||
| 			</File> | 			</File> | ||||||
| 			<File | 			<File | ||||||
| 				RelativePath="..\include\micasa_mgmd.h"> | 				RelativePath="..\include\micasa_mgmd.h" | ||||||
|  | 				> | ||||||
| 			</File> | 			</File> | ||||||
| 		</Filter> | 		</Filter> | ||||||
| 		<Filter | 		<Filter | ||||||
| 			Name="Resource Files" | 			Name="Resource Files" | ||||||
| 			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx" | 			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx" | ||||||
| 			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"> | 			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" | ||||||
|  | 			> | ||||||
| 		</Filter> | 		</Filter> | ||||||
| 	</Files> | 	</Files> | ||||||
| 	<Globals> | 	<Globals> | ||||||
|   | |||||||
| @@ -1,7 +1,7 @@ | |||||||
| "DeployProject" | "DeployProject" | ||||||
| { | { | ||||||
| "VSVersion" = "3:701" | "VSVersion" = "3:800" | ||||||
| "ProjectType" = "8:{DD7A5B58-C2F9-40FF-B2EF-0773356FB978}" | "ProjectType" = "8:{06A35CCD-C46D-44D5-987B-CF40FF872267}" | ||||||
| "IsWebType" = "8:FALSE" | "IsWebType" = "8:FALSE" | ||||||
| "ProjectName" = "8:CASA-dev-msm" | "ProjectName" = "8:CASA-dev-msm" | ||||||
| "LanguageId" = "3:1033" | "LanguageId" = "3:1033" | ||||||
| @@ -13,18 +13,6 @@ | |||||||
| "SccProvider" = "8:" | "SccProvider" = "8:" | ||||||
|     "Hierarchy" |     "Hierarchy" | ||||||
|     { |     { | ||||||
|         "Entry" |  | ||||||
|         { |  | ||||||
|         "MsmKey" = "8:_0683B4C519DB3748EBD996E0ABA831C0" |  | ||||||
|         "OwnerKey" = "8:_718042C617DB414B91C69D1ACCD99A42" |  | ||||||
|         "MsmSig" = "8:_UNDEFINED" |  | ||||||
|         } |  | ||||||
|         "Entry" |  | ||||||
|         { |  | ||||||
|         "MsmKey" = "8:_0683B4C519DB3748EBD996E0ABA831C0" |  | ||||||
|         "OwnerKey" = "8:_8FCF3A547028ECFD0B5049EFAB348182" |  | ||||||
|         "MsmSig" = "8:_UNDEFINED" |  | ||||||
|         } |  | ||||||
|         "Entry" |         "Entry" | ||||||
|         { |         { | ||||||
|         "MsmKey" = "8:_24DA7E000C1645438F67455260F5A201" |         "MsmKey" = "8:_24DA7E000C1645438F67455260F5A201" | ||||||
| @@ -33,12 +21,6 @@ | |||||||
|         } |         } | ||||||
|         "Entry" |         "Entry" | ||||||
|         { |         { | ||||||
|         "MsmKey" = "8:_290870C7D1693472634A9D8D875DA83B" |  | ||||||
|         "OwnerKey" = "8:_718042C617DB414B91C69D1ACCD99A42" |  | ||||||
|         "MsmSig" = "8:_UNDEFINED" |  | ||||||
|         } |  | ||||||
|         "Entry" |  | ||||||
|         { |  | ||||||
|         "MsmKey" = "8:_384A908A3DE54B359C611011C2A2AA97" |         "MsmKey" = "8:_384A908A3DE54B359C611011C2A2AA97" | ||||||
|         "OwnerKey" = "8:_UNDEFINED" |         "OwnerKey" = "8:_UNDEFINED" | ||||||
|         "MsmSig" = "8:_UNDEFINED" |         "MsmSig" = "8:_UNDEFINED" | ||||||
| @@ -51,78 +33,18 @@ | |||||||
|         } |         } | ||||||
|         "Entry" |         "Entry" | ||||||
|         { |         { | ||||||
|         "MsmKey" = "8:_5DD1F571814D4BE3BADC13CB07C25F72" |  | ||||||
|         "OwnerKey" = "8:_718042C617DB414B91C69D1ACCD99A42" |  | ||||||
|         "MsmSig" = "8:_UNDEFINED" |  | ||||||
|         } |  | ||||||
|         "Entry" |  | ||||||
|         { |  | ||||||
|         "MsmKey" = "8:_5DD1F571814D4BE3BADC13CB07C25F72" |  | ||||||
|         "OwnerKey" = "8:_290870C7D1693472634A9D8D875DA83B" |  | ||||||
|         "MsmSig" = "8:_UNDEFINED" |  | ||||||
|         } |  | ||||||
|         "Entry" |  | ||||||
|         { |  | ||||||
|         "MsmKey" = "8:_5DD1F571814D4BE3BADC13CB07C25F72" |  | ||||||
|         "OwnerKey" = "8:_8FCF3A547028ECFD0B5049EFAB348182" |  | ||||||
|         "MsmSig" = "8:_UNDEFINED" |  | ||||||
|         } |  | ||||||
|         "Entry" |  | ||||||
|         { |  | ||||||
|         "MsmKey" = "8:_5DD1F571814D4BE3BADC13CB07C25F72" |  | ||||||
|         "OwnerKey" = "8:_0683B4C519DB3748EBD996E0ABA831C0" |  | ||||||
|         "MsmSig" = "8:_UNDEFINED" |  | ||||||
|         } |  | ||||||
|         "Entry" |  | ||||||
|         { |  | ||||||
|         "MsmKey" = "8:_5DD1F571814D4BE3BADC13CB07C25F72" |  | ||||||
|         "OwnerKey" = "8:_79BCEE497E2B712D20C7E4A2F4800E60" |  | ||||||
|         "MsmSig" = "8:_UNDEFINED" |  | ||||||
|         } |  | ||||||
|         "Entry" |  | ||||||
|         { |  | ||||||
|         "MsmKey" = "8:_718042C617DB414B91C69D1ACCD99A42" |         "MsmKey" = "8:_718042C617DB414B91C69D1ACCD99A42" | ||||||
|         "OwnerKey" = "8:_UNDEFINED" |         "OwnerKey" = "8:_UNDEFINED" | ||||||
|         "MsmSig" = "8:_UNDEFINED" |         "MsmSig" = "8:_UNDEFINED" | ||||||
|         } |         } | ||||||
|         "Entry" |         "Entry" | ||||||
|         { |         { | ||||||
|         "MsmKey" = "8:_79BCEE497E2B712D20C7E4A2F4800E60" |  | ||||||
|         "OwnerKey" = "8:_718042C617DB414B91C69D1ACCD99A42" |  | ||||||
|         "MsmSig" = "8:_UNDEFINED" |  | ||||||
|         } |  | ||||||
|         "Entry" |  | ||||||
|         { |  | ||||||
|         "MsmKey" = "8:_79BCEE497E2B712D20C7E4A2F4800E60" |  | ||||||
|         "OwnerKey" = "8:_8FCF3A547028ECFD0B5049EFAB348182" |  | ||||||
|         "MsmSig" = "8:_UNDEFINED" |  | ||||||
|         } |  | ||||||
|         "Entry" |  | ||||||
|         { |  | ||||||
|         "MsmKey" = "8:_79BCEE497E2B712D20C7E4A2F4800E60" |  | ||||||
|         "OwnerKey" = "8:_0683B4C519DB3748EBD996E0ABA831C0" |  | ||||||
|         "MsmSig" = "8:_UNDEFINED" |  | ||||||
|         } |  | ||||||
|         "Entry" |  | ||||||
|         { |  | ||||||
|         "MsmKey" = "8:_7B574E73CEF5460FB51F5A341F81EA9A" |         "MsmKey" = "8:_7B574E73CEF5460FB51F5A341F81EA9A" | ||||||
|         "OwnerKey" = "8:_UNDEFINED" |         "OwnerKey" = "8:_UNDEFINED" | ||||||
|         "MsmSig" = "8:_UNDEFINED" |         "MsmSig" = "8:_UNDEFINED" | ||||||
|         } |         } | ||||||
|         "Entry" |         "Entry" | ||||||
|         { |         { | ||||||
|         "MsmKey" = "8:_8FCF3A547028ECFD0B5049EFAB348182" |  | ||||||
|         "OwnerKey" = "8:_718042C617DB414B91C69D1ACCD99A42" |  | ||||||
|         "MsmSig" = "8:_UNDEFINED" |  | ||||||
|         } |  | ||||||
|         "Entry" |  | ||||||
|         { |  | ||||||
|         "MsmKey" = "8:_8FCF3A547028ECFD0B5049EFAB348182" |  | ||||||
|         "OwnerKey" = "8:_290870C7D1693472634A9D8D875DA83B" |  | ||||||
|         "MsmSig" = "8:_UNDEFINED" |  | ||||||
|         } |  | ||||||
|         "Entry" |  | ||||||
|         { |  | ||||||
|         "MsmKey" = "8:_9630BD80B06842BB9DE27916F038665C" |         "MsmKey" = "8:_9630BD80B06842BB9DE27916F038665C" | ||||||
|         "OwnerKey" = "8:_UNDEFINED" |         "OwnerKey" = "8:_UNDEFINED" | ||||||
|         "MsmSig" = "8:_UNDEFINED" |         "MsmSig" = "8:_UNDEFINED" | ||||||
| @@ -147,14 +69,14 @@ | |||||||
|         } |         } | ||||||
|         "Entry" |         "Entry" | ||||||
|         { |         { | ||||||
|         "MsmKey" = "8:_BFB5523F92C62717D5FFB02E609341F7" |         "MsmKey" = "8:_EE232DF9B4BC45A4930DB0E636A09A53" | ||||||
|         "OwnerKey" = "8:_384A908A3DE54B359C611011C2A2AA97" |         "OwnerKey" = "8:_UNDEFINED" | ||||||
|         "MsmSig" = "8:_UNDEFINED" |         "MsmSig" = "8:_UNDEFINED" | ||||||
|         } |         } | ||||||
|         "Entry" |         "Entry" | ||||||
|         { |         { | ||||||
|         "MsmKey" = "8:_EE232DF9B4BC45A4930DB0E636A09A53" |         "MsmKey" = "8:_UNDEFINED" | ||||||
|         "OwnerKey" = "8:_UNDEFINED" |         "OwnerKey" = "8:_718042C617DB414B91C69D1ACCD99A42" | ||||||
|         "MsmSig" = "8:_UNDEFINED" |         "MsmSig" = "8:_UNDEFINED" | ||||||
|         } |         } | ||||||
|     } |     } | ||||||
| @@ -175,6 +97,17 @@ | |||||||
|         "PrivateKeyFile" = "8:" |         "PrivateKeyFile" = "8:" | ||||||
|         "TimeStampServer" = "8:" |         "TimeStampServer" = "8:" | ||||||
|         "InstallerBootstrapper" = "3:1" |         "InstallerBootstrapper" = "3:1" | ||||||
|  |             "BootstrapperCfg:{63ACBE69-63AA-4F98-B2B6-99F9E24495F2}" | ||||||
|  |             { | ||||||
|  |             "Enabled" = "11:FALSE" | ||||||
|  |             "PromptEnabled" = "11:TRUE" | ||||||
|  |             "PrerequisitesLocation" = "2:1" | ||||||
|  |             "Url" = "8:" | ||||||
|  |             "ComponentsUrl" = "8:" | ||||||
|  |                 "Items" | ||||||
|  |                 { | ||||||
|  |                 } | ||||||
|  |             } | ||||||
|         } |         } | ||||||
|         "Release" |         "Release" | ||||||
|         { |         { | ||||||
| @@ -191,6 +124,17 @@ | |||||||
|         "PrivateKeyFile" = "8:" |         "PrivateKeyFile" = "8:" | ||||||
|         "TimeStampServer" = "8:" |         "TimeStampServer" = "8:" | ||||||
|         "InstallerBootstrapper" = "3:1" |         "InstallerBootstrapper" = "3:1" | ||||||
|  |             "BootstrapperCfg:{63ACBE69-63AA-4F98-B2B6-99F9E24495F2}" | ||||||
|  |             { | ||||||
|  |             "Enabled" = "11:FALSE" | ||||||
|  |             "PromptEnabled" = "11:TRUE" | ||||||
|  |             "PrerequisitesLocation" = "2:1" | ||||||
|  |             "Url" = "8:" | ||||||
|  |             "ComponentsUrl" = "8:" | ||||||
|  |                 "Items" | ||||||
|  |                 { | ||||||
|  |                 } | ||||||
|  |             } | ||||||
|         } |         } | ||||||
|     } |     } | ||||||
|     "Deployable" |     "Deployable" | ||||||
| @@ -206,38 +150,7 @@ | |||||||
|         } |         } | ||||||
|         "File" |         "File" | ||||||
|         { |         { | ||||||
|             "{FB480208-1853-44D0-9ABD-A3B734C3FAAA}:_0683B4C519DB3748EBD996E0ABA831C0" |             "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_24DA7E000C1645438F67455260F5A201" | ||||||
|             { |  | ||||||
|             "AssemblyRegister" = "3:1" |  | ||||||
|             "AssemblyIsInGAC" = "11:FALSE" |  | ||||||
|             "AssemblyAsmDisplayName" = "8:AppModule.NamedPipes, Version=1.6.0.22972, Culture=neutral" |  | ||||||
|                 "ScatterAssemblies" |  | ||||||
|                 { |  | ||||||
|                     "_0683B4C519DB3748EBD996E0ABA831C0" |  | ||||||
|                     { |  | ||||||
|                     "Name" = "8:AppModule.NamedPipes.dll" |  | ||||||
|                     "Attributes" = "3:512" |  | ||||||
|                     } |  | ||||||
|                 } |  | ||||||
|             "SourcePath" = "8:AppModule.NamedPipes.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" |             "SourcePath" = "8:..\\..\\..\\..\\include\\micasa_mgmd.h" | ||||||
|             "TargetName" = "8:micasa_mgmd.h" |             "TargetName" = "8:micasa_mgmd.h" | ||||||
| @@ -257,38 +170,7 @@ | |||||||
|             "IsDependency" = "11:FALSE" |             "IsDependency" = "11:FALSE" | ||||||
|             "IsolateTo" = "8:" |             "IsolateTo" = "8:" | ||||||
|             } |             } | ||||||
|             "{FB480208-1853-44D0-9ABD-A3B734C3FAAA}:_290870C7D1693472634A9D8D875DA83B" |             "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_4CA6C9BB20C542A1B856271245513CC1" | ||||||
|             { |  | ||||||
|             "AssemblyRegister" = "3:1" |  | ||||||
|             "AssemblyIsInGAC" = "11:FALSE" |  | ||||||
|             "AssemblyAsmDisplayName" = "8:Novell.CASA.miCASAWrapper, Version=1.6.2384.22973, Culture=neutral" |  | ||||||
|                 "ScatterAssemblies" |  | ||||||
|                 { |  | ||||||
|                     "_290870C7D1693472634A9D8D875DA83B" |  | ||||||
|                     { |  | ||||||
|                     "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}:_4CA6C9BB20C542A1B856271245513CC1" |  | ||||||
|             { |             { | ||||||
|             "SourcePath" = "8:..\\..\\..\\..\\include\\casa_status.h" |             "SourcePath" = "8:..\\..\\..\\..\\include\\casa_status.h" | ||||||
|             "TargetName" = "8:casa_status.h" |             "TargetName" = "8:casa_status.h" | ||||||
| @@ -308,38 +190,7 @@ | |||||||
|             "IsDependency" = "11:FALSE" |             "IsDependency" = "11:FALSE" | ||||||
|             "IsolateTo" = "8:" |             "IsolateTo" = "8:" | ||||||
|             } |             } | ||||||
|             "{FB480208-1853-44D0-9ABD-A3B734C3FAAA}:_79BCEE497E2B712D20C7E4A2F4800E60" |             "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_7B574E73CEF5460FB51F5A341F81EA9A" | ||||||
|             { |  | ||||||
|             "AssemblyRegister" = "3:1" |  | ||||||
|             "AssemblyIsInGAC" = "11:FALSE" |  | ||||||
|             "AssemblyAsmDisplayName" = "8:AppModule.InterProcessComm, Version=1.6.0.22972, Culture=neutral" |  | ||||||
|                 "ScatterAssemblies" |  | ||||||
|                 { |  | ||||||
|                     "_79BCEE497E2B712D20C7E4A2F4800E60" |  | ||||||
|                     { |  | ||||||
|                     "Name" = "8:AppModule.InterProcessComm.dll" |  | ||||||
|                     "Attributes" = "3:512" |  | ||||||
|                     } |  | ||||||
|                 } |  | ||||||
|             "SourcePath" = "8:AppModule.InterProcessComm.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}:_7B574E73CEF5460FB51F5A341F81EA9A" |  | ||||||
|             { |             { | ||||||
|             "SourcePath" = "8:..\\..\\..\\..\\lib\\release\\micasa.lib" |             "SourcePath" = "8:..\\..\\..\\..\\lib\\release\\micasa.lib" | ||||||
|             "TargetName" = "8:micasa.lib" |             "TargetName" = "8:micasa.lib" | ||||||
| @@ -359,38 +210,7 @@ | |||||||
|             "IsDependency" = "11:FALSE" |             "IsDependency" = "11:FALSE" | ||||||
|             "IsolateTo" = "8:" |             "IsolateTo" = "8:" | ||||||
|             } |             } | ||||||
|             "{FB480208-1853-44D0-9ABD-A3B734C3FAAA}:_8FCF3A547028ECFD0B5049EFAB348182" |             "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_9630BD80B06842BB9DE27916F038665C" | ||||||
|             { |  | ||||||
|             "AssemblyRegister" = "3:1" |  | ||||||
|             "AssemblyIsInGAC" = "11:FALSE" |  | ||||||
|             "AssemblyAsmDisplayName" = "8:Novell.CASA.Common, Version=1.6.2384.22972, Culture=neutral" |  | ||||||
|                 "ScatterAssemblies" |  | ||||||
|                 { |  | ||||||
|                     "_8FCF3A547028ECFD0B5049EFAB348182" |  | ||||||
|                     { |  | ||||||
|                     "Name" = "8:Novell.CASA.Common.dll" |  | ||||||
|                     "Attributes" = "3:512" |  | ||||||
|                     } |  | ||||||
|                 } |  | ||||||
|             "SourcePath" = "8:Novell.CASA.Common.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}:_9630BD80B06842BB9DE27916F038665C" |  | ||||||
|             { |             { | ||||||
|             "SourcePath" = "8:..\\..\\..\\..\\include\\sscs_utf8.h" |             "SourcePath" = "8:..\\..\\..\\..\\include\\sscs_utf8.h" | ||||||
|             "TargetName" = "8:sscs_utf8.h" |             "TargetName" = "8:sscs_utf8.h" | ||||||
| @@ -410,7 +230,7 @@ | |||||||
|             "IsDependency" = "11:FALSE" |             "IsDependency" = "11:FALSE" | ||||||
|             "IsolateTo" = "8:" |             "IsolateTo" = "8:" | ||||||
|             } |             } | ||||||
|             "{A582A373-4685-4296-BEFE-614B80A702C3}:_9BEBCD4FC9A543CCB3B45D7D1098AB83" |             "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_9BEBCD4FC9A543CCB3B45D7D1098AB83" | ||||||
|             { |             { | ||||||
|             "SourcePath" = "8:..\\..\\..\\..\\test\\java_sample\\src\\JavaSample.java" |             "SourcePath" = "8:..\\..\\..\\..\\test\\java_sample\\src\\JavaSample.java" | ||||||
|             "TargetName" = "8:JavaSample.java" |             "TargetName" = "8:JavaSample.java" | ||||||
| @@ -430,7 +250,7 @@ | |||||||
|             "IsDependency" = "11:FALSE" |             "IsDependency" = "11:FALSE" | ||||||
|             "IsolateTo" = "8:" |             "IsolateTo" = "8:" | ||||||
|             } |             } | ||||||
|             "{A582A373-4685-4296-BEFE-614B80A702C3}:_A7A23CA536234B8BAE08CA9528EC8F93" |             "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_A7A23CA536234B8BAE08CA9528EC8F93" | ||||||
|             { |             { | ||||||
|             "SourcePath" = "8:..\\..\\..\\..\\include\\micasa_types.h" |             "SourcePath" = "8:..\\..\\..\\..\\include\\micasa_types.h" | ||||||
|             "TargetName" = "8:micasa_types.h" |             "TargetName" = "8:micasa_types.h" | ||||||
| @@ -450,7 +270,7 @@ | |||||||
|             "IsDependency" = "11:FALSE" |             "IsDependency" = "11:FALSE" | ||||||
|             "IsolateTo" = "8:" |             "IsolateTo" = "8:" | ||||||
|             } |             } | ||||||
|             "{A582A373-4685-4296-BEFE-614B80A702C3}:_BC2F0CC1092E45A3B9292CFAA9BE30C7" |             "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_BC2F0CC1092E45A3B9292CFAA9BE30C7" | ||||||
|             { |             { | ||||||
|             "SourcePath" = "8:..\\..\\..\\..\\include\\micasa.h" |             "SourcePath" = "8:..\\..\\..\\..\\include\\micasa.h" | ||||||
|             "TargetName" = "8:micasa.h" |             "TargetName" = "8:micasa.h" | ||||||
| @@ -470,27 +290,7 @@ | |||||||
|             "IsDependency" = "11:FALSE" |             "IsDependency" = "11:FALSE" | ||||||
|             "IsolateTo" = "8:" |             "IsolateTo" = "8:" | ||||||
|             } |             } | ||||||
|             "{A582A373-4685-4296-BEFE-614B80A702C3}:_BFB5523F92C62717D5FFB02E609341F7" |             "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_EE232DF9B4BC45A4930DB0E636A09A53" | ||||||
|             { |  | ||||||
|             "SourcePath" = "8:micasa.dll" |  | ||||||
|             "TargetName" = "8:micasa.dll" |  | ||||||
|             "Tag" = "8:" |  | ||||||
|             "Folder" = "8:_F3F9192858114846913E6271C812F8FA" |  | ||||||
|             "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}:_EE232DF9B4BC45A4930DB0E636A09A53" |  | ||||||
|             { |             { | ||||||
|             "SourcePath" = "8:..\\..\\..\\..\\include\\sscs_string.h" |             "SourcePath" = "8:..\\..\\..\\..\\include\\sscs_string.h" | ||||||
|             "TargetName" = "8:sscs_string.h" |             "TargetName" = "8:sscs_string.h" | ||||||
| @@ -516,7 +316,7 @@ | |||||||
|         } |         } | ||||||
|         "Folder" |         "Folder" | ||||||
|         { |         { | ||||||
|             "{29CD8198-A6F0-4B93-8B90-AC03CFEAD328}:_6418E7496A474EDDAC9A91150BBE4A26" |             "{F4FE1E22-A4D2-4EE8-9259-29A1CE8BB2FF}:_6418E7496A474EDDAC9A91150BBE4A26" | ||||||
|             { |             { | ||||||
|             "DefaultLocation" = "8:[TARGETDIR]" |             "DefaultLocation" = "8:[TARGETDIR]" | ||||||
|             "DisplayName" = "8:Module Retargetable Folder" |             "DisplayName" = "8:Module Retargetable Folder" | ||||||
| @@ -528,7 +328,7 @@ | |||||||
|             "Property" = "8:NEWRETARGETABLEPROPERTY1" |             "Property" = "8:NEWRETARGETABLEPROPERTY1" | ||||||
|                 "Folders" |                 "Folders" | ||||||
|                 { |                 { | ||||||
|                     "{F27BD5C5-A65D-4608-96D4-7C5DA1F76302}:_6E2DD3147B0A4648AB8A5543A2008111" |                     "{9EF0B969-E518-4E46-987F-47570745A589}:_6E2DD3147B0A4648AB8A5543A2008111" | ||||||
|                     { |                     { | ||||||
|                     "Name" = "8:src" |                     "Name" = "8:src" | ||||||
|                     "AlwaysCreate" = "11:FALSE" |                     "AlwaysCreate" = "11:FALSE" | ||||||
| @@ -537,7 +337,7 @@ | |||||||
|                     "Property" = "8:_74E0406CEB3F42C782F6315659AC26A4" |                     "Property" = "8:_74E0406CEB3F42C782F6315659AC26A4" | ||||||
|                         "Folders" |                         "Folders" | ||||||
|                         { |                         { | ||||||
|                             "{F27BD5C5-A65D-4608-96D4-7C5DA1F76302}:_D7CA67BD7CB34D748C9F780F81AB6786" |                             "{9EF0B969-E518-4E46-987F-47570745A589}:_D7CA67BD7CB34D748C9F780F81AB6786" | ||||||
|                             { |                             { | ||||||
|                             "Name" = "8:sample" |                             "Name" = "8:sample" | ||||||
|                             "AlwaysCreate" = "11:FALSE" |                             "AlwaysCreate" = "11:FALSE" | ||||||
| @@ -546,7 +346,7 @@ | |||||||
|                             "Property" = "8:_F8718FE4F8414B34BB777E90467328CF" |                             "Property" = "8:_F8718FE4F8414B34BB777E90467328CF" | ||||||
|                                 "Folders" |                                 "Folders" | ||||||
|                                 { |                                 { | ||||||
|                                     "{F27BD5C5-A65D-4608-96D4-7C5DA1F76302}:_05F7B25876E24EF4B5AB49C731A96CF4" |                                     "{9EF0B969-E518-4E46-987F-47570745A589}:_05F7B25876E24EF4B5AB49C731A96CF4" | ||||||
|                                     { |                                     { | ||||||
|                                     "Name" = "8:java" |                                     "Name" = "8:java" | ||||||
|                                     "AlwaysCreate" = "11:FALSE" |                                     "AlwaysCreate" = "11:FALSE" | ||||||
| @@ -557,7 +357,7 @@ | |||||||
|                                         { |                                         { | ||||||
|                                         } |                                         } | ||||||
|                                     } |                                     } | ||||||
|                                     "{F27BD5C5-A65D-4608-96D4-7C5DA1F76302}:_60E3A2D74B8D4F348C473CBA0F171A15" |                                     "{9EF0B969-E518-4E46-987F-47570745A589}:_60E3A2D74B8D4F348C473CBA0F171A15" | ||||||
|                                     { |                                     { | ||||||
|                                     "Name" = "8:c#" |                                     "Name" = "8:c#" | ||||||
|                                     "AlwaysCreate" = "11:FALSE" |                                     "AlwaysCreate" = "11:FALSE" | ||||||
| @@ -568,7 +368,7 @@ | |||||||
|                                         { |                                         { | ||||||
|                                         } |                                         } | ||||||
|                                     } |                                     } | ||||||
|                                     "{F27BD5C5-A65D-4608-96D4-7C5DA1F76302}:_F3F9192858114846913E6271C812F8FA" |                                     "{9EF0B969-E518-4E46-987F-47570745A589}:_F3F9192858114846913E6271C812F8FA" | ||||||
|                                     { |                                     { | ||||||
|                                     "Name" = "8:c" |                                     "Name" = "8:c" | ||||||
|                                     "AlwaysCreate" = "11:FALSE" |                                     "AlwaysCreate" = "11:FALSE" | ||||||
| @@ -583,7 +383,7 @@ | |||||||
|                             } |                             } | ||||||
|                         } |                         } | ||||||
|                     } |                     } | ||||||
|                     "{F27BD5C5-A65D-4608-96D4-7C5DA1F76302}:_74C8706957E54C25B02C3025A6FE7488" |                     "{9EF0B969-E518-4E46-987F-47570745A589}:_74C8706957E54C25B02C3025A6FE7488" | ||||||
|                     { |                     { | ||||||
|                     "Name" = "8:include" |                     "Name" = "8:include" | ||||||
|                     "AlwaysCreate" = "11:FALSE" |                     "AlwaysCreate" = "11:FALSE" | ||||||
| @@ -594,7 +394,7 @@ | |||||||
|                         { |                         { | ||||||
|                         } |                         } | ||||||
|                     } |                     } | ||||||
|                     "{F27BD5C5-A65D-4608-96D4-7C5DA1F76302}:_B38C5202FD154B2EB81B5ED7738CCE94" |                     "{9EF0B969-E518-4E46-987F-47570745A589}:_B38C5202FD154B2EB81B5ED7738CCE94" | ||||||
|                     { |                     { | ||||||
|                     "Name" = "8:lib" |                     "Name" = "8:lib" | ||||||
|                     "AlwaysCreate" = "11:FALSE" |                     "AlwaysCreate" = "11:FALSE" | ||||||
| @@ -605,7 +405,7 @@ | |||||||
|                         { |                         { | ||||||
|                         } |                         } | ||||||
|                     } |                     } | ||||||
|                     "{F27BD5C5-A65D-4608-96D4-7C5DA1F76302}:_CBC94ACBDFD1473BA5C521DF698BC6C7" |                     "{9EF0B969-E518-4E46-987F-47570745A589}:_CBC94ACBDFD1473BA5C521DF698BC6C7" | ||||||
|                     { |                     { | ||||||
|                     "Name" = "8:doc" |                     "Name" = "8:doc" | ||||||
|                     "AlwaysCreate" = "11:FALSE" |                     "AlwaysCreate" = "11:FALSE" | ||||||
| @@ -616,7 +416,7 @@ | |||||||
|                         { |                         { | ||||||
|                         } |                         } | ||||||
|                     } |                     } | ||||||
|                     "{F27BD5C5-A65D-4608-96D4-7C5DA1F76302}:_CE3056EFDBEF4C8A9C2DBC34DBC54197" |                     "{9EF0B969-E518-4E46-987F-47570745A589}:_CE3056EFDBEF4C8A9C2DBC34DBC54197" | ||||||
|                     { |                     { | ||||||
|                     "Name" = "8:bin" |                     "Name" = "8:bin" | ||||||
|                     "AlwaysCreate" = "11:FALSE" |                     "AlwaysCreate" = "11:FALSE" | ||||||
| @@ -629,7 +429,7 @@ | |||||||
|                     } |                     } | ||||||
|                 } |                 } | ||||||
|             } |             } | ||||||
|             "{78BAF5CE-F2E5-45BE-83BC-DB6AF387E941}:_CBC3068B03774BDDA50FB68C7A68FC73" |             "{1525181F-901A-416C-8A58-119130FE478E}:_CBC3068B03774BDDA50FB68C7A68FC73" | ||||||
|             { |             { | ||||||
|             "Name" = "8:#1910" |             "Name" = "8:#1910" | ||||||
|             "AlwaysCreate" = "11:FALSE" |             "AlwaysCreate" = "11:FALSE" | ||||||
| @@ -646,17 +446,6 @@ | |||||||
|         } |         } | ||||||
|         "MergeModule" |         "MergeModule" | ||||||
|         { |         { | ||||||
|             "{35A69C6E-5BA4-440D-803D-762B59A45393}:_5DD1F571814D4BE3BADC13CB07C25F72" |  | ||||||
|             { |  | ||||||
|             "UseDynamicProperties" = "11:FALSE" |  | ||||||
|             "IsDependency" = "11:TRUE" |  | ||||||
|             "SourcePath" = "8:dotnetfxredist_x86.msm" |  | ||||||
|             "LanguageId" = "3:1033" |  | ||||||
|             "Exclude" = "11:FALSE" |  | ||||||
|             "Folder" = "8:" |  | ||||||
|             "Feature" = "8:" |  | ||||||
|             "IsolateTo" = "8:" |  | ||||||
|             } |  | ||||||
|         } |         } | ||||||
|         "Module" |         "Module" | ||||||
|         { |         { | ||||||
| @@ -669,10 +458,14 @@ | |||||||
|         "Comments" = "8:" |         "Comments" = "8:" | ||||||
|         "SearchPath" = "8:" |         "SearchPath" = "8:" | ||||||
|         "UseSystemSearchPath" = "11:TRUE" |         "UseSystemSearchPath" = "11:TRUE" | ||||||
|  |         "TargetPlatform" = "3:0" | ||||||
|  |         "PreBuildEvent" = "8:" | ||||||
|  |         "PostBuildEvent" = "8:" | ||||||
|  |         "RunPostBuildEvent" = "3:0" | ||||||
|         } |         } | ||||||
|         "ProjectOutput" |         "ProjectOutput" | ||||||
|         { |         { | ||||||
|             "{8062640A-2EEE-46E9-AB67-688E9A886E9F}:_25A25AE17EF247C4AC5D3E5FFEA6730C" |             "{5259A561-127C-4D43-A0A1-72F10C7B3BF8}:_25A25AE17EF247C4AC5D3E5FFEA6730C" | ||||||
|             { |             { | ||||||
|             "SourcePath" = "8:" |             "SourcePath" = "8:" | ||||||
|             "TargetName" = "8:" |             "TargetName" = "8:" | ||||||
| @@ -700,7 +493,7 @@ | |||||||
|                 { |                 { | ||||||
|                 } |                 } | ||||||
|             } |             } | ||||||
|             "{8062640A-2EEE-46E9-AB67-688E9A886E9F}:_384A908A3DE54B359C611011C2A2AA97" |             "{5259A561-127C-4D43-A0A1-72F10C7B3BF8}:_384A908A3DE54B359C611011C2A2AA97" | ||||||
|             { |             { | ||||||
|             "SourcePath" = "8:..\\..\\..\\..\\test\\c_sample\\Release\\cSample.exe" |             "SourcePath" = "8:..\\..\\..\\..\\test\\c_sample\\Release\\cSample.exe" | ||||||
|             "TargetName" = "8:" |             "TargetName" = "8:" | ||||||
| @@ -728,7 +521,7 @@ | |||||||
|                 { |                 { | ||||||
|                 } |                 } | ||||||
|             } |             } | ||||||
|             "{8062640A-2EEE-46E9-AB67-688E9A886E9F}:_718042C617DB414B91C69D1ACCD99A42" |             "{5259A561-127C-4D43-A0A1-72F10C7B3BF8}:_718042C617DB414B91C69D1ACCD99A42" | ||||||
|             { |             { | ||||||
|             "SourcePath" = "8:..\\..\\..\\..\\test\\c_sharp_sample\\obj\\Release\\CSharpSample.exe" |             "SourcePath" = "8:..\\..\\..\\..\\test\\c_sharp_sample\\obj\\Release\\CSharpSample.exe" | ||||||
|             "TargetName" = "8:" |             "TargetName" = "8:" | ||||||
| @@ -756,7 +549,7 @@ | |||||||
|                 { |                 { | ||||||
|                 } |                 } | ||||||
|             } |             } | ||||||
|             "{8062640A-2EEE-46E9-AB67-688E9A886E9F}:_A5034D1213CE4A0D9C91B42C63B95A93" |             "{5259A561-127C-4D43-A0A1-72F10C7B3BF8}:_A5034D1213CE4A0D9C91B42C63B95A93" | ||||||
|             { |             { | ||||||
|             "SourcePath" = "8:" |             "SourcePath" = "8:" | ||||||
|             "TargetName" = "8:" |             "TargetName" = "8:" | ||||||
| @@ -784,7 +577,7 @@ | |||||||
|                 { |                 { | ||||||
|                 } |                 } | ||||||
|             } |             } | ||||||
|             "{8062640A-2EEE-46E9-AB67-688E9A886E9F}:_CA5099843E68433DB4C2D4D6B21C4ACF" |             "{5259A561-127C-4D43-A0A1-72F10C7B3BF8}:_CA5099843E68433DB4C2D4D6B21C4ACF" | ||||||
|             { |             { | ||||||
|             "SourcePath" = "8:" |             "SourcePath" = "8:" | ||||||
|             "TargetName" = "8:" |             "TargetName" = "8:" | ||||||
|   | |||||||
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							| @@ -1,7 +1,7 @@ | |||||||
| "DeployProject" | "DeployProject" | ||||||
| { | { | ||||||
| "VSVersion" = "3:701" | "VSVersion" = "3:800" | ||||||
| "ProjectType" = "8:{DD7A5B58-C2F9-40FF-B2EF-0773356FB978}" | "ProjectType" = "8:{06A35CCD-C46D-44D5-987B-CF40FF872267}" | ||||||
| "IsWebType" = "8:FALSE" | "IsWebType" = "8:FALSE" | ||||||
| "ProjectName" = "8:CASA-msm" | "ProjectName" = "8:CASA-msm" | ||||||
| "LanguageId" = "3:1033" | "LanguageId" = "3:1033" | ||||||
| @@ -21,60 +21,12 @@ | |||||||
|         } |         } | ||||||
|         "Entry" |         "Entry" | ||||||
|         { |         { | ||||||
|         "MsmKey" = "8:_35CE97A13B0D4856ADF5AEE13E25174E" |  | ||||||
|         "OwnerKey" = "8:_C37A35F33FD14730BC7E7C47DF9C2DD1" |  | ||||||
|         "MsmSig" = "8:_UNDEFINED" |  | ||||||
|         } |  | ||||||
|         "Entry" |  | ||||||
|         { |  | ||||||
|         "MsmKey" = "8:_35CE97A13B0D4856ADF5AEE13E25174E" |  | ||||||
|         "OwnerKey" = "8:_7625ED4CE194809FCD89C311755DB375" |  | ||||||
|         "MsmSig" = "8:_UNDEFINED" |  | ||||||
|         } |  | ||||||
|         "Entry" |  | ||||||
|         { |  | ||||||
|         "MsmKey" = "8:_35CE97A13B0D4856ADF5AEE13E25174E" |  | ||||||
|         "OwnerKey" = "8:_E2323B12FBC79632D7CD0AC53D546221" |  | ||||||
|         "MsmSig" = "8:_UNDEFINED" |  | ||||||
|         } |  | ||||||
|         "Entry" |  | ||||||
|         { |  | ||||||
|         "MsmKey" = "8:_35CE97A13B0D4856ADF5AEE13E25174E" |  | ||||||
|         "OwnerKey" = "8:_68529D045F76C5FDC691876A8BD87769" |  | ||||||
|         "MsmSig" = "8:_UNDEFINED" |  | ||||||
|         } |  | ||||||
|         "Entry" |  | ||||||
|         { |  | ||||||
|         "MsmKey" = "8:_53A2168DF64E4E9EB3FD5516424E732E" |         "MsmKey" = "8:_53A2168DF64E4E9EB3FD5516424E732E" | ||||||
|         "OwnerKey" = "8:_UNDEFINED" |         "OwnerKey" = "8:_UNDEFINED" | ||||||
|         "MsmSig" = "8:_UNDEFINED" |         "MsmSig" = "8:_UNDEFINED" | ||||||
|         } |         } | ||||||
|         "Entry" |         "Entry" | ||||||
|         { |         { | ||||||
|         "MsmKey" = "8:_68529D045F76C5FDC691876A8BD87769" |  | ||||||
|         "OwnerKey" = "8:_C37A35F33FD14730BC7E7C47DF9C2DD1" |  | ||||||
|         "MsmSig" = "8:_UNDEFINED" |  | ||||||
|         } |  | ||||||
|         "Entry" |  | ||||||
|         { |  | ||||||
|         "MsmKey" = "8:_68529D045F76C5FDC691876A8BD87769" |  | ||||||
|         "OwnerKey" = "8:_7625ED4CE194809FCD89C311755DB375" |  | ||||||
|         "MsmSig" = "8:_UNDEFINED" |  | ||||||
|         } |  | ||||||
|         "Entry" |  | ||||||
|         { |  | ||||||
|         "MsmKey" = "8:_68529D045F76C5FDC691876A8BD87769" |  | ||||||
|         "OwnerKey" = "8:_E2323B12FBC79632D7CD0AC53D546221" |  | ||||||
|         "MsmSig" = "8:_UNDEFINED" |  | ||||||
|         } |  | ||||||
|         "Entry" |  | ||||||
|         { |  | ||||||
|         "MsmKey" = "8:_7625ED4CE194809FCD89C311755DB375" |  | ||||||
|         "OwnerKey" = "8:_C37A35F33FD14730BC7E7C47DF9C2DD1" |  | ||||||
|         "MsmSig" = "8:_UNDEFINED" |  | ||||||
|         } |  | ||||||
|         "Entry" |  | ||||||
|         { |  | ||||||
|         "MsmKey" = "8:_90C16B41FE7F435A8640BFDDD7C02619" |         "MsmKey" = "8:_90C16B41FE7F435A8640BFDDD7C02619" | ||||||
|         "OwnerKey" = "8:_UNDEFINED" |         "OwnerKey" = "8:_UNDEFINED" | ||||||
|         "MsmSig" = "8:_UNDEFINED" |         "MsmSig" = "8:_UNDEFINED" | ||||||
| @@ -87,22 +39,10 @@ | |||||||
|         } |         } | ||||||
|         "Entry" |         "Entry" | ||||||
|         { |         { | ||||||
|         "MsmKey" = "8:_E2323B12FBC79632D7CD0AC53D546221" |         "MsmKey" = "8:_UNDEFINED" | ||||||
|         "OwnerKey" = "8:_C37A35F33FD14730BC7E7C47DF9C2DD1" |         "OwnerKey" = "8:_C37A35F33FD14730BC7E7C47DF9C2DD1" | ||||||
|         "MsmSig" = "8:_UNDEFINED" |         "MsmSig" = "8:_UNDEFINED" | ||||||
|         } |         } | ||||||
|         "Entry" |  | ||||||
|         { |  | ||||||
|         "MsmKey" = "8:_E2323B12FBC79632D7CD0AC53D546221" |  | ||||||
|         "OwnerKey" = "8:_7625ED4CE194809FCD89C311755DB375" |  | ||||||
|         "MsmSig" = "8:_UNDEFINED" |  | ||||||
|         } |  | ||||||
|         "Entry" |  | ||||||
|         { |  | ||||||
|         "MsmKey" = "8:_FCA9C6770F0FB28185373954659263CB" |  | ||||||
|         "OwnerKey" = "8:_01C1EAD583CE4AD39778A1F9EC86204D" |  | ||||||
|         "MsmSig" = "8:_UNDEFINED" |  | ||||||
|         } |  | ||||||
|     } |     } | ||||||
|     "Configurations" |     "Configurations" | ||||||
|     { |     { | ||||||
| @@ -121,6 +61,17 @@ | |||||||
|         "PrivateKeyFile" = "8:" |         "PrivateKeyFile" = "8:" | ||||||
|         "TimeStampServer" = "8:" |         "TimeStampServer" = "8:" | ||||||
|         "InstallerBootstrapper" = "3:1" |         "InstallerBootstrapper" = "3:1" | ||||||
|  |             "BootstrapperCfg:{63ACBE69-63AA-4F98-B2B6-99F9E24495F2}" | ||||||
|  |             { | ||||||
|  |             "Enabled" = "11:FALSE" | ||||||
|  |             "PromptEnabled" = "11:TRUE" | ||||||
|  |             "PrerequisitesLocation" = "2:1" | ||||||
|  |             "Url" = "8:" | ||||||
|  |             "ComponentsUrl" = "8:" | ||||||
|  |                 "Items" | ||||||
|  |                 { | ||||||
|  |                 } | ||||||
|  |             } | ||||||
|         } |         } | ||||||
|         "Release" |         "Release" | ||||||
|         { |         { | ||||||
| @@ -137,13 +88,24 @@ | |||||||
|         "PrivateKeyFile" = "8:" |         "PrivateKeyFile" = "8:" | ||||||
|         "TimeStampServer" = "8:" |         "TimeStampServer" = "8:" | ||||||
|         "InstallerBootstrapper" = "3:1" |         "InstallerBootstrapper" = "3:1" | ||||||
|  |             "BootstrapperCfg:{63ACBE69-63AA-4F98-B2B6-99F9E24495F2}" | ||||||
|  |             { | ||||||
|  |             "Enabled" = "11:FALSE" | ||||||
|  |             "PromptEnabled" = "11:TRUE" | ||||||
|  |             "PrerequisitesLocation" = "2:1" | ||||||
|  |             "Url" = "8:" | ||||||
|  |             "ComponentsUrl" = "8:" | ||||||
|  |                 "Items" | ||||||
|  |                 { | ||||||
|  |                 } | ||||||
|  |             } | ||||||
|         } |         } | ||||||
|     } |     } | ||||||
|     "Deployable" |     "Deployable" | ||||||
|     { |     { | ||||||
|         "CustomAction" |         "CustomAction" | ||||||
|         { |         { | ||||||
|             "{0C9D821E-95BB-411F-BE03-2864360EBF94}:_476A5F9BC21F44518B6457F5FE0F599F" |             "{4AA51A2D-7D85-4A59-BA75-B0809FC8B380}:_476A5F9BC21F44518B6457F5FE0F599F" | ||||||
|             { |             { | ||||||
|             "Name" = "8:Primary output from micasad (Active)" |             "Name" = "8:Primary output from micasad (Active)" | ||||||
|             "Condition" = "8:" |             "Condition" = "8:" | ||||||
| @@ -157,7 +119,7 @@ | |||||||
|             "InstallerClass" = "11:FALSE" |             "InstallerClass" = "11:FALSE" | ||||||
|             "CustomActionData" = "8:" |             "CustomActionData" = "8:" | ||||||
|             } |             } | ||||||
|             "{0C9D821E-95BB-411F-BE03-2864360EBF94}:_F893AB0289144D1BB1926D594164A8E8" |             "{4AA51A2D-7D85-4A59-BA75-B0809FC8B380}:_F893AB0289144D1BB1926D594164A8E8" | ||||||
|             { |             { | ||||||
|             "Name" = "8:Primary output from micasad (Active)" |             "Name" = "8:Primary output from micasad (Active)" | ||||||
|             "Condition" = "8:" |             "Condition" = "8:" | ||||||
| @@ -180,126 +142,13 @@ | |||||||
|         } |         } | ||||||
|         "File" |         "File" | ||||||
|         { |         { | ||||||
|             "{FB480208-1853-44D0-9ABD-A3B734C3FAAA}:_68529D045F76C5FDC691876A8BD87769" |  | ||||||
|             { |  | ||||||
|             "AssemblyRegister" = "3:1" |  | ||||||
|             "AssemblyIsInGAC" = "11:FALSE" |  | ||||||
|             "AssemblyAsmDisplayName" = "8:AppModule.InterProcessComm, Version=1.6.0.17422, Culture=neutral" |  | ||||||
|                 "ScatterAssemblies" |  | ||||||
|                 { |  | ||||||
|                     "_68529D045F76C5FDC691876A8BD87769" |  | ||||||
|                     { |  | ||||||
|                     "Name" = "8:AppModule.InterProcessComm.dll" |  | ||||||
|                     "Attributes" = "3:512" |  | ||||||
|                     } |  | ||||||
|                 } |  | ||||||
|             "SourcePath" = "8:AppModule.InterProcessComm.dll" |  | ||||||
|             "TargetName" = "8:" |  | ||||||
|             "Tag" = "8:" |  | ||||||
|             "Folder" = "8:_24B477312C8840DB8DF8C1E373E7FC6D" |  | ||||||
|             "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}:_7625ED4CE194809FCD89C311755DB375" |  | ||||||
|             { |  | ||||||
|             "AssemblyRegister" = "3:1" |  | ||||||
|             "AssemblyIsInGAC" = "11:FALSE" |  | ||||||
|             "AssemblyAsmDisplayName" = "8:Novell.CASA.Common, Version=1.6.2379.17422, Culture=neutral" |  | ||||||
|                 "ScatterAssemblies" |  | ||||||
|                 { |  | ||||||
|                     "_7625ED4CE194809FCD89C311755DB375" |  | ||||||
|                     { |  | ||||||
|                     "Name" = "8:Novell.CASA.Common.dll" |  | ||||||
|                     "Attributes" = "3:512" |  | ||||||
|                     } |  | ||||||
|                 } |  | ||||||
|             "SourcePath" = "8:Novell.CASA.Common.dll" |  | ||||||
|             "TargetName" = "8:" |  | ||||||
|             "Tag" = "8:" |  | ||||||
|             "Folder" = "8:_24B477312C8840DB8DF8C1E373E7FC6D" |  | ||||||
|             "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}:_E2323B12FBC79632D7CD0AC53D546221" |  | ||||||
|             { |  | ||||||
|             "AssemblyRegister" = "3:1" |  | ||||||
|             "AssemblyIsInGAC" = "11:FALSE" |  | ||||||
|             "AssemblyAsmDisplayName" = "8:AppModule.NamedPipes, Version=1.6.0.17422, Culture=neutral" |  | ||||||
|                 "ScatterAssemblies" |  | ||||||
|                 { |  | ||||||
|                     "_E2323B12FBC79632D7CD0AC53D546221" |  | ||||||
|                     { |  | ||||||
|                     "Name" = "8:AppModule.NamedPipes.dll" |  | ||||||
|                     "Attributes" = "3:512" |  | ||||||
|                     } |  | ||||||
|                 } |  | ||||||
|             "SourcePath" = "8:AppModule.NamedPipes.dll" |  | ||||||
|             "TargetName" = "8:" |  | ||||||
|             "Tag" = "8:" |  | ||||||
|             "Folder" = "8:_24B477312C8840DB8DF8C1E373E7FC6D" |  | ||||||
|             "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}:_FCA9C6770F0FB28185373954659263CB" |  | ||||||
|             { |  | ||||||
|             "SourcePath" = "8:micasacache.dll" |  | ||||||
|             "TargetName" = "8:micasacache.dll" |  | ||||||
|             "Tag" = "8:" |  | ||||||
|             "Folder" = "8:_4913CF477F8E455DA2D13A4A6892F4F7" |  | ||||||
|             "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:TRUE" |  | ||||||
|             "IsDependency" = "11:TRUE" |  | ||||||
|             "IsolateTo" = "8:" |  | ||||||
|             } |  | ||||||
|         } |         } | ||||||
|         "FileType" |         "FileType" | ||||||
|         { |         { | ||||||
|         } |         } | ||||||
|         "Folder" |         "Folder" | ||||||
|         { |         { | ||||||
|             "{78BAF5CE-F2E5-45BE-83BC-DB6AF387E941}:_4913CF477F8E455DA2D13A4A6892F4F7" |             "{1525181F-901A-416C-8A58-119130FE478E}:_4913CF477F8E455DA2D13A4A6892F4F7" | ||||||
|             { |             { | ||||||
|             "Name" = "8:#1914" |             "Name" = "8:#1914" | ||||||
|             "AlwaysCreate" = "11:FALSE" |             "AlwaysCreate" = "11:FALSE" | ||||||
| @@ -310,7 +159,7 @@ | |||||||
|                 { |                 { | ||||||
|                 } |                 } | ||||||
|             } |             } | ||||||
|             "{78BAF5CE-F2E5-45BE-83BC-DB6AF387E941}:_B518993B04A240C6A13F16A5F28D6462" |             "{1525181F-901A-416C-8A58-119130FE478E}:_B518993B04A240C6A13F16A5F28D6462" | ||||||
|             { |             { | ||||||
|             "Name" = "8:#1912" |             "Name" = "8:#1912" | ||||||
|             "AlwaysCreate" = "11:FALSE" |             "AlwaysCreate" = "11:FALSE" | ||||||
| @@ -319,7 +168,7 @@ | |||||||
|             "Property" = "8:ProgramFilesFolder" |             "Property" = "8:ProgramFilesFolder" | ||||||
|                 "Folders" |                 "Folders" | ||||||
|                 { |                 { | ||||||
|                     "{F27BD5C5-A65D-4608-96D4-7C5DA1F76302}:_7F1DAE4B78DB4782B9F7947EF1D99D99" |                     "{9EF0B969-E518-4E46-987F-47570745A589}:_7F1DAE4B78DB4782B9F7947EF1D99D99" | ||||||
|                     { |                     { | ||||||
|                     "Name" = "8:Novell" |                     "Name" = "8:Novell" | ||||||
|                     "AlwaysCreate" = "11:FALSE" |                     "AlwaysCreate" = "11:FALSE" | ||||||
| @@ -328,7 +177,7 @@ | |||||||
|                     "Property" = "8:_EA99EEEEF4A14B35886DBC19573913BC" |                     "Property" = "8:_EA99EEEEF4A14B35886DBC19573913BC" | ||||||
|                         "Folders" |                         "Folders" | ||||||
|                         { |                         { | ||||||
|                             "{F27BD5C5-A65D-4608-96D4-7C5DA1F76302}:_40B1718C61314712BBCD7C504E392E8D" |                             "{9EF0B969-E518-4E46-987F-47570745A589}:_40B1718C61314712BBCD7C504E392E8D" | ||||||
|                             { |                             { | ||||||
|                             "Name" = "8:CASA" |                             "Name" = "8:CASA" | ||||||
|                             "AlwaysCreate" = "11:FALSE" |                             "AlwaysCreate" = "11:FALSE" | ||||||
| @@ -337,7 +186,7 @@ | |||||||
|                             "Property" = "8:_07E2D3BB731A4BF6AA9A72296B024EDD" |                             "Property" = "8:_07E2D3BB731A4BF6AA9A72296B024EDD" | ||||||
|                                 "Folders" |                                 "Folders" | ||||||
|                                 { |                                 { | ||||||
|                                     "{F27BD5C5-A65D-4608-96D4-7C5DA1F76302}:_24B477312C8840DB8DF8C1E373E7FC6D" |                                     "{9EF0B969-E518-4E46-987F-47570745A589}:_24B477312C8840DB8DF8C1E373E7FC6D" | ||||||
|                                     { |                                     { | ||||||
|                                     "Name" = "8:bin" |                                     "Name" = "8:bin" | ||||||
|                                     "AlwaysCreate" = "11:FALSE" |                                     "AlwaysCreate" = "11:FALSE" | ||||||
| @@ -360,17 +209,6 @@ | |||||||
|         } |         } | ||||||
|         "MergeModule" |         "MergeModule" | ||||||
|         { |         { | ||||||
|             "{35A69C6E-5BA4-440D-803D-762B59A45393}:_35CE97A13B0D4856ADF5AEE13E25174E" |  | ||||||
|             { |  | ||||||
|             "UseDynamicProperties" = "11:FALSE" |  | ||||||
|             "IsDependency" = "11:TRUE" |  | ||||||
|             "SourcePath" = "8:dotnetfxredist_x86.msm" |  | ||||||
|             "LanguageId" = "3:1033" |  | ||||||
|             "Exclude" = "11:FALSE" |  | ||||||
|             "Folder" = "8:" |  | ||||||
|             "Feature" = "8:" |  | ||||||
|             "IsolateTo" = "8:" |  | ||||||
|             } |  | ||||||
|         } |         } | ||||||
|         "Module" |         "Module" | ||||||
|         { |         { | ||||||
| @@ -383,12 +221,16 @@ | |||||||
|         "Comments" = "8:" |         "Comments" = "8:" | ||||||
|         "SearchPath" = "8:" |         "SearchPath" = "8:" | ||||||
|         "UseSystemSearchPath" = "11:TRUE" |         "UseSystemSearchPath" = "11:TRUE" | ||||||
|  |         "TargetPlatform" = "3:0" | ||||||
|  |         "PreBuildEvent" = "8:" | ||||||
|  |         "PostBuildEvent" = "8:" | ||||||
|  |         "RunPostBuildEvent" = "3:0" | ||||||
|         } |         } | ||||||
|         "ProjectOutput" |         "ProjectOutput" | ||||||
|         { |         { | ||||||
|             "{8062640A-2EEE-46E9-AB67-688E9A886E9F}:_01C1EAD583CE4AD39778A1F9EC86204D" |             "{5259A561-127C-4D43-A0A1-72F10C7B3BF8}:_01C1EAD583CE4AD39778A1F9EC86204D" | ||||||
|             { |             { | ||||||
|             "SourcePath" = "8:..\\..\\..\\..\\micasadk\\Release\\micasa.dll" |             "SourcePath" = "8:..\\..\\..\\..\\micasadk\\release\\micasa.dll" | ||||||
|             "TargetName" = "8:" |             "TargetName" = "8:" | ||||||
|             "Tag" = "8:" |             "Tag" = "8:" | ||||||
|             "Folder" = "8:_4913CF477F8E455DA2D13A4A6892F4F7" |             "Folder" = "8:_4913CF477F8E455DA2D13A4A6892F4F7" | ||||||
| @@ -414,9 +256,9 @@ | |||||||
|                 { |                 { | ||||||
|                 } |                 } | ||||||
|             } |             } | ||||||
|             "{8062640A-2EEE-46E9-AB67-688E9A886E9F}:_53A2168DF64E4E9EB3FD5516424E732E" |             "{5259A561-127C-4D43-A0A1-72F10C7B3BF8}:_53A2168DF64E4E9EB3FD5516424E732E" | ||||||
|             { |             { | ||||||
|             "SourcePath" = "8:..\\..\\..\\..\\micasacache\\Release\\micasacache.dll" |             "SourcePath" = "8:..\\..\\..\\..\\micasacache\\release\\micasacache.dll" | ||||||
|             "TargetName" = "8:" |             "TargetName" = "8:" | ||||||
|             "Tag" = "8:" |             "Tag" = "8:" | ||||||
|             "Folder" = "8:_4913CF477F8E455DA2D13A4A6892F4F7" |             "Folder" = "8:_4913CF477F8E455DA2D13A4A6892F4F7" | ||||||
| @@ -442,9 +284,9 @@ | |||||||
|                 { |                 { | ||||||
|                 } |                 } | ||||||
|             } |             } | ||||||
|             "{8062640A-2EEE-46E9-AB67-688E9A886E9F}:_90C16B41FE7F435A8640BFDDD7C02619" |             "{5259A561-127C-4D43-A0A1-72F10C7B3BF8}:_90C16B41FE7F435A8640BFDDD7C02619" | ||||||
|             { |             { | ||||||
|             "SourcePath" = "8:..\\..\\..\\..\\logincapture\\windows\\bin\\Release\\lcredmgr.dll" |             "SourcePath" = "8:..\\..\\..\\..\\logincapture\\windows\\bin\\release\\lcredmgr.dll" | ||||||
|             "TargetName" = "8:" |             "TargetName" = "8:" | ||||||
|             "Tag" = "8:" |             "Tag" = "8:" | ||||||
|             "Folder" = "8:_24B477312C8840DB8DF8C1E373E7FC6D" |             "Folder" = "8:_24B477312C8840DB8DF8C1E373E7FC6D" | ||||||
| @@ -470,7 +312,7 @@ | |||||||
|                 { |                 { | ||||||
|                 } |                 } | ||||||
|             } |             } | ||||||
|             "{8062640A-2EEE-46E9-AB67-688E9A886E9F}:_C37A35F33FD14730BC7E7C47DF9C2DD1" |             "{5259A561-127C-4D43-A0A1-72F10C7B3BF8}:_C37A35F33FD14730BC7E7C47DF9C2DD1" | ||||||
|             { |             { | ||||||
|             "SourcePath" = "8:..\\..\\..\\..\\micasad\\obj\\Release\\micasad.exe" |             "SourcePath" = "8:..\\..\\..\\..\\micasad\\obj\\Release\\micasad.exe" | ||||||
|             "TargetName" = "8:" |             "TargetName" = "8:" | ||||||
|   | |||||||
										
											Binary file not shown.
										
									
								
							| @@ -1,11 +1,8 @@ | |||||||
| Microsoft Visual Studio Solution File, Format Version 8.00 | Microsoft Visual Studio Solution File, Format Version 9.00 | ||||||
|  | # Visual Studio 2005 | ||||||
| Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "CASA", "CASA.vdproj", "{C9DC01B9-DBA2-4894-9AA4-A747B71CA384}" | Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "CASA", "CASA.vdproj", "{C9DC01B9-DBA2-4894-9AA4-A747B71CA384}" | ||||||
| 	ProjectSection(ProjectDependencies) = postProject |  | ||||||
| 	EndProjectSection |  | ||||||
| EndProject | EndProject | ||||||
| Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "CASA-dev-msm", "..\CASA-dev-msm\miCASA-Dev-msm.vdproj", "{51235A10-C83F-4B56-B16D-9DD695F9FB93}" | Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "CASA-dev-msm", "..\CASA-dev-msm\miCASA-Dev-msm.vdproj", "{51235A10-C83F-4B56-B16D-9DD695F9FB93}" | ||||||
| 	ProjectSection(ProjectDependencies) = postProject |  | ||||||
| 	EndProjectSection |  | ||||||
| EndProject | EndProject | ||||||
| Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cSample", "..\..\..\..\test\c_sample\CSample.vcproj", "{2635AF48-A4B2-42BD-97E2-A9AD9FF79E8C}" | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cSample", "..\..\..\..\test\c_sample\CSample.vcproj", "{2635AF48-A4B2-42BD-97E2-A9AD9FF79E8C}" | ||||||
| 	ProjectSection(ProjectDependencies) = postProject | 	ProjectSection(ProjectDependencies) = postProject | ||||||
| @@ -13,12 +10,8 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cSample", "..\..\..\..\test | |||||||
| 	EndProjectSection | 	EndProjectSection | ||||||
| EndProject | EndProject | ||||||
| Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "cSharpSample", "..\..\..\..\test\c_sharp_sample\cSharpSample.csproj", "{3FB57160-F475-4650-A45C-19D020661A2D}" | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "cSharpSample", "..\..\..\..\test\c_sharp_sample\cSharpSample.csproj", "{3FB57160-F475-4650-A45C-19D020661A2D}" | ||||||
| 	ProjectSection(ProjectDependencies) = postProject |  | ||||||
| 	EndProjectSection |  | ||||||
| EndProject | EndProject | ||||||
| Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "lcredmgr", "..\..\..\..\LoginCapture\windows\windows.vcproj", "{55E85618-3643-4213-A15F-08DA1F02D9BB}" | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "lcredmgr", "..\..\..\..\LoginCapture\windows\windows.vcproj", "{55E85618-3643-4213-A15F-08DA1F02D9BB}" | ||||||
| 	ProjectSection(ProjectDependencies) = postProject |  | ||||||
| 	EndProjectSection |  | ||||||
| EndProject | EndProject | ||||||
| Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Novell.CASA.miCASAWrapper", "..\..\..\..\sharp\NSSCSWrapper\Novell.CASA.miCASAWrapper.csproj", "{E21DD887-22F4-4935-9851-409715F663B0}" | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Novell.CASA.miCASAWrapper", "..\..\..\..\sharp\NSSCSWrapper\Novell.CASA.miCASAWrapper.csproj", "{E21DD887-22F4-4935-9851-409715F663B0}" | ||||||
| 	ProjectSection(ProjectDependencies) = postProject | 	ProjectSection(ProjectDependencies) = postProject | ||||||
| @@ -33,24 +26,14 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Novell.CASA.Common", "..\.. | |||||||
| 	EndProjectSection | 	EndProjectSection | ||||||
| EndProject | EndProject | ||||||
| Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CASAManager", "..\..\..\..\gui\CASAManager.csproj", "{A1A805D0-B400-4D11-A772-348CE13F1046}" | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CASAManager", "..\..\..\..\gui\CASAManager.csproj", "{A1A805D0-B400-4D11-A772-348CE13F1046}" | ||||||
| 	ProjectSection(ProjectDependencies) = postProject |  | ||||||
| 	EndProjectSection |  | ||||||
| EndProject | EndProject | ||||||
| Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Novell.CASA.A-D", "..\..\..\..\adlib\Novell.CASA.A-D.csproj", "{25D49F34-F655-4CCF-93F1-449243AF7A32}" | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Novell.CASA.A-D", "..\..\..\..\adlib\Novell.CASA.A-D.csproj", "{25D49F34-F655-4CCF-93F1-449243AF7A32}" | ||||||
| 	ProjectSection(ProjectDependencies) = postProject |  | ||||||
| 	EndProjectSection |  | ||||||
| EndProject | EndProject | ||||||
| Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Novell.CASA.CASAPolicy", "..\..\..\..\policy\Novell.CASA.CASAPolicy.csproj", "{636A9D7E-BFB5-4EB9-96F8-51FF85A98826}" | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Novell.CASA.CASAPolicy", "..\..\..\..\policy\Novell.CASA.CASAPolicy.csproj", "{636A9D7E-BFB5-4EB9-96F8-51FF85A98826}" | ||||||
| 	ProjectSection(ProjectDependencies) = postProject |  | ||||||
| 	EndProjectSection |  | ||||||
| EndProject | EndProject | ||||||
| Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "micasad", "..\..\..\..\micasad\micasad.csproj", "{E39D2266-AB30-430E-A466-AC909363A830}" | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "micasad", "..\..\..\..\micasad\micasad.csproj", "{E39D2266-AB30-430E-A466-AC909363A830}" | ||||||
| 	ProjectSection(ProjectDependencies) = postProject |  | ||||||
| 	EndProjectSection |  | ||||||
| EndProject | EndProject | ||||||
| Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AppModule.InterProcessComm", "..\..\..\..\extern\w32\namedpipes\AppModule.InterProcessComm\AppModule.InterProcessComm.csproj", "{E98F1F7E-40B6-44C8-AC66-EC867B141FA1}" | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AppModule.InterProcessComm", "..\..\..\..\extern\w32\namedpipes\AppModule.InterProcessComm\AppModule.InterProcessComm.csproj", "{E98F1F7E-40B6-44C8-AC66-EC867B141FA1}" | ||||||
| 	ProjectSection(ProjectDependencies) = postProject |  | ||||||
| 	EndProjectSection |  | ||||||
| EndProject | EndProject | ||||||
| Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AppModule.NamedPipes", "..\..\..\..\extern\w32\namedpipes\AppModule.NamedPipes\AppModule.NamedPipes.csproj", "{077B53BB-404A-4B2F-BA17-AAE98C5E9C66}" | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AppModule.NamedPipes", "..\..\..\..\extern\w32\namedpipes\AppModule.NamedPipes\AppModule.NamedPipes.csproj", "{077B53BB-404A-4B2F-BA17-AAE98C5E9C66}" | ||||||
| 	ProjectSection(ProjectDependencies) = postProject | 	ProjectSection(ProjectDependencies) = postProject | ||||||
| @@ -58,12 +41,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AppModule.NamedPipes", "..\ | |||||||
| 	EndProjectSection | 	EndProjectSection | ||||||
| EndProject | EndProject | ||||||
| Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ad_firefox_native", "..\..\..\..\adlib\ad_ff\firefox.vcproj", "{BB304ECF-FCBA-4693-9D47-86749815DDC8}" | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ad_firefox_native", "..\..\..\..\adlib\ad_ff\firefox.vcproj", "{BB304ECF-FCBA-4693-9D47-86749815DDC8}" | ||||||
| 	ProjectSection(ProjectDependencies) = postProject |  | ||||||
| 	EndProjectSection |  | ||||||
| EndProject | EndProject | ||||||
| Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "micasacache", "..\..\..\..\micasacache\c_micasacache.vcproj", "{B5DB4B53-AB02-4EDC-9C02-BF7DE68F91A3}" | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "micasacache", "..\..\..\..\micasacache\c_micasacache.vcproj", "{B5DB4B53-AB02-4EDC-9C02-BF7DE68F91A3}" | ||||||
| 	ProjectSection(ProjectDependencies) = postProject |  | ||||||
| 	EndProjectSection |  | ||||||
| EndProject | EndProject | ||||||
| Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "micasa", "..\..\..\..\micasadk\c_micasadk.vcproj", "{99988A22-4C58-4BF7-A2DB-57761E76FB26}" | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "micasa", "..\..\..\..\micasadk\c_micasadk.vcproj", "{99988A22-4C58-4BF7-A2DB-57761E76FB26}" | ||||||
| 	ProjectSection(ProjectDependencies) = postProject | 	ProjectSection(ProjectDependencies) = postProject | ||||||
| @@ -71,94 +50,209 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "micasa", "..\..\..\..\micas | |||||||
| 	EndProjectSection | 	EndProjectSection | ||||||
| EndProject | EndProject | ||||||
| Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "CASA-msm", "..\CASA-msm\CASA-msm.vdproj", "{DD759BE4-D018-4014-916D-5F25BA209C26}" | Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "CASA-msm", "..\CASA-msm\CASA-msm.vdproj", "{DD759BE4-D018-4014-916D-5F25BA209C26}" | ||||||
| 	ProjectSection(ProjectDependencies) = postProject |  | ||||||
| 	EndProjectSection |  | ||||||
| EndProject | EndProject | ||||||
| Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "CASA-gui-msm", "..\CASA-gui-msm\CASA-gui.vdproj", "{0B3208BF-0948-4FA9-89C8-61A0AD00D241}" | Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "CASA-gui-msm", "..\CASA-gui-msm\CASA-gui.vdproj", "{0B3208BF-0948-4FA9-89C8-61A0AD00D241}" | ||||||
| 	ProjectSection(ProjectDependencies) = postProject |  | ||||||
| 	EndProjectSection |  | ||||||
| EndProject | EndProject | ||||||
| Global | Global | ||||||
| 	GlobalSection(SolutionConfiguration) = preSolution | 	GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||||||
| 		Debug = Debug | 		Debug|Any CPU = Debug|Any CPU | ||||||
| 		Release = Release | 		Debug|Mixed Platforms = Debug|Mixed Platforms | ||||||
|  | 		Debug|Win32 = Debug|Win32 | ||||||
|  | 		Release|Any CPU = Release|Any CPU | ||||||
|  | 		Release|Mixed Platforms = Release|Mixed Platforms | ||||||
|  | 		Release|Win32 = Release|Win32 | ||||||
| 	EndGlobalSection | 	EndGlobalSection | ||||||
| 	GlobalSection(ProjectConfiguration) = postSolution | 	GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||||||
| 		{C9DC01B9-DBA2-4894-9AA4-A747B71CA384}.Debug.ActiveCfg = Debug | 		{C9DC01B9-DBA2-4894-9AA4-A747B71CA384}.Debug|Any CPU.ActiveCfg = Debug | ||||||
| 		{C9DC01B9-DBA2-4894-9AA4-A747B71CA384}.Debug.Build.0 = Debug | 		{C9DC01B9-DBA2-4894-9AA4-A747B71CA384}.Debug|Any CPU.Build.0 = Debug | ||||||
| 		{C9DC01B9-DBA2-4894-9AA4-A747B71CA384}.Release.ActiveCfg = Release | 		{C9DC01B9-DBA2-4894-9AA4-A747B71CA384}.Debug|Mixed Platforms.ActiveCfg = Debug | ||||||
| 		{C9DC01B9-DBA2-4894-9AA4-A747B71CA384}.Release.Build.0 = Release | 		{C9DC01B9-DBA2-4894-9AA4-A747B71CA384}.Debug|Mixed Platforms.Build.0 = Debug | ||||||
| 		{51235A10-C83F-4B56-B16D-9DD695F9FB93}.Debug.ActiveCfg = Debug | 		{C9DC01B9-DBA2-4894-9AA4-A747B71CA384}.Debug|Win32.ActiveCfg = Debug | ||||||
| 		{51235A10-C83F-4B56-B16D-9DD695F9FB93}.Debug.Build.0 = Debug | 		{C9DC01B9-DBA2-4894-9AA4-A747B71CA384}.Debug|Win32.Build.0 = Debug | ||||||
| 		{51235A10-C83F-4B56-B16D-9DD695F9FB93}.Release.ActiveCfg = Release | 		{C9DC01B9-DBA2-4894-9AA4-A747B71CA384}.Release|Any CPU.ActiveCfg = Release | ||||||
| 		{51235A10-C83F-4B56-B16D-9DD695F9FB93}.Release.Build.0 = Release | 		{C9DC01B9-DBA2-4894-9AA4-A747B71CA384}.Release|Any CPU.Build.0 = Release | ||||||
| 		{2635AF48-A4B2-42BD-97E2-A9AD9FF79E8C}.Debug.ActiveCfg = Debug|Win32 | 		{C9DC01B9-DBA2-4894-9AA4-A747B71CA384}.Release|Mixed Platforms.ActiveCfg = Release | ||||||
| 		{2635AF48-A4B2-42BD-97E2-A9AD9FF79E8C}.Debug.Build.0 = Debug|Win32 | 		{C9DC01B9-DBA2-4894-9AA4-A747B71CA384}.Release|Mixed Platforms.Build.0 = Release | ||||||
| 		{2635AF48-A4B2-42BD-97E2-A9AD9FF79E8C}.Release.ActiveCfg = Release|Win32 | 		{C9DC01B9-DBA2-4894-9AA4-A747B71CA384}.Release|Win32.ActiveCfg = Release | ||||||
| 		{2635AF48-A4B2-42BD-97E2-A9AD9FF79E8C}.Release.Build.0 = Release|Win32 | 		{C9DC01B9-DBA2-4894-9AA4-A747B71CA384}.Release|Win32.Build.0 = Release | ||||||
| 		{3FB57160-F475-4650-A45C-19D020661A2D}.Debug.ActiveCfg = Debug|.NET | 		{51235A10-C83F-4B56-B16D-9DD695F9FB93}.Debug|Any CPU.ActiveCfg = Debug | ||||||
| 		{3FB57160-F475-4650-A45C-19D020661A2D}.Debug.Build.0 = Debug|.NET | 		{51235A10-C83F-4B56-B16D-9DD695F9FB93}.Debug|Any CPU.Build.0 = Debug | ||||||
| 		{3FB57160-F475-4650-A45C-19D020661A2D}.Release.ActiveCfg = Release|.NET | 		{51235A10-C83F-4B56-B16D-9DD695F9FB93}.Debug|Mixed Platforms.ActiveCfg = Debug | ||||||
| 		{3FB57160-F475-4650-A45C-19D020661A2D}.Release.Build.0 = Release|.NET | 		{51235A10-C83F-4B56-B16D-9DD695F9FB93}.Debug|Mixed Platforms.Build.0 = Debug | ||||||
| 		{55E85618-3643-4213-A15F-08DA1F02D9BB}.Debug.ActiveCfg = Debug|Win32 | 		{51235A10-C83F-4B56-B16D-9DD695F9FB93}.Debug|Win32.ActiveCfg = Debug | ||||||
| 		{55E85618-3643-4213-A15F-08DA1F02D9BB}.Debug.Build.0 = Debug|Win32 | 		{51235A10-C83F-4B56-B16D-9DD695F9FB93}.Debug|Win32.Build.0 = Debug | ||||||
| 		{55E85618-3643-4213-A15F-08DA1F02D9BB}.Release.ActiveCfg = Release|Win32 | 		{51235A10-C83F-4B56-B16D-9DD695F9FB93}.Release|Any CPU.ActiveCfg = Release | ||||||
| 		{55E85618-3643-4213-A15F-08DA1F02D9BB}.Release.Build.0 = Release|Win32 | 		{51235A10-C83F-4B56-B16D-9DD695F9FB93}.Release|Any CPU.Build.0 = Release | ||||||
| 		{E21DD887-22F4-4935-9851-409715F663B0}.Debug.ActiveCfg = Debug|.NET | 		{51235A10-C83F-4B56-B16D-9DD695F9FB93}.Release|Mixed Platforms.ActiveCfg = Release | ||||||
| 		{E21DD887-22F4-4935-9851-409715F663B0}.Debug.Build.0 = Debug|.NET | 		{51235A10-C83F-4B56-B16D-9DD695F9FB93}.Release|Mixed Platforms.Build.0 = Release | ||||||
| 		{E21DD887-22F4-4935-9851-409715F663B0}.Release.ActiveCfg = Release|.NET | 		{51235A10-C83F-4B56-B16D-9DD695F9FB93}.Release|Win32.ActiveCfg = Release | ||||||
| 		{E21DD887-22F4-4935-9851-409715F663B0}.Release.Build.0 = Release|.NET | 		{51235A10-C83F-4B56-B16D-9DD695F9FB93}.Release|Win32.Build.0 = Release | ||||||
| 		{57CD94A2-5B4A-40C3-8189-CB760FB78357}.Debug.ActiveCfg = Debug|.NET | 		{2635AF48-A4B2-42BD-97E2-A9AD9FF79E8C}.Debug|Any CPU.ActiveCfg = Debug|Win32 | ||||||
| 		{57CD94A2-5B4A-40C3-8189-CB760FB78357}.Debug.Build.0 = Debug|.NET | 		{2635AF48-A4B2-42BD-97E2-A9AD9FF79E8C}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32 | ||||||
| 		{57CD94A2-5B4A-40C3-8189-CB760FB78357}.Release.ActiveCfg = Release|.NET | 		{2635AF48-A4B2-42BD-97E2-A9AD9FF79E8C}.Debug|Mixed Platforms.Build.0 = Debug|Win32 | ||||||
| 		{57CD94A2-5B4A-40C3-8189-CB760FB78357}.Release.Build.0 = Release|.NET | 		{2635AF48-A4B2-42BD-97E2-A9AD9FF79E8C}.Debug|Win32.ActiveCfg = Debug|Win32 | ||||||
| 		{A1A805D0-B400-4D11-A772-348CE13F1046}.Debug.ActiveCfg = Debug|.NET | 		{2635AF48-A4B2-42BD-97E2-A9AD9FF79E8C}.Debug|Win32.Build.0 = Debug|Win32 | ||||||
| 		{A1A805D0-B400-4D11-A772-348CE13F1046}.Debug.Build.0 = Debug|.NET | 		{2635AF48-A4B2-42BD-97E2-A9AD9FF79E8C}.Release|Any CPU.ActiveCfg = Release|Win32 | ||||||
| 		{A1A805D0-B400-4D11-A772-348CE13F1046}.Release.ActiveCfg = Release|.NET | 		{2635AF48-A4B2-42BD-97E2-A9AD9FF79E8C}.Release|Mixed Platforms.ActiveCfg = Release|Win32 | ||||||
| 		{A1A805D0-B400-4D11-A772-348CE13F1046}.Release.Build.0 = Release|.NET | 		{2635AF48-A4B2-42BD-97E2-A9AD9FF79E8C}.Release|Mixed Platforms.Build.0 = Release|Win32 | ||||||
| 		{25D49F34-F655-4CCF-93F1-449243AF7A32}.Debug.ActiveCfg = Debug|.NET | 		{2635AF48-A4B2-42BD-97E2-A9AD9FF79E8C}.Release|Win32.ActiveCfg = Release|Win32 | ||||||
| 		{25D49F34-F655-4CCF-93F1-449243AF7A32}.Debug.Build.0 = Debug|.NET | 		{2635AF48-A4B2-42BD-97E2-A9AD9FF79E8C}.Release|Win32.Build.0 = Release|Win32 | ||||||
| 		{25D49F34-F655-4CCF-93F1-449243AF7A32}.Release.ActiveCfg = Release|.NET | 		{3FB57160-F475-4650-A45C-19D020661A2D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||||||
| 		{25D49F34-F655-4CCF-93F1-449243AF7A32}.Release.Build.0 = Release|.NET | 		{3FB57160-F475-4650-A45C-19D020661A2D}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||||||
| 		{636A9D7E-BFB5-4EB9-96F8-51FF85A98826}.Debug.ActiveCfg = Debug|.NET | 		{3FB57160-F475-4650-A45C-19D020661A2D}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU | ||||||
| 		{636A9D7E-BFB5-4EB9-96F8-51FF85A98826}.Debug.Build.0 = Debug|.NET | 		{3FB57160-F475-4650-A45C-19D020661A2D}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU | ||||||
| 		{636A9D7E-BFB5-4EB9-96F8-51FF85A98826}.Release.ActiveCfg = Release|.NET | 		{3FB57160-F475-4650-A45C-19D020661A2D}.Debug|Win32.ActiveCfg = Debug|Any CPU | ||||||
| 		{636A9D7E-BFB5-4EB9-96F8-51FF85A98826}.Release.Build.0 = Release|.NET | 		{3FB57160-F475-4650-A45C-19D020661A2D}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||||||
| 		{E39D2266-AB30-430E-A466-AC909363A830}.Debug.ActiveCfg = Debug|.NET | 		{3FB57160-F475-4650-A45C-19D020661A2D}.Release|Any CPU.Build.0 = Release|Any CPU | ||||||
| 		{E39D2266-AB30-430E-A466-AC909363A830}.Debug.Build.0 = Debug|.NET | 		{3FB57160-F475-4650-A45C-19D020661A2D}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU | ||||||
| 		{E39D2266-AB30-430E-A466-AC909363A830}.Release.ActiveCfg = Release|.NET | 		{3FB57160-F475-4650-A45C-19D020661A2D}.Release|Mixed Platforms.Build.0 = Release|Any CPU | ||||||
| 		{E39D2266-AB30-430E-A466-AC909363A830}.Release.Build.0 = Release|.NET | 		{3FB57160-F475-4650-A45C-19D020661A2D}.Release|Win32.ActiveCfg = Release|Any CPU | ||||||
| 		{E98F1F7E-40B6-44C8-AC66-EC867B141FA1}.Debug.ActiveCfg = Debug|.NET | 		{55E85618-3643-4213-A15F-08DA1F02D9BB}.Debug|Any CPU.ActiveCfg = Debug|Win32 | ||||||
| 		{E98F1F7E-40B6-44C8-AC66-EC867B141FA1}.Debug.Build.0 = Debug|.NET | 		{55E85618-3643-4213-A15F-08DA1F02D9BB}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32 | ||||||
| 		{E98F1F7E-40B6-44C8-AC66-EC867B141FA1}.Release.ActiveCfg = Release|.NET | 		{55E85618-3643-4213-A15F-08DA1F02D9BB}.Debug|Mixed Platforms.Build.0 = Debug|Win32 | ||||||
| 		{E98F1F7E-40B6-44C8-AC66-EC867B141FA1}.Release.Build.0 = Release|.NET | 		{55E85618-3643-4213-A15F-08DA1F02D9BB}.Debug|Win32.ActiveCfg = Debug|Win32 | ||||||
| 		{077B53BB-404A-4B2F-BA17-AAE98C5E9C66}.Debug.ActiveCfg = Debug|.NET | 		{55E85618-3643-4213-A15F-08DA1F02D9BB}.Debug|Win32.Build.0 = Debug|Win32 | ||||||
| 		{077B53BB-404A-4B2F-BA17-AAE98C5E9C66}.Debug.Build.0 = Debug|.NET | 		{55E85618-3643-4213-A15F-08DA1F02D9BB}.Release|Any CPU.ActiveCfg = Release|Win32 | ||||||
| 		{077B53BB-404A-4B2F-BA17-AAE98C5E9C66}.Release.ActiveCfg = Release|.NET | 		{55E85618-3643-4213-A15F-08DA1F02D9BB}.Release|Mixed Platforms.ActiveCfg = Release|Win32 | ||||||
| 		{077B53BB-404A-4B2F-BA17-AAE98C5E9C66}.Release.Build.0 = Release|.NET | 		{55E85618-3643-4213-A15F-08DA1F02D9BB}.Release|Mixed Platforms.Build.0 = Release|Win32 | ||||||
| 		{BB304ECF-FCBA-4693-9D47-86749815DDC8}.Debug.ActiveCfg = Debug|Win32 | 		{55E85618-3643-4213-A15F-08DA1F02D9BB}.Release|Win32.ActiveCfg = Release|Win32 | ||||||
| 		{BB304ECF-FCBA-4693-9D47-86749815DDC8}.Debug.Build.0 = Debug|Win32 | 		{55E85618-3643-4213-A15F-08DA1F02D9BB}.Release|Win32.Build.0 = Release|Win32 | ||||||
| 		{BB304ECF-FCBA-4693-9D47-86749815DDC8}.Release.ActiveCfg = Release|Win32 | 		{E21DD887-22F4-4935-9851-409715F663B0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||||||
| 		{BB304ECF-FCBA-4693-9D47-86749815DDC8}.Release.Build.0 = Release|Win32 | 		{E21DD887-22F4-4935-9851-409715F663B0}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||||||
| 		{B5DB4B53-AB02-4EDC-9C02-BF7DE68F91A3}.Debug.ActiveCfg = Debug|Win32 | 		{E21DD887-22F4-4935-9851-409715F663B0}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU | ||||||
| 		{B5DB4B53-AB02-4EDC-9C02-BF7DE68F91A3}.Debug.Build.0 = Debug|Win32 | 		{E21DD887-22F4-4935-9851-409715F663B0}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU | ||||||
| 		{B5DB4B53-AB02-4EDC-9C02-BF7DE68F91A3}.Release.ActiveCfg = Release|Win32 | 		{E21DD887-22F4-4935-9851-409715F663B0}.Debug|Win32.ActiveCfg = Debug|Any CPU | ||||||
| 		{B5DB4B53-AB02-4EDC-9C02-BF7DE68F91A3}.Release.Build.0 = Release|Win32 | 		{E21DD887-22F4-4935-9851-409715F663B0}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||||||
| 		{99988A22-4C58-4BF7-A2DB-57761E76FB26}.Debug.ActiveCfg = Debug|Win32 | 		{E21DD887-22F4-4935-9851-409715F663B0}.Release|Any CPU.Build.0 = Release|Any CPU | ||||||
| 		{99988A22-4C58-4BF7-A2DB-57761E76FB26}.Debug.Build.0 = Debug|Win32 | 		{E21DD887-22F4-4935-9851-409715F663B0}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU | ||||||
| 		{99988A22-4C58-4BF7-A2DB-57761E76FB26}.Release.ActiveCfg = Release|Win32 | 		{E21DD887-22F4-4935-9851-409715F663B0}.Release|Mixed Platforms.Build.0 = Release|Any CPU | ||||||
| 		{99988A22-4C58-4BF7-A2DB-57761E76FB26}.Release.Build.0 = Release|Win32 | 		{E21DD887-22F4-4935-9851-409715F663B0}.Release|Win32.ActiveCfg = Release|Any CPU | ||||||
| 		{DD759BE4-D018-4014-916D-5F25BA209C26}.Debug.ActiveCfg = Debug | 		{57CD94A2-5B4A-40C3-8189-CB760FB78357}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||||||
| 		{DD759BE4-D018-4014-916D-5F25BA209C26}.Debug.Build.0 = Debug | 		{57CD94A2-5B4A-40C3-8189-CB760FB78357}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||||||
| 		{DD759BE4-D018-4014-916D-5F25BA209C26}.Release.ActiveCfg = Release | 		{57CD94A2-5B4A-40C3-8189-CB760FB78357}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU | ||||||
| 		{DD759BE4-D018-4014-916D-5F25BA209C26}.Release.Build.0 = Release | 		{57CD94A2-5B4A-40C3-8189-CB760FB78357}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU | ||||||
| 		{0B3208BF-0948-4FA9-89C8-61A0AD00D241}.Debug.ActiveCfg = Debug | 		{57CD94A2-5B4A-40C3-8189-CB760FB78357}.Debug|Win32.ActiveCfg = Debug|Any CPU | ||||||
| 		{0B3208BF-0948-4FA9-89C8-61A0AD00D241}.Debug.Build.0 = Debug | 		{57CD94A2-5B4A-40C3-8189-CB760FB78357}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||||||
| 		{0B3208BF-0948-4FA9-89C8-61A0AD00D241}.Release.ActiveCfg = Release | 		{57CD94A2-5B4A-40C3-8189-CB760FB78357}.Release|Any CPU.Build.0 = Release|Any CPU | ||||||
| 		{0B3208BF-0948-4FA9-89C8-61A0AD00D241}.Release.Build.0 = Release | 		{57CD94A2-5B4A-40C3-8189-CB760FB78357}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU | ||||||
|  | 		{57CD94A2-5B4A-40C3-8189-CB760FB78357}.Release|Mixed Platforms.Build.0 = Release|Any CPU | ||||||
|  | 		{57CD94A2-5B4A-40C3-8189-CB760FB78357}.Release|Win32.ActiveCfg = Release|Any CPU | ||||||
|  | 		{A1A805D0-B400-4D11-A772-348CE13F1046}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||||||
|  | 		{A1A805D0-B400-4D11-A772-348CE13F1046}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||||||
|  | 		{A1A805D0-B400-4D11-A772-348CE13F1046}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU | ||||||
|  | 		{A1A805D0-B400-4D11-A772-348CE13F1046}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU | ||||||
|  | 		{A1A805D0-B400-4D11-A772-348CE13F1046}.Debug|Win32.ActiveCfg = Debug|Any CPU | ||||||
|  | 		{A1A805D0-B400-4D11-A772-348CE13F1046}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||||||
|  | 		{A1A805D0-B400-4D11-A772-348CE13F1046}.Release|Any CPU.Build.0 = Release|Any CPU | ||||||
|  | 		{A1A805D0-B400-4D11-A772-348CE13F1046}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU | ||||||
|  | 		{A1A805D0-B400-4D11-A772-348CE13F1046}.Release|Mixed Platforms.Build.0 = Release|Any CPU | ||||||
|  | 		{A1A805D0-B400-4D11-A772-348CE13F1046}.Release|Win32.ActiveCfg = Release|Any CPU | ||||||
|  | 		{25D49F34-F655-4CCF-93F1-449243AF7A32}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||||||
|  | 		{25D49F34-F655-4CCF-93F1-449243AF7A32}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||||||
|  | 		{25D49F34-F655-4CCF-93F1-449243AF7A32}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU | ||||||
|  | 		{25D49F34-F655-4CCF-93F1-449243AF7A32}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU | ||||||
|  | 		{25D49F34-F655-4CCF-93F1-449243AF7A32}.Debug|Win32.ActiveCfg = Debug|Any CPU | ||||||
|  | 		{25D49F34-F655-4CCF-93F1-449243AF7A32}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||||||
|  | 		{25D49F34-F655-4CCF-93F1-449243AF7A32}.Release|Any CPU.Build.0 = Release|Any CPU | ||||||
|  | 		{25D49F34-F655-4CCF-93F1-449243AF7A32}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU | ||||||
|  | 		{25D49F34-F655-4CCF-93F1-449243AF7A32}.Release|Mixed Platforms.Build.0 = Release|Any CPU | ||||||
|  | 		{25D49F34-F655-4CCF-93F1-449243AF7A32}.Release|Win32.ActiveCfg = Release|Any CPU | ||||||
|  | 		{636A9D7E-BFB5-4EB9-96F8-51FF85A98826}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||||||
|  | 		{636A9D7E-BFB5-4EB9-96F8-51FF85A98826}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||||||
|  | 		{636A9D7E-BFB5-4EB9-96F8-51FF85A98826}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU | ||||||
|  | 		{636A9D7E-BFB5-4EB9-96F8-51FF85A98826}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU | ||||||
|  | 		{636A9D7E-BFB5-4EB9-96F8-51FF85A98826}.Debug|Win32.ActiveCfg = Debug|Any CPU | ||||||
|  | 		{636A9D7E-BFB5-4EB9-96F8-51FF85A98826}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||||||
|  | 		{636A9D7E-BFB5-4EB9-96F8-51FF85A98826}.Release|Any CPU.Build.0 = Release|Any CPU | ||||||
|  | 		{636A9D7E-BFB5-4EB9-96F8-51FF85A98826}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU | ||||||
|  | 		{636A9D7E-BFB5-4EB9-96F8-51FF85A98826}.Release|Mixed Platforms.Build.0 = Release|Any CPU | ||||||
|  | 		{636A9D7E-BFB5-4EB9-96F8-51FF85A98826}.Release|Win32.ActiveCfg = Release|Any CPU | ||||||
|  | 		{E39D2266-AB30-430E-A466-AC909363A830}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||||||
|  | 		{E39D2266-AB30-430E-A466-AC909363A830}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||||||
|  | 		{E39D2266-AB30-430E-A466-AC909363A830}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU | ||||||
|  | 		{E39D2266-AB30-430E-A466-AC909363A830}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU | ||||||
|  | 		{E39D2266-AB30-430E-A466-AC909363A830}.Debug|Win32.ActiveCfg = Debug|Any CPU | ||||||
|  | 		{E39D2266-AB30-430E-A466-AC909363A830}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||||||
|  | 		{E39D2266-AB30-430E-A466-AC909363A830}.Release|Any CPU.Build.0 = Release|Any CPU | ||||||
|  | 		{E39D2266-AB30-430E-A466-AC909363A830}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU | ||||||
|  | 		{E39D2266-AB30-430E-A466-AC909363A830}.Release|Mixed Platforms.Build.0 = Release|Any CPU | ||||||
|  | 		{E39D2266-AB30-430E-A466-AC909363A830}.Release|Win32.ActiveCfg = Release|Any CPU | ||||||
|  | 		{E98F1F7E-40B6-44C8-AC66-EC867B141FA1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||||||
|  | 		{E98F1F7E-40B6-44C8-AC66-EC867B141FA1}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||||||
|  | 		{E98F1F7E-40B6-44C8-AC66-EC867B141FA1}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU | ||||||
|  | 		{E98F1F7E-40B6-44C8-AC66-EC867B141FA1}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU | ||||||
|  | 		{E98F1F7E-40B6-44C8-AC66-EC867B141FA1}.Debug|Win32.ActiveCfg = Debug|Any CPU | ||||||
|  | 		{E98F1F7E-40B6-44C8-AC66-EC867B141FA1}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||||||
|  | 		{E98F1F7E-40B6-44C8-AC66-EC867B141FA1}.Release|Any CPU.Build.0 = Release|Any CPU | ||||||
|  | 		{E98F1F7E-40B6-44C8-AC66-EC867B141FA1}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU | ||||||
|  | 		{E98F1F7E-40B6-44C8-AC66-EC867B141FA1}.Release|Mixed Platforms.Build.0 = Release|Any CPU | ||||||
|  | 		{E98F1F7E-40B6-44C8-AC66-EC867B141FA1}.Release|Win32.ActiveCfg = Release|Any CPU | ||||||
|  | 		{077B53BB-404A-4B2F-BA17-AAE98C5E9C66}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||||||
|  | 		{077B53BB-404A-4B2F-BA17-AAE98C5E9C66}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||||||
|  | 		{077B53BB-404A-4B2F-BA17-AAE98C5E9C66}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU | ||||||
|  | 		{077B53BB-404A-4B2F-BA17-AAE98C5E9C66}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU | ||||||
|  | 		{077B53BB-404A-4B2F-BA17-AAE98C5E9C66}.Debug|Win32.ActiveCfg = Debug|Any CPU | ||||||
|  | 		{077B53BB-404A-4B2F-BA17-AAE98C5E9C66}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||||||
|  | 		{077B53BB-404A-4B2F-BA17-AAE98C5E9C66}.Release|Any CPU.Build.0 = Release|Any CPU | ||||||
|  | 		{077B53BB-404A-4B2F-BA17-AAE98C5E9C66}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU | ||||||
|  | 		{077B53BB-404A-4B2F-BA17-AAE98C5E9C66}.Release|Mixed Platforms.Build.0 = Release|Any CPU | ||||||
|  | 		{077B53BB-404A-4B2F-BA17-AAE98C5E9C66}.Release|Win32.ActiveCfg = Release|Any CPU | ||||||
|  | 		{BB304ECF-FCBA-4693-9D47-86749815DDC8}.Debug|Any CPU.ActiveCfg = Debug|Win32 | ||||||
|  | 		{BB304ECF-FCBA-4693-9D47-86749815DDC8}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32 | ||||||
|  | 		{BB304ECF-FCBA-4693-9D47-86749815DDC8}.Debug|Mixed Platforms.Build.0 = Debug|Win32 | ||||||
|  | 		{BB304ECF-FCBA-4693-9D47-86749815DDC8}.Debug|Win32.ActiveCfg = Debug|Win32 | ||||||
|  | 		{BB304ECF-FCBA-4693-9D47-86749815DDC8}.Debug|Win32.Build.0 = Debug|Win32 | ||||||
|  | 		{BB304ECF-FCBA-4693-9D47-86749815DDC8}.Release|Any CPU.ActiveCfg = Release|Win32 | ||||||
|  | 		{BB304ECF-FCBA-4693-9D47-86749815DDC8}.Release|Mixed Platforms.ActiveCfg = Release|Win32 | ||||||
|  | 		{BB304ECF-FCBA-4693-9D47-86749815DDC8}.Release|Mixed Platforms.Build.0 = Release|Win32 | ||||||
|  | 		{BB304ECF-FCBA-4693-9D47-86749815DDC8}.Release|Win32.ActiveCfg = Release|Win32 | ||||||
|  | 		{BB304ECF-FCBA-4693-9D47-86749815DDC8}.Release|Win32.Build.0 = Release|Win32 | ||||||
|  | 		{B5DB4B53-AB02-4EDC-9C02-BF7DE68F91A3}.Debug|Any CPU.ActiveCfg = Debug|Win32 | ||||||
|  | 		{B5DB4B53-AB02-4EDC-9C02-BF7DE68F91A3}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32 | ||||||
|  | 		{B5DB4B53-AB02-4EDC-9C02-BF7DE68F91A3}.Debug|Mixed Platforms.Build.0 = Debug|Win32 | ||||||
|  | 		{B5DB4B53-AB02-4EDC-9C02-BF7DE68F91A3}.Debug|Win32.ActiveCfg = Debug|Win32 | ||||||
|  | 		{B5DB4B53-AB02-4EDC-9C02-BF7DE68F91A3}.Debug|Win32.Build.0 = Debug|Win32 | ||||||
|  | 		{B5DB4B53-AB02-4EDC-9C02-BF7DE68F91A3}.Release|Any CPU.ActiveCfg = Release|Win32 | ||||||
|  | 		{B5DB4B53-AB02-4EDC-9C02-BF7DE68F91A3}.Release|Mixed Platforms.ActiveCfg = Release|Win32 | ||||||
|  | 		{B5DB4B53-AB02-4EDC-9C02-BF7DE68F91A3}.Release|Mixed Platforms.Build.0 = Release|Win32 | ||||||
|  | 		{B5DB4B53-AB02-4EDC-9C02-BF7DE68F91A3}.Release|Win32.ActiveCfg = Release|Win32 | ||||||
|  | 		{B5DB4B53-AB02-4EDC-9C02-BF7DE68F91A3}.Release|Win32.Build.0 = Release|Win32 | ||||||
|  | 		{99988A22-4C58-4BF7-A2DB-57761E76FB26}.Debug|Any CPU.ActiveCfg = Debug|Win32 | ||||||
|  | 		{99988A22-4C58-4BF7-A2DB-57761E76FB26}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32 | ||||||
|  | 		{99988A22-4C58-4BF7-A2DB-57761E76FB26}.Debug|Mixed Platforms.Build.0 = Debug|Win32 | ||||||
|  | 		{99988A22-4C58-4BF7-A2DB-57761E76FB26}.Debug|Win32.ActiveCfg = Debug|Win32 | ||||||
|  | 		{99988A22-4C58-4BF7-A2DB-57761E76FB26}.Debug|Win32.Build.0 = Debug|Win32 | ||||||
|  | 		{99988A22-4C58-4BF7-A2DB-57761E76FB26}.Release|Any CPU.ActiveCfg = Release|Win32 | ||||||
|  | 		{99988A22-4C58-4BF7-A2DB-57761E76FB26}.Release|Mixed Platforms.ActiveCfg = Release|Win32 | ||||||
|  | 		{99988A22-4C58-4BF7-A2DB-57761E76FB26}.Release|Mixed Platforms.Build.0 = Release|Win32 | ||||||
|  | 		{99988A22-4C58-4BF7-A2DB-57761E76FB26}.Release|Win32.ActiveCfg = Release|Win32 | ||||||
|  | 		{99988A22-4C58-4BF7-A2DB-57761E76FB26}.Release|Win32.Build.0 = Release|Win32 | ||||||
|  | 		{DD759BE4-D018-4014-916D-5F25BA209C26}.Debug|Any CPU.ActiveCfg = Debug | ||||||
|  | 		{DD759BE4-D018-4014-916D-5F25BA209C26}.Debug|Any CPU.Build.0 = Debug | ||||||
|  | 		{DD759BE4-D018-4014-916D-5F25BA209C26}.Debug|Mixed Platforms.ActiveCfg = Debug | ||||||
|  | 		{DD759BE4-D018-4014-916D-5F25BA209C26}.Debug|Mixed Platforms.Build.0 = Debug | ||||||
|  | 		{DD759BE4-D018-4014-916D-5F25BA209C26}.Debug|Win32.ActiveCfg = Debug | ||||||
|  | 		{DD759BE4-D018-4014-916D-5F25BA209C26}.Debug|Win32.Build.0 = Debug | ||||||
|  | 		{DD759BE4-D018-4014-916D-5F25BA209C26}.Release|Any CPU.ActiveCfg = Release | ||||||
|  | 		{DD759BE4-D018-4014-916D-5F25BA209C26}.Release|Any CPU.Build.0 = Release | ||||||
|  | 		{DD759BE4-D018-4014-916D-5F25BA209C26}.Release|Mixed Platforms.ActiveCfg = Release | ||||||
|  | 		{DD759BE4-D018-4014-916D-5F25BA209C26}.Release|Mixed Platforms.Build.0 = Release | ||||||
|  | 		{DD759BE4-D018-4014-916D-5F25BA209C26}.Release|Win32.ActiveCfg = Release | ||||||
|  | 		{DD759BE4-D018-4014-916D-5F25BA209C26}.Release|Win32.Build.0 = Release | ||||||
|  | 		{0B3208BF-0948-4FA9-89C8-61A0AD00D241}.Debug|Any CPU.ActiveCfg = Debug | ||||||
|  | 		{0B3208BF-0948-4FA9-89C8-61A0AD00D241}.Debug|Any CPU.Build.0 = Debug | ||||||
|  | 		{0B3208BF-0948-4FA9-89C8-61A0AD00D241}.Debug|Mixed Platforms.ActiveCfg = Debug | ||||||
|  | 		{0B3208BF-0948-4FA9-89C8-61A0AD00D241}.Debug|Mixed Platforms.Build.0 = Debug | ||||||
|  | 		{0B3208BF-0948-4FA9-89C8-61A0AD00D241}.Debug|Win32.ActiveCfg = Debug | ||||||
|  | 		{0B3208BF-0948-4FA9-89C8-61A0AD00D241}.Debug|Win32.Build.0 = Debug | ||||||
|  | 		{0B3208BF-0948-4FA9-89C8-61A0AD00D241}.Release|Any CPU.ActiveCfg = Release | ||||||
|  | 		{0B3208BF-0948-4FA9-89C8-61A0AD00D241}.Release|Any CPU.Build.0 = Release | ||||||
|  | 		{0B3208BF-0948-4FA9-89C8-61A0AD00D241}.Release|Mixed Platforms.ActiveCfg = Release | ||||||
|  | 		{0B3208BF-0948-4FA9-89C8-61A0AD00D241}.Release|Mixed Platforms.Build.0 = Release | ||||||
|  | 		{0B3208BF-0948-4FA9-89C8-61A0AD00D241}.Release|Win32.ActiveCfg = Release | ||||||
|  | 		{0B3208BF-0948-4FA9-89C8-61A0AD00D241}.Release|Win32.Build.0 = Release | ||||||
| 	EndGlobalSection | 	EndGlobalSection | ||||||
| 	GlobalSection(ExtensibilityGlobals) = postSolution | 	GlobalSection(SolutionProperties) = preSolution | ||||||
| 	EndGlobalSection | 		HideSolutionNode = FALSE | ||||||
| 	GlobalSection(ExtensibilityAddIns) = postSolution |  | ||||||
| 	EndGlobalSection | 	EndGlobalSection | ||||||
| EndGlobal | EndGlobal | ||||||
|   | |||||||
										
											Binary file not shown.
										
									
								
							| @@ -1,7 +1,7 @@ | |||||||
| "DeployProject" | "DeployProject" | ||||||
| { | { | ||||||
| "VSVersion" = "3:701" | "VSVersion" = "3:800" | ||||||
| "ProjectType" = "8:{2C2AF0D9-9B47-4FE5-BEF2-169778172667}" | "ProjectType" = "8:{978C614F-708E-4E1A-B201-565925725DBA}" | ||||||
| "IsWebType" = "8:FALSE" | "IsWebType" = "8:FALSE" | ||||||
| "ProjectName" = "8:CASA" | "ProjectName" = "8:CASA" | ||||||
| "LanguageId" = "3:1033" | "LanguageId" = "3:1033" | ||||||
| @@ -21,30 +21,12 @@ | |||||||
|         } |         } | ||||||
|         "Entry" |         "Entry" | ||||||
|         { |         { | ||||||
|         "MsmKey" = "8:_26C938668CAE46EEA3971AB786BAA45D" |  | ||||||
|         "OwnerKey" = "8:_BF2CE61978054B2DB482792974E390F0" |  | ||||||
|         "MsmSig" = "8:_UNDEFINED" |  | ||||||
|         } |  | ||||||
|         "Entry" |  | ||||||
|         { |  | ||||||
|         "MsmKey" = "8:_6CE0B932302E4E3783AAD1EA468ABD34" |         "MsmKey" = "8:_6CE0B932302E4E3783AAD1EA468ABD34" | ||||||
|         "OwnerKey" = "8:_UNDEFINED" |         "OwnerKey" = "8:_UNDEFINED" | ||||||
|         "MsmSig" = "8:_UNDEFINED" |         "MsmSig" = "8:_UNDEFINED" | ||||||
|         } |         } | ||||||
|         "Entry" |         "Entry" | ||||||
|         { |         { | ||||||
|         "MsmKey" = "8:_713FAE60EA4D44ABB1F2679555EE4BF8" |  | ||||||
|         "OwnerKey" = "8:_A6D188F9B5AF430C92D0B9606ADF4C63" |  | ||||||
|         "MsmSig" = "8:_UNDEFINED" |  | ||||||
|         } |  | ||||||
|         "Entry" |  | ||||||
|         { |  | ||||||
|         "MsmKey" = "8:_73B60A9F2922458DBF0EFCE0734B1D88" |  | ||||||
|         "OwnerKey" = "8:_98DCC664712A41B993FCD33026D06FFC" |  | ||||||
|         "MsmSig" = "8:_UNDEFINED" |  | ||||||
|         } |  | ||||||
|         "Entry" |  | ||||||
|         { |  | ||||||
|         "MsmKey" = "8:_93A5D480D91747B086FD13789A12978B" |         "MsmKey" = "8:_93A5D480D91747B086FD13789A12978B" | ||||||
|         "OwnerKey" = "8:_UNDEFINED" |         "OwnerKey" = "8:_UNDEFINED" | ||||||
|         "MsmSig" = "8:_UNDEFINED" |         "MsmSig" = "8:_UNDEFINED" | ||||||
| @@ -79,6 +61,18 @@ | |||||||
|         "OwnerKey" = "8:_UNDEFINED" |         "OwnerKey" = "8:_UNDEFINED" | ||||||
|         "MsmSig" = "8:_UNDEFINED" |         "MsmSig" = "8:_UNDEFINED" | ||||||
|         } |         } | ||||||
|  |         "Entry" | ||||||
|  |         { | ||||||
|  |         "MsmKey" = "8:_UNDEFINED" | ||||||
|  |         "OwnerKey" = "8:_A6D188F9B5AF430C92D0B9606ADF4C63" | ||||||
|  |         "MsmSig" = "8:_UNDEFINED" | ||||||
|  |         } | ||||||
|  |         "Entry" | ||||||
|  |         { | ||||||
|  |         "MsmKey" = "8:_UNDEFINED" | ||||||
|  |         "OwnerKey" = "8:_BF2CE61978054B2DB482792974E390F0" | ||||||
|  |         "MsmSig" = "8:_UNDEFINED" | ||||||
|  |         } | ||||||
|     } |     } | ||||||
|     "Configurations" |     "Configurations" | ||||||
|     { |     { | ||||||
| @@ -97,6 +91,17 @@ | |||||||
|         "PrivateKeyFile" = "8:" |         "PrivateKeyFile" = "8:" | ||||||
|         "TimeStampServer" = "8:" |         "TimeStampServer" = "8:" | ||||||
|         "InstallerBootstrapper" = "3:2" |         "InstallerBootstrapper" = "3:2" | ||||||
|  |             "BootstrapperCfg:{63ACBE69-63AA-4F98-B2B6-99F9E24495F2}" | ||||||
|  |             { | ||||||
|  |             "Enabled" = "11:TRUE" | ||||||
|  |             "PromptEnabled" = "11:TRUE" | ||||||
|  |             "PrerequisitesLocation" = "2:1" | ||||||
|  |             "Url" = "8:" | ||||||
|  |             "ComponentsUrl" = "8:" | ||||||
|  |                 "Items" | ||||||
|  |                 { | ||||||
|  |                 } | ||||||
|  |             } | ||||||
|         } |         } | ||||||
|         "Release" |         "Release" | ||||||
|         { |         { | ||||||
| @@ -113,6 +118,22 @@ | |||||||
|         "PrivateKeyFile" = "8:" |         "PrivateKeyFile" = "8:" | ||||||
|         "TimeStampServer" = "8:" |         "TimeStampServer" = "8:" | ||||||
|         "InstallerBootstrapper" = "3:2" |         "InstallerBootstrapper" = "3:2" | ||||||
|  |             "BootstrapperCfg:{63ACBE69-63AA-4F98-B2B6-99F9E24495F2}" | ||||||
|  |             { | ||||||
|  |             "Enabled" = "11:TRUE" | ||||||
|  |             "PromptEnabled" = "11:TRUE" | ||||||
|  |             "PrerequisitesLocation" = "2:1" | ||||||
|  |             "Url" = "8:" | ||||||
|  |             "ComponentsUrl" = "8:" | ||||||
|  |                 "Items" | ||||||
|  |                 { | ||||||
|  |                     "{EDC2488A-8267-493A-A98E-7D9C3B36CDF3}:Microsoft.Net.Framework.2.0" | ||||||
|  |                     { | ||||||
|  |                     "Name" = "8:Microsoft .NET Framework 2.0" | ||||||
|  |                     "ProductCode" = "8:Microsoft.Net.Framework.2.0" | ||||||
|  |                     } | ||||||
|  |                 } | ||||||
|  |             } | ||||||
|         } |         } | ||||||
|     } |     } | ||||||
|     "Deployable" |     "Deployable" | ||||||
| @@ -130,21 +151,20 @@ | |||||||
|         { |         { | ||||||
|             "LaunchCondition" |             "LaunchCondition" | ||||||
|             { |             { | ||||||
|                 "{2522A265-4974-4402-83C5-3B575A2E935A}:_A2BD16F0A2D841E185A2693B44E38894" |                 "{A06ECF26-33A3-4562-8140-9B0E340D4F24}:_A2BD16F0A2D841E185A2693B44E38894" | ||||||
|                 { |                 { | ||||||
|                 "Name" = "8:.NET Framework" |                 "Name" = "8:.NET Framework" | ||||||
|                 "Message" = "8:[VSDNETMSG]" |                 "Message" = "8:[VSDNETMSG]" | ||||||
|                 "SupportedRuntimes" = "8:1.1.4322;2.0.50727" |                 "Version" = "8:2.0.50727" | ||||||
|  |                 "AllowLaterVersions" = "11:FALSE" | ||||||
|                 "InstallUrl" = "8:http://go.microsoft.com/fwlink/?LinkId=9832" |                 "InstallUrl" = "8:http://go.microsoft.com/fwlink/?LinkId=9832" | ||||||
|  |                 "SupportedRuntimes" = "8:1.1.4322;2.0.50727" | ||||||
|                 } |                 } | ||||||
|             } |             } | ||||||
|         } |         } | ||||||
|         "Feature" |  | ||||||
|         { |  | ||||||
|         } |  | ||||||
|         "File" |         "File" | ||||||
|         { |         { | ||||||
|             "{A582A373-4685-4296-BEFE-614B80A702C3}:_1759661D2FDA4F2E95C0E7FC36CFA63C" |             "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_1759661D2FDA4F2E95C0E7FC36CFA63C" | ||||||
|             { |             { | ||||||
|             "SourcePath" = "8:..\\..\\..\\..\\gui\\images\\CASAicons.ico" |             "SourcePath" = "8:..\\..\\..\\..\\gui\\images\\CASAicons.ico" | ||||||
|             "TargetName" = "8:CASAicons.ico" |             "TargetName" = "8:CASAicons.ico" | ||||||
| @@ -164,7 +184,7 @@ | |||||||
|             "IsDependency" = "11:FALSE" |             "IsDependency" = "11:FALSE" | ||||||
|             "IsolateTo" = "8:" |             "IsolateTo" = "8:" | ||||||
|             } |             } | ||||||
|             "{A582A373-4685-4296-BEFE-614B80A702C3}:_6CE0B932302E4E3783AAD1EA468ABD34" |             "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_6CE0B932302E4E3783AAD1EA468ABD34" | ||||||
|             { |             { | ||||||
|             "SourcePath" = "8:casa.rtf" |             "SourcePath" = "8:casa.rtf" | ||||||
|             "TargetName" = "8:casa.rtf" |             "TargetName" = "8:casa.rtf" | ||||||
| @@ -184,7 +204,7 @@ | |||||||
|             "IsDependency" = "11:FALSE" |             "IsDependency" = "11:FALSE" | ||||||
|             "IsolateTo" = "8:" |             "IsolateTo" = "8:" | ||||||
|             } |             } | ||||||
|             "{A582A373-4685-4296-BEFE-614B80A702C3}:_93A5D480D91747B086FD13789A12978B" |             "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_93A5D480D91747B086FD13789A12978B" | ||||||
|             { |             { | ||||||
|             "SourcePath" = "8:..\\..\\..\\..\\gui\\images\\CASA.bmp" |             "SourcePath" = "8:..\\..\\..\\..\\gui\\images\\CASA.bmp" | ||||||
|             "TargetName" = "8:CASA.bmp" |             "TargetName" = "8:CASA.bmp" | ||||||
| @@ -204,7 +224,7 @@ | |||||||
|             "IsDependency" = "11:FALSE" |             "IsDependency" = "11:FALSE" | ||||||
|             "IsolateTo" = "8:" |             "IsolateTo" = "8:" | ||||||
|             } |             } | ||||||
|             "{A582A373-4685-4296-BEFE-614B80A702C3}:_D0342628EEE84A0EBF9229899988B52A" |             "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_D0342628EEE84A0EBF9229899988B52A" | ||||||
|             { |             { | ||||||
|             "SourcePath" = "8:eula.rtf" |             "SourcePath" = "8:eula.rtf" | ||||||
|             "TargetName" = "8:eula.rtf" |             "TargetName" = "8:eula.rtf" | ||||||
| @@ -224,7 +244,7 @@ | |||||||
|             "IsDependency" = "11:FALSE" |             "IsDependency" = "11:FALSE" | ||||||
|             "IsolateTo" = "8:" |             "IsolateTo" = "8:" | ||||||
|             } |             } | ||||||
|             "{A582A373-4685-4296-BEFE-614B80A702C3}:_EF467E7BEF8E4109BAD7E2FE47508D13" |             "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_EF467E7BEF8E4109BAD7E2FE47508D13" | ||||||
|             { |             { | ||||||
|             "SourcePath" = "8:..\\..\\..\\..\\gui\\images\\CASAicons.ico" |             "SourcePath" = "8:..\\..\\..\\..\\gui\\images\\CASAicons.ico" | ||||||
|             "TargetName" = "8:CASAicons.ico" |             "TargetName" = "8:CASAicons.ico" | ||||||
| @@ -250,7 +270,7 @@ | |||||||
|         } |         } | ||||||
|         "Folder" |         "Folder" | ||||||
|         { |         { | ||||||
|             "{78BAF5CE-F2E5-45BE-83BC-DB6AF387E941}:_17899554DCDD429CBE16F5ABA17ECA55" |             "{1525181F-901A-416C-8A58-119130FE478E}:_17899554DCDD429CBE16F5ABA17ECA55" | ||||||
|             { |             { | ||||||
|             "Name" = "8:#1919" |             "Name" = "8:#1919" | ||||||
|             "AlwaysCreate" = "11:FALSE" |             "AlwaysCreate" = "11:FALSE" | ||||||
| @@ -261,7 +281,7 @@ | |||||||
|                 { |                 { | ||||||
|                 } |                 } | ||||||
|             } |             } | ||||||
|             "{78BAF5CE-F2E5-45BE-83BC-DB6AF387E941}:_D42B2A98AEE145CC8C3FE0CDC4623CB8" |             "{1525181F-901A-416C-8A58-119130FE478E}:_D42B2A98AEE145CC8C3FE0CDC4623CB8" | ||||||
|             { |             { | ||||||
|             "Name" = "8:#1916" |             "Name" = "8:#1916" | ||||||
|             "AlwaysCreate" = "11:FALSE" |             "AlwaysCreate" = "11:FALSE" | ||||||
| @@ -272,7 +292,7 @@ | |||||||
|                 { |                 { | ||||||
|                 } |                 } | ||||||
|             } |             } | ||||||
|             "{58C0ADA3-3CEA-43BD-A3B3-2EA121BC8217}:_E8900D5F0BD44DC0BB0BEFDF7C43B30C" |             "{3C67513D-01DD-4637-8A68-80971EB9504F}:_E8900D5F0BD44DC0BB0BEFDF7C43B30C" | ||||||
|             { |             { | ||||||
|             "DefaultLocation" = "8:[ProgramFilesFolder][Manufacturer]\\[ProductName]" |             "DefaultLocation" = "8:[ProgramFilesFolder][Manufacturer]\\[ProductName]" | ||||||
|             "Name" = "8:#1925" |             "Name" = "8:#1925" | ||||||
| @@ -290,7 +310,7 @@ | |||||||
|         } |         } | ||||||
|         "Locator" |         "Locator" | ||||||
|         { |         { | ||||||
|             "{B8D64026-A502-496C-8C20-1D720E2264E5}:_78C54417FB8C4A82A630EC45D85A4E34" |             "{CF66B7F7-B7DA-4B08-A67A-233430638C9C}:_78C54417FB8C4A82A630EC45D85A4E34" | ||||||
|             { |             { | ||||||
|             "Name" = "8:Search for RegistryEntry1" |             "Name" = "8:Search for RegistryEntry1" | ||||||
|             "Root" = "2:1" |             "Root" = "2:1" | ||||||
| @@ -307,13 +327,14 @@ | |||||||
|         { |         { | ||||||
|         "Name" = "8:Microsoft Visual Studio" |         "Name" = "8:Microsoft Visual Studio" | ||||||
|         "ProductName" = "8:CASA" |         "ProductName" = "8:CASA" | ||||||
|         "ProductCode" = "8:{01D33115-AC79-4F8F-9920-051681E05395}" |         "ProductCode" = "8:{9982ABB1-8DD5-4E3A-BB48-D84FA19E72CB}" | ||||||
|         "PackageCode" = "8:{72593D72-94A3-482B-9CDA-6AD95E4A525B}" |         "PackageCode" = "8:{B188E888-886C-430C-92AB-71C26C83A896}" | ||||||
|         "UpgradeCode" = "8:{DFD8B8A0-EA51-4202-831C-7CD2B90A63AE}" |         "UpgradeCode" = "8:{DFD8B8A0-EA51-4202-831C-7CD2B90A63AE}" | ||||||
|         "RestartWWWService" = "11:FALSE" |         "RestartWWWService" = "11:FALSE" | ||||||
|         "RemovePreviousVersions" = "11:TRUE" |         "RemovePreviousVersions" = "11:TRUE" | ||||||
|         "DetectNewerInstalledVersion" = "11:TRUE" |         "DetectNewerInstalledVersion" = "11:TRUE" | ||||||
|         "ProductVersion" = "8:1.7.820" |         "InstallAllUsers" = "11:FALSE" | ||||||
|  |         "ProductVersion" = "8:1.7.907" | ||||||
|         "Manufacturer" = "8:Novell" |         "Manufacturer" = "8:Novell" | ||||||
|         "ARPHELPTELEPHONE" = "8:" |         "ARPHELPTELEPHONE" = "8:" | ||||||
|         "ARPHELPLINK" = "8:" |         "ARPHELPLINK" = "8:" | ||||||
| @@ -327,6 +348,10 @@ | |||||||
|         "ARPIconIndex" = "3:0" |         "ARPIconIndex" = "3:0" | ||||||
|         "SearchPath" = "8:" |         "SearchPath" = "8:" | ||||||
|         "UseSystemSearchPath" = "11:TRUE" |         "UseSystemSearchPath" = "11:TRUE" | ||||||
|  |         "TargetPlatform" = "3:0" | ||||||
|  |         "PreBuildEvent" = "8:" | ||||||
|  |         "PostBuildEvent" = "8:" | ||||||
|  |         "RunPostBuildEvent" = "3:0" | ||||||
|         } |         } | ||||||
|         "Registry" |         "Registry" | ||||||
|         { |         { | ||||||
| @@ -334,7 +359,7 @@ | |||||||
|             { |             { | ||||||
|                 "Keys" |                 "Keys" | ||||||
|                 { |                 { | ||||||
|                     "{6A471EEF-D31B-40F8-BCF6-C9E8EC783F36}:_4BB197AB2240488E8148166A10D21E61" |                     "{60EA8692-D2D5-43EB-80DC-7906BF13D6EF}:_4BB197AB2240488E8148166A10D21E61" | ||||||
|                     { |                     { | ||||||
|                     "Name" = "8:Software" |                     "Name" = "8:Software" | ||||||
|                     "Condition" = "8:" |                     "Condition" = "8:" | ||||||
| @@ -343,7 +368,7 @@ | |||||||
|                     "Transitive" = "11:FALSE" |                     "Transitive" = "11:FALSE" | ||||||
|                         "Keys" |                         "Keys" | ||||||
|                         { |                         { | ||||||
|                             "{6A471EEF-D31B-40F8-BCF6-C9E8EC783F36}:_72B8E336A9544882BED367899462B8B3" |                             "{60EA8692-D2D5-43EB-80DC-7906BF13D6EF}:_72B8E336A9544882BED367899462B8B3" | ||||||
|                             { |                             { | ||||||
|                             "Name" = "8:[Manufacturer]" |                             "Name" = "8:[Manufacturer]" | ||||||
|                             "Condition" = "8:" |                             "Condition" = "8:" | ||||||
| @@ -368,7 +393,7 @@ | |||||||
|             { |             { | ||||||
|                 "Keys" |                 "Keys" | ||||||
|                 { |                 { | ||||||
|                     "{6A471EEF-D31B-40F8-BCF6-C9E8EC783F36}:_1BE21DBCBBCF4447A8083C09F821ADDA" |                     "{60EA8692-D2D5-43EB-80DC-7906BF13D6EF}:_1BE21DBCBBCF4447A8083C09F821ADDA" | ||||||
|                     { |                     { | ||||||
|                     "Name" = "8:Software" |                     "Name" = "8:Software" | ||||||
|                     "Condition" = "8:" |                     "Condition" = "8:" | ||||||
| @@ -377,7 +402,7 @@ | |||||||
|                     "Transitive" = "11:FALSE" |                     "Transitive" = "11:FALSE" | ||||||
|                         "Keys" |                         "Keys" | ||||||
|                         { |                         { | ||||||
|                             "{6A471EEF-D31B-40F8-BCF6-C9E8EC783F36}:_A84A60CC3F1F4916AF8EDFA88D91B6EE" |                             "{60EA8692-D2D5-43EB-80DC-7906BF13D6EF}:_A84A60CC3F1F4916AF8EDFA88D91B6EE" | ||||||
|                             { |                             { | ||||||
|                             "Name" = "8:[Manufacturer]" |                             "Name" = "8:[Manufacturer]" | ||||||
|                             "Condition" = "8:" |                             "Condition" = "8:" | ||||||
| @@ -425,14 +450,14 @@ | |||||||
|         } |         } | ||||||
|         "UserInterface" |         "UserInterface" | ||||||
|         { |         { | ||||||
|             "{8D9DEE8B-DD8B-4F48-9072-C4364E4F4011}:_3EC25E6A88C743F180E15BB5B1723782" |             "{DF760B10-853B-4699-99F2-AFF7185B4A62}:_3EC25E6A88C743F180E15BB5B1723782" | ||||||
|             { |             { | ||||||
|             "Name" = "8:#1902" |             "Name" = "8:#1902" | ||||||
|             "Sequence" = "3:1" |             "Sequence" = "3:1" | ||||||
|             "Attributes" = "3:3" |             "Attributes" = "3:3" | ||||||
|                 "Dialogs" |                 "Dialogs" | ||||||
|                 { |                 { | ||||||
|                     "{18ADD6EC-89FE-4ED7-AD3E-211C40278470}:_957D6A7B56004E75A33D175980479E41" |                     "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_957D6A7B56004E75A33D175980479E41" | ||||||
|                     { |                     { | ||||||
|                     "Sequence" = "3:100" |                     "Sequence" = "3:100" | ||||||
|                     "DisplayName" = "8:Finished" |                     "DisplayName" = "8:Finished" | ||||||
| @@ -470,14 +495,14 @@ | |||||||
|                     } |                     } | ||||||
|                 } |                 } | ||||||
|             } |             } | ||||||
|             "{8D9DEE8B-DD8B-4F48-9072-C4364E4F4011}:_55398D84A5A7466A8651904B78BC8C83" |             "{DF760B10-853B-4699-99F2-AFF7185B4A62}:_55398D84A5A7466A8651904B78BC8C83" | ||||||
|             { |             { | ||||||
|             "Name" = "8:#1901" |             "Name" = "8:#1901" | ||||||
|             "Sequence" = "3:1" |             "Sequence" = "3:1" | ||||||
|             "Attributes" = "3:2" |             "Attributes" = "3:2" | ||||||
|                 "Dialogs" |                 "Dialogs" | ||||||
|                 { |                 { | ||||||
|                     "{18ADD6EC-89FE-4ED7-AD3E-211C40278470}:_9884B8BC675B4D79A009562CAB63B597" |                     "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_9884B8BC675B4D79A009562CAB63B597" | ||||||
|                     { |                     { | ||||||
|                     "Sequence" = "3:100" |                     "Sequence" = "3:100" | ||||||
|                     "DisplayName" = "8:Progress" |                     "DisplayName" = "8:Progress" | ||||||
| @@ -515,20 +540,20 @@ | |||||||
|                     } |                     } | ||||||
|                 } |                 } | ||||||
|             } |             } | ||||||
|             "{B654A020-6903-4E6A-A86C-75DC463DB54B}:_7F1336E6B8334CE392EA107B9321B43F" |             "{2479F3F5-0309-486D-8047-8187E2CE5BA0}:_7F1336E6B8334CE392EA107B9321B43F" | ||||||
|             { |             { | ||||||
|             "UseDynamicProperties" = "11:FALSE" |             "UseDynamicProperties" = "11:FALSE" | ||||||
|             "IsDependency" = "11:FALSE" |             "IsDependency" = "11:FALSE" | ||||||
|             "SourcePath" = "8:<VsdDialogDir>\\VsdBasicDialogs.wim" |             "SourcePath" = "8:<VsdDialogDir>\\VsdBasicDialogs.wim" | ||||||
|             } |             } | ||||||
|             "{8D9DEE8B-DD8B-4F48-9072-C4364E4F4011}:_8ECF7FBD327B449BB8682A51906420F2" |             "{DF760B10-853B-4699-99F2-AFF7185B4A62}:_8ECF7FBD327B449BB8682A51906420F2" | ||||||
|             { |             { | ||||||
|             "Name" = "8:#1900" |             "Name" = "8:#1900" | ||||||
|             "Sequence" = "3:2" |             "Sequence" = "3:2" | ||||||
|             "Attributes" = "3:1" |             "Attributes" = "3:1" | ||||||
|                 "Dialogs" |                 "Dialogs" | ||||||
|                 { |                 { | ||||||
|                     "{18ADD6EC-89FE-4ED7-AD3E-211C40278470}:_027AA62A3BCA4B3381C5ACFBD0508CCC" |                     "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_027AA62A3BCA4B3381C5ACFBD0508CCC" | ||||||
|                     { |                     { | ||||||
|                     "Sequence" = "3:100" |                     "Sequence" = "3:100" | ||||||
|                     "DisplayName" = "8:Welcome" |                     "DisplayName" = "8:Welcome" | ||||||
| @@ -576,7 +601,7 @@ | |||||||
|                             } |                             } | ||||||
|                         } |                         } | ||||||
|                     } |                     } | ||||||
|                     "{18ADD6EC-89FE-4ED7-AD3E-211C40278470}:_43F160682AA8469CBB6E9E613A9F43CC" |                     "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_43F160682AA8469CBB6E9E613A9F43CC" | ||||||
|                     { |                     { | ||||||
|                     "Sequence" = "3:300" |                     "Sequence" = "3:300" | ||||||
|                     "DisplayName" = "8:Confirm Installation" |                     "DisplayName" = "8:Confirm Installation" | ||||||
| @@ -598,7 +623,7 @@ | |||||||
|                             } |                             } | ||||||
|                         } |                         } | ||||||
|                     } |                     } | ||||||
|                     "{18ADD6EC-89FE-4ED7-AD3E-211C40278470}:_9CF93927456B4308AFF3958A83E035EB" |                     "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_9CF93927456B4308AFF3958A83E035EB" | ||||||
|                     { |                     { | ||||||
|                     "Sequence" = "3:200" |                     "Sequence" = "3:200" | ||||||
|                     "DisplayName" = "8:Installation Folder" |                     "DisplayName" = "8:Installation Folder" | ||||||
| @@ -622,14 +647,14 @@ | |||||||
|                     } |                     } | ||||||
|                 } |                 } | ||||||
|             } |             } | ||||||
|             "{8D9DEE8B-DD8B-4F48-9072-C4364E4F4011}:_AA5D060BC6C44BC79854D69A99CF17C8" |             "{DF760B10-853B-4699-99F2-AFF7185B4A62}:_AA5D060BC6C44BC79854D69A99CF17C8" | ||||||
|             { |             { | ||||||
|             "Name" = "8:#1900" |             "Name" = "8:#1900" | ||||||
|             "Sequence" = "3:1" |             "Sequence" = "3:1" | ||||||
|             "Attributes" = "3:1" |             "Attributes" = "3:1" | ||||||
|                 "Dialogs" |                 "Dialogs" | ||||||
|                 { |                 { | ||||||
|                     "{18ADD6EC-89FE-4ED7-AD3E-211C40278470}:_168355FD285E4059925B44754162B77B" |                     "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_168355FD285E4059925B44754162B77B" | ||||||
|                     { |                     { | ||||||
|                     "Sequence" = "3:900" |                     "Sequence" = "3:900" | ||||||
|                     "DisplayName" = "8:Confirm Installation" |                     "DisplayName" = "8:Confirm Installation" | ||||||
| @@ -652,7 +677,7 @@ | |||||||
|                             } |                             } | ||||||
|                         } |                         } | ||||||
|                     } |                     } | ||||||
|                     "{18ADD6EC-89FE-4ED7-AD3E-211C40278470}:_72A96753BD2044C99316BD7497386565" |                     "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_72A96753BD2044C99316BD7497386565" | ||||||
|                     { |                     { | ||||||
|                     "Sequence" = "3:200" |                     "Sequence" = "3:200" | ||||||
|                     "DisplayName" = "8:License Agreement" |                     "DisplayName" = "8:License Agreement" | ||||||
| @@ -700,7 +725,7 @@ | |||||||
|                             } |                             } | ||||||
|                         } |                         } | ||||||
|                     } |                     } | ||||||
|                     "{18ADD6EC-89FE-4ED7-AD3E-211C40278470}:_DB237FC4DFF5418CA9F31A1501A7B924" |                     "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_DB237FC4DFF5418CA9F31A1501A7B924" | ||||||
|                     { |                     { | ||||||
|                     "Sequence" = "3:100" |                     "Sequence" = "3:100" | ||||||
|                     "DisplayName" = "8:Welcome" |                     "DisplayName" = "8:Welcome" | ||||||
| @@ -751,14 +776,14 @@ | |||||||
|                     } |                     } | ||||||
|                 } |                 } | ||||||
|             } |             } | ||||||
|             "{8D9DEE8B-DD8B-4F48-9072-C4364E4F4011}:_AF5FE26CC41045039C92A34602231708" |             "{DF760B10-853B-4699-99F2-AFF7185B4A62}:_AF5FE26CC41045039C92A34602231708" | ||||||
|             { |             { | ||||||
|             "Name" = "8:#1901" |             "Name" = "8:#1901" | ||||||
|             "Sequence" = "3:2" |             "Sequence" = "3:2" | ||||||
|             "Attributes" = "3:2" |             "Attributes" = "3:2" | ||||||
|                 "Dialogs" |                 "Dialogs" | ||||||
|                 { |                 { | ||||||
|                     "{18ADD6EC-89FE-4ED7-AD3E-211C40278470}:_7EE1E9118BE74E54AEA749670A690A98" |                     "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_7EE1E9118BE74E54AEA749670A690A98" | ||||||
|                     { |                     { | ||||||
|                     "Sequence" = "3:100" |                     "Sequence" = "3:100" | ||||||
|                     "DisplayName" = "8:Progress" |                     "DisplayName" = "8:Progress" | ||||||
| @@ -795,14 +820,14 @@ | |||||||
|                     } |                     } | ||||||
|                 } |                 } | ||||||
|             } |             } | ||||||
|             "{8D9DEE8B-DD8B-4F48-9072-C4364E4F4011}:_FB08867A0D134999B515B595F0E2E5B6" |             "{DF760B10-853B-4699-99F2-AFF7185B4A62}:_FB08867A0D134999B515B595F0E2E5B6" | ||||||
|             { |             { | ||||||
|             "Name" = "8:#1902" |             "Name" = "8:#1902" | ||||||
|             "Sequence" = "3:2" |             "Sequence" = "3:2" | ||||||
|             "Attributes" = "3:3" |             "Attributes" = "3:3" | ||||||
|                 "Dialogs" |                 "Dialogs" | ||||||
|                 { |                 { | ||||||
|                     "{18ADD6EC-89FE-4ED7-AD3E-211C40278470}:_CA56EFD48C504676ABCBB7D389D5A36B" |                     "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_CA56EFD48C504676ABCBB7D389D5A36B" | ||||||
|                     { |                     { | ||||||
|                     "Sequence" = "3:100" |                     "Sequence" = "3:100" | ||||||
|                     "DisplayName" = "8:Finished" |                     "DisplayName" = "8:Finished" | ||||||
| @@ -826,7 +851,7 @@ | |||||||
|                     } |                     } | ||||||
|                 } |                 } | ||||||
|             } |             } | ||||||
|             "{B654A020-6903-4E6A-A86C-75DC463DB54B}:_FCC249783F7D4BE9BFE20688E273F46A" |             "{2479F3F5-0309-486D-8047-8187E2CE5BA0}:_FCC249783F7D4BE9BFE20688E273F46A" | ||||||
|             { |             { | ||||||
|             "UseDynamicProperties" = "11:FALSE" |             "UseDynamicProperties" = "11:FALSE" | ||||||
|             "IsDependency" = "11:FALSE" |             "IsDependency" = "11:FALSE" | ||||||
| @@ -835,43 +860,10 @@ | |||||||
|         } |         } | ||||||
|         "MergeModule" |         "MergeModule" | ||||||
|         { |         { | ||||||
|             "{35A69C6E-5BA4-440D-803D-762B59A45393}:_26C938668CAE46EEA3971AB786BAA45D" |  | ||||||
|             { |  | ||||||
|             "UseDynamicProperties" = "11:TRUE" |  | ||||||
|             "IsDependency" = "11:TRUE" |  | ||||||
|             "SourcePath" = "8:dotnetfxredist_x86.msm" |  | ||||||
|             "LanguageId" = "3:0" |  | ||||||
|             "Exclude" = "11:FALSE" |  | ||||||
|             "Folder" = "8:" |  | ||||||
|             "Feature" = "8:" |  | ||||||
|             "IsolateTo" = "8:" |  | ||||||
|             } |  | ||||||
|             "{35A69C6E-5BA4-440D-803D-762B59A45393}:_713FAE60EA4D44ABB1F2679555EE4BF8" |  | ||||||
|             { |  | ||||||
|             "UseDynamicProperties" = "11:TRUE" |  | ||||||
|             "IsDependency" = "11:TRUE" |  | ||||||
|             "SourcePath" = "8:dotnetfxredist_x86.msm" |  | ||||||
|             "LanguageId" = "3:0" |  | ||||||
|             "Exclude" = "11:FALSE" |  | ||||||
|             "Folder" = "8:" |  | ||||||
|             "Feature" = "8:" |  | ||||||
|             "IsolateTo" = "8:" |  | ||||||
|             } |  | ||||||
|             "{35A69C6E-5BA4-440D-803D-762B59A45393}:_73B60A9F2922458DBF0EFCE0734B1D88" |  | ||||||
|             { |  | ||||||
|             "UseDynamicProperties" = "11:TRUE" |  | ||||||
|             "IsDependency" = "11:TRUE" |  | ||||||
|             "SourcePath" = "8:dotnetfxredist_x86.msm" |  | ||||||
|             "LanguageId" = "3:0" |  | ||||||
|             "Exclude" = "11:FALSE" |  | ||||||
|             "Folder" = "8:" |  | ||||||
|             "Feature" = "8:" |  | ||||||
|             "IsolateTo" = "8:" |  | ||||||
|             } |  | ||||||
|         } |         } | ||||||
|         "ProjectOutput" |         "ProjectOutput" | ||||||
|         { |         { | ||||||
|             "{8062640A-2EEE-46E9-AB67-688E9A886E9F}:_98DCC664712A41B993FCD33026D06FFC" |             "{5259A561-127C-4D43-A0A1-72F10C7B3BF8}:_98DCC664712A41B993FCD33026D06FFC" | ||||||
|             { |             { | ||||||
|             "SourcePath" = "8:..\\CASA-gui-msm\\Release\\CASA-gui.msm" |             "SourcePath" = "8:..\\CASA-gui-msm\\Release\\CASA-gui.msm" | ||||||
|             "TargetName" = "8:" |             "TargetName" = "8:" | ||||||
| @@ -924,7 +916,7 @@ | |||||||
|                 "IsolateTo" = "8:" |                 "IsolateTo" = "8:" | ||||||
|                 } |                 } | ||||||
|             } |             } | ||||||
|             "{8062640A-2EEE-46E9-AB67-688E9A886E9F}:_A6D188F9B5AF430C92D0B9606ADF4C63" |             "{5259A561-127C-4D43-A0A1-72F10C7B3BF8}:_A6D188F9B5AF430C92D0B9606ADF4C63" | ||||||
|             { |             { | ||||||
|             "SourcePath" = "8:..\\CASA-dev-msm\\Release\\miCASA-Dev-msm.msm" |             "SourcePath" = "8:..\\CASA-dev-msm\\Release\\miCASA-Dev-msm.msm" | ||||||
|             "TargetName" = "8:" |             "TargetName" = "8:" | ||||||
| @@ -958,31 +950,31 @@ | |||||||
|                 "SourcePath" = "8:..\\CASA-dev-msm\\Release\\miCASA-Dev-msm.msm" |                 "SourcePath" = "8:..\\CASA-dev-msm\\Release\\miCASA-Dev-msm.msm" | ||||||
|                     "Properties" |                     "Properties" | ||||||
|                     { |                     { | ||||||
|                         "_4610C2D660057AC39D7FDD4891590B10.4F1ACC03A482468C9BEBF6D83FA4F7FE" |                         "_3ECE494579D255C0D85D58A79F6399A0.4F1ACC03A482468C9BEBF6D83FA4F7FE" | ||||||
|                         { |                         { | ||||||
|                         "Name" = "8:_4610C2D660057AC39D7FDD4891590B10.4F1ACC03A482468C9BEBF6D83FA4F7FE" |                         "Name" = "8:_3ECE494579D255C0D85D58A79F6399A0.4F1ACC03A482468C9BEBF6D83FA4F7FE" | ||||||
|                         "DisplayName" = "8:" |                         "DisplayName" = "8:" | ||||||
|                         "Description" = "8:" |                         "Description" = "8:" | ||||||
|                         "Type" = "3:2" |                         "Type" = "3:2" | ||||||
|                         "ContextData" = "8:InstallToGAC=;IsolateToManifest=_8FCF3A547028ECFD0B5049EFAB348182.4F1ACC03A482468C9BEBF6D83FA4F7FE" |                         "ContextData" = "8:InstallToGAC=;IsolateToManifest=_6F5143A35711D14A06EDE31F04D74B53.4F1ACC03A482468C9BEBF6D83FA4F7FE" | ||||||
|                         "Attributes" = "3:0" |                         "Attributes" = "3:0" | ||||||
|                         "Setting" = "3:2" |                         "Setting" = "3:2" | ||||||
|                         "Value" = "8:_8FCF3A547028ECFD0B5049EFAB348182.4F1ACC03A482468C9BEBF6D83FA4F7FE" |                         "Value" = "8:_6F5143A35711D14A06EDE31F04D74B53.4F1ACC03A482468C9BEBF6D83FA4F7FE" | ||||||
|                         "DefaultValue" = "8:_8FCF3A547028ECFD0B5049EFAB348182.4F1ACC03A482468C9BEBF6D83FA4F7FE" |                         "DefaultValue" = "8:_6F5143A35711D14A06EDE31F04D74B53.4F1ACC03A482468C9BEBF6D83FA4F7FE" | ||||||
|                         "ParentName" = "8:_6418E7496A474EDDAC9A91150BBE4A26.4F1ACC03A482468C9BEBF6D83FA4F7FE" |                         "ParentName" = "8:_6418E7496A474EDDAC9A91150BBE4A26.4F1ACC03A482468C9BEBF6D83FA4F7FE" | ||||||
|                         "UsePlugInResources" = "11:FALSE" |                         "UsePlugInResources" = "11:FALSE" | ||||||
|                         } |                         } | ||||||
|                         "_4F85CEF984A77868D0A929E54872824F.4F1ACC03A482468C9BEBF6D83FA4F7FE" |                         "_589CD62C5BC3BA5B93CC46816AA3EF82.4F1ACC03A482468C9BEBF6D83FA4F7FE" | ||||||
|                         { |                         { | ||||||
|                         "Name" = "8:_4F85CEF984A77868D0A929E54872824F.4F1ACC03A482468C9BEBF6D83FA4F7FE" |                         "Name" = "8:_589CD62C5BC3BA5B93CC46816AA3EF82.4F1ACC03A482468C9BEBF6D83FA4F7FE" | ||||||
|                         "DisplayName" = "8:" |                         "DisplayName" = "8:" | ||||||
|                         "Description" = "8:" |                         "Description" = "8:" | ||||||
|                         "Type" = "3:2" |                         "Type" = "3:2" | ||||||
|                         "ContextData" = "8:InstallToGAC=;IsolateToManifest=_0683B4C519DB3748EBD996E0ABA831C0.4F1ACC03A482468C9BEBF6D83FA4F7FE" |                         "ContextData" = "8:InstallToGAC=;IsolateToManifest=_65E7F678A98BB9AED57C6D474140DDEC.4F1ACC03A482468C9BEBF6D83FA4F7FE" | ||||||
|                         "Attributes" = "3:0" |                         "Attributes" = "3:0" | ||||||
|                         "Setting" = "3:2" |                         "Setting" = "3:2" | ||||||
|                         "Value" = "8:_0683B4C519DB3748EBD996E0ABA831C0.4F1ACC03A482468C9BEBF6D83FA4F7FE" |                         "Value" = "8:_65E7F678A98BB9AED57C6D474140DDEC.4F1ACC03A482468C9BEBF6D83FA4F7FE" | ||||||
|                         "DefaultValue" = "8:_0683B4C519DB3748EBD996E0ABA831C0.4F1ACC03A482468C9BEBF6D83FA4F7FE" |                         "DefaultValue" = "8:_65E7F678A98BB9AED57C6D474140DDEC.4F1ACC03A482468C9BEBF6D83FA4F7FE" | ||||||
|                         "ParentName" = "8:_6418E7496A474EDDAC9A91150BBE4A26.4F1ACC03A482468C9BEBF6D83FA4F7FE" |                         "ParentName" = "8:_6418E7496A474EDDAC9A91150BBE4A26.4F1ACC03A482468C9BEBF6D83FA4F7FE" | ||||||
|                         "UsePlugInResources" = "11:FALSE" |                         "UsePlugInResources" = "11:FALSE" | ||||||
|                         } |                         } | ||||||
| @@ -997,45 +989,45 @@ | |||||||
|                         "Setting" = "3:1" |                         "Setting" = "3:1" | ||||||
|                         "UsePlugInResources" = "11:FALSE" |                         "UsePlugInResources" = "11:FALSE" | ||||||
|                         } |                         } | ||||||
|                         "_B6F5734BF952F464EAB21BAD6E20F38A.4F1ACC03A482468C9BEBF6D83FA4F7FE" |                         "_79B391DA0CD738393E315705E2D6813D.4F1ACC03A482468C9BEBF6D83FA4F7FE" | ||||||
|                         { |                         { | ||||||
|                         "Name" = "8:_B6F5734BF952F464EAB21BAD6E20F38A.4F1ACC03A482468C9BEBF6D83FA4F7FE" |                         "Name" = "8:_79B391DA0CD738393E315705E2D6813D.4F1ACC03A482468C9BEBF6D83FA4F7FE" | ||||||
|                         "DisplayName" = "8:" |                         "DisplayName" = "8:" | ||||||
|                         "Description" = "8:" |                         "Description" = "8:" | ||||||
|                         "Type" = "3:2" |                         "Type" = "3:2" | ||||||
|                         "ContextData" = "8:InstallToGAC=;IsolateToManifest=_79BCEE497E2B712D20C7E4A2F4800E60.4F1ACC03A482468C9BEBF6D83FA4F7FE" |                         "ContextData" = "8:InstallToGAC=;IsolateToManifest=_52179197002254A68EACB031EA8E0D62.4F1ACC03A482468C9BEBF6D83FA4F7FE" | ||||||
|                         "Attributes" = "3:0" |                         "Attributes" = "3:0" | ||||||
|                         "Setting" = "3:2" |                         "Setting" = "3:2" | ||||||
|                         "Value" = "8:_79BCEE497E2B712D20C7E4A2F4800E60.4F1ACC03A482468C9BEBF6D83FA4F7FE" |                         "Value" = "8:_52179197002254A68EACB031EA8E0D62.4F1ACC03A482468C9BEBF6D83FA4F7FE" | ||||||
|                         "DefaultValue" = "8:_79BCEE497E2B712D20C7E4A2F4800E60.4F1ACC03A482468C9BEBF6D83FA4F7FE" |                         "DefaultValue" = "8:_52179197002254A68EACB031EA8E0D62.4F1ACC03A482468C9BEBF6D83FA4F7FE" | ||||||
|                         "ParentName" = "8:_6418E7496A474EDDAC9A91150BBE4A26.4F1ACC03A482468C9BEBF6D83FA4F7FE" |                         "ParentName" = "8:_6418E7496A474EDDAC9A91150BBE4A26.4F1ACC03A482468C9BEBF6D83FA4F7FE" | ||||||
|                         "UsePlugInResources" = "11:FALSE" |                         "UsePlugInResources" = "11:FALSE" | ||||||
|                         } |                         } | ||||||
|                         "_E7CF2B4A827BE173141CA1E1D0F82AFF.4F1ACC03A482468C9BEBF6D83FA4F7FE" |                         "_BDA7A7A3A0848C544EF87EFA0FBC3D66.4F1ACC03A482468C9BEBF6D83FA4F7FE" | ||||||
|                         { |                         { | ||||||
|                         "Name" = "8:_E7CF2B4A827BE173141CA1E1D0F82AFF.4F1ACC03A482468C9BEBF6D83FA4F7FE" |                         "Name" = "8:_BDA7A7A3A0848C544EF87EFA0FBC3D66.4F1ACC03A482468C9BEBF6D83FA4F7FE" | ||||||
|                         "DisplayName" = "8:" |                         "DisplayName" = "8:" | ||||||
|                         "Description" = "8:" |                         "Description" = "8:" | ||||||
|                         "Type" = "3:2" |                         "Type" = "3:2" | ||||||
|                         "ContextData" = "8:InstallToGAC=;IsolateToManifest=_108CF762A5E732DB8AA6185773BCA705.4F1ACC03A482468C9BEBF6D83FA4F7FE" |                         "ContextData" = "8:InstallToGAC=;IsolateToManifest=_8C67B5EDEB55DE3F71D20D5669166174.4F1ACC03A482468C9BEBF6D83FA4F7FE" | ||||||
|                         "Attributes" = "3:0" |                         "Attributes" = "3:0" | ||||||
|                         "Setting" = "3:2" |                         "Setting" = "3:2" | ||||||
|                         "Value" = "8:_108CF762A5E732DB8AA6185773BCA705.4F1ACC03A482468C9BEBF6D83FA4F7FE" |                         "Value" = "8:_8C67B5EDEB55DE3F71D20D5669166174.4F1ACC03A482468C9BEBF6D83FA4F7FE" | ||||||
|                         "DefaultValue" = "8:_108CF762A5E732DB8AA6185773BCA705.4F1ACC03A482468C9BEBF6D83FA4F7FE" |                         "DefaultValue" = "8:_8C67B5EDEB55DE3F71D20D5669166174.4F1ACC03A482468C9BEBF6D83FA4F7FE" | ||||||
|                         "ParentName" = "8:_6418E7496A474EDDAC9A91150BBE4A26.4F1ACC03A482468C9BEBF6D83FA4F7FE" |                         "ParentName" = "8:_6418E7496A474EDDAC9A91150BBE4A26.4F1ACC03A482468C9BEBF6D83FA4F7FE" | ||||||
|                         "UsePlugInResources" = "11:FALSE" |                         "UsePlugInResources" = "11:FALSE" | ||||||
|                         } |                         } | ||||||
|                         "_F0F8D6D23B097F7830C01E614D9034B9.4F1ACC03A482468C9BEBF6D83FA4F7FE" |                         "_C846A5C81BEAA896651F9D385D77259E.4F1ACC03A482468C9BEBF6D83FA4F7FE" | ||||||
|                         { |                         { | ||||||
|                         "Name" = "8:_F0F8D6D23B097F7830C01E614D9034B9.4F1ACC03A482468C9BEBF6D83FA4F7FE" |                         "Name" = "8:_C846A5C81BEAA896651F9D385D77259E.4F1ACC03A482468C9BEBF6D83FA4F7FE" | ||||||
|                         "DisplayName" = "8:" |                         "DisplayName" = "8:" | ||||||
|                         "Description" = "8:" |                         "Description" = "8:" | ||||||
|                         "Type" = "3:2" |                         "Type" = "3:2" | ||||||
|                         "ContextData" = "8:InstallToGAC=;IsolateToManifest=_290870C7D1693472634A9D8D875DA83B.4F1ACC03A482468C9BEBF6D83FA4F7FE" |                         "ContextData" = "8:InstallToGAC=;IsolateToManifest=_9DB85133B7F211735B9CA21DE62BB148.4F1ACC03A482468C9BEBF6D83FA4F7FE" | ||||||
|                         "Attributes" = "3:0" |                         "Attributes" = "3:0" | ||||||
|                         "Setting" = "3:2" |                         "Setting" = "3:2" | ||||||
|                         "Value" = "8:_290870C7D1693472634A9D8D875DA83B.4F1ACC03A482468C9BEBF6D83FA4F7FE" |                         "Value" = "8:_9DB85133B7F211735B9CA21DE62BB148.4F1ACC03A482468C9BEBF6D83FA4F7FE" | ||||||
|                         "DefaultValue" = "8:_290870C7D1693472634A9D8D875DA83B.4F1ACC03A482468C9BEBF6D83FA4F7FE" |                         "DefaultValue" = "8:_9DB85133B7F211735B9CA21DE62BB148.4F1ACC03A482468C9BEBF6D83FA4F7FE" | ||||||
|                         "ParentName" = "8:_6418E7496A474EDDAC9A91150BBE4A26.4F1ACC03A482468C9BEBF6D83FA4F7FE" |                         "ParentName" = "8:_6418E7496A474EDDAC9A91150BBE4A26.4F1ACC03A482468C9BEBF6D83FA4F7FE" | ||||||
|                         "UsePlugInResources" = "11:FALSE" |                         "UsePlugInResources" = "11:FALSE" | ||||||
|                         } |                         } | ||||||
| @@ -1047,7 +1039,7 @@ | |||||||
|                 "IsolateTo" = "8:" |                 "IsolateTo" = "8:" | ||||||
|                 } |                 } | ||||||
|             } |             } | ||||||
|             "{8062640A-2EEE-46E9-AB67-688E9A886E9F}:_BF2CE61978054B2DB482792974E390F0" |             "{5259A561-127C-4D43-A0A1-72F10C7B3BF8}:_BF2CE61978054B2DB482792974E390F0" | ||||||
|             { |             { | ||||||
|             "SourcePath" = "8:..\\CASA-msm\\Release\\CASA-msm.msm" |             "SourcePath" = "8:..\\CASA-msm\\Release\\CASA-msm.msm" | ||||||
|             "TargetName" = "8:" |             "TargetName" = "8:" | ||||||
|   | |||||||
| @@ -1,135 +1,123 @@ | |||||||
| <VisualStudioProject> | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||||||
|     <CSHARP |   <PropertyGroup> | ||||||
|         ProjectType = "Local" |     <ProjectType>Local</ProjectType> | ||||||
|         ProductVersion = "7.10.3077" |     <ProductVersion>8.0.50727</ProductVersion> | ||||||
|         SchemaVersion = "2.0" |     <SchemaVersion>2.0</SchemaVersion> | ||||||
|         ProjectGuid = "{636A9D7E-BFB5-4EB9-96F8-51FF85A98826}" |     <ProjectGuid>{636A9D7E-BFB5-4EB9-96F8-51FF85A98826}</ProjectGuid> | ||||||
|     > |     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | ||||||
|         <Build> |     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | ||||||
|             <Settings |     <ApplicationIcon> | ||||||
|                 ApplicationIcon = "" |     </ApplicationIcon> | ||||||
|                 AssemblyKeyContainerName = "" |     <AssemblyKeyContainerName> | ||||||
|                 AssemblyName = "Novell.CASA.CASAPol" |     </AssemblyKeyContainerName> | ||||||
|                 AssemblyOriginatorKeyFile = "" |     <AssemblyName>Novell.CASA.CASAPol</AssemblyName> | ||||||
|                 DefaultClientScript = "JScript" |     <AssemblyOriginatorKeyFile> | ||||||
|                 DefaultHTMLPageLayout = "Grid" |     </AssemblyOriginatorKeyFile> | ||||||
|                 DefaultTargetSchema = "IE50" |     <DefaultClientScript>JScript</DefaultClientScript> | ||||||
|                 DelaySign = "false" |     <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout> | ||||||
|                 OutputType = "Library" |     <DefaultTargetSchema>IE50</DefaultTargetSchema> | ||||||
|                 PreBuildEvent = "" |     <DelaySign>false</DelaySign> | ||||||
|                 PostBuildEvent = "" |     <OutputType>Library</OutputType> | ||||||
|                 RootNamespace = "Novell.CASA.CASAPol" |     <RootNamespace>Novell.CASA.CASAPol</RootNamespace> | ||||||
|                 RunPostBuildEvent = "OnBuildSuccess" |     <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent> | ||||||
|                 StartupObject = "" |     <StartupObject> | ||||||
|             > |     </StartupObject> | ||||||
|                 <Config |     <FileUpgradeFlags> | ||||||
|                     Name = "Debug" |     </FileUpgradeFlags> | ||||||
|                     AllowUnsafeBlocks = "false" |     <UpgradeBackupLocation> | ||||||
|                     BaseAddress = "285212672" |     </UpgradeBackupLocation> | ||||||
|                     CheckForOverflowUnderflow = "false" |   </PropertyGroup> | ||||||
|                     ConfigurationOverrideFile = "" |   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | ||||||
|                     DefineConstants = "DEBUG;TRACE" |     <OutputPath>bin\Debug\</OutputPath> | ||||||
|                     DocumentationFile = "" |     <AllowUnsafeBlocks>false</AllowUnsafeBlocks> | ||||||
|                     DebugSymbols = "true" |     <BaseAddress>285212672</BaseAddress> | ||||||
|                     FileAlignment = "4096" |     <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow> | ||||||
|                     IncrementalBuild = "false" |     <ConfigurationOverrideFile> | ||||||
|                     NoStdLib = "false" |     </ConfigurationOverrideFile> | ||||||
|                     NoWarn = "" |     <DefineConstants>DEBUG;TRACE</DefineConstants> | ||||||
|                     Optimize = "false" |     <DocumentationFile> | ||||||
|                     OutputPath = "bin\Debug\" |     </DocumentationFile> | ||||||
|                     RegisterForComInterop = "false" |     <DebugSymbols>true</DebugSymbols> | ||||||
|                     RemoveIntegerChecks = "false" |     <FileAlignment>4096</FileAlignment> | ||||||
|                     TreatWarningsAsErrors = "false" |     <NoStdLib>false</NoStdLib> | ||||||
|                     WarningLevel = "4" |     <NoWarn> | ||||||
|                 /> |     </NoWarn> | ||||||
|                 <Config |     <Optimize>false</Optimize> | ||||||
|                     Name = "Release" |     <RegisterForComInterop>false</RegisterForComInterop> | ||||||
|                     AllowUnsafeBlocks = "false" |     <RemoveIntegerChecks>false</RemoveIntegerChecks> | ||||||
|                     BaseAddress = "285212672" |     <TreatWarningsAsErrors>false</TreatWarningsAsErrors> | ||||||
|                     CheckForOverflowUnderflow = "false" |     <WarningLevel>4</WarningLevel> | ||||||
|                     ConfigurationOverrideFile = "" |     <DebugType>full</DebugType> | ||||||
|                     DefineConstants = "TRACE" |     <ErrorReport>prompt</ErrorReport> | ||||||
|                     DocumentationFile = "" |   </PropertyGroup> | ||||||
|                     DebugSymbols = "false" |   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | ||||||
|                     FileAlignment = "4096" |     <OutputPath>bin\Release\</OutputPath> | ||||||
|                     IncrementalBuild = "false" |     <AllowUnsafeBlocks>false</AllowUnsafeBlocks> | ||||||
|                     NoStdLib = "false" |     <BaseAddress>285212672</BaseAddress> | ||||||
|                     NoWarn = "" |     <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow> | ||||||
|                     Optimize = "true" |     <ConfigurationOverrideFile> | ||||||
|                     OutputPath = "bin\Release\" |     </ConfigurationOverrideFile> | ||||||
|                     RegisterForComInterop = "false" |     <DefineConstants>TRACE</DefineConstants> | ||||||
|                     RemoveIntegerChecks = "false" |     <DocumentationFile> | ||||||
|                     TreatWarningsAsErrors = "false" |     </DocumentationFile> | ||||||
|                     WarningLevel = "4" |     <DebugSymbols>false</DebugSymbols> | ||||||
|                 /> |     <FileAlignment>4096</FileAlignment> | ||||||
|             </Settings> |     <NoStdLib>false</NoStdLib> | ||||||
|             <References> |     <NoWarn> | ||||||
|                 <Reference |     </NoWarn> | ||||||
|                     Name = "System" |     <Optimize>true</Optimize> | ||||||
|                     AssemblyName = "System" |     <RegisterForComInterop>false</RegisterForComInterop> | ||||||
|                     HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.dll" |     <RemoveIntegerChecks>false</RemoveIntegerChecks> | ||||||
|                 /> |     <TreatWarningsAsErrors>false</TreatWarningsAsErrors> | ||||||
|                 <Reference |     <WarningLevel>4</WarningLevel> | ||||||
|                     Name = "System.XML" |     <DebugType>none</DebugType> | ||||||
|                     AssemblyName = "System.Xml" |     <ErrorReport>prompt</ErrorReport> | ||||||
|                     HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.XML.dll" |   </PropertyGroup> | ||||||
|                 /> |   <ItemGroup> | ||||||
|                 <Reference |     <Reference Include="System"> | ||||||
|                     Name = "System.Data" |       <Name>System</Name> | ||||||
|                     AssemblyName = "System.Data" |     </Reference> | ||||||
|                     HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Data.dll" |     <Reference Include="System.Data"> | ||||||
|                 /> |       <Name>System.Data</Name> | ||||||
|             </References> |     </Reference> | ||||||
|         </Build> |     <Reference Include="System.Xml"> | ||||||
|         <Files> |       <Name>System.XML</Name> | ||||||
|             <Include> |     </Reference> | ||||||
|                 <File |   </ItemGroup> | ||||||
|                     RelPath = "AggregationPol.cs" |   <ItemGroup> | ||||||
|                     SubType = "Code" |     <Compile Include="AggregationPol.cs"> | ||||||
|                     BuildAction = "Compile" |       <SubType>Code</SubType> | ||||||
|                 /> |     </Compile> | ||||||
|                 <File |     <Compile Include="AssemblyInfo.cs"> | ||||||
|                     RelPath = "AssemblyInfo.cs" |       <SubType>Code</SubType> | ||||||
|                     SubType = "Code" |     </Compile> | ||||||
|                     BuildAction = "Compile" |     <Compile Include="PersistencePol.cs"> | ||||||
|                 /> |       <SubType>Code</SubType> | ||||||
|                 <File |     </Compile> | ||||||
|                     RelPath = "PersistencePol.cs" |     <Compile Include="Policy.cs"> | ||||||
|                     SubType = "Code" |       <SubType>Code</SubType> | ||||||
|                     BuildAction = "Compile" |     </Compile> | ||||||
|                 /> |     <Compile Include="PolicyConstants.cs"> | ||||||
|                 <File |       <SubType>Code</SubType> | ||||||
|                     RelPath = "Policy.cs" |     </Compile> | ||||||
|                     SubType = "Code" |     <Compile Include="PolicyImpl.cs"> | ||||||
|                     BuildAction = "Compile" |       <SubType>Code</SubType> | ||||||
|                 /> |     </Compile> | ||||||
|                 <File |     <Compile Include="SynchPol.cs"> | ||||||
|                     RelPath = "PolicyConstants.cs" |       <SubType>Code</SubType> | ||||||
|                     SubType = "Code" |     </Compile> | ||||||
|                     BuildAction = "Compile" |     <Compile Include="Test.cs"> | ||||||
|                 /> |       <SubType>Code</SubType> | ||||||
|                 <File |     </Compile> | ||||||
|                     RelPath = "PolicyImpl.cs" |     <Compile Include="UIPol.cs"> | ||||||
|                     SubType = "Code" |       <SubType>Code</SubType> | ||||||
|                     BuildAction = "Compile" |     </Compile> | ||||||
|                 /> |   </ItemGroup> | ||||||
|                 <File |   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> | ||||||
|                     RelPath = "SynchPol.cs" |   <PropertyGroup> | ||||||
|                     SubType = "Code" |     <PreBuildEvent> | ||||||
|                     BuildAction = "Compile" |     </PreBuildEvent> | ||||||
|                 /> |     <PostBuildEvent> | ||||||
|                 <File |     </PostBuildEvent> | ||||||
|                     RelPath = "Test.cs" |   </PropertyGroup> | ||||||
|                     SubType = "Code" | </Project> | ||||||
|                     BuildAction = "Compile" |  | ||||||
|                 /> |  | ||||||
|                 <File |  | ||||||
|                     RelPath = "UIPol.cs" |  | ||||||
|                     SubType = "Code" |  | ||||||
|                     BuildAction = "Compile" |  | ||||||
|                 /> |  | ||||||
|             </Include> |  | ||||||
|         </Files> |  | ||||||
|     </CSHARP> |  | ||||||
| </VisualStudioProject> |  | ||||||
|  |  | ||||||
| @@ -1,48 +1,58 @@ | |||||||
| <VisualStudioProject> | <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||||||
|     <CSHARP LastOpenVersion = "7.10.3077" > |   <PropertyGroup> | ||||||
|         <Build> |     <LastOpenVersion>7.10.3077</LastOpenVersion> | ||||||
|             <Settings ReferencePath = "" > |     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | ||||||
|                 <Config |     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | ||||||
|                     Name = "Debug" |     <ReferencePath> | ||||||
|                     EnableASPDebugging = "false" |     </ReferencePath> | ||||||
|                     EnableASPXDebugging = "false" |     <CopyProjectDestinationFolder> | ||||||
|                     EnableUnmanagedDebugging = "false" |     </CopyProjectDestinationFolder> | ||||||
|                     EnableSQLServerDebugging = "false" |     <CopyProjectUncPath> | ||||||
|                     RemoteDebugEnabled = "false" |     </CopyProjectUncPath> | ||||||
|                     RemoteDebugMachine = "" |     <CopyProjectOption>0</CopyProjectOption> | ||||||
|                     StartAction = "Project" |     <ProjectView>ProjectFiles</ProjectView> | ||||||
|                     StartArguments = "" |     <ProjectTrust>0</ProjectTrust> | ||||||
|                     StartPage = "" |   </PropertyGroup> | ||||||
|                     StartProgram = "" |   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | ||||||
|                     StartURL = "" |     <EnableASPDebugging>false</EnableASPDebugging> | ||||||
|                     StartWorkingDirectory = "" |     <EnableASPXDebugging>false</EnableASPXDebugging> | ||||||
|                     StartWithIE = "true" |     <EnableUnmanagedDebugging>false</EnableUnmanagedDebugging> | ||||||
|                 /> |     <EnableSQLServerDebugging>false</EnableSQLServerDebugging> | ||||||
|                 <Config |     <RemoteDebugEnabled>false</RemoteDebugEnabled> | ||||||
|                     Name = "Release" |     <RemoteDebugMachine> | ||||||
|                     EnableASPDebugging = "false" |     </RemoteDebugMachine> | ||||||
|                     EnableASPXDebugging = "false" |     <StartAction>Project</StartAction> | ||||||
|                     EnableUnmanagedDebugging = "false" |     <StartArguments> | ||||||
|                     EnableSQLServerDebugging = "false" |     </StartArguments> | ||||||
|                     RemoteDebugEnabled = "false" |     <StartPage> | ||||||
|                     RemoteDebugMachine = "" |     </StartPage> | ||||||
|                     StartAction = "Project" |     <StartProgram> | ||||||
|                     StartArguments = "" |     </StartProgram> | ||||||
|                     StartPage = "" |     <StartURL> | ||||||
|                     StartProgram = "" |     </StartURL> | ||||||
|                     StartURL = "" |     <StartWorkingDirectory> | ||||||
|                     StartWorkingDirectory = "" |     </StartWorkingDirectory> | ||||||
|                     StartWithIE = "true" |     <StartWithIE>true</StartWithIE> | ||||||
|                 /> |   </PropertyGroup> | ||||||
|             </Settings> |   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | ||||||
|         </Build> |     <EnableASPDebugging>false</EnableASPDebugging> | ||||||
|         <OtherProjectSettings |     <EnableASPXDebugging>false</EnableASPXDebugging> | ||||||
|             CopyProjectDestinationFolder = "" |     <EnableUnmanagedDebugging>false</EnableUnmanagedDebugging> | ||||||
|             CopyProjectUncPath = "" |     <EnableSQLServerDebugging>false</EnableSQLServerDebugging> | ||||||
|             CopyProjectOption = "0" |     <RemoteDebugEnabled>false</RemoteDebugEnabled> | ||||||
|             ProjectView = "ProjectFiles" |     <RemoteDebugMachine> | ||||||
|             ProjectTrust = "0" |     </RemoteDebugMachine> | ||||||
|         /> |     <StartAction>Project</StartAction> | ||||||
|     </CSHARP> |     <StartArguments> | ||||||
| </VisualStudioProject> |     </StartArguments> | ||||||
|  |     <StartPage> | ||||||
|  |     </StartPage> | ||||||
|  |     <StartProgram> | ||||||
|  |     </StartProgram> | ||||||
|  |     <StartURL> | ||||||
|  |     </StartURL> | ||||||
|  |     <StartWorkingDirectory> | ||||||
|  |     </StartWorkingDirectory> | ||||||
|  |     <StartWithIE>true</StartWithIE> | ||||||
|  |   </PropertyGroup> | ||||||
|  | </Project> | ||||||
| @@ -1,145 +1,131 @@ | |||||||
| <VisualStudioProject> | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||||||
|     <CSHARP |   <PropertyGroup> | ||||||
|         ProjectType = "Local" |     <ProjectType>Local</ProjectType> | ||||||
|         ProductVersion = "7.10.3077" |     <ProductVersion>8.0.50727</ProductVersion> | ||||||
|         SchemaVersion = "2.0" |     <SchemaVersion>2.0</SchemaVersion> | ||||||
|         ProjectGuid = "{E21DD887-22F4-4935-9851-409715F663B0}" |     <ProjectGuid>{E21DD887-22F4-4935-9851-409715F663B0}</ProjectGuid> | ||||||
|     > |     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | ||||||
|         <Build> |     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | ||||||
|             <Settings |     <ApplicationIcon> | ||||||
|                 ApplicationIcon = "" |     </ApplicationIcon> | ||||||
|                 AssemblyKeyContainerName = "" |     <AssemblyKeyContainerName> | ||||||
|                 AssemblyName = "Novell.CASA.miCASAWrapper" |     </AssemblyKeyContainerName> | ||||||
|                 AssemblyOriginatorKeyFile = "" |     <AssemblyName>Novell.CASA.miCASAWrapper</AssemblyName> | ||||||
|                 DefaultClientScript = "JScript" |     <AssemblyOriginatorKeyFile> | ||||||
|                 DefaultHTMLPageLayout = "Grid" |     </AssemblyOriginatorKeyFile> | ||||||
|                 DefaultTargetSchema = "IE50" |     <DefaultClientScript>JScript</DefaultClientScript> | ||||||
|                 DelaySign = "false" |     <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout> | ||||||
|                 OutputType = "Library" |     <DefaultTargetSchema>IE50</DefaultTargetSchema> | ||||||
|                 PreBuildEvent = "" |     <DelaySign>false</DelaySign> | ||||||
|                 PostBuildEvent = "" |     <OutputType>Library</OutputType> | ||||||
|                 RootNamespace = "Novell.CASA" |     <RootNamespace>Novell.CASA</RootNamespace> | ||||||
|                 RunPostBuildEvent = "OnBuildSuccess" |     <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent> | ||||||
|                 StartupObject = "" |     <StartupObject> | ||||||
|             > |     </StartupObject> | ||||||
|                 <Config |     <FileUpgradeFlags> | ||||||
|                     Name = "Debug" |     </FileUpgradeFlags> | ||||||
|                     AllowUnsafeBlocks = "false" |     <UpgradeBackupLocation> | ||||||
|                     BaseAddress = "285212672" |     </UpgradeBackupLocation> | ||||||
|                     CheckForOverflowUnderflow = "false" |   </PropertyGroup> | ||||||
|                     ConfigurationOverrideFile = "" |   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | ||||||
|                     DefineConstants = "DEBUG;TRACE" |     <OutputPath>bin\Debug\</OutputPath> | ||||||
|                     DocumentationFile = "" |     <AllowUnsafeBlocks>false</AllowUnsafeBlocks> | ||||||
|                     DebugSymbols = "true" |     <BaseAddress>285212672</BaseAddress> | ||||||
|                     FileAlignment = "4096" |     <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow> | ||||||
|                     IncrementalBuild = "false" |     <ConfigurationOverrideFile> | ||||||
|                     NoStdLib = "false" |     </ConfigurationOverrideFile> | ||||||
|                     NoWarn = "" |     <DefineConstants>DEBUG;TRACE</DefineConstants> | ||||||
|                     Optimize = "false" |     <DocumentationFile> | ||||||
|                     OutputPath = "bin\Debug\" |     </DocumentationFile> | ||||||
|                     RegisterForComInterop = "false" |     <DebugSymbols>true</DebugSymbols> | ||||||
|                     RemoveIntegerChecks = "false" |     <FileAlignment>4096</FileAlignment> | ||||||
|                     TreatWarningsAsErrors = "false" |     <NoStdLib>false</NoStdLib> | ||||||
|                     WarningLevel = "4" |     <NoWarn> | ||||||
|                 /> |     </NoWarn> | ||||||
|                 <Config |     <Optimize>false</Optimize> | ||||||
|                     Name = "Release" |     <RegisterForComInterop>false</RegisterForComInterop> | ||||||
|                     AllowUnsafeBlocks = "false" |     <RemoveIntegerChecks>false</RemoveIntegerChecks> | ||||||
|                     BaseAddress = "285212672" |     <TreatWarningsAsErrors>false</TreatWarningsAsErrors> | ||||||
|                     CheckForOverflowUnderflow = "false" |     <WarningLevel>4</WarningLevel> | ||||||
|                     ConfigurationOverrideFile = "" |     <DebugType>full</DebugType> | ||||||
|                     DefineConstants = "TRACE" |     <ErrorReport>prompt</ErrorReport> | ||||||
|                     DocumentationFile = "" |   </PropertyGroup> | ||||||
|                     DebugSymbols = "false" |   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | ||||||
|                     FileAlignment = "4096" |     <OutputPath>bin\Release\</OutputPath> | ||||||
|                     IncrementalBuild = "false" |     <AllowUnsafeBlocks>false</AllowUnsafeBlocks> | ||||||
|                     NoStdLib = "false" |     <BaseAddress>285212672</BaseAddress> | ||||||
|                     NoWarn = "" |     <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow> | ||||||
|                     Optimize = "true" |     <ConfigurationOverrideFile> | ||||||
|                     OutputPath = "bin\Release\" |     </ConfigurationOverrideFile> | ||||||
|                     RegisterForComInterop = "false" |     <DefineConstants>TRACE</DefineConstants> | ||||||
|                     RemoveIntegerChecks = "false" |     <DocumentationFile> | ||||||
|                     TreatWarningsAsErrors = "false" |     </DocumentationFile> | ||||||
|                     WarningLevel = "4" |     <DebugSymbols>false</DebugSymbols> | ||||||
|                 /> |     <FileAlignment>4096</FileAlignment> | ||||||
|             </Settings> |     <NoStdLib>false</NoStdLib> | ||||||
|             <References> |     <NoWarn> | ||||||
|                 <Reference |     </NoWarn> | ||||||
|                     Name = "System" |     <Optimize>true</Optimize> | ||||||
|                     AssemblyName = "System" |     <RegisterForComInterop>false</RegisterForComInterop> | ||||||
|                     HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.dll" |     <RemoveIntegerChecks>false</RemoveIntegerChecks> | ||||||
|                 /> |     <TreatWarningsAsErrors>false</TreatWarningsAsErrors> | ||||||
|                 <Reference |     <WarningLevel>4</WarningLevel> | ||||||
|                     Name = "System.Data" |     <DebugType>none</DebugType> | ||||||
|                     AssemblyName = "System.Data" |     <ErrorReport>prompt</ErrorReport> | ||||||
|                     HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Data.dll" |   </PropertyGroup> | ||||||
|                 /> |   <ItemGroup> | ||||||
|                 <Reference |     <Reference Include="System"> | ||||||
|                     Name = "System.XML" |       <Name>System</Name> | ||||||
|                     AssemblyName = "System.Xml" |     </Reference> | ||||||
|                     HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.XML.dll" |     <Reference Include="System.Data"> | ||||||
|                 /> |       <Name>System.Data</Name> | ||||||
|                 <Reference |     </Reference> | ||||||
|                     Name = "System.Runtime.Remoting" |     <Reference Include="System.Runtime.Remoting"> | ||||||
|                     AssemblyName = "System.Runtime.Remoting" |       <Name>System.Runtime.Remoting</Name> | ||||||
|                     HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Runtime.Remoting.dll" |     </Reference> | ||||||
|                 /> |     <Reference Include="System.Xml"> | ||||||
|                 <Reference |       <Name>System.XML</Name> | ||||||
|                     Name = "Novell.CASA.Common" |     </Reference> | ||||||
|                     Project = "{57CD94A2-5B4A-40C3-8189-CB760FB78357}" |     <ProjectReference Include="..\..\micasad\lib\Novell.CASA.Common.csproj"> | ||||||
|                     Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" |       <Name>Novell.CASA.Common</Name> | ||||||
|                 /> |       <Project>{57CD94A2-5B4A-40C3-8189-CB760FB78357}</Project> | ||||||
|             </References> |       <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package> | ||||||
|         </Build> |     </ProjectReference> | ||||||
|         <Files> |   </ItemGroup> | ||||||
|             <Include> |   <ItemGroup> | ||||||
|                 <File |     <Compile Include="AssemblyInfo.cs"> | ||||||
|                     RelPath = "AssemblyInfo.cs" |       <SubType>Code</SubType> | ||||||
|                     SubType = "Code" |     </Compile> | ||||||
|                     BuildAction = "Compile" |     <Compile Include="BasicCredential.cs"> | ||||||
|                 /> |       <SubType>Code</SubType> | ||||||
|                 <File |     </Compile> | ||||||
|                     RelPath = "BasicCredential.cs" |     <Compile Include="miCASA.cs"> | ||||||
|                     SubType = "Code" |       <SubType>Code</SubType> | ||||||
|                     BuildAction = "Compile" |     </Compile> | ||||||
|                 /> |     <Compile Include="miCasaException.cs"> | ||||||
|                 <File |       <SubType>Code</SubType> | ||||||
|                     RelPath = "miCASA.cs" |     </Compile> | ||||||
|                     SubType = "Code" |     <Compile Include="NativeCalls.cs"> | ||||||
|                     BuildAction = "Compile" |       <SubType>Code</SubType> | ||||||
|                 /> |     </Compile> | ||||||
|                 <File |     <Compile Include="RemoteClient.cs"> | ||||||
|                     RelPath = "miCasaException.cs" |       <SubType>Code</SubType> | ||||||
|                     SubType = "Code" |     </Compile> | ||||||
|                     BuildAction = "Compile" |     <Compile Include="RemoteServer.cs"> | ||||||
|                 /> |       <SubType>Code</SubType> | ||||||
|                 <File |     </Compile> | ||||||
|                     RelPath = "NativeCalls.cs" |     <Compile Include="Secret.cs"> | ||||||
|                     SubType = "Code" |       <SubType>Code</SubType> | ||||||
|                     BuildAction = "Compile" |     </Compile> | ||||||
|                 /> |     <Compile Include="SecretStore.cs"> | ||||||
|                 <File |       <SubType>Code</SubType> | ||||||
|                     RelPath = "RemoteClient.cs" |     </Compile> | ||||||
|                     SubType = "Code" |   </ItemGroup> | ||||||
|                     BuildAction = "Compile" |   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> | ||||||
|                 /> |   <PropertyGroup> | ||||||
|                 <File |     <PreBuildEvent> | ||||||
|                     RelPath = "RemoteServer.cs" |     </PreBuildEvent> | ||||||
|                     SubType = "Code" |     <PostBuildEvent> | ||||||
|                     BuildAction = "Compile" |     </PostBuildEvent> | ||||||
|                 /> |   </PropertyGroup> | ||||||
|                 <File | </Project> | ||||||
|                     RelPath = "Secret.cs" |  | ||||||
|                     SubType = "Code" |  | ||||||
|                     BuildAction = "Compile" |  | ||||||
|                 /> |  | ||||||
|                 <File |  | ||||||
|                     RelPath = "SecretStore.cs" |  | ||||||
|                     SubType = "Code" |  | ||||||
|                     BuildAction = "Compile" |  | ||||||
|                 /> |  | ||||||
|             </Include> |  | ||||||
|         </Files> |  | ||||||
|     </CSHARP> |  | ||||||
| </VisualStudioProject> |  | ||||||
|  |  | ||||||
| @@ -1,48 +1,58 @@ | |||||||
| <VisualStudioProject> | <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||||||
|     <CSHARP LastOpenVersion = "7.10.3077" > |   <PropertyGroup> | ||||||
|         <Build> |     <LastOpenVersion>7.10.3077</LastOpenVersion> | ||||||
|             <Settings ReferencePath = "" > |     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | ||||||
|                 <Config |     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | ||||||
|                     Name = "Debug" |     <ReferencePath> | ||||||
|                     EnableASPDebugging = "false" |     </ReferencePath> | ||||||
|                     EnableASPXDebugging = "false" |     <CopyProjectDestinationFolder> | ||||||
|                     EnableUnmanagedDebugging = "true" |     </CopyProjectDestinationFolder> | ||||||
|                     EnableSQLServerDebugging = "false" |     <CopyProjectUncPath> | ||||||
|                     RemoteDebugEnabled = "false" |     </CopyProjectUncPath> | ||||||
|                     RemoteDebugMachine = "" |     <CopyProjectOption>0</CopyProjectOption> | ||||||
|                     StartAction = "Project" |     <ProjectView>ShowAllFiles</ProjectView> | ||||||
|                     StartArguments = "" |     <ProjectTrust>0</ProjectTrust> | ||||||
|                     StartPage = "" |   </PropertyGroup> | ||||||
|                     StartProgram = "" |   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | ||||||
|                     StartURL = "" |     <EnableASPDebugging>false</EnableASPDebugging> | ||||||
|                     StartWorkingDirectory = "" |     <EnableASPXDebugging>false</EnableASPXDebugging> | ||||||
|                     StartWithIE = "true" |     <EnableUnmanagedDebugging>true</EnableUnmanagedDebugging> | ||||||
|                 /> |     <EnableSQLServerDebugging>false</EnableSQLServerDebugging> | ||||||
|                 <Config |     <RemoteDebugEnabled>false</RemoteDebugEnabled> | ||||||
|                     Name = "Release" |     <RemoteDebugMachine> | ||||||
|                     EnableASPDebugging = "false" |     </RemoteDebugMachine> | ||||||
|                     EnableASPXDebugging = "false" |     <StartAction>Project</StartAction> | ||||||
|                     EnableUnmanagedDebugging = "false" |     <StartArguments> | ||||||
|                     EnableSQLServerDebugging = "false" |     </StartArguments> | ||||||
|                     RemoteDebugEnabled = "false" |     <StartPage> | ||||||
|                     RemoteDebugMachine = "" |     </StartPage> | ||||||
|                     StartAction = "Project" |     <StartProgram> | ||||||
|                     StartArguments = "" |     </StartProgram> | ||||||
|                     StartPage = "" |     <StartURL> | ||||||
|                     StartProgram = "" |     </StartURL> | ||||||
|                     StartURL = "" |     <StartWorkingDirectory> | ||||||
|                     StartWorkingDirectory = "" |     </StartWorkingDirectory> | ||||||
|                     StartWithIE = "true" |     <StartWithIE>true</StartWithIE> | ||||||
|                 /> |   </PropertyGroup> | ||||||
|             </Settings> |   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | ||||||
|         </Build> |     <EnableASPDebugging>false</EnableASPDebugging> | ||||||
|         <OtherProjectSettings |     <EnableASPXDebugging>false</EnableASPXDebugging> | ||||||
|             CopyProjectDestinationFolder = "" |     <EnableUnmanagedDebugging>false</EnableUnmanagedDebugging> | ||||||
|             CopyProjectUncPath = "" |     <EnableSQLServerDebugging>false</EnableSQLServerDebugging> | ||||||
|             CopyProjectOption = "0" |     <RemoteDebugEnabled>false</RemoteDebugEnabled> | ||||||
|             ProjectView = "ShowAllFiles" |     <RemoteDebugMachine> | ||||||
|             ProjectTrust = "0" |     </RemoteDebugMachine> | ||||||
|         /> |     <StartAction>Project</StartAction> | ||||||
|     </CSHARP> |     <StartArguments> | ||||||
| </VisualStudioProject> |     </StartArguments> | ||||||
|  |     <StartPage> | ||||||
|  |     </StartPage> | ||||||
|  |     <StartProgram> | ||||||
|  |     </StartProgram> | ||||||
|  |     <StartURL> | ||||||
|  |     </StartURL> | ||||||
|  |     <StartWorkingDirectory> | ||||||
|  |     </StartWorkingDirectory> | ||||||
|  |     <StartWithIE>true</StartWithIE> | ||||||
|  |   </PropertyGroup> | ||||||
|  | </Project> | ||||||
| @@ -1,161 +1,230 @@ | |||||||
| <?xml version="1.0" encoding="Windows-1252"?> | <?xml version="1.0" encoding="Windows-1252"?> | ||||||
| <VisualStudioProject | <VisualStudioProject | ||||||
| 	ProjectType="Visual C++" | 	ProjectType="Visual C++" | ||||||
| 	Version="7.10" | 	Version="8.00" | ||||||
| 	Name="cSample" | 	Name="cSample" | ||||||
| 	ProjectGUID="{2635AF48-A4B2-42BD-97E2-A9AD9FF79E8C}" | 	ProjectGUID="{2635AF48-A4B2-42BD-97E2-A9AD9FF79E8C}" | ||||||
| 	SccProjectName="" | 	> | ||||||
| 	SccLocalPath=""> |  | ||||||
| 	<Platforms> | 	<Platforms> | ||||||
| 		<Platform | 		<Platform | ||||||
| 			Name="Win32"/> | 			Name="Win32" | ||||||
|  | 		/> | ||||||
| 	</Platforms> | 	</Platforms> | ||||||
|  | 	<ToolFiles> | ||||||
|  | 	</ToolFiles> | ||||||
| 	<Configurations> | 	<Configurations> | ||||||
| 		<Configuration | 		<Configuration | ||||||
| 			Name="Debug|Win32" | 			Name="Debug|Win32" | ||||||
| 			OutputDirectory=".\Debug" | 			OutputDirectory=".\Debug" | ||||||
| 			IntermediateDirectory=".\Debug" | 			IntermediateDirectory=".\Debug" | ||||||
| 			ConfigurationType="1" | 			ConfigurationType="1" | ||||||
|  | 			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" | ||||||
| 			UseOfMFC="0" | 			UseOfMFC="0" | ||||||
| 			ATLMinimizesCRunTimeLibraryUsage="FALSE" | 			ATLMinimizesCRunTimeLibraryUsage="false" | ||||||
| 			CharacterSet="2"> | 			CharacterSet="2" | ||||||
|  | 			> | ||||||
|  | 			<Tool | ||||||
|  | 				Name="VCPreBuildEventTool" | ||||||
|  | 			/> | ||||||
|  | 			<Tool | ||||||
|  | 				Name="VCCustomBuildTool" | ||||||
|  | 			/> | ||||||
|  | 			<Tool | ||||||
|  | 				Name="VCXMLDataGeneratorTool" | ||||||
|  | 			/> | ||||||
|  | 			<Tool | ||||||
|  | 				Name="VCWebServiceProxyGeneratorTool" | ||||||
|  | 			/> | ||||||
|  | 			<Tool | ||||||
|  | 				Name="VCMIDLTool" | ||||||
|  | 				TypeLibraryName=".\Debug/sshtst.tlb" | ||||||
|  | 				HeaderFileName="" | ||||||
|  | 			/> | ||||||
| 			<Tool | 			<Tool | ||||||
| 				Name="VCCLCompilerTool" | 				Name="VCCLCompilerTool" | ||||||
| 				Optimization="0" | 				Optimization="0" | ||||||
| 				AdditionalIncludeDirectories="..\..\include" | 				AdditionalIncludeDirectories="..\..\include" | ||||||
| 				PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" | 				PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" | ||||||
| 				BasicRuntimeChecks="3" | 				BasicRuntimeChecks="3" | ||||||
| 				RuntimeLibrary="5" | 				RuntimeLibrary="1" | ||||||
| 				UsePrecompiledHeader="2" | 				UsePrecompiledHeader="0" | ||||||
| 				AssemblerListingLocation=".\Debug/" | 				AssemblerListingLocation=".\Debug/" | ||||||
| 				ObjectFile=".\Debug/" | 				ObjectFile=".\Debug/" | ||||||
| 				ProgramDataBaseFileName=".\Debug/" | 				ProgramDataBaseFileName=".\Debug/" | ||||||
| 				WarningLevel="3" | 				WarningLevel="3" | ||||||
| 				SuppressStartupBanner="TRUE" | 				SuppressStartupBanner="true" | ||||||
| 				DebugInformationFormat="4" | 				DebugInformationFormat="4" | ||||||
| 				CompileAs="0"/> | 				CompileAs="0" | ||||||
|  | 			/> | ||||||
| 			<Tool | 			<Tool | ||||||
| 				Name="VCCustomBuildTool"/> | 				Name="VCManagedResourceCompilerTool" | ||||||
|  | 			/> | ||||||
|  | 			<Tool | ||||||
|  | 				Name="VCResourceCompilerTool" | ||||||
|  | 				PreprocessorDefinitions="_DEBUG" | ||||||
|  | 				Culture="1033" | ||||||
|  | 			/> | ||||||
|  | 			<Tool | ||||||
|  | 				Name="VCPreLinkEventTool" | ||||||
|  | 			/> | ||||||
| 			<Tool | 			<Tool | ||||||
| 				Name="VCLinkerTool" | 				Name="VCLinkerTool" | ||||||
| 				AdditionalDependencies="odbc32.lib odbccp32.lib micasa.lib" | 				AdditionalDependencies="odbc32.lib odbccp32.lib micasa.lib" | ||||||
| 				LinkIncremental="1" | 				LinkIncremental="1" | ||||||
| 				SuppressStartupBanner="TRUE" | 				SuppressStartupBanner="true" | ||||||
| 				AdditionalLibraryDirectories="..\..\micasadk\Debug" | 				AdditionalLibraryDirectories="..\..\micasadk\Debug" | ||||||
| 				GenerateDebugInformation="TRUE" | 				GenerateDebugInformation="true" | ||||||
| 				SubSystem="1" | 				SubSystem="1" | ||||||
| 				TargetMachine="1"/> | 				TargetMachine="1" | ||||||
|  | 			/> | ||||||
| 			<Tool | 			<Tool | ||||||
| 				Name="VCMIDLTool" | 				Name="VCALinkTool" | ||||||
| 				TypeLibraryName=".\Debug/sshtst.tlb" | 			/> | ||||||
| 				HeaderFileName=""/> |  | ||||||
| 			<Tool | 			<Tool | ||||||
| 				Name="VCPostBuildEventTool"/> | 				Name="VCManifestTool" | ||||||
|  | 			/> | ||||||
| 			<Tool | 			<Tool | ||||||
| 				Name="VCPreBuildEventTool"/> | 				Name="VCXDCMakeTool" | ||||||
|  | 			/> | ||||||
| 			<Tool | 			<Tool | ||||||
| 				Name="VCPreLinkEventTool"/> | 				Name="VCBscMakeTool" | ||||||
|  | 			/> | ||||||
| 			<Tool | 			<Tool | ||||||
| 				Name="VCResourceCompilerTool" | 				Name="VCFxCopTool" | ||||||
| 				PreprocessorDefinitions="_DEBUG" | 			/> | ||||||
| 				Culture="1033"/> |  | ||||||
| 			<Tool | 			<Tool | ||||||
| 				Name="VCWebServiceProxyGeneratorTool"/> | 				Name="VCAppVerifierTool" | ||||||
|  | 			/> | ||||||
| 			<Tool | 			<Tool | ||||||
| 				Name="VCXMLDataGeneratorTool"/> | 				Name="VCWebDeploymentTool" | ||||||
|  | 			/> | ||||||
| 			<Tool | 			<Tool | ||||||
| 				Name="VCWebDeploymentTool"/> | 				Name="VCPostBuildEventTool" | ||||||
| 			<Tool | 			/> | ||||||
| 				Name="VCManagedWrapperGeneratorTool"/> |  | ||||||
| 			<Tool |  | ||||||
| 				Name="VCAuxiliaryManagedWrapperGeneratorTool"/> |  | ||||||
| 		</Configuration> | 		</Configuration> | ||||||
| 		<Configuration | 		<Configuration | ||||||
| 			Name="Release|Win32" | 			Name="Release|Win32" | ||||||
| 			OutputDirectory=".\Release" | 			OutputDirectory=".\Release" | ||||||
| 			IntermediateDirectory=".\Release" | 			IntermediateDirectory=".\Release" | ||||||
| 			ConfigurationType="1" | 			ConfigurationType="1" | ||||||
|  | 			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" | ||||||
| 			UseOfMFC="0" | 			UseOfMFC="0" | ||||||
| 			ATLMinimizesCRunTimeLibraryUsage="FALSE" | 			ATLMinimizesCRunTimeLibraryUsage="false" | ||||||
| 			CharacterSet="2"> | 			CharacterSet="2" | ||||||
|  | 			> | ||||||
|  | 			<Tool | ||||||
|  | 				Name="VCPreBuildEventTool" | ||||||
|  | 			/> | ||||||
|  | 			<Tool | ||||||
|  | 				Name="VCCustomBuildTool" | ||||||
|  | 			/> | ||||||
|  | 			<Tool | ||||||
|  | 				Name="VCXMLDataGeneratorTool" | ||||||
|  | 			/> | ||||||
|  | 			<Tool | ||||||
|  | 				Name="VCWebServiceProxyGeneratorTool" | ||||||
|  | 			/> | ||||||
|  | 			<Tool | ||||||
|  | 				Name="VCMIDLTool" | ||||||
|  | 				TypeLibraryName=".\Release/sshtst.tlb" | ||||||
|  | 				HeaderFileName="" | ||||||
|  | 			/> | ||||||
| 			<Tool | 			<Tool | ||||||
| 				Name="VCCLCompilerTool" | 				Name="VCCLCompilerTool" | ||||||
| 				Optimization="2" | 				Optimization="2" | ||||||
| 				InlineFunctionExpansion="1" | 				InlineFunctionExpansion="1" | ||||||
| 				AdditionalIncludeDirectories="..\..\include" | 				AdditionalIncludeDirectories="..\..\include" | ||||||
| 				PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" | 				PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" | ||||||
| 				StringPooling="TRUE" | 				StringPooling="true" | ||||||
| 				RuntimeLibrary="4" | 				RuntimeLibrary="0" | ||||||
| 				EnableFunctionLevelLinking="TRUE" | 				EnableFunctionLevelLinking="true" | ||||||
| 				UsePrecompiledHeader="2" | 				UsePrecompiledHeader="0" | ||||||
| 				AssemblerListingLocation=".\Release/" | 				AssemblerListingLocation=".\Release/" | ||||||
| 				ObjectFile=".\Release/" | 				ObjectFile=".\Release/" | ||||||
| 				ProgramDataBaseFileName=".\Release/" | 				ProgramDataBaseFileName=".\Release/" | ||||||
| 				WarningLevel="3" | 				WarningLevel="3" | ||||||
| 				SuppressStartupBanner="TRUE" | 				SuppressStartupBanner="true" | ||||||
| 				CompileAs="0"/> | 				CompileAs="0" | ||||||
|  | 			/> | ||||||
| 			<Tool | 			<Tool | ||||||
| 				Name="VCCustomBuildTool"/> | 				Name="VCManagedResourceCompilerTool" | ||||||
|  | 			/> | ||||||
|  | 			<Tool | ||||||
|  | 				Name="VCResourceCompilerTool" | ||||||
|  | 				PreprocessorDefinitions="NDEBUG" | ||||||
|  | 				Culture="1033" | ||||||
|  | 			/> | ||||||
|  | 			<Tool | ||||||
|  | 				Name="VCPreLinkEventTool" | ||||||
|  | 			/> | ||||||
| 			<Tool | 			<Tool | ||||||
| 				Name="VCLinkerTool" | 				Name="VCLinkerTool" | ||||||
| 				AdditionalDependencies="micasa.lib odbc32.lib odbccp32.lib" | 				AdditionalDependencies="micasa.lib odbc32.lib odbccp32.lib" | ||||||
| 				LinkIncremental="1" | 				LinkIncremental="1" | ||||||
| 				SuppressStartupBanner="TRUE" | 				SuppressStartupBanner="true" | ||||||
| 				AdditionalLibraryDirectories="..\..\lib\Release" | 				AdditionalLibraryDirectories="..\..\lib\Release" | ||||||
| 				SubSystem="1" | 				SubSystem="1" | ||||||
| 				TargetMachine="1"/> | 				TargetMachine="1" | ||||||
|  | 			/> | ||||||
| 			<Tool | 			<Tool | ||||||
| 				Name="VCMIDLTool" | 				Name="VCALinkTool" | ||||||
| 				TypeLibraryName=".\Release/sshtst.tlb" | 			/> | ||||||
| 				HeaderFileName=""/> |  | ||||||
| 			<Tool | 			<Tool | ||||||
| 				Name="VCPostBuildEventTool"/> | 				Name="VCManifestTool" | ||||||
|  | 			/> | ||||||
| 			<Tool | 			<Tool | ||||||
| 				Name="VCPreBuildEventTool"/> | 				Name="VCXDCMakeTool" | ||||||
|  | 			/> | ||||||
| 			<Tool | 			<Tool | ||||||
| 				Name="VCPreLinkEventTool"/> | 				Name="VCBscMakeTool" | ||||||
|  | 			/> | ||||||
| 			<Tool | 			<Tool | ||||||
| 				Name="VCResourceCompilerTool" | 				Name="VCFxCopTool" | ||||||
| 				PreprocessorDefinitions="NDEBUG" | 			/> | ||||||
| 				Culture="1033"/> |  | ||||||
| 			<Tool | 			<Tool | ||||||
| 				Name="VCWebServiceProxyGeneratorTool"/> | 				Name="VCAppVerifierTool" | ||||||
|  | 			/> | ||||||
| 			<Tool | 			<Tool | ||||||
| 				Name="VCXMLDataGeneratorTool"/> | 				Name="VCWebDeploymentTool" | ||||||
|  | 			/> | ||||||
| 			<Tool | 			<Tool | ||||||
| 				Name="VCWebDeploymentTool"/> | 				Name="VCPostBuildEventTool" | ||||||
| 			<Tool | 			/> | ||||||
| 				Name="VCManagedWrapperGeneratorTool"/> |  | ||||||
| 			<Tool |  | ||||||
| 				Name="VCAuxiliaryManagedWrapperGeneratorTool"/> |  | ||||||
| 		</Configuration> | 		</Configuration> | ||||||
| 	</Configurations> | 	</Configurations> | ||||||
| 	<References> | 	<References> | ||||||
| 		<ProjectReference | 		<ProjectReference | ||||||
| 			ReferencedProjectIdentifier="{99988A22-4C58-4BF7-A2DB-57761E76FB26}" | 			ReferencedProjectIdentifier="{99988A22-4C58-4BF7-A2DB-57761E76FB26}" | ||||||
| 			Name="micasa"/> | 		/> | ||||||
| 	</References> | 	</References> | ||||||
| 	<Files> | 	<Files> | ||||||
| 		<File | 		<File | ||||||
| 			RelativePath=".\cSample.c"> | 			RelativePath=".\cSample.c" | ||||||
|  | 			> | ||||||
| 		</File> | 		</File> | ||||||
| 		<File | 		<File | ||||||
| 			RelativePath="..\..\include\micasa.h"> | 			RelativePath="..\..\include\micasa.h" | ||||||
|  | 			> | ||||||
| 		</File> | 		</File> | ||||||
| 		<File | 		<File | ||||||
| 			RelativePath="..\..\include\micasa_mgmd.h"> | 			RelativePath="..\..\include\micasa_mgmd.h" | ||||||
|  | 			> | ||||||
| 		</File> | 		</File> | ||||||
| 		<File | 		<File | ||||||
| 			RelativePath="..\..\include\micasa_types.h"> | 			RelativePath="..\..\include\micasa_types.h" | ||||||
|  | 			> | ||||||
| 		</File> | 		</File> | ||||||
| 		<File | 		<File | ||||||
| 			RelativePath="..\..\include\sscs_cache.h"> | 			RelativePath="..\..\include\sscs_cache.h" | ||||||
|  | 			> | ||||||
| 		</File> | 		</File> | ||||||
| 		<File | 		<File | ||||||
| 			RelativePath="..\..\include\sscs_lldefs.h"> | 			RelativePath="..\..\include\sscs_lldefs.h" | ||||||
|  | 			> | ||||||
| 		</File> | 		</File> | ||||||
| 		<File | 		<File | ||||||
| 			RelativePath="..\..\include\sscs_utf8.h"> | 			RelativePath="..\..\include\sscs_utf8.h" | ||||||
|  | 			> | ||||||
| 		</File> | 		</File> | ||||||
| 	</Files> | 	</Files> | ||||||
| 	<Globals> | 	<Globals> | ||||||
|   | |||||||
| @@ -1,109 +1,107 @@ | |||||||
| <VisualStudioProject> | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||||||
|     <CSHARP |   <PropertyGroup> | ||||||
|         ProjectType = "Local" |     <ProjectType>Local</ProjectType> | ||||||
|         ProductVersion = "7.10.3077" |     <ProductVersion>8.0.50727</ProductVersion> | ||||||
|         SchemaVersion = "2.0" |     <SchemaVersion>2.0</SchemaVersion> | ||||||
|         ProjectGuid = "{3FB57160-F475-4650-A45C-19D020661A2D}" |     <ProjectGuid>{3FB57160-F475-4650-A45C-19D020661A2D}</ProjectGuid> | ||||||
|     > |     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | ||||||
|         <Build> |     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | ||||||
|             <Settings |     <ApplicationIcon>App.ico</ApplicationIcon> | ||||||
|                 ApplicationIcon = "App.ico" |     <AssemblyKeyContainerName> | ||||||
|                 AssemblyKeyContainerName = "" |     </AssemblyKeyContainerName> | ||||||
|                 AssemblyName = "CSharpSample" |     <AssemblyName>CSharpSample</AssemblyName> | ||||||
|                 AssemblyOriginatorKeyFile = "" |     <AssemblyOriginatorKeyFile> | ||||||
|                 DefaultClientScript = "JScript" |     </AssemblyOriginatorKeyFile> | ||||||
|                 DefaultHTMLPageLayout = "Grid" |     <DefaultClientScript>JScript</DefaultClientScript> | ||||||
|                 DefaultTargetSchema = "IE50" |     <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout> | ||||||
|                 DelaySign = "false" |     <DefaultTargetSchema>IE50</DefaultTargetSchema> | ||||||
|                 OutputType = "Exe" |     <DelaySign>false</DelaySign> | ||||||
|                 PreBuildEvent = "" |     <OutputType>Exe</OutputType> | ||||||
|                 PostBuildEvent = "" |     <RootNamespace>cSharpTest</RootNamespace> | ||||||
|                 RootNamespace = "cSharpTest" |     <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent> | ||||||
|                 RunPostBuildEvent = "OnBuildSuccess" |     <StartupObject> | ||||||
|                 StartupObject = "" |     </StartupObject> | ||||||
|             > |     <FileUpgradeFlags> | ||||||
|                 <Config |     </FileUpgradeFlags> | ||||||
|                     Name = "Debug" |     <UpgradeBackupLocation> | ||||||
|                     AllowUnsafeBlocks = "false" |     </UpgradeBackupLocation> | ||||||
|                     BaseAddress = "285212672" |   </PropertyGroup> | ||||||
|                     CheckForOverflowUnderflow = "false" |   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | ||||||
|                     ConfigurationOverrideFile = "" |     <OutputPath>bin\Debug\</OutputPath> | ||||||
|                     DefineConstants = "DEBUG;TRACE" |     <AllowUnsafeBlocks>false</AllowUnsafeBlocks> | ||||||
|                     DocumentationFile = "" |     <BaseAddress>285212672</BaseAddress> | ||||||
|                     DebugSymbols = "true" |     <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow> | ||||||
|                     FileAlignment = "4096" |     <ConfigurationOverrideFile> | ||||||
|                     IncrementalBuild = "false" |     </ConfigurationOverrideFile> | ||||||
|                     NoStdLib = "false" |     <DefineConstants>DEBUG;TRACE</DefineConstants> | ||||||
|                     NoWarn = "" |     <DocumentationFile> | ||||||
|                     Optimize = "false" |     </DocumentationFile> | ||||||
|                     OutputPath = "bin\Debug\" |     <DebugSymbols>true</DebugSymbols> | ||||||
|                     RegisterForComInterop = "false" |     <FileAlignment>4096</FileAlignment> | ||||||
|                     RemoveIntegerChecks = "false" |     <NoStdLib>false</NoStdLib> | ||||||
|                     TreatWarningsAsErrors = "false" |     <NoWarn> | ||||||
|                     WarningLevel = "4" |     </NoWarn> | ||||||
|                 /> |     <Optimize>false</Optimize> | ||||||
|                 <Config |     <RegisterForComInterop>false</RegisterForComInterop> | ||||||
|                     Name = "Release" |     <RemoveIntegerChecks>false</RemoveIntegerChecks> | ||||||
|                     AllowUnsafeBlocks = "false" |     <TreatWarningsAsErrors>false</TreatWarningsAsErrors> | ||||||
|                     BaseAddress = "285212672" |     <WarningLevel>4</WarningLevel> | ||||||
|                     CheckForOverflowUnderflow = "false" |     <DebugType>full</DebugType> | ||||||
|                     ConfigurationOverrideFile = "" |     <ErrorReport>prompt</ErrorReport> | ||||||
|                     DefineConstants = "TRACE" |   </PropertyGroup> | ||||||
|                     DocumentationFile = "" |   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | ||||||
|                     DebugSymbols = "false" |     <OutputPath>bin\Release\</OutputPath> | ||||||
|                     FileAlignment = "4096" |     <AllowUnsafeBlocks>false</AllowUnsafeBlocks> | ||||||
|                     IncrementalBuild = "false" |     <BaseAddress>285212672</BaseAddress> | ||||||
|                     NoStdLib = "false" |     <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow> | ||||||
|                     NoWarn = "" |     <ConfigurationOverrideFile> | ||||||
|                     Optimize = "true" |     </ConfigurationOverrideFile> | ||||||
|                     OutputPath = "bin\Release\" |     <DefineConstants>TRACE</DefineConstants> | ||||||
|                     RegisterForComInterop = "false" |     <DocumentationFile> | ||||||
|                     RemoveIntegerChecks = "false" |     </DocumentationFile> | ||||||
|                     TreatWarningsAsErrors = "false" |     <DebugSymbols>false</DebugSymbols> | ||||||
|                     WarningLevel = "4" |     <FileAlignment>4096</FileAlignment> | ||||||
|                 /> |     <NoStdLib>false</NoStdLib> | ||||||
|             </Settings> |     <NoWarn> | ||||||
|             <References> |     </NoWarn> | ||||||
|                 <Reference |     <Optimize>true</Optimize> | ||||||
|                     Name = "System" |     <RegisterForComInterop>false</RegisterForComInterop> | ||||||
|                     AssemblyName = "System" |     <RemoveIntegerChecks>false</RemoveIntegerChecks> | ||||||
|                     HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.dll" |     <TreatWarningsAsErrors>false</TreatWarningsAsErrors> | ||||||
|                 /> |     <WarningLevel>4</WarningLevel> | ||||||
|                 <Reference |     <DebugType>none</DebugType> | ||||||
|                     Name = "System.Data" |     <ErrorReport>prompt</ErrorReport> | ||||||
|                     AssemblyName = "System.Data" |   </PropertyGroup> | ||||||
|                     HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Data.dll" |   <ItemGroup> | ||||||
|                 /> |     <Reference Include="System"> | ||||||
|                 <Reference |       <Name>System</Name> | ||||||
|                     Name = "System.XML" |     </Reference> | ||||||
|                     AssemblyName = "System.Xml" |     <Reference Include="System.Data"> | ||||||
|                     HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.XML.dll" |       <Name>System.Data</Name> | ||||||
|                 /> |     </Reference> | ||||||
|                 <Reference |     <Reference Include="System.Xml"> | ||||||
|                     Name = "Novell.CASA.miCASAWrapper" |       <Name>System.XML</Name> | ||||||
|                     Project = "{E21DD887-22F4-4935-9851-409715F663B0}" |     </Reference> | ||||||
|                     Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" |     <ProjectReference Include="..\..\sharp\NSSCSWrapper\Novell.CASA.miCASAWrapper.csproj"> | ||||||
|                 /> |       <Name>Novell.CASA.miCASAWrapper</Name> | ||||||
|             </References> |       <Project>{E21DD887-22F4-4935-9851-409715F663B0}</Project> | ||||||
|         </Build> |       <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package> | ||||||
|         <Files> |     </ProjectReference> | ||||||
|             <Include> |   </ItemGroup> | ||||||
|                 <File |   <ItemGroup> | ||||||
|                     RelPath = "App.ico" |     <Content Include="App.ico" /> | ||||||
|                     BuildAction = "Content" |     <Compile Include="AssemblyInfo.cs"> | ||||||
|                 /> |       <SubType>Code</SubType> | ||||||
|                 <File |     </Compile> | ||||||
|                     RelPath = "AssemblyInfo.cs" |     <Compile Include="cSharpSample.cs"> | ||||||
|                     SubType = "Code" |       <SubType>Code</SubType> | ||||||
|                     BuildAction = "Compile" |     </Compile> | ||||||
|                 /> |   </ItemGroup> | ||||||
|                 <File |   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> | ||||||
|                     RelPath = "cSharpSample.cs" |   <PropertyGroup> | ||||||
|                     SubType = "Code" |     <PreBuildEvent> | ||||||
|                     BuildAction = "Compile" |     </PreBuildEvent> | ||||||
|                 /> |     <PostBuildEvent> | ||||||
|             </Include> |     </PostBuildEvent> | ||||||
|         </Files> |   </PropertyGroup> | ||||||
|     </CSHARP> | </Project> | ||||||
| </VisualStudioProject> |  | ||||||
|  |  | ||||||
| @@ -1,48 +1,55 @@ | |||||||
| <VisualStudioProject> | <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||||||
|     <CSHARP LastOpenVersion = "7.10.3077" > |   <PropertyGroup> | ||||||
|         <Build> |     <LastOpenVersion>7.10.3077</LastOpenVersion> | ||||||
|             <Settings ReferencePath = "D:\ccm\SSClient\SecretStoreClient_src\c_sharp\NSSCSWrapper\bin\Debug\;D:\ccm\SSClient\SecretStoreClient_src\c_sharp\NSSCSWrapper\bin\Release\" > |     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | ||||||
|                 <Config |     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | ||||||
|                     Name = "Debug" |     <ReferencePath>D:\ccm\SSClient\SecretStoreClient_src\c_sharp\NSSCSWrapper\bin\Debug\;D:\ccm\SSClient\SecretStoreClient_src\c_sharp\NSSCSWrapper\bin\Release\</ReferencePath> | ||||||
|                     EnableASPDebugging = "false" |     <CopyProjectDestinationFolder> | ||||||
|                     EnableASPXDebugging = "false" |     </CopyProjectDestinationFolder> | ||||||
|                     EnableUnmanagedDebugging = "false" |     <CopyProjectUncPath> | ||||||
|                     EnableSQLServerDebugging = "false" |     </CopyProjectUncPath> | ||||||
|                     RemoteDebugEnabled = "false" |     <CopyProjectOption>0</CopyProjectOption> | ||||||
|                     RemoteDebugMachine = "" |     <ProjectView>ProjectFiles</ProjectView> | ||||||
|                     StartAction = "Project" |     <ProjectTrust>0</ProjectTrust> | ||||||
|                     StartArguments = "1" |   </PropertyGroup> | ||||||
|                     StartPage = "" |   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | ||||||
|                     StartProgram = "" |     <EnableASPDebugging>false</EnableASPDebugging> | ||||||
|                     StartURL = "" |     <EnableASPXDebugging>false</EnableASPXDebugging> | ||||||
|                     StartWorkingDirectory = "" |     <EnableUnmanagedDebugging>false</EnableUnmanagedDebugging> | ||||||
|                     StartWithIE = "true" |     <EnableSQLServerDebugging>false</EnableSQLServerDebugging> | ||||||
|                 /> |     <RemoteDebugEnabled>false</RemoteDebugEnabled> | ||||||
|                 <Config |     <RemoteDebugMachine> | ||||||
|                     Name = "Release" |     </RemoteDebugMachine> | ||||||
|                     EnableASPDebugging = "false" |     <StartAction>Project</StartAction> | ||||||
|                     EnableASPXDebugging = "false" |     <StartArguments>1</StartArguments> | ||||||
|                     EnableUnmanagedDebugging = "false" |     <StartPage> | ||||||
|                     EnableSQLServerDebugging = "false" |     </StartPage> | ||||||
|                     RemoteDebugEnabled = "false" |     <StartProgram> | ||||||
|                     RemoteDebugMachine = "" |     </StartProgram> | ||||||
|                     StartAction = "Project" |     <StartURL> | ||||||
|                     StartArguments = "2" |     </StartURL> | ||||||
|                     StartPage = "" |     <StartWorkingDirectory> | ||||||
|                     StartProgram = "" |     </StartWorkingDirectory> | ||||||
|                     StartURL = "" |     <StartWithIE>true</StartWithIE> | ||||||
|                     StartWorkingDirectory = "" |   </PropertyGroup> | ||||||
|                     StartWithIE = "false" |   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | ||||||
|                 /> |     <EnableASPDebugging>false</EnableASPDebugging> | ||||||
|             </Settings> |     <EnableASPXDebugging>false</EnableASPXDebugging> | ||||||
|         </Build> |     <EnableUnmanagedDebugging>false</EnableUnmanagedDebugging> | ||||||
|         <OtherProjectSettings |     <EnableSQLServerDebugging>false</EnableSQLServerDebugging> | ||||||
|             CopyProjectDestinationFolder = "" |     <RemoteDebugEnabled>false</RemoteDebugEnabled> | ||||||
|             CopyProjectUncPath = "" |     <RemoteDebugMachine> | ||||||
|             CopyProjectOption = "0" |     </RemoteDebugMachine> | ||||||
|             ProjectView = "ProjectFiles" |     <StartAction>Project</StartAction> | ||||||
|             ProjectTrust = "0" |     <StartArguments>2</StartArguments> | ||||||
|         /> |     <StartPage> | ||||||
|     </CSHARP> |     </StartPage> | ||||||
| </VisualStudioProject> |     <StartProgram> | ||||||
|  |     </StartProgram> | ||||||
|  |     <StartURL> | ||||||
|  |     </StartURL> | ||||||
|  |     <StartWorkingDirectory> | ||||||
|  |     </StartWorkingDirectory> | ||||||
|  |     <StartWithIE>false</StartWithIE> | ||||||
|  |   </PropertyGroup> | ||||||
|  | </Project> | ||||||
		Reference in New Issue
	
	Block a user