From: Griffin C. <gc...@us...> - 2006-06-06 03:07:49
|
Update of /cvsroot/dotnetmock/dotnetmock/DotNetMock.Examples In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv6076/DotNetMock.Examples Modified Files: DotNetMock.Examples.csproj Log Message: - Initial conversion to .NET 2.0 and VIsual Studio 2005 Index: DotNetMock.Examples.csproj =================================================================== RCS file: /cvsroot/dotnetmock/dotnetmock/DotNetMock.Examples/DotNetMock.Examples.csproj,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** DotNetMock.Examples.csproj 9 Feb 2005 06:34:27 -0000 1.9 --- DotNetMock.Examples.csproj 6 Jun 2006 03:06:51 -0000 1.10 *************** *** 1,170 **** ! <VisualStudioProject> ! <CSHARP ! ProjectType = "Local" ! ProductVersion = "7.10.3077" ! SchemaVersion = "2.0" ! ProjectGuid = "{80B98B32-57CB-4989-B506-0F2B0AD94DBA}" ! > ! <Build> ! <Settings ! ApplicationIcon = "" ! AssemblyKeyContainerName = "" ! AssemblyName = "DotNetMock.Examples" ! AssemblyOriginatorKeyFile = "" ! DefaultClientScript = "JScript" ! DefaultHTMLPageLayout = "Grid" ! DefaultTargetSchema = "IE50" ! DelaySign = "false" ! OutputType = "Library" ! PreBuildEvent = "" ! PostBuildEvent = "" ! RootNamespace = "DotNetMock.Examples" ! 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}" ! /> ! </References> ! </Build> ! <Files> ! <Include> ! <File ! RelPath = "CustomExpectation\ExpectationPerson.cs" ! SubType = "Code" ! BuildAction = "Compile" ! /> ! <File ! RelPath = "CustomExpectation\Person.cs" ! SubType = "Code" ! BuildAction = "Compile" ! /> ! <File ! RelPath = "Dynamic\DefaultWeatherRandom.cs" ! SubType = "Code" ! BuildAction = "Compile" ! /> ! <File ! RelPath = "Dynamic\IWeatherRandom.cs" ! SubType = "Code" ! BuildAction = "Compile" ! /> ! <File ! RelPath = "Dynamic\Weather.cs" ! SubType = "Code" ! BuildAction = "Compile" ! /> ! <File ! RelPath = "MailingList\DatabaseConstants.cs" ! SubType = "Code" ! BuildAction = "Compile" ! /> ! <File ! RelPath = "MailingList\IListAction.cs" ! SubType = "Code" ! BuildAction = "Compile" ! /> ! <File ! RelPath = "MailingList\MailingList.cs" ! SubType = "Code" ! BuildAction = "Compile" ! /> ! <File ! RelPath = "MailingList\MailingListException.cs" ! SubType = "Code" ! BuildAction = "Compile" ! /> ! <File ! RelPath = "MailingList\MockListAction.cs" ! SubType = "Code" ! BuildAction = "Compile" ! /> ! <File ! RelPath = "Mainframe\CustomerNumberCollector.cs" ! SubType = "Code" ! BuildAction = "Compile" ! /> ! <File ! RelPath = "Mainframe\IMainframeConnection.cs" ! SubType = "Code" ! BuildAction = "Compile" ! /> ! <File ! RelPath = "Mainframe\MainframeConnection.cs" ! SubType = "Code" ! BuildAction = "Compile" ! /> ! <File ! RelPath = "Mainframe\MockMainframeConnection.cs" ! SubType = "Code" ! BuildAction = "Compile" ! /> ! <File ! RelPath = "Security\SensitiveClass.cs" ! SubType = "Code" ! BuildAction = "Compile" ! /> ! </Include> ! </Files> ! </CSHARP> ! </VisualStudioProject> ! --- 1,146 ---- ! <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>{80B98B32-57CB-4989-B506-0F2B0AD94DBA}</ProjectGuid> ! <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> ! <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> ! <ApplicationIcon> ! </ApplicationIcon> ! <AssemblyKeyContainerName> ! </AssemblyKeyContainerName> ! <AssemblyName>DotNetMock.Examples</AssemblyName> ! <AssemblyOriginatorKeyFile> ! </AssemblyOriginatorKeyFile> ! <DefaultClientScript>JScript</DefaultClientScript> ! <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout> ! <DefaultTargetSchema>IE50</DefaultTargetSchema> ! <DelaySign>false</DelaySign> ! <OutputType>Library</OutputType> ! <RootNamespace>DotNetMock.Examples</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="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="CustomExpectation\ExpectationPerson.cs"> ! <SubType>Code</SubType> ! </Compile> ! <Compile Include="CustomExpectation\Person.cs"> ! <SubType>Code</SubType> ! </Compile> ! <Compile Include="Dynamic\DefaultWeatherRandom.cs"> ! <SubType>Code</SubType> ! </Compile> ! <Compile Include="Dynamic\IWeatherRandom.cs"> ! <SubType>Code</SubType> ! </Compile> ! <Compile Include="Dynamic\Weather.cs"> ! <SubType>Code</SubType> ! </Compile> ! <Compile Include="MailingList\DatabaseConstants.cs"> ! <SubType>Code</SubType> ! </Compile> ! <Compile Include="MailingList\IListAction.cs"> ! <SubType>Code</SubType> ! </Compile> ! <Compile Include="MailingList\MailingList.cs"> ! <SubType>Code</SubType> ! </Compile> ! <Compile Include="MailingList\MailingListException.cs"> ! <SubType>Code</SubType> ! </Compile> ! <Compile Include="MailingList\MockListAction.cs"> ! <SubType>Code</SubType> ! </Compile> ! <Compile Include="Mainframe\CustomerNumberCollector.cs"> ! <SubType>Code</SubType> ! </Compile> ! <Compile Include="Mainframe\IMainframeConnection.cs"> ! <SubType>Code</SubType> ! </Compile> ! <Compile Include="Mainframe\MainframeConnection.cs"> ! <SubType>Code</SubType> ! </Compile> ! <Compile Include="Mainframe\MockMainframeConnection.cs"> ! <SubType>Code</SubType> ! </Compile> ! <Compile Include="Security\SensitiveClass.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 |