|
From: <sm...@us...> - 2003-07-24 23:09:22
|
Update of /cvsroot/nmock/nmock/test
In directory sc8-pr-cvs1:/tmp/cvs-serv24164/test
Modified Files:
test.csproj
Log Message:
Index: test.csproj
===================================================================
RCS file: /cvsroot/nmock/nmock/test/test.csproj,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** test.csproj 13 Jul 2003 13:27:06 -0000 1.4
--- test.csproj 24 Jul 2003 23:09:16 -0000 1.5
***************
*** 2,8 ****
<CSHARP
ProjectType = "Local"
! ProductVersion = "7.0.9466"
! SchemaVersion = "1.0"
ProjectGuid = "{2735C01B-475D-4B75-AF30-C00D9A977E58}"
>
<Build>
--- 2,11 ----
<CSHARP
ProjectType = "Local"
! ProductVersion = "7.10.3077"
! SchemaVersion = "2.0"
ProjectGuid = "{2735C01B-475D-4B75-AF30-C00D9A977E58}"
+ SccProjectName = "Perforce Project"
+ SccLocalPath = "."
+ SccProvider = "MSSCCI:Perforce SCM"
>
<Build>
***************
*** 17,21 ****
DelaySign = "false"
OutputType = "Library"
! RootNamespace = ""
StartupObject = ""
>
--- 20,27 ----
DelaySign = "false"
OutputType = "Library"
! PreBuildEvent = ""
! PostBuildEvent = ""
! RootNamespace = "NMock"
! RunPostBuildEvent = "OnBuildSuccess"
StartupObject = ""
>
***************
*** 31,34 ****
--- 37,42 ----
FileAlignment = "4096"
IncrementalBuild = "true"
+ NoStdLib = "false"
+ NoWarn = ""
Optimize = "false"
OutputPath = "bin\Debug\"
***************
*** 36,40 ****
RemoveIntegerChecks = "false"
TreatWarningsAsErrors = "false"
! WarningLevel = "3"
/>
<Config
--- 44,48 ----
RemoveIntegerChecks = "false"
TreatWarningsAsErrors = "false"
! WarningLevel = "4"
/>
<Config
***************
*** 49,52 ****
--- 57,62 ----
FileAlignment = "4096"
IncrementalBuild = "false"
+ NoStdLib = "false"
+ NoWarn = ""
Optimize = "true"
OutputPath = "bin\Release\"
***************
*** 74,82 ****
/>
<Reference
- Name = "src"
- Project = "{4859B9E5-3F65-4517-878C-AFC58B9D0035}"
- Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}"
- />
- <Reference
Name = "nunit.util"
AssemblyName = "nunit.util"
--- 84,87 ----
***************
*** 89,95 ****
/>
<Reference
! Name = "System.Runtime.Remoting"
! AssemblyName = "System.Runtime.Remoting"
! HintPath = "C:\WINNT\Microsoft.NET\Framework\v1.0.3705\System.Runtime.Remoting.dll"
/>
</References>
--- 94,100 ----
/>
<Reference
! Name = "src"
! Project = "{4859B9E5-3F65-4517-878C-AFC58B9D0035}"
! Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}"
/>
</References>
***************
*** 128,152 ****
/>
<File
- RelPath = "NMock\Constraints\IsArrayEqualTest.cs"
- SubType = "Code"
- BuildAction = "Compile"
- />
- <File
RelPath = "NMock\Dynamic\ClassGeneratorTest.cs"
- SubType = "Code"
- BuildAction = "Compile"
- />
- <File
- RelPath = "NMock\Dynamic\InterfaceListerTest.cs"
- SubType = "Code"
- BuildAction = "Compile"
- />
- <File
- RelPath = "NMock\Remoting\MockServerTest.cs"
- SubType = "Code"
- BuildAction = "Compile"
- />
- <File
- RelPath = "NMock\Remoting\RemotingMockTest.cs"
SubType = "Code"
BuildAction = "Compile"
--- 133,137 ----
|