Skip to content

Commit

Permalink
Update MVC to 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jschementi committed Mar 14, 2009
1 parent e125fd4 commit 14e19c4
Show file tree
Hide file tree
Showing 40 changed files with 755 additions and 794 deletions.
270 changes: 133 additions & 137 deletions IronRubyMvc.Tests/IronRubyMvcLibrary.Tests.csproj
@@ -1,144 +1,140 @@
<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup> <PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion> <ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion> <SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{13CD326E-5C1A-4404-A1AB-8D0BA6D9FDF9}</ProjectGuid> <ProjectGuid>{13CD326E-5C1A-4404-A1AB-8D0BA6D9FDF9}</ProjectGuid>
<OutputType>Library</OutputType> <OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder> <AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>IronRubyMvcLibrary.Tests</RootNamespace> <RootNamespace>IronRubyMvcLibrary.Tests</RootNamespace>
<AssemblyName>IronRubyMvcLibrary.Tests</AssemblyName> <AssemblyName>IronRubyMvcLibrary.Tests</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion> <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment> <FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<SignAssembly>false</SignAssembly> <SignAssembly>false</SignAssembly>
<AssemblyOriginatorKeyFile>IronRubyMvcKey.snk</AssemblyOriginatorKeyFile> <AssemblyOriginatorKeyFile>IronRubyMvcKey.snk</AssemblyOriginatorKeyFile>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols> <DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType> <DebugType>full</DebugType>
<Optimize>false</Optimize> <Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath> <OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants> <DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport> <ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel> <WarningLevel>4</WarningLevel>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType> <DebugType>pdbonly</DebugType>
<Optimize>true</Optimize> <Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath> <OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants> <DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport> <ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel> <WarningLevel>4</WarningLevel>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug_Signed|AnyCPU' "> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug_Signed|AnyCPU' ">
<DebugSymbols>true</DebugSymbols> <DebugSymbols>true</DebugSymbols>
<OutputPath>bin\Debug_Signed\</OutputPath> <OutputPath>bin\Debug_Signed\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants> <DefineConstants>DEBUG;TRACE</DefineConstants>
<DebugType>full</DebugType> <DebugType>full</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget> <PlatformTarget>AnyCPU</PlatformTarget>
<CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression> <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
<CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile> <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
<ErrorReport>prompt</ErrorReport> <ErrorReport>prompt</ErrorReport>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_Signed|AnyCPU' "> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_Signed|AnyCPU' ">
<OutputPath>bin\Release_Signed\</OutputPath> <OutputPath>bin\Release_Signed\</OutputPath>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<Reference Include="IronRuby, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> <Reference Include="IronRuby, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion> <SpecificVersion>False</SpecificVersion>
<HintPath>..\dependencies\IronRuby.dll</HintPath> <HintPath>..\..\..\Users\jimmysch\dev\ironrubymvc\dependencies\IronRuby.dll</HintPath>
</Reference> </Reference>
<Reference Include="IronRuby.Libraries, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> <Reference Include="Microsoft.Scripting, Version=0.9.5.1, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion> <SpecificVersion>False</SpecificVersion>
<HintPath>..\dependencies\IronRuby.Libraries.dll</HintPath> <HintPath>..\..\..\Users\jimmysch\dev\ironrubymvc\dependencies\Microsoft.Scripting.dll</HintPath>
</Reference> </Reference>
<Reference Include="Microsoft.Scripting, Version=1.0.0.5000, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> <Reference Include="Microsoft.Scripting.Core, Version=0.9.5.1, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion> <SpecificVersion>False</SpecificVersion>
<HintPath>..\dependencies\Microsoft.Scripting.dll</HintPath> <HintPath>..\..\..\Users\jimmysch\dev\ironrubymvc\dependencies\Microsoft.Scripting.Core.dll</HintPath>
</Reference> <Aliases>dlr</Aliases>
<Reference Include="Microsoft.Scripting.Core, Version=1.0.0.5000, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> </Reference>
<SpecificVersion>False</SpecificVersion> <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
<HintPath>..\dependencies\Microsoft.Scripting.Core.dll</HintPath> <Reference Include="Moq, Version=2.6.1014.1, Culture=neutral, PublicKeyToken=69f491c39445e920, processorArchitecture=MSIL">
<Aliases>DLRCore</Aliases> <SpecificVersion>False</SpecificVersion>
</Reference> <HintPath>..\dependencies\Moq.dll</HintPath>
<Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" /> </Reference>
<Reference Include="Moq, Version=2.6.1014.1, Culture=neutral, PublicKeyToken=69f491c39445e920, processorArchitecture=MSIL"> <Reference Include="Moq.Contrib, Version=0.1.3333.20586, Culture=neutral, PublicKeyToken=69f491c39445e920, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion> <SpecificVersion>False</SpecificVersion>
<HintPath>..\dependencies\Moq.dll</HintPath> <HintPath>..\dependencies\Moq.Contrib.dll</HintPath>
</Reference> </Reference>
<Reference Include="Moq.Contrib, Version=0.1.3333.20586, Culture=neutral, PublicKeyToken=69f491c39445e920, processorArchitecture=MSIL"> <Reference Include="Rhino.Mocks, Version=3.5.0.1337, Culture=neutral, PublicKeyToken=0b3305902db7183f, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion> <SpecificVersion>False</SpecificVersion>
<HintPath>..\dependencies\Moq.Contrib.dll</HintPath> <HintPath>..\dependencies\Rhino.Mocks.dll</HintPath>
</Reference> </Reference>
<Reference Include="Rhino.Mocks, Version=3.5.0.1337, Culture=neutral, PublicKeyToken=0b3305902db7183f, processorArchitecture=MSIL"> <Reference Include="System" />
<SpecificVersion>False</SpecificVersion> <Reference Include="System.Core">
<HintPath>..\dependencies\Rhino.Mocks.dll</HintPath> <RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference> </Reference>
<Reference Include="System" /> <Reference Include="System.Data" />
<Reference Include="System.Core"> <Reference Include="System.Web" />
<RequiredTargetFramework>3.5</RequiredTargetFramework> <Reference Include="System.Web.Abstractions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
</Reference> <SpecificVersion>False</SpecificVersion>
<Reference Include="System.Data" /> <HintPath>..\dependencies\System.Web.Abstractions.dll</HintPath>
<Reference Include="System.Web" /> <RequiredTargetFramework>3.5</RequiredTargetFramework>
<Reference Include="System.Web.Abstractions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> </Reference>
<SpecificVersion>False</SpecificVersion> <Reference Include="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
<HintPath>..\dependencies\System.Web.Abstractions.dll</HintPath> <Reference Include="System.Web.Mvc, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
<RequiredTargetFramework>3.5</RequiredTargetFramework> <Reference Include="System.Web.Routing, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
</Reference> <SpecificVersion>False</SpecificVersion>
<Reference Include="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" /> <HintPath>..\dependencies\System.Web.Routing.dll</HintPath>
<Reference Include="System.Web.Mvc, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" /> <RequiredTargetFramework>3.5</RequiredTargetFramework>
<Reference Include="System.Web.Routing, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> </Reference>
<SpecificVersion>False</SpecificVersion> <Reference Include="System.Xml" />
<HintPath>..\dependencies\System.Web.Routing.dll</HintPath> <Reference Include="xunit, Version=1.1.0.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
<RequiredTargetFramework>3.5</RequiredTargetFramework> <SpecificVersion>False</SpecificVersion>
</Reference> <HintPath>..\dependencies\xunit.dll</HintPath>
<Reference Include="System.Xml" /> </Reference>
<Reference Include="xunit, Version=1.1.0.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL"> <Reference Include="xunit.bddextensions, Version=1.0.1.3, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion> <SpecificVersion>False</SpecificVersion>
<HintPath>..\dependencies\xunit.dll</HintPath> <HintPath>..\dependencies\xunit.bddextensions.dll</HintPath>
</Reference> </Reference>
<Reference Include="xunit.bddextensions, Version=1.0.1.3, Culture=neutral, processorArchitecture=MSIL"> </ItemGroup>
<SpecificVersion>False</SpecificVersion> <ItemGroup>
<HintPath>..\dependencies\xunit.bddextensions.dll</HintPath> <Compile Include="Controllers\RubyActionDescriptorFixture.cs" />
</Reference> <Compile Include="Controllers\RubyControllerActionInvokerSpec.cs" />
</ItemGroup> <Compile Include="Controllers\RubyControllerDescriptorSpec.cs" />
<ItemGroup> <Compile Include="Controllers\RubyControllerFactorySpec.cs" />
<Compile Include="Controllers\RubyActionDescriptorFixture.cs" /> <Compile Include="Controllers\RubyControllerSpec.cs" />
<Compile Include="Controllers\RubyControllerActionInvokerSpec.cs" /> <Compile Include="Core\RouteCollectionSpec.cs" />
<Compile Include="Controllers\RubyControllerDescriptorSpec.cs" /> <Compile Include="Core\RubyEngineSpec.cs" />
<Compile Include="Controllers\RubyControllerFactorySpec.cs" /> <Compile Include="Extensions\DictionaryExtensionsFixture.cs" />
<Compile Include="Controllers\RubyControllerSpec.cs" /> <Compile Include="Extensions\IEnumerableExtensionsFixture.cs" />
<Compile Include="Core\RouteCollectionSpec.cs" /> <Compile Include="Extensions\InflectorTest.cs" />
<Compile Include="Core\RubyEngineSpec.cs" /> <Compile Include="Extensions\ObjectExtensionsFixture.cs" />
<Compile Include="Extensions\DictionaryExtensionsFixture.cs" /> <Compile Include="Extensions\StringExtensionsFixture.cs" />
<Compile Include="Extensions\IEnumerableExtensionsFixture.cs" /> <Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Extensions\InflectorTest.cs" /> <Compile Include="RubyExperiments.cs" />
<Compile Include="Extensions\ObjectExtensionsFixture.cs" /> <Compile Include="UnitTestHelpers.cs" />
<Compile Include="Extensions\StringExtensionsFixture.cs" /> <Compile Include="ViewEngine\RubyTemplateTests.cs" />
<Compile Include="Properties\AssemblyInfo.cs" /> </ItemGroup>
<Compile Include="RubyExperiments.cs" /> <ItemGroup>
<Compile Include="UnitTestHelpers.cs" /> <ProjectReference Include="..\IronRubyMvc\System.Web.Mvc.IronRuby.csproj">
<Compile Include="ViewEngine\RubyTemplateTests.cs" /> <Project>{46333EBB-C1FF-4E28-B48E-CB3D5BB70CDB}</Project>
</ItemGroup> <Name>System.Web.Mvc.IronRuby</Name>
<ItemGroup> </ProjectReference>
<ProjectReference Include="..\IronRubyMvc\System.Web.Mvc.IronRuby.csproj"> </ItemGroup>
<Project>{46333EBB-C1FF-4E28-B48E-CB3D5BB70CDB}</Project> <ItemGroup>
<Name>System.Web.Mvc.IronRuby</Name> <None Include="..\IronRubyMvcKey.snk">
</ProjectReference> <Link>IronRubyMvcKey.snk</Link>
</ItemGroup> </None>
<ItemGroup> </ItemGroup>
<None Include="..\IronRubyMvcKey.snk"> <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<Link>IronRubyMvcKey.snk</Link>
</None>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets. Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild"> <Target Name="BeforeBuild">
</Target> </Target>
<Target Name="AfterBuild"> <Target Name="AfterBuild">
</Target> </Target>
--> -->
</Project> </Project>

0 comments on commit 14e19c4

Please sign in to comment.