Skip to content

Commit a5c0f5f

Browse files
committed
correct path typos
1 parent 89c7995 commit a5c0f5f

14 files changed

Lines changed: 7 additions & 8 deletions

Microsoft.AspNet.OutputCache.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.AspNet.OutputCach
77
EndProject
88
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.AspNet.OutputCache.CustomOutputCacheProvider", "test\CustomOutputCacheProvider\Microsoft.AspNet.OutputCache.CustomOutputCacheProvider.csproj", "{A8F3E399-BCAF-4F3E-BC16-5CA98A779916}"
99
EndProject
10-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.AspNet.OutputCache.SQLAsyncOutputCacheProvider", "src\SQLOutputCacheAsyncProvider\Microsoft.AspNet.OutputCache.SQLAsyncOutputCacheProvider.csproj", "{062FD141-4E51-4943-8C69-385DDE3D2792}"
10+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.AspNet.OutputCache.SQLAsyncOutputCacheProvider", "src\SQLAsyncOutputCacheProvider\Microsoft.AspNet.OutputCache.SQLAsyncOutputCacheProvider.csproj", "{062FD141-4E51-4943-8C69-385DDE3D2792}"
1111
EndProject
1212
Global
1313
GlobalSection(SolutionConfigurationPlatforms) = preSolution

MicrosoftAspNetOutputCache.msbuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<ItemGroup>
55
<AssemblyProject Include="src\OutputCacheModuleAsync\Microsoft.AspNet.OutputCache.OutputCacheModuleAsync.csproj" />
6-
<AssemblyProject Include="src\SQLOutputCacheAsyncProvider\Microsoft.AspNet.OutputCache.SQLAsyncOutputCacheProvider.csproj" />
6+
<AssemblyProject Include="src\SQLAsyncOutputCacheProvider\Microsoft.AspNet.OutputCache.SQLAsyncOutputCacheProvider.csproj" />
77
<AssemblyProject Include="test\CustomOutputCacheProvider\Microsoft.AspNet.OutputCache.CustomOutputCacheProvider.csproj" />
88
</ItemGroup>
99
<ItemGroup>
File renamed without changes.

src/SQLOutputCacheAsyncProvider/Microsoft.AspNet.OutputCache.SQLAsyncOutputCacheProvider.csproj renamed to src/SQLAsyncOutputCacheProvider/Microsoft.AspNet.OutputCache.SQLAsyncOutputCacheProvider.csproj

File renamed without changes.

Microsoft.AspNet.OutputCache.SQLOutputCacheAsyncProvider/Microsoft.AspNet.OutputCache.SQLAsyncOutputCacheProvider.csproj.user renamed to src/SQLAsyncOutputCacheProvider/Microsoft.AspNet.OutputCache.SQLAsyncOutputCacheProvider.csproj.user

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
44
<UseIISExpress>true</UseIISExpress>
5-
<ProjectView>ProjectFiles</ProjectView>
65
</PropertyGroup>
76
<ProjectExtensions>
87
<VisualStudio>

src/SQLOutputCacheAsyncProvider/Properties/AssemblyInfo.cs renamed to src/SQLAsyncOutputCacheProvider/Properties/AssemblyInfo.cs

File renamed without changes.

src/SQLOutputCacheAsyncProvider/SQLAsyncOutputCacheProvider.cs renamed to src/SQLAsyncOutputCacheProvider/SQLAsyncOutputCacheProvider.cs

File renamed without changes.
File renamed without changes.
File renamed without changes.

src/packages/Packages.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " />
2020
<ItemGroup>
2121
<NuGetProject Include="OutputCacheModuleAsync.nupkg\Microsoft.AspNet.OutputCache.OutputCacheModuleAsync.nuproj" />
22-
<NuGetProject Include="SQLOutputCacheAsyncProvider.nupkg\Microsoft.AspNet.OutputCache.SQLOutputCacheAsyncProvider.nuproj" />
22+
<NuGetProject Include="SQLAsyncOutputCacheProvider.nupkg\Microsoft.AspNet.OutputCache.SQLAsyncOutputCacheProvider.nuproj" />
2323
<NuGetProject Include="CustomOutputCacheProvider.nupkg\Microsoft.AspNet.OutputCache.CustomOutputCacheProvider.nuproj" />
2424
</ItemGroup>
2525
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />

0 commit comments

Comments
 (0)