Upgrade all project files to VS 2005.
This commit is contained in:
		| @@ -1,120 +1,113 @@ | ||||
| <VisualStudioProject> | ||||
|     <CSHARP | ||||
|         ProjectType = "Local" | ||||
|         ProductVersion = "7.10.3077" | ||||
|         SchemaVersion = "2.0" | ||||
|         ProjectGuid = "{E98F1F7E-40B6-44C8-AC66-EC867B141FA1}" | ||||
|     > | ||||
|         <Build> | ||||
|             <Settings | ||||
|                 ApplicationIcon = "" | ||||
|                 AssemblyKeyContainerName = "" | ||||
|                 AssemblyName = "AppModule.InterProcessComm" | ||||
|                 AssemblyOriginatorKeyFile = "" | ||||
|                 DefaultClientScript = "JScript" | ||||
|                 DefaultHTMLPageLayout = "Grid" | ||||
|                 DefaultTargetSchema = "IE50" | ||||
|                 DelaySign = "false" | ||||
|                 OutputType = "Library" | ||||
|                 PreBuildEvent = "" | ||||
|                 PostBuildEvent = "" | ||||
|                 RootNamespace = "AppModule.InterProcessComm" | ||||
|                 RunPostBuildEvent = "OnBuildSuccess" | ||||
|                 StartupObject = "" | ||||
|             > | ||||
|                 <Config | ||||
|                     Name = "Debug" | ||||
|                     AllowUnsafeBlocks = "false" | ||||
|                     BaseAddress = "285212672" | ||||
|                     CheckForOverflowUnderflow = "false" | ||||
|                     ConfigurationOverrideFile = "" | ||||
|                     DefineConstants = "DEBUG;TRACE" | ||||
|                     DocumentationFile = "AppModule.InterProcessComm.xml" | ||||
|                     DebugSymbols = "true" | ||||
|                     FileAlignment = "4096" | ||||
|                     IncrementalBuild = "false" | ||||
|                     NoStdLib = "false" | ||||
|                     NoWarn = "" | ||||
|                     Optimize = "false" | ||||
|                     OutputPath = "bin\Debug\" | ||||
|                     RegisterForComInterop = "false" | ||||
|                     RemoveIntegerChecks = "false" | ||||
|                     TreatWarningsAsErrors = "false" | ||||
|                     WarningLevel = "4" | ||||
|                 /> | ||||
|                 <Config | ||||
|                     Name = "Release" | ||||
|                     AllowUnsafeBlocks = "false" | ||||
|                     BaseAddress = "285212672" | ||||
|                     CheckForOverflowUnderflow = "false" | ||||
|                     ConfigurationOverrideFile = "" | ||||
|                     DefineConstants = "TRACE" | ||||
|                     DocumentationFile = "" | ||||
|                     DebugSymbols = "false" | ||||
|                     FileAlignment = "4096" | ||||
|                     IncrementalBuild = "false" | ||||
|                     NoStdLib = "false" | ||||
|                     NoWarn = "" | ||||
|                     Optimize = "true" | ||||
|                     OutputPath = "bin\Release\" | ||||
|                     RegisterForComInterop = "false" | ||||
|                     RemoveIntegerChecks = "false" | ||||
|                     TreatWarningsAsErrors = "false" | ||||
|                     WarningLevel = "4" | ||||
|                 /> | ||||
|             </Settings> | ||||
|             <References> | ||||
|                 <Reference | ||||
|                     Name = "System" | ||||
|                     AssemblyName = "System" | ||||
|                     HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.dll" | ||||
|                 /> | ||||
|                 <Reference | ||||
|                     Name = "System.Data" | ||||
|                     AssemblyName = "System.Data" | ||||
|                     HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Data.dll" | ||||
|                 /> | ||||
|                 <Reference | ||||
|                     Name = "System.XML" | ||||
|                     AssemblyName = "System.Xml" | ||||
|                     HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.XML.dll" | ||||
|                 /> | ||||
|             </References> | ||||
|         </Build> | ||||
|         <Files> | ||||
|             <Include> | ||||
|                 <File | ||||
|                     RelPath = "AssemblyInfo.cs" | ||||
|                     SubType = "Code" | ||||
|                     BuildAction = "Compile" | ||||
|                 /> | ||||
|                 <File | ||||
|                     RelPath = "IChannelManager.cs" | ||||
|                     SubType = "Code" | ||||
|                     BuildAction = "Compile" | ||||
|                 /> | ||||
|                 <File | ||||
|                     RelPath = "IClientChannel.cs" | ||||
|                     SubType = "Code" | ||||
|                     BuildAction = "Compile" | ||||
|                 /> | ||||
|                 <File | ||||
|                     RelPath = "IInterProcessConnection.cs" | ||||
|                     SubType = "Code" | ||||
|                     BuildAction = "Compile" | ||||
|                 /> | ||||
|                 <File | ||||
|                     RelPath = "InterProcessConnectionState.cs" | ||||
|                     SubType = "Code" | ||||
|                     BuildAction = "Compile" | ||||
|                 /> | ||||
|                 <File | ||||
|                     RelPath = "InterProcessIOException.cs" | ||||
|                     SubType = "Code" | ||||
|                     BuildAction = "Compile" | ||||
|                 /> | ||||
|             </Include> | ||||
|         </Files> | ||||
|     </CSHARP> | ||||
| </VisualStudioProject> | ||||
|  | ||||
| <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||||
|   <PropertyGroup> | ||||
|     <ProjectType>Local</ProjectType> | ||||
|     <ProductVersion>8.0.50727</ProductVersion> | ||||
|     <SchemaVersion>2.0</SchemaVersion> | ||||
|     <ProjectGuid>{E98F1F7E-40B6-44C8-AC66-EC867B141FA1}</ProjectGuid> | ||||
|     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | ||||
|     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | ||||
|     <ApplicationIcon> | ||||
|     </ApplicationIcon> | ||||
|     <AssemblyKeyContainerName> | ||||
|     </AssemblyKeyContainerName> | ||||
|     <AssemblyName>AppModule.InterProcessComm</AssemblyName> | ||||
|     <AssemblyOriginatorKeyFile> | ||||
|     </AssemblyOriginatorKeyFile> | ||||
|     <DefaultClientScript>JScript</DefaultClientScript> | ||||
|     <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout> | ||||
|     <DefaultTargetSchema>IE50</DefaultTargetSchema> | ||||
|     <DelaySign>false</DelaySign> | ||||
|     <OutputType>Library</OutputType> | ||||
|     <RootNamespace>AppModule.InterProcessComm</RootNamespace> | ||||
|     <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent> | ||||
|     <StartupObject> | ||||
|     </StartupObject> | ||||
|     <FileUpgradeFlags> | ||||
|     </FileUpgradeFlags> | ||||
|     <UpgradeBackupLocation> | ||||
|     </UpgradeBackupLocation> | ||||
|   </PropertyGroup> | ||||
|   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | ||||
|     <OutputPath>bin\Debug\</OutputPath> | ||||
|     <AllowUnsafeBlocks>false</AllowUnsafeBlocks> | ||||
|     <BaseAddress>285212672</BaseAddress> | ||||
|     <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow> | ||||
|     <ConfigurationOverrideFile> | ||||
|     </ConfigurationOverrideFile> | ||||
|     <DefineConstants>DEBUG;TRACE</DefineConstants> | ||||
|     <DocumentationFile>AppModule.InterProcessComm.xml</DocumentationFile> | ||||
|     <DebugSymbols>true</DebugSymbols> | ||||
|     <FileAlignment>4096</FileAlignment> | ||||
|     <NoStdLib>false</NoStdLib> | ||||
|     <NoWarn> | ||||
|     </NoWarn> | ||||
|     <Optimize>false</Optimize> | ||||
|     <RegisterForComInterop>false</RegisterForComInterop> | ||||
|     <RemoveIntegerChecks>false</RemoveIntegerChecks> | ||||
|     <TreatWarningsAsErrors>false</TreatWarningsAsErrors> | ||||
|     <WarningLevel>4</WarningLevel> | ||||
|     <DebugType>full</DebugType> | ||||
|     <ErrorReport>prompt</ErrorReport> | ||||
|   </PropertyGroup> | ||||
|   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | ||||
|     <OutputPath>bin\Release\</OutputPath> | ||||
|     <AllowUnsafeBlocks>false</AllowUnsafeBlocks> | ||||
|     <BaseAddress>285212672</BaseAddress> | ||||
|     <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow> | ||||
|     <ConfigurationOverrideFile> | ||||
|     </ConfigurationOverrideFile> | ||||
|     <DefineConstants>TRACE</DefineConstants> | ||||
|     <DocumentationFile> | ||||
|     </DocumentationFile> | ||||
|     <DebugSymbols>false</DebugSymbols> | ||||
|     <FileAlignment>4096</FileAlignment> | ||||
|     <NoStdLib>false</NoStdLib> | ||||
|     <NoWarn> | ||||
|     </NoWarn> | ||||
|     <Optimize>true</Optimize> | ||||
|     <RegisterForComInterop>false</RegisterForComInterop> | ||||
|     <RemoveIntegerChecks>false</RemoveIntegerChecks> | ||||
|     <TreatWarningsAsErrors>false</TreatWarningsAsErrors> | ||||
|     <WarningLevel>4</WarningLevel> | ||||
|     <DebugType>none</DebugType> | ||||
|     <ErrorReport>prompt</ErrorReport> | ||||
|   </PropertyGroup> | ||||
|   <ItemGroup> | ||||
|     <Reference Include="System"> | ||||
|       <Name>System</Name> | ||||
|     </Reference> | ||||
|     <Reference Include="System.Data"> | ||||
|       <Name>System.Data</Name> | ||||
|     </Reference> | ||||
|     <Reference Include="System.Xml"> | ||||
|       <Name>System.XML</Name> | ||||
|     </Reference> | ||||
|   </ItemGroup> | ||||
|   <ItemGroup> | ||||
|     <Compile Include="AssemblyInfo.cs"> | ||||
|       <SubType>Code</SubType> | ||||
|     </Compile> | ||||
|     <Compile Include="IChannelManager.cs"> | ||||
|       <SubType>Code</SubType> | ||||
|     </Compile> | ||||
|     <Compile Include="IClientChannel.cs"> | ||||
|       <SubType>Code</SubType> | ||||
|     </Compile> | ||||
|     <Compile Include="IInterProcessConnection.cs"> | ||||
|       <SubType>Code</SubType> | ||||
|     </Compile> | ||||
|     <Compile Include="InterProcessConnectionState.cs"> | ||||
|       <SubType>Code</SubType> | ||||
|     </Compile> | ||||
|     <Compile Include="InterProcessIOException.cs"> | ||||
|       <SubType>Code</SubType> | ||||
|     </Compile> | ||||
|   </ItemGroup> | ||||
|   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> | ||||
|   <PropertyGroup> | ||||
|     <PreBuildEvent> | ||||
|     </PreBuildEvent> | ||||
|     <PostBuildEvent> | ||||
|     </PostBuildEvent> | ||||
|   </PropertyGroup> | ||||
| </Project> | ||||
| @@ -1,48 +1,58 @@ | ||||
| <VisualStudioProject> | ||||
|     <CSHARP LastOpenVersion = "7.10.3077" > | ||||
|         <Build> | ||||
|             <Settings ReferencePath = "" > | ||||
|                 <Config | ||||
|                     Name = "Debug" | ||||
|                     EnableASPDebugging = "false" | ||||
|                     EnableASPXDebugging = "false" | ||||
|                     EnableUnmanagedDebugging = "false" | ||||
|                     EnableSQLServerDebugging = "false" | ||||
|                     RemoteDebugEnabled = "false" | ||||
|                     RemoteDebugMachine = "" | ||||
|                     StartAction = "Project" | ||||
|                     StartArguments = "" | ||||
|                     StartPage = "" | ||||
|                     StartProgram = "" | ||||
|                     StartURL = "" | ||||
|                     StartWorkingDirectory = "" | ||||
|                     StartWithIE = "true" | ||||
|                 /> | ||||
|                 <Config | ||||
|                     Name = "Release" | ||||
|                     EnableASPDebugging = "false" | ||||
|                     EnableASPXDebugging = "false" | ||||
|                     EnableUnmanagedDebugging = "false" | ||||
|                     EnableSQLServerDebugging = "false" | ||||
|                     RemoteDebugEnabled = "false" | ||||
|                     RemoteDebugMachine = "" | ||||
|                     StartAction = "Project" | ||||
|                     StartArguments = "" | ||||
|                     StartPage = "" | ||||
|                     StartProgram = "" | ||||
|                     StartURL = "" | ||||
|                     StartWorkingDirectory = "" | ||||
|                     StartWithIE = "true" | ||||
|                 /> | ||||
|             </Settings> | ||||
|         </Build> | ||||
|         <OtherProjectSettings | ||||
|             CopyProjectDestinationFolder = "" | ||||
|             CopyProjectUncPath = "" | ||||
|             CopyProjectOption = "0" | ||||
|             ProjectView = "ProjectFiles" | ||||
|             ProjectTrust = "0" | ||||
|         /> | ||||
|     </CSHARP> | ||||
| </VisualStudioProject> | ||||
|  | ||||
| <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||||
|   <PropertyGroup> | ||||
|     <LastOpenVersion>7.10.3077</LastOpenVersion> | ||||
|     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | ||||
|     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | ||||
|     <ReferencePath> | ||||
|     </ReferencePath> | ||||
|     <CopyProjectDestinationFolder> | ||||
|     </CopyProjectDestinationFolder> | ||||
|     <CopyProjectUncPath> | ||||
|     </CopyProjectUncPath> | ||||
|     <CopyProjectOption>0</CopyProjectOption> | ||||
|     <ProjectView>ProjectFiles</ProjectView> | ||||
|     <ProjectTrust>0</ProjectTrust> | ||||
|   </PropertyGroup> | ||||
|   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | ||||
|     <EnableASPDebugging>false</EnableASPDebugging> | ||||
|     <EnableASPXDebugging>false</EnableASPXDebugging> | ||||
|     <EnableUnmanagedDebugging>false</EnableUnmanagedDebugging> | ||||
|     <EnableSQLServerDebugging>false</EnableSQLServerDebugging> | ||||
|     <RemoteDebugEnabled>false</RemoteDebugEnabled> | ||||
|     <RemoteDebugMachine> | ||||
|     </RemoteDebugMachine> | ||||
|     <StartAction>Project</StartAction> | ||||
|     <StartArguments> | ||||
|     </StartArguments> | ||||
|     <StartPage> | ||||
|     </StartPage> | ||||
|     <StartProgram> | ||||
|     </StartProgram> | ||||
|     <StartURL> | ||||
|     </StartURL> | ||||
|     <StartWorkingDirectory> | ||||
|     </StartWorkingDirectory> | ||||
|     <StartWithIE>true</StartWithIE> | ||||
|   </PropertyGroup> | ||||
|   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | ||||
|     <EnableASPDebugging>false</EnableASPDebugging> | ||||
|     <EnableASPXDebugging>false</EnableASPXDebugging> | ||||
|     <EnableUnmanagedDebugging>false</EnableUnmanagedDebugging> | ||||
|     <EnableSQLServerDebugging>false</EnableSQLServerDebugging> | ||||
|     <RemoteDebugEnabled>false</RemoteDebugEnabled> | ||||
|     <RemoteDebugMachine> | ||||
|     </RemoteDebugMachine> | ||||
|     <StartAction>Project</StartAction> | ||||
|     <StartArguments> | ||||
|     </StartArguments> | ||||
|     <StartPage> | ||||
|     </StartPage> | ||||
|     <StartProgram> | ||||
|     </StartProgram> | ||||
|     <StartURL> | ||||
|     </StartURL> | ||||
|     <StartWorkingDirectory> | ||||
|     </StartWorkingDirectory> | ||||
|     <StartWithIE>true</StartWithIE> | ||||
|   </PropertyGroup> | ||||
| </Project> | ||||
| @@ -1,145 +1,130 @@ | ||||
| <VisualStudioProject> | ||||
|     <CSHARP | ||||
|         ProjectType = "Local" | ||||
|         ProductVersion = "7.10.3077" | ||||
|         SchemaVersion = "2.0" | ||||
|         ProjectGuid = "{077B53BB-404A-4B2F-BA17-AAE98C5E9C66}" | ||||
|     > | ||||
|         <Build> | ||||
|             <Settings | ||||
|                 ApplicationIcon = "" | ||||
|                 AssemblyKeyContainerName = "" | ||||
|                 AssemblyName = "AppModule.NamedPipes" | ||||
|                 AssemblyOriginatorKeyFile = "" | ||||
|                 DefaultClientScript = "JScript" | ||||
|                 DefaultHTMLPageLayout = "Grid" | ||||
|                 DefaultTargetSchema = "IE50" | ||||
|                 DelaySign = "false" | ||||
|                 OutputType = "Library" | ||||
|                 PreBuildEvent = "" | ||||
|                 PostBuildEvent = "" | ||||
|                 RootNamespace = "AppModule.NamedPipes" | ||||
|                 RunPostBuildEvent = "OnBuildSuccess" | ||||
|                 StartupObject = "" | ||||
|             > | ||||
|                 <Config | ||||
|                     Name = "Debug" | ||||
|                     AllowUnsafeBlocks = "false" | ||||
|                     BaseAddress = "285212672" | ||||
|                     CheckForOverflowUnderflow = "false" | ||||
|                     ConfigurationOverrideFile = "" | ||||
|                     DefineConstants = "DEBUG;TRACE" | ||||
|                     DocumentationFile = "AppModule.NamedPipes.xml" | ||||
|                     DebugSymbols = "true" | ||||
|                     FileAlignment = "4096" | ||||
|                     IncrementalBuild = "false" | ||||
|                     NoStdLib = "false" | ||||
|                     NoWarn = "" | ||||
|                     Optimize = "false" | ||||
|                     OutputPath = "bin\Debug\" | ||||
|                     RegisterForComInterop = "false" | ||||
|                     RemoveIntegerChecks = "false" | ||||
|                     TreatWarningsAsErrors = "false" | ||||
|                     WarningLevel = "4" | ||||
|                 /> | ||||
|                 <Config | ||||
|                     Name = "Release" | ||||
|                     AllowUnsafeBlocks = "false" | ||||
|                     BaseAddress = "285212672" | ||||
|                     CheckForOverflowUnderflow = "false" | ||||
|                     ConfigurationOverrideFile = "" | ||||
|                     DefineConstants = "TRACE" | ||||
|                     DocumentationFile = "" | ||||
|                     DebugSymbols = "false" | ||||
|                     FileAlignment = "4096" | ||||
|                     IncrementalBuild = "false" | ||||
|                     NoStdLib = "false" | ||||
|                     NoWarn = "" | ||||
|                     Optimize = "true" | ||||
|                     OutputPath = "bin\Release\" | ||||
|                     RegisterForComInterop = "false" | ||||
|                     RemoveIntegerChecks = "false" | ||||
|                     TreatWarningsAsErrors = "false" | ||||
|                     WarningLevel = "4" | ||||
|                 /> | ||||
|             </Settings> | ||||
|             <References> | ||||
|                 <Reference | ||||
|                     Name = "System" | ||||
|                     AssemblyName = "System" | ||||
|                     HintPath = "..\..\..\..\WINNT\Microsoft.NET\Framework\v1.1.4322\System.dll" | ||||
|                 /> | ||||
|                 <Reference | ||||
|                     Name = "System.Data" | ||||
|                     AssemblyName = "System.Data" | ||||
|                     HintPath = "..\..\..\..\WINNT\Microsoft.NET\Framework\v1.1.4322\System.Data.dll" | ||||
|                 /> | ||||
|                 <Reference | ||||
|                     Name = "System.XML" | ||||
|                     AssemblyName = "System.Xml" | ||||
|                     HintPath = "..\..\..\..\WINNT\Microsoft.NET\Framework\v1.1.4322\System.XML.dll" | ||||
|                 /> | ||||
|                 <Reference | ||||
|                     Name = "AppModule.InterProcessComm" | ||||
|                     Project = "{E98F1F7E-40B6-44C8-AC66-EC867B141FA1}" | ||||
|                     Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" | ||||
|                 /> | ||||
|             </References> | ||||
|         </Build> | ||||
|         <Files> | ||||
|             <Include> | ||||
|                 <File | ||||
|                     RelPath = "APipeConnection.cs" | ||||
|                     SubType = "Code" | ||||
|                     BuildAction = "Compile" | ||||
|                 /> | ||||
|                 <File | ||||
|                     RelPath = "AssemblyInfo.cs" | ||||
|                     SubType = "Code" | ||||
|                     BuildAction = "Compile" | ||||
|                 /> | ||||
|                 <File | ||||
|                     RelPath = "ClientPipeConnection.cs" | ||||
|                     SubType = "Code" | ||||
|                     BuildAction = "Compile" | ||||
|                 /> | ||||
|                 <File | ||||
|                     RelPath = "ImpersonateNative.cs" | ||||
|                     SubType = "Code" | ||||
|                     BuildAction = "Compile" | ||||
|                 /> | ||||
|                 <File | ||||
|                     RelPath = "ImpersonateWrapper.cs" | ||||
|                     SubType = "Code" | ||||
|                     BuildAction = "Compile" | ||||
|                 /> | ||||
|                 <File | ||||
|                     RelPath = "NamedPipeIOException.cs" | ||||
|                     SubType = "Code" | ||||
|                     BuildAction = "Compile" | ||||
|                 /> | ||||
|                 <File | ||||
|                     RelPath = "NamedPipeNative.cs" | ||||
|                     SubType = "Code" | ||||
|                     BuildAction = "Compile" | ||||
|                 /> | ||||
|                 <File | ||||
|                     RelPath = "NamedPipeWrapper.cs" | ||||
|                     SubType = "Code" | ||||
|                     BuildAction = "Compile" | ||||
|                 /> | ||||
|                 <File | ||||
|                     RelPath = "PipeHandle.cs" | ||||
|                     SubType = "Code" | ||||
|                     BuildAction = "Compile" | ||||
|                 /> | ||||
|                 <File | ||||
|                     RelPath = "ServerPipeConnection.cs" | ||||
|                     SubType = "Code" | ||||
|                     BuildAction = "Compile" | ||||
|                 /> | ||||
|             </Include> | ||||
|         </Files> | ||||
|     </CSHARP> | ||||
| </VisualStudioProject> | ||||
|  | ||||
| <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||||
|   <PropertyGroup> | ||||
|     <ProjectType>Local</ProjectType> | ||||
|     <ProductVersion>8.0.50727</ProductVersion> | ||||
|     <SchemaVersion>2.0</SchemaVersion> | ||||
|     <ProjectGuid>{077B53BB-404A-4B2F-BA17-AAE98C5E9C66}</ProjectGuid> | ||||
|     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | ||||
|     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | ||||
|     <ApplicationIcon> | ||||
|     </ApplicationIcon> | ||||
|     <AssemblyKeyContainerName> | ||||
|     </AssemblyKeyContainerName> | ||||
|     <AssemblyName>AppModule.NamedPipes</AssemblyName> | ||||
|     <AssemblyOriginatorKeyFile> | ||||
|     </AssemblyOriginatorKeyFile> | ||||
|     <DefaultClientScript>JScript</DefaultClientScript> | ||||
|     <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout> | ||||
|     <DefaultTargetSchema>IE50</DefaultTargetSchema> | ||||
|     <DelaySign>false</DelaySign> | ||||
|     <OutputType>Library</OutputType> | ||||
|     <RootNamespace>AppModule.NamedPipes</RootNamespace> | ||||
|     <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent> | ||||
|     <StartupObject> | ||||
|     </StartupObject> | ||||
|     <FileUpgradeFlags> | ||||
|     </FileUpgradeFlags> | ||||
|     <UpgradeBackupLocation> | ||||
|     </UpgradeBackupLocation> | ||||
|   </PropertyGroup> | ||||
|   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | ||||
|     <OutputPath>bin\Debug\</OutputPath> | ||||
|     <AllowUnsafeBlocks>false</AllowUnsafeBlocks> | ||||
|     <BaseAddress>285212672</BaseAddress> | ||||
|     <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow> | ||||
|     <ConfigurationOverrideFile> | ||||
|     </ConfigurationOverrideFile> | ||||
|     <DefineConstants>DEBUG;TRACE</DefineConstants> | ||||
|     <DocumentationFile>AppModule.NamedPipes.xml</DocumentationFile> | ||||
|     <DebugSymbols>true</DebugSymbols> | ||||
|     <FileAlignment>4096</FileAlignment> | ||||
|     <NoStdLib>false</NoStdLib> | ||||
|     <NoWarn> | ||||
|     </NoWarn> | ||||
|     <Optimize>false</Optimize> | ||||
|     <RegisterForComInterop>false</RegisterForComInterop> | ||||
|     <RemoveIntegerChecks>false</RemoveIntegerChecks> | ||||
|     <TreatWarningsAsErrors>false</TreatWarningsAsErrors> | ||||
|     <WarningLevel>4</WarningLevel> | ||||
|     <DebugType>full</DebugType> | ||||
|     <ErrorReport>prompt</ErrorReport> | ||||
|   </PropertyGroup> | ||||
|   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | ||||
|     <OutputPath>bin\Release\</OutputPath> | ||||
|     <AllowUnsafeBlocks>false</AllowUnsafeBlocks> | ||||
|     <BaseAddress>285212672</BaseAddress> | ||||
|     <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow> | ||||
|     <ConfigurationOverrideFile> | ||||
|     </ConfigurationOverrideFile> | ||||
|     <DefineConstants>TRACE</DefineConstants> | ||||
|     <DocumentationFile> | ||||
|     </DocumentationFile> | ||||
|     <DebugSymbols>false</DebugSymbols> | ||||
|     <FileAlignment>4096</FileAlignment> | ||||
|     <NoStdLib>false</NoStdLib> | ||||
|     <NoWarn> | ||||
|     </NoWarn> | ||||
|     <Optimize>true</Optimize> | ||||
|     <RegisterForComInterop>false</RegisterForComInterop> | ||||
|     <RemoveIntegerChecks>false</RemoveIntegerChecks> | ||||
|     <TreatWarningsAsErrors>false</TreatWarningsAsErrors> | ||||
|     <WarningLevel>4</WarningLevel> | ||||
|     <DebugType>none</DebugType> | ||||
|     <ErrorReport>prompt</ErrorReport> | ||||
|   </PropertyGroup> | ||||
|   <ItemGroup> | ||||
|     <Reference Include="System"> | ||||
|       <Name>System</Name> | ||||
|     </Reference> | ||||
|     <Reference Include="System.Data"> | ||||
|       <Name>System.Data</Name> | ||||
|     </Reference> | ||||
|     <Reference Include="System.Xml"> | ||||
|       <Name>System.XML</Name> | ||||
|     </Reference> | ||||
|     <ProjectReference Include="..\AppModule.InterProcessComm\AppModule.InterProcessComm.csproj"> | ||||
|       <Name>AppModule.InterProcessComm</Name> | ||||
|       <Project>{E98F1F7E-40B6-44C8-AC66-EC867B141FA1}</Project> | ||||
|       <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package> | ||||
|     </ProjectReference> | ||||
|   </ItemGroup> | ||||
|   <ItemGroup> | ||||
|     <Compile Include="APipeConnection.cs"> | ||||
|       <SubType>Code</SubType> | ||||
|     </Compile> | ||||
|     <Compile Include="AssemblyInfo.cs"> | ||||
|       <SubType>Code</SubType> | ||||
|     </Compile> | ||||
|     <Compile Include="ClientPipeConnection.cs"> | ||||
|       <SubType>Code</SubType> | ||||
|     </Compile> | ||||
|     <Compile Include="ImpersonateNative.cs"> | ||||
|       <SubType>Code</SubType> | ||||
|     </Compile> | ||||
|     <Compile Include="ImpersonateWrapper.cs"> | ||||
|       <SubType>Code</SubType> | ||||
|     </Compile> | ||||
|     <Compile Include="NamedPipeIOException.cs"> | ||||
|       <SubType>Code</SubType> | ||||
|     </Compile> | ||||
|     <Compile Include="NamedPipeNative.cs"> | ||||
|       <SubType>Code</SubType> | ||||
|     </Compile> | ||||
|     <Compile Include="NamedPipeWrapper.cs"> | ||||
|       <SubType>Code</SubType> | ||||
|     </Compile> | ||||
|     <Compile Include="PipeHandle.cs"> | ||||
|       <SubType>Code</SubType> | ||||
|     </Compile> | ||||
|     <Compile Include="ServerPipeConnection.cs"> | ||||
|       <SubType>Code</SubType> | ||||
|     </Compile> | ||||
|   </ItemGroup> | ||||
|   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> | ||||
|   <PropertyGroup> | ||||
|     <PreBuildEvent> | ||||
|     </PreBuildEvent> | ||||
|     <PostBuildEvent> | ||||
|     </PostBuildEvent> | ||||
|   </PropertyGroup> | ||||
| </Project> | ||||
| @@ -1,48 +1,58 @@ | ||||
| <VisualStudioProject> | ||||
|     <CSHARP LastOpenVersion = "7.10.3077" > | ||||
|         <Build> | ||||
|             <Settings ReferencePath = "" > | ||||
|                 <Config | ||||
|                     Name = "Debug" | ||||
|                     EnableASPDebugging = "false" | ||||
|                     EnableASPXDebugging = "false" | ||||
|                     EnableUnmanagedDebugging = "false" | ||||
|                     EnableSQLServerDebugging = "false" | ||||
|                     RemoteDebugEnabled = "false" | ||||
|                     RemoteDebugMachine = "" | ||||
|                     StartAction = "Project" | ||||
|                     StartArguments = "" | ||||
|                     StartPage = "" | ||||
|                     StartProgram = "" | ||||
|                     StartURL = "" | ||||
|                     StartWorkingDirectory = "" | ||||
|                     StartWithIE = "false" | ||||
|                 /> | ||||
|                 <Config | ||||
|                     Name = "Release" | ||||
|                     EnableASPDebugging = "false" | ||||
|                     EnableASPXDebugging = "false" | ||||
|                     EnableUnmanagedDebugging = "false" | ||||
|                     EnableSQLServerDebugging = "false" | ||||
|                     RemoteDebugEnabled = "false" | ||||
|                     RemoteDebugMachine = "" | ||||
|                     StartAction = "Project" | ||||
|                     StartArguments = "" | ||||
|                     StartPage = "" | ||||
|                     StartProgram = "" | ||||
|                     StartURL = "" | ||||
|                     StartWorkingDirectory = "" | ||||
|                     StartWithIE = "true" | ||||
|                 /> | ||||
|             </Settings> | ||||
|         </Build> | ||||
|         <OtherProjectSettings | ||||
|             CopyProjectDestinationFolder = "" | ||||
|             CopyProjectUncPath = "" | ||||
|             CopyProjectOption = "0" | ||||
|             ProjectView = "ProjectFiles" | ||||
|             ProjectTrust = "0" | ||||
|         /> | ||||
|     </CSHARP> | ||||
| </VisualStudioProject> | ||||
|  | ||||
| <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||||
|   <PropertyGroup> | ||||
|     <LastOpenVersion>7.10.3077</LastOpenVersion> | ||||
|     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | ||||
|     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | ||||
|     <ReferencePath> | ||||
|     </ReferencePath> | ||||
|     <CopyProjectDestinationFolder> | ||||
|     </CopyProjectDestinationFolder> | ||||
|     <CopyProjectUncPath> | ||||
|     </CopyProjectUncPath> | ||||
|     <CopyProjectOption>0</CopyProjectOption> | ||||
|     <ProjectView>ProjectFiles</ProjectView> | ||||
|     <ProjectTrust>0</ProjectTrust> | ||||
|   </PropertyGroup> | ||||
|   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | ||||
|     <EnableASPDebugging>false</EnableASPDebugging> | ||||
|     <EnableASPXDebugging>false</EnableASPXDebugging> | ||||
|     <EnableUnmanagedDebugging>false</EnableUnmanagedDebugging> | ||||
|     <EnableSQLServerDebugging>false</EnableSQLServerDebugging> | ||||
|     <RemoteDebugEnabled>false</RemoteDebugEnabled> | ||||
|     <RemoteDebugMachine> | ||||
|     </RemoteDebugMachine> | ||||
|     <StartAction>Project</StartAction> | ||||
|     <StartArguments> | ||||
|     </StartArguments> | ||||
|     <StartPage> | ||||
|     </StartPage> | ||||
|     <StartProgram> | ||||
|     </StartProgram> | ||||
|     <StartURL> | ||||
|     </StartURL> | ||||
|     <StartWorkingDirectory> | ||||
|     </StartWorkingDirectory> | ||||
|     <StartWithIE>false</StartWithIE> | ||||
|   </PropertyGroup> | ||||
|   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | ||||
|     <EnableASPDebugging>false</EnableASPDebugging> | ||||
|     <EnableASPXDebugging>false</EnableASPXDebugging> | ||||
|     <EnableUnmanagedDebugging>false</EnableUnmanagedDebugging> | ||||
|     <EnableSQLServerDebugging>false</EnableSQLServerDebugging> | ||||
|     <RemoteDebugEnabled>false</RemoteDebugEnabled> | ||||
|     <RemoteDebugMachine> | ||||
|     </RemoteDebugMachine> | ||||
|     <StartAction>Project</StartAction> | ||||
|     <StartArguments> | ||||
|     </StartArguments> | ||||
|     <StartPage> | ||||
|     </StartPage> | ||||
|     <StartProgram> | ||||
|     </StartProgram> | ||||
|     <StartURL> | ||||
|     </StartURL> | ||||
|     <StartWorkingDirectory> | ||||
|     </StartWorkingDirectory> | ||||
|     <StartWithIE>true</StartWithIE> | ||||
|   </PropertyGroup> | ||||
| </Project> | ||||
		Reference in New Issue
	
	Block a user