Update of /cvsroot/dotnetmock/dotnetmock/DotNetMock.Tests
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv6076/DotNetMock.Tests
Modified Files:
DotNetMock.Tests.csproj
Log Message:
- Initial conversion to .NET 2.0 and VIsual Studio 2005
Index: DotNetMock.Tests.csproj
===================================================================
RCS file:
/cvsroot/dotnetmock/dotnetmock/DotNetMock.Tests/DotNetMock.Tests.csproj,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** DotNetMock.Tests.csproj 25 Apr 2005 03:35:10 -0000 1.22
--- DotNetMock.Tests.csproj 6 Jun 2006 03:06:52 -0000 1.23
***************
*** 1,236 ****
! <VisualStudioProject>
! <CSHARP
! ProjectType = "Local"
! ProductVersion = "7.10.3077"
! SchemaVersion = "2.0"
! ProjectGuid = "{0FBE418F-86AF-4E83-B66F-C0177CE582BC}"
! >
! <Build>
! <Settings
! ApplicationIcon = ""
! AssemblyKeyContainerName = ""
! AssemblyName = "DotNetMock.Tests"
! AssemblyOriginatorKeyFile = ""
! DefaultClientScript = "JScript"
! DefaultHTMLPageLayout = "Grid"
! DefaultTargetSchema = "IE50"
! DelaySign = "false"
! OutputType = "Library"
! PreBuildEvent = ""
! PostBuildEvent = ""
! RootNamespace = "DotNetMock.Tests"
! 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"
! />
! <Reference
! Name = "DotNetMock"
! Project = "{1AD0CD00-16FA-4456-B2ED-A47406957228}"
! Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}"
! />
! <Reference
! Name = "nunit.framework"
! AssemblyName = "nunit.framework"
! HintPath = "..\lib\nunit.framework.dll"
! Private = "True"
! />
! </References>
! </Build>
! <Files>
! <Include>
! <File
! RelPath = "AbstractIListExpectationTests.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "AssemblyInfo.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "ExpectationArrayListTests.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "ExpectationArrayTests.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "ExpectationBoolTests.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "ExpectationCounterTests.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "ExpectationStringQueueTests.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "ExpectationStringTests.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "ExpectationTypeTests.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "ExpectationValueTests.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "MockObjectTests.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "NullTests.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "ReturnValueTest.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "VerifierTests.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "Dynamic\AbstractDynamicMockTests.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "Dynamic\AssignTests.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "Dynamic\DynamicMockTests.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "Dynamic\DynamicOrderedMockTests.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "Dynamic\ExpectationMethodTests.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "Dynamic\MethodCallTests.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "Dynamic\MethodSignatureTests.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "Dynamic\PredicateTests.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "Dynamic\PredicateUtilsTests.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "Dynamic\Generate\ClassGeneratorTests.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "Dynamic\Generate\ILUtilsTests.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "Dynamic\Generate\MockClassBuilderTests.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "Util\StringUtilsTests.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! </Include>
! </Files>
! </CSHARP>
! </VisualStudioProject>
!
--- 1,187 ----
! <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>{0FBE418F-86AF-4E83-B66F-C0177CE582BC}</ProjectGuid>
! <Configuration Condition=" '$(Configuration)' == ''
">Debug</Configuration>
! <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
! <ApplicationIcon>
! </ApplicationIcon>
! <AssemblyKeyContainerName>
! </AssemblyKeyContainerName>
! <AssemblyName>DotNetMock.Tests</AssemblyName>
! <AssemblyOriginatorKeyFile>
! </AssemblyOriginatorKeyFile>
! <DefaultClientScript>JScript</DefaultClientScript>
! <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
! <DefaultTargetSchema>IE50</DefaultTargetSchema>
! <DelaySign>false</DelaySign>
! <OutputType>Library</OutputType>
! <RootNamespace>DotNetMock.Tests</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>
! </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="nunit.framework">
! <Name>nunit.framework</Name>
! <HintPath>..\lib\nunit.framework.dll</HintPath>
! <Private>True</Private>
! </Reference>
! <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="..\DotNetMock\DotNetMock.csproj">
! <Name>DotNetMock</Name>
! <Project>{1AD0CD00-16FA-4456-B2ED-A47406957228}</Project>
! <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
! </ProjectReference>
! </ItemGroup>
! <ItemGroup>
! <Compile Include="AbstractIListExpectationTests.cs">
! <SubType>Code</SubType>
! </Compile>
! <Compile Include="AssemblyInfo.cs">
! <SubType>Code</SubType>
! </Compile>
! <Compile Include="Dynamic\AbstractDynamicMockTests.cs">
! <SubType>Code</SubType>
! </Compile>
! <Compile Include="Dynamic\AssignTests.cs">
! <SubType>Code</SubType>
! </Compile>
! <Compile Include="Dynamic\DynamicMockTests.cs">
! <SubType>Code</SubType>
! </Compile>
! <Compile Include="Dynamic\DynamicOrderedMockTests.cs">
! <SubType>Code</SubType>
! </Compile>
! <Compile Include="Dynamic\ExpectationMethodTests.cs">
! <SubType>Code</SubType>
! </Compile>
! <Compile Include="Dynamic\Generate\ClassGeneratorTests.cs">
! <SubType>Code</SubType>
! </Compile>
! <Compile Include="Dynamic\Generate\ILUtilsTests.cs">
! <SubType>Code</SubType>
! </Compile>
! <Compile Include="Dynamic\Generate\MockClassBuilderTests.cs">
! <SubType>Code</SubType>
! </Compile>
! <Compile Include="Dynamic\MethodCallTests.cs">
! <SubType>Code</SubType>
! </Compile>
! <Compile Include="Dynamic\MethodSignatureTests.cs">
! <SubType>Code</SubType>
! </Compile>
! <Compile Include="Dynamic\PredicateTests.cs">
! <SubType>Code</SubType>
! </Compile>
! <Compile Include="Dynamic\PredicateUtilsTests.cs">
! <SubType>Code</SubType>
! </Compile>
! <Compile Include="ExpectationArrayListTests.cs">
! <SubType>Code</SubType>
! </Compile>
! <Compile Include="ExpectationArrayTests.cs">
! <SubType>Code</SubType>
! </Compile>
! <Compile Include="ExpectationBoolTests.cs">
! <SubType>Code</SubType>
! </Compile>
! <Compile Include="ExpectationCounterTests.cs">
! <SubType>Code</SubType>
! </Compile>
! <Compile Include="ExpectationStringQueueTests.cs">
! <SubType>Code</SubType>
! </Compile>
! <Compile Include="ExpectationStringTests.cs">
! <SubType>Code</SubType>
! </Compile>
! <Compile Include="ExpectationTypeTests.cs">
! <SubType>Code</SubType>
! </Compile>
! <Compile Include="ExpectationValueTests.cs">
! <SubType>Code</SubType>
! </Compile>
! <Compile Include="MockObjectTests.cs">
! <SubType>Code</SubType>
! </Compile>
! <Compile Include="NullTests.cs">
! <SubType>Code</SubType>
! </Compile>
! <Compile Include="ReturnValueTest.cs">
! <SubType>Code</SubType>
! </Compile>
! <Compile Include="Util\StringUtilsTests.cs">
! <SubType>Code</SubType>
! </Compile>
! <Compile Include="VerifierTests.cs">
! <SubType>Code</SubType>
! </Compile>
! </ItemGroup>
! <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
! <PropertyGroup>
! <PreBuildEvent>
! </PreBuildEvent>
! <PostBuildEvent>
! </PostBuildEvent>
! </PropertyGroup>
! </Project>
\ No newline at end of file
_______________________________________________
Dotnetmock-commits mailing list
Dotnetmock-commits@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/dotnetmock-commits
|