|
From: <sm...@us...> - 2003-11-29 17:26:28
|
Update of /cvsroot/nmock/nmock/src
In directory sc8-pr-cvs1:/tmp/cvs-serv23622/src
Modified Files:
NMock.csproj
Log Message:
ascii/binary
Index: NMock.csproj
===================================================================
RCS file: /cvsroot/nmock/nmock/src/NMock.csproj,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** NMock.csproj 24 Jul 2003 23:08:55 -0000 1.1
--- NMock.csproj 29 Nov 2003 17:26:21 -0000 1.2
***************
*** 1,168 ****
! <VisualStudioProject>
! <CSHARP
! ProjectType = "Local"
! ProductVersion = "7.10.3077"
! SchemaVersion = "2.0"
! ProjectGuid = "{4859B9E5-3F65-4517-878C-AFC58B9D0035}"
! SccProjectName = "Perforce Project"
! SccLocalPath = "."
! SccProvider = "MSSCCI:Perforce SCM"
! >
! <Build>
! <Settings
! ApplicationIcon = ""
! AssemblyKeyContainerName = ""
! AssemblyName = "NMock"
! AssemblyOriginatorKeyFile = ""
! DefaultClientScript = "JScript"
! DefaultHTMLPageLayout = "Grid"
! DefaultTargetSchema = "IE50"
! DelaySign = "false"
! OutputType = "Library"
! PreBuildEvent = ""
! PostBuildEvent = ""
! RootNamespace = "NMock"
! RunPostBuildEvent = "OnBuildSuccess"
! StartupObject = ""
! >
! <Config
! Name = "Debug"
! AllowUnsafeBlocks = "false"
! BaseAddress = "285212672"
! CheckForOverflowUnderflow = "false"
! ConfigurationOverrideFile = ""
! DefineConstants = "DEBUG;TRACE"
! DocumentationFile = ""
! DebugSymbols = "true"
! FileAlignment = "4096"
! IncrementalBuild = "true"
! 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:\WINNT\Microsoft.NET\Framework\v1.0.3705\System.dll"
! />
! <Reference
! Name = "System.Data"
! AssemblyName = "System.Data"
! HintPath = "C:\WINNT\Microsoft.NET\Framework\v1.0.3705\System.Data.dll"
! />
! <Reference
! Name = "System.XML"
! AssemblyName = "System.Xml"
! HintPath = "C:\WINNT\Microsoft.NET\Framework\v1.0.3705\System.XML.dll"
! />
! </References>
! </Build>
! <Files>
! <Include>
! <File
! RelPath = "AssemblyInfo.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "NMock\CallMethodWithoutExpectation.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "NMock\DynamicMock.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "NMock\IMethod.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "NMock\IMock.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "NMock\IVerifiable.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "NMock\Method.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "NMock\Mock.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "NMock\MockCall.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "NMock\SingleMethod.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "NMock\VerifyException.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "NMock\Constraints\Constraints.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "NMock\Constraints\IConstraint.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "NMock\Dynamic\ClassGenerator.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "NMock\Dynamic\InterfaceLister.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! </Include>
! </Files>
! </CSHARP>
! </VisualStudioProject>
!
--- 1,168 ----
! <VisualStudioProject>
! <CSHARP
! ProjectType = "Local"
! ProductVersion = "7.10.3077"
! SchemaVersion = "2.0"
! ProjectGuid = "{4859B9E5-3F65-4517-878C-AFC58B9D0035}"
! SccProjectName = "Perforce Project"
! SccLocalPath = "."
! SccProvider = "MSSCCI:Perforce SCM"
! >
! <Build>
! <Settings
! ApplicationIcon = ""
! AssemblyKeyContainerName = ""
! AssemblyName = "NMock"
! AssemblyOriginatorKeyFile = ""
! DefaultClientScript = "JScript"
! DefaultHTMLPageLayout = "Grid"
! DefaultTargetSchema = "IE50"
! DelaySign = "false"
! OutputType = "Library"
! PreBuildEvent = ""
! PostBuildEvent = ""
! RootNamespace = "NMock"
! RunPostBuildEvent = "OnBuildSuccess"
! StartupObject = ""
! >
! <Config
! Name = "Debug"
! AllowUnsafeBlocks = "false"
! BaseAddress = "285212672"
! CheckForOverflowUnderflow = "false"
! ConfigurationOverrideFile = ""
! DefineConstants = "DEBUG;TRACE"
! DocumentationFile = ""
! DebugSymbols = "true"
! FileAlignment = "4096"
! IncrementalBuild = "true"
! 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:\WINNT\Microsoft.NET\Framework\v1.0.3705\System.dll"
! />
! <Reference
! Name = "System.Data"
! AssemblyName = "System.Data"
! HintPath = "C:\WINNT\Microsoft.NET\Framework\v1.0.3705\System.Data.dll"
! />
! <Reference
! Name = "System.XML"
! AssemblyName = "System.Xml"
! HintPath = "C:\WINNT\Microsoft.NET\Framework\v1.0.3705\System.XML.dll"
! />
! </References>
! </Build>
! <Files>
! <Include>
! <File
! RelPath = "AssemblyInfo.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "NMock\CallMethodWithoutExpectation.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "NMock\DynamicMock.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "NMock\IMethod.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "NMock\IMock.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "NMock\IVerifiable.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "NMock\Method.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "NMock\Mock.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "NMock\MockCall.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "NMock\SingleMethod.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "NMock\VerifyException.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "NMock\Constraints\Constraints.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "NMock\Constraints\IConstraint.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "NMock\Dynamic\ClassGenerator.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "NMock\Dynamic\InterfaceLister.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! </Include>
! </Files>
! </CSHARP>
! </VisualStudioProject>
!
|