Skip to content

Commit

Permalink
Sample.Console -> Samples.Console (and it works!)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCraver committed Dec 20, 2016
1 parent 23b1ceb commit 841963d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 11 deletions.
4 changes: 2 additions & 2 deletions MiniProfiler.sln
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.25928.0
VisualStudioVersion = 15.0.26014.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{CC40098D-04F2-4F43-B5CF-B74F74351761}"
ProjectSection(SolutionItems) = preProject
Expand All @@ -18,7 +18,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MiniProfiler.Tests", "tests
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MiniProfiler.EntityFramework", "src\MiniProfiler.EntityFramework\MiniProfiler.EntityFramework.csproj", "{4DFA7AD2-FCAE-44DB-AF5C-F26ABA93DBDC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sample.Console", "samples\Sample.Console\Sample.Console.csproj", "{58DA79DE-F30B-4068-BEE9-013C9360CD74}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Samples.Console", "samples\Samples.Console\Samples.Console.csproj", "{58DA79DE-F30B-4068-BEE9-013C9360CD74}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MiniProfiler.Mvc", "src\MiniProfiler.Mvc\MiniProfiler.Mvc.csproj", "{074BCD84-3E44-4140-9918-C09FCBEEC09F}"
EndProject
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
<!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
</configSections>
<startup>
<supportedRuntime version="v4.5" sku=".NETFramework,Version=v4.5" />
</startup>

<entityFramework>
<defaultConnectionFactory type="System.Data.Entity.Infrastructure.LocalDbConnectionFactory, EntityFramework">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
using Dapper;
using StackExchange.Profiling;

namespace Sample.Console
namespace Samples.Console
{
/// <summary>
/// simple sample console application.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0">
<PropertyGroup>
<TargetFrameworks>net45</TargetFrameworks>
<AssemblyName>Sample.Console</AssemblyName>
<AssemblyName>Samples.Console</AssemblyName>
<OutputType>Exe</OutputType>
<OutputPath>bin\$(Configuration)\</OutputPath>
<RuntimeIdentifier>win7-x64</RuntimeIdentifier>
Expand All @@ -14,11 +14,7 @@
<ProjectReference Include="..\..\src\MiniProfiler\MiniProfiler.csproj" />
<ProjectReference Include="..\..\src\MiniProfiler.Shared\MiniProfiler.Shared.csproj" />
<PackageReference Include="Dapper.StrongName" Version="1.50.2" />
<PackageReference Include="EntityFramework" Version="6.1.3" />
<PackageReference Include="System.Data.SQLite" Version="1.0.103" />
<PackageReference Include="System.Data.SQLite.Core" Version="1.0.103" />
<PackageReference Include="System.Data.SQLite.EF6" Version="1.0.103" />
<PackageReference Include="System.Data.SQLite.Linq" Version="1.0.103" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System" />
<Reference Include="System.ComponentModel.DataAnnotations" />
Expand Down

0 comments on commit 841963d

Please sign in to comment.