Update of /cvsroot/dotnetmock/dotnetmock/DotNetMock.Examples
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1119/DotNetMock.Examples
Modified Files:
DotNetMock.Examples.csproj
Log Message:
Pulled out example NUnit tests to separate assembly.
Index: DotNetMock.Examples.csproj
===================================================================
RCS file: /cvsroot/dotnetmock/dotnetmock/DotNetMock.Examples/DotNetMock.Examples.csproj,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** DotNetMock.Examples.csproj 5 Feb 2005 21:12:49 -0000 1.8
--- DotNetMock.Examples.csproj 9 Feb 2005 06:34:27 -0000 1.9
***************
*** 85,98 ****
Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}"
/>
- <Reference
- Name = "DotNetMock.Framework"
- Project = "{514DAB7F-4A05-4343-9BF5-2C3DC60A431D}"
- Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}"
- />
- <Reference
- Name = "nunit.framework"
- AssemblyName = "nunit.framework"
- HintPath = "..\lib\nunit.framework.dll"
- />
</References>
</Build>
--- 85,88 ----
***************
*** 105,113 ****
/>
<File
- RelPath = "CustomExpectation\ExpectationPersonTests.cs"
- SubType = "Code"
- BuildAction = "Compile"
- />
- <File
RelPath = "CustomExpectation\Person.cs"
SubType = "Code"
--- 95,98 ----
***************
*** 130,138 ****
/>
<File
- RelPath = "Dynamic\WeatherTest.cs"
- SubType = "Code"
- BuildAction = "Compile"
- />
- <File
RelPath = "MailingList\DatabaseConstants.cs"
SubType = "Code"
--- 115,118 ----
***************
*** 155,163 ****
/>
<File
- RelPath = "MailingList\MailingListTests.cs"
- SubType = "Code"
- BuildAction = "Compile"
- />
- <File
RelPath = "MailingList\MockListAction.cs"
SubType = "Code"
--- 135,138 ----
***************
*** 170,178 ****
/>
<File
- RelPath = "Mainframe\CustomerNumberCollectorTests.cs"
- SubType = "Code"
- BuildAction = "Compile"
- />
- <File
RelPath = "Mainframe\IMainframeConnection.cs"
SubType = "Code"
--- 145,148 ----
***************
*** 194,202 ****
BuildAction = "Compile"
/>
- <File
- RelPath = "Security\SensitiveClassTests.cs"
- SubType = "Code"
- BuildAction = "Compile"
- />
</Include>
</Files>
--- 164,167 ----
|