Skip to content
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.

Commit

Permalink
Update #276 - Added Mvc3 and Mvc. Patched up NuSpec. Reworked Mvc Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nikmd23 committed Mar 5, 2013
1 parent 5912664 commit b80e1d1
Show file tree
Hide file tree
Showing 138 changed files with 336 additions and 211 deletions.
17 changes: 15 additions & 2 deletions Glimpse.All.sln
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Glimpse.Test.Core", "source
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Glimpse.Test.AspNet", "source\Glimpse.Test.AspNet\Glimpse.Test.AspNet.csproj", "{76714E46-AFE9-49F0-AEE8-C8A966195914}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Glimpse.Mvc3", "source\Glimpse.Mvc3\Glimpse.Mvc3.csproj", "{0A68B072-7918-45AC-BB78-F05789D0BF44}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Glimpse.Mvc", "source\Glimpse.Mvc\Glimpse.Mvc.csproj", "{0A68B072-7918-45AC-BB78-F05789D0BF44}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Glimpse.Test.Mvc3", "source\Glimpse.Test.Mvc3\Glimpse.Test.Mvc3.csproj", "{FE12BC0C-CD22-4D24-BFC7-13ED1C428BAD}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Glimpse.Test.Mvc", "source\Glimpse.Test.Mvc\Glimpse.Test.Mvc.csproj", "{FE12BC0C-CD22-4D24-BFC7-13ED1C428BAD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Glimpse.Mvc3.MusicStore.Sample", "source\Glimpse.Mvc3.MusicStore.Sample\Glimpse.Mvc3.MusicStore.Sample.csproj", "{32DCD27D-A84C-4250-B657-408B3620A9AC}"
EndProject
Expand Down Expand Up @@ -60,6 +60,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Glimpse.AspNet.Net40", "sou
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Glimpse.AspNet.Net45", "source\Glimpse.AspNet.Net45\Glimpse.AspNet.Net45.csproj", "{DD576747-CD93-43F0-8648-6CDC5CD9C548}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Glimpse.Mvc3", "source\Glimpse.Mvc3\Glimpse.Mvc3.csproj", "{585C1C27-8D37-4CB6-BD0F-464487845661}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -270,6 +272,16 @@ Global
{DD576747-CD93-43F0-8648-6CDC5CD9C548}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{DD576747-CD93-43F0-8648-6CDC5CD9C548}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{DD576747-CD93-43F0-8648-6CDC5CD9C548}.Release|x86.ActiveCfg = Release|Any CPU
{585C1C27-8D37-4CB6-BD0F-464487845661}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{585C1C27-8D37-4CB6-BD0F-464487845661}.Debug|Any CPU.Build.0 = Debug|Any CPU
{585C1C27-8D37-4CB6-BD0F-464487845661}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{585C1C27-8D37-4CB6-BD0F-464487845661}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{585C1C27-8D37-4CB6-BD0F-464487845661}.Debug|x86.ActiveCfg = Debug|Any CPU
{585C1C27-8D37-4CB6-BD0F-464487845661}.Release|Any CPU.ActiveCfg = Release|Any CPU
{585C1C27-8D37-4CB6-BD0F-464487845661}.Release|Any CPU.Build.0 = Release|Any CPU
{585C1C27-8D37-4CB6-BD0F-464487845661}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{585C1C27-8D37-4CB6-BD0F-464487845661}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{585C1C27-8D37-4CB6-BD0F-464487845661}.Release|x86.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand All @@ -288,6 +300,7 @@ Global
{2CB2400F-BC66-4074-B6E4-177A6F78163E} = {44EAFB31-C422-4B52-BBCE-18A3E95713DC}
{DED28E26-8A57-472A-A454-E45643F1DEA0} = {44EAFB31-C422-4B52-BBCE-18A3E95713DC}
{DD576747-CD93-43F0-8648-6CDC5CD9C548} = {44EAFB31-C422-4B52-BBCE-18A3E95713DC}
{585C1C27-8D37-4CB6-BD0F-464487845661} = {44EAFB31-C422-4B52-BBCE-18A3E95713DC}
{E242E3FC-DEF4-45E2-A129-A5DC3B0B8F9B} = {13FEFF53-9CD2-4BF1-9128-A60F99E5532F}
{CD52E292-1514-4B09-900B-6A7E20468152} = {13FEFF53-9CD2-4BF1-9128-A60F99E5532F}
EndGlobalSection
Expand Down
4 changes: 4 additions & 0 deletions default.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ task clean {
Delete-Directory "$source_dir\Glimpse.AspNet.Net35\bin"
Delete-Directory "$source_dir\Glimpse.AspNet.Net35\obj"

" Glimpse.Mvc"
Delete-Directory "$source_dir\Glimpse.Mvc\bin"
Delete-Directory "$source_dir\Glimpse.Mvc\obj"

" Glimpse.Mvc2"
Delete-Directory "$source_dir\Glimpse.Mvc2\bin"
Delete-Directory "$source_dir\Glimpse.Mvc2\obj"
Expand Down
11 changes: 1 addition & 10 deletions source/Glimpse.AspNet/Glimpse.AspNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -117,18 +117,9 @@
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="NuSpec\content\web.config.transform" />
<None Include="NuSpec\Glimpse.AspNet.nuspec" />
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<Content Include="NuSpec\readme.txt" />
<None Include="NuSpec\content\GlimpseSecurityPolicy.cs.pp" />
</ItemGroup>
<ItemGroup>
<Folder Include="NuSpec\lib\net35\" />
<Folder Include="NuSpec\lib\net40\" />
</ItemGroup>
<ItemGroup />
<ItemGroup>
<EmbeddedResource Include="Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
Expand Down
182 changes: 182 additions & 0 deletions source/Glimpse.Mvc/Glimpse.Mvc.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,182 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{0A68B072-7918-45AC-BB78-F05789D0BF44}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Glimpse.Mvc</RootNamespace>
<AssemblyName>Glimpse.Mvc</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
<RestorePackages>true</RestorePackages>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<Private>True</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Web" />
<Reference Include="System.Web.Helpers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<Private>True</Private>
<HintPath>..\..\packages\Microsoft.AspNet.WebPages.1.0.20105.408\lib\net40\System.Web.Helpers.dll</HintPath>
</Reference>
<Reference Include="System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<Private>True</Private>
<HintPath>..\..\packages\Microsoft.AspNet.Mvc.3.0.20105.1\lib\net40\System.Web.Mvc.dll</HintPath>
</Reference>
<Reference Include="System.Web.Razor, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<Private>True</Private>
<HintPath>..\..\packages\Microsoft.AspNet.Razor.1.0.20105.408\lib\net40\System.Web.Razor.dll</HintPath>
</Reference>
<Reference Include="System.Web.Routing" />
<Reference Include="System.Web.WebPages, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<Private>True</Private>
<HintPath>..\..\packages\Microsoft.AspNet.WebPages.1.0.20105.408\lib\net40\System.Web.WebPages.dll</HintPath>
</Reference>
<Reference Include="System.Web.WebPages.Deployment, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<Private>True</Private>
<HintPath>..\..\packages\Microsoft.AspNet.WebPages.1.0.20105.408\lib\net40\System.Web.WebPages.Deployment.dll</HintPath>
</Reference>
<Reference Include="System.Web.WebPages.Razor, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<Private>True</Private>
<HintPath>..\..\packages\Microsoft.AspNet.WebPages.1.0.20105.408\lib\net40\System.Web.WebPages.Razor.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="AlternateType\ActionFilter.cs" />
<Compile Include="AlternateType\ActionInvoker.cs" />
<Compile Include="AlternateType\ActionInvokerStateMixin.cs" />
<Compile Include="AlternateType\AsyncActionInvoker.cs" />
<Compile Include="AlternateType\AuthorizationFilter.cs" />
<Compile Include="AlternateType\ControllerFactory.cs" />
<Compile Include="AlternateType\DependencyResolver.cs" />
<Compile Include="AlternateType\ExceptionFilter.cs" />
<Compile Include="AlternateType\ModelBinder.cs" />
<Compile Include="AlternateType\ModelBinderProvider.cs" />
<Compile Include="AlternateType\ResultFilter.cs" />
<Compile Include="AlternateType\ValueProvider.cs" />
<Compile Include="AlternateType\ValueProviderFactory.cs" />
<Compile Include="AlternateType\View.cs" />
<Compile Include="AlternateType\ViewCorrelationMixin.cs" />
<Compile Include="AlternateType\ViewEngine.cs" />
<Compile Include="Html\HtmlHelperExtension.cs" />
<Compile Include="Message\FilterBounds.cs" />
<Compile Include="Message\FilterCategory.cs" />
<Compile Include="Message\IActionMessage.cs" />
<Compile Include="Message\IBoundedFilterMessage.cs" />
<Compile Include="Message\ICanceledFilterMessage.cs" />
<Compile Include="Message\IChildActionMessage.cs" />
<Compile Include="Message\IExceptionFilterMessage.cs" />
<Compile Include="Message\IExecutionMessage.cs" />
<Compile Include="Message\IFilterMessage.cs" />
<Compile Include="Message\IInvokeActionResultMessage.cs" />
<Compile Include="Message\MvcTimelineExtension.cs" />
<Compile Include="Message\Timeline.cs" />
<Compile Include="Model\DefaultValueModel.cs" />
<Compile Include="Model\ExecutionModel.cs" />
<Compile Include="Model\MetadataContentModel.cs" />
<Compile Include="Model\MetadataItemModel.cs" />
<Compile Include="Model\MetadataPropertyItemModel.cs" />
<Compile Include="Model\ModelBindingModel.cs" />
<Compile Include="Model\ViewModelSummary.cs" />
<Compile Include="Model\ViewsModel.cs" />
<Compile Include="Inspector\DependencyInjectionInspector.cs" />
<Compile Include="Inspector\ExecutionInspector.cs" />
<Compile Include="Inspector\ModelBinderInspector.cs" />
<Compile Include="Inspector\ViewEngineInspector.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<Compile Include="SerializationConverter\CultureConverter.cs" />
<Compile Include="SerializationConverter\ListOfExecutionModelConverter.cs" />
<Compile Include="SerializationConverter\ListOfMetadataItemModelConverter.cs" />
<Compile Include="SerializationConverter\ListOfViewsModelConverter.cs" />
<Compile Include="SerializationConverter\UrlParameterConverter.cs" />
<Compile Include="Tab\Execution.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Tab\Metadata.cs" />
<Compile Include="Tab\ModelBinding.cs" />
<Compile Include="Tab\Views.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Glimpse.AspNet\Glimpse.AspNet.csproj">
<Project>{FDDFC8A6-CDDF-4BC6-9F07-E76050E1EEE7}</Project>
<Name>Glimpse.AspNet</Name>
</ProjectReference>
<ProjectReference Include="..\Glimpse.Core\Glimpse.Core.csproj">
<Project>{C1289CE8-3259-41D9-893E-7A4E6F772D30}</Project>
<Name>Glimpse.Core</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="$(SolutionDir)\.nuget\nuget.targets" />
<!-- 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.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
<PropertyGroup>
<StyleCopMSBuildTargetsFile>..\..\packages\StyleCop.MSBuild.4.7.40.0\tools\StyleCop.targets</StyleCopMSBuildTargetsFile>
</PropertyGroup>
<Import Condition="Exists('$(StyleCopMSBuildTargetsFile)')" Project="$(StyleCopMSBuildTargetsFile)" />
<PropertyGroup>
<StyleCopMSBuildMessageMissing>Failed to import StyleCop.MSBuild targets from '$(StyleCopMSBuildTargetsFile)'. The StyleCop.MSBuild package was either missing or incomplete when the project was loaded. Ensure that the package is present and then restart the build. If you are using an IDE (e.g. Visual Studio), reload the project before restarting the build.</StyleCopMSBuildMessageMissing>
<StyleCopMSBuildMessagePresent>Failed to import StyleCop.MSBuild targets from '$(StyleCopMSBuildTargetsFile)'. The StyleCop.MSBuild package was either missing or incomplete when the project was loaded (but is now present). To fix this, restart the build. If you are using an IDE (e.g. Visual Studio), reload the project before restarting the build.</StyleCopMSBuildMessagePresent>
<StyleCopMSBuildMessageRestore>Failed to import StyleCop.MSBuild targets from '$(StyleCopMSBuildTargetsFile)'. The StyleCop.MSBuild package was either missing or incomplete when the project was loaded. To fix this, restore the package and then restart the build. If you are using an IDE (e.g. Visual Studio), you may need to reload the project before restarting the build. Note that regular NuGet package restore (during build) does not work with this package because the package needs to be present before the project is loaded. If this is an automated build (e.g. CI server), you may want to ensure that the build process restores the StyleCop.MSBuild package before the project is built.</StyleCopMSBuildMessageRestore>
<StyleCopMSBuildMessageRestored>Failed to import StyleCop.MSBuild targets from '$(StyleCopMSBuildTargetsFile)'. The StyleCop.MSBuild package was either missing or incomplete when the project was loaded (but is now present). To fix this, restart the build. If you are using an IDE (e.g. Visual Studio), reload the project before restarting the build. Note that when using regular NuGet package restore (during build) the package will not be available for the initial build because the package needs to be present before the project is loaded. If package restore executes successfully in the intitial build then the package will be available for subsequent builds. If this is an automated build (e.g. CI server), you may want to ensure that the build process restores the StyleCop.MSBuild package before the initial build.</StyleCopMSBuildMessageRestored>
</PropertyGroup>
<Target Name="StyleCopMSBuildTargetsNotFound">
<Warning Condition="!Exists('$(StyleCopMSBuildTargetsFile)') And $(RestorePackages)!=true And $(StyleCopTreatErrorsAsWarnings)!=false" Text="$(StyleCopMSBuildMessageMissing)" />
<Warning Condition="Exists('$(StyleCopMSBuildTargetsFile)') And $(RestorePackages)!=true And $(StyleCopTreatErrorsAsWarnings)!=false" Text="$(StyleCopMSBuildMessagePresent)" />
<Warning Condition="!Exists('$(StyleCopMSBuildTargetsFile)') And $(RestorePackages)==true And $(StyleCopTreatErrorsAsWarnings)!=false" Text="$(StyleCopMSBuildMessageRestore)" />
<Warning Condition="Exists('$(StyleCopMSBuildTargetsFile)') And $(RestorePackages)==true And $(StyleCopTreatErrorsAsWarnings)!=false" Text="$(StyleCopMSBuildMessageRestored)" />
<Error Condition="!Exists('$(StyleCopMSBuildTargetsFile)') And $(RestorePackages)!=true And $(StyleCopTreatErrorsAsWarnings)==false" Text="$(StyleCopMSBuildMessageMissing)" />
<Error Condition="Exists('$(StyleCopMSBuildTargetsFile)') And $(RestorePackages)!=true And $(StyleCopTreatErrorsAsWarnings)==false" Text="$(StyleCopMSBuildMessagePresent)" />
<Error Condition="!Exists('$(StyleCopMSBuildTargetsFile)') And $(RestorePackages)==true And $(StyleCopTreatErrorsAsWarnings)==false" Text="$(StyleCopMSBuildMessageRestore)" />
<Error Condition="Exists('$(StyleCopMSBuildTargetsFile)') And $(RestorePackages)==true And $(StyleCopTreatErrorsAsWarnings)==false" Text="$(StyleCopMSBuildMessageRestored)" />
</Target>
<PropertyGroup>
<PrepareForBuildDependsOn Condition="!Exists('$(StyleCopMSBuildTargetsFile)')">StyleCopMSBuildTargetsNotFound;$(PrepareForBuildDependsOn)</PrepareForBuildDependsOn>
</PropertyGroup>
</Project>
22 changes: 22 additions & 0 deletions source/Glimpse.Mvc/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using Glimpse.Core.Extensibility;

[assembly: ComVisible(false)]
[assembly: Guid("751c5691-28de-4b8d-ba4d-dde77a91efa9")]

[assembly: AssemblyTitle("Glimpse for ASP.NET MVC 3 Assembly")]
[assembly: AssemblyDescription("Glimpse extensions and tabs for ASP.NET MVC 3.")]
[assembly: AssemblyProduct("Glimpse.Mvc3")]
[assembly: AssemblyCopyright("© 2012 Nik Molnar & Anthony van der Hoorn")]
[assembly: AssemblyTrademark("Glimpse™")]

// Version is in major.minor.build format to support http://semver.org/
// Keep these three attributes in sync
[assembly: AssemblyVersion("1.0.1")]
[assembly: AssemblyFileVersion("1.0.1")]
[assembly: AssemblyInformationalVersion("1.0.1")] // Used to specify the NuGet version number at build time

[assembly: InternalsVisibleTo("Glimpse.Test.Mvc")]
[assembly: NuGetPackage]
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 8 additions & 0 deletions source/Glimpse.Mvc/packages.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Microsoft.AspNet.Mvc" version="3.0.20105.1" targetFramework="net40" />
<package id="Microsoft.AspNet.Razor" version="1.0.20105.408" targetFramework="net40" />
<package id="Microsoft.AspNet.WebPages" version="1.0.20105.408" targetFramework="net40" />
<package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net40" />
<package id="StyleCop.MSBuild" version="4.7.40.0" targetFramework="net40" />
</packages>
4 changes: 2 additions & 2 deletions source/Glimpse.Mvc2/Glimpse.Mvc2.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,14 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\Glimpse.Mvc3\**\*.cs" Exclude="..\Glimpse.Mvc3\Properties\AssemblyInfo.cs;..\Glimpse.Mvc3\Inspector\DependencyInjectionInspector.cs;..\Glimpse.Mvc3\AlternateType\DependencyResolver.cs;..\Glimpse.Mvc3\AlternateType\ModelBinderProvider.cs;">
<Compile Include="..\Glimpse.Mvc\**\*.cs" Exclude="..\Glimpse.Mvc\Properties\AssemblyInfo.cs;..\Glimpse.Mvc\Inspector\DependencyInjectionInspector.cs;..\Glimpse.Mvc\AlternateType\DependencyResolver.cs;..\Glimpse.Mvc\AlternateType\ModelBinderProvider.cs;">
<Link />
</Compile>
<Compile Include="Backport\IUnvalidatedValueProvider.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="..\Glimpse.Mvc3\Resources.resx" />
<EmbeddedResource Include="..\Glimpse.Mvc\Resources.resx" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Glimpse.AspNet.Net35\Glimpse.AspNet.Net35.csproj">
Expand Down
Loading

0 comments on commit b80e1d1

Please sign in to comment.