From: Griffin C. <gc...@us...> - 2006-06-06 03:07:05
|
Update of /cvsroot/dotnetmock/dotnetmock/DotNetMock.Framework In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv6076/DotNetMock.Framework Modified Files: DotNetMock.Framework.csproj Log Message: - Initial conversion to .NET 2.0 and VIsual Studio 2005 Index: DotNetMock.Framework.csproj =================================================================== RCS file: /cvsroot/dotnetmock/dotnetmock/DotNetMock.Framework/DotNetMock.Framework.csproj,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** DotNetMock.Framework.csproj 12 Feb 2005 09:10:09 -0000 1.18 --- DotNetMock.Framework.csproj 6 Jun 2006 03:06:51 -0000 1.19 *************** *** 1,155 **** ! <VisualStudioProject> ! <CSHARP ! ProjectType = "Local" ! ProductVersion = "7.10.3077" ! SchemaVersion = "2.0" ! ProjectGuid = "{514DAB7F-4A05-4343-9BF5-2C3DC60A431D}" ! > ! <Build> ! <Settings ! ApplicationIcon = "" ! AssemblyKeyContainerName = "" ! AssemblyName = "DotNetMock.Framework" ! AssemblyOriginatorKeyFile = "" ! DefaultClientScript = "JScript" ! DefaultHTMLPageLayout = "Grid" ! DefaultTargetSchema = "IE50" ! DelaySign = "false" ! OutputType = "Library" ! PreBuildEvent = "" ! PostBuildEvent = "" ! RootNamespace = "DotNetMock.Framework" ! RunPostBuildEvent = "OnBuildSuccess" ! StartupObject = "" ! > ! <Config ! Name = "Debug" ! AllowUnsafeBlocks = "false" ! BaseAddress = "285212672" ! CheckForOverflowUnderflow = "false" ! ConfigurationOverrideFile = "" ! DefineConstants = "DEBUG;TRACE" ! DocumentationFile = "DotNetMock.Framework.xml" ! 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 = "DotNetMock.Framework.xml" ! 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 = "ComponentModel\MockMarshalByValueComponent.cs" ! SubType = "Code" ! BuildAction = "Compile" ! /> ! <File ! RelPath = "Data\MockCommand.cs" ! SubType = "Code" ! BuildAction = "Compile" ! /> ! <File ! RelPath = "Data\MockDataParameter.cs" ! SubType = "Code" ! BuildAction = "Compile" ! /> ! <File ! RelPath = "Data\MockDataParameterCollection.cs" ! SubType = "Code" ! BuildAction = "Compile" ! /> ! <File ! RelPath = "Data\MockDataReader.cs" ! SubType = "Code" ! BuildAction = "Compile" ! /> ! <File ! RelPath = "Data\MockDataSet.cs" ! SubType = "Component" ! BuildAction = "Compile" ! /> ! <File ! RelPath = "Data\MockDataSet.resx" ! DependentUpon = "MockDataSet.cs" ! BuildAction = "EmbeddedResource" ! /> ! <File ! RelPath = "Data\MockDbConnection.cs" ! SubType = "Code" ! BuildAction = "Compile" ! /> ! <File ! RelPath = "Data\MockDbDataAdapter.cs" ! SubType = "Component" ! BuildAction = "Compile" ! /> ! <File ! RelPath = "Data\MockTransaction.cs" ! SubType = "Code" ! BuildAction = "Compile" ! /> ! <File ! RelPath = "Security\Principal\MockIIdentity.cs" ! SubType = "Code" ! BuildAction = "Compile" ! /> ! <File ! RelPath = "Security\Principal\MockIPrincipal.cs" ! SubType = "Code" ! BuildAction = "Compile" ! /> ! </Include> ! </Files> ! </CSHARP> ! </VisualStudioProject> ! --- 1,135 ---- ! <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>{514DAB7F-4A05-4343-9BF5-2C3DC60A431D}</ProjectGuid> ! <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> ! <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> ! <ApplicationIcon> ! </ApplicationIcon> ! <AssemblyKeyContainerName> ! </AssemblyKeyContainerName> ! <AssemblyName>DotNetMock.Framework</AssemblyName> ! <AssemblyOriginatorKeyFile> ! </AssemblyOriginatorKeyFile> ! <DefaultClientScript>JScript</DefaultClientScript> ! <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout> ! <DefaultTargetSchema>IE50</DefaultTargetSchema> ! <DelaySign>false</DelaySign> ! <OutputType>Library</OutputType> ! <RootNamespace>DotNetMock.Framework</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>DotNetMock.Framework.xml</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>DotNetMock.Framework.xml</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="ComponentModel\MockMarshalByValueComponent.cs"> ! <SubType>Code</SubType> ! </Compile> ! <Compile Include="Data\MockCommand.cs"> ! <SubType>Code</SubType> ! </Compile> ! <Compile Include="Data\MockDataParameter.cs"> ! <SubType>Code</SubType> ! </Compile> ! <Compile Include="Data\MockDataParameterCollection.cs"> ! <SubType>Code</SubType> ! </Compile> ! <Compile Include="Data\MockDataReader.cs"> ! <SubType>Code</SubType> ! </Compile> ! <Compile Include="Data\MockDataSet.cs"> ! <SubType>Component</SubType> ! </Compile> ! <Compile Include="Data\MockDbConnection.cs"> ! <SubType>Code</SubType> ! </Compile> ! <Compile Include="Data\MockDbDataAdapter.cs"> ! <SubType>Component</SubType> ! </Compile> ! <Compile Include="Data\MockTransaction.cs"> ! <SubType>Code</SubType> ! </Compile> ! <Compile Include="Security\Principal\MockIIdentity.cs"> ! <SubType>Code</SubType> ! </Compile> ! <Compile Include="Security\Principal\MockIPrincipal.cs"> ! <SubType>Code</SubType> ! </Compile> ! <EmbeddedResource Include="Data\MockDataSet.resx"> ! <DependentUpon>MockDataSet.cs</DependentUpon> ! </EmbeddedResource> ! </ItemGroup> ! <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> ! <PropertyGroup> ! <PreBuildEvent> ! </PreBuildEvent> ! <PostBuildEvent> ! </PostBuildEvent> ! </PropertyGroup> ! </Project> \ No newline at end of file |