Skip to content

Commit 4d7f253

Browse files
Rename projects.
1 parent 42d89b1 commit 4d7f253

File tree

6 files changed

+4
-4
lines changed

6 files changed

+4
-4
lines changed

LazyProxy.Sample/LazyProxy.Sample.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
<TargetFramework>netcoreapp2.0</TargetFramework>
55
</PropertyGroup>
66
<ItemGroup>
7-
<ProjectReference Include="..\LazyProxy.Core\LazyProxy.Core.csproj" />
7+
<ProjectReference Include="..\LazyProxy\LazyProxy.csproj" />
88
</ItemGroup>
99
</Project>

LazyProxy.Core.Tests/LazyProxy.Core.Tests.csproj renamed to LazyProxy.Tests/LazyProxy.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
<DotNetCliToolReference Include="dotnet-xunit" Version="2.3.1" />
1212
</ItemGroup>
1313
<ItemGroup>
14-
<ProjectReference Include="..\LazyProxy.Core\LazyProxy.Core.csproj" />
14+
<ProjectReference Include="..\LazyProxy\LazyProxy.csproj" />
1515
</ItemGroup>
1616
</Project>

LazyProxy.sln

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LazyProxy.Core", "LazyProxy.Core\LazyProxy.Core.csproj", "{4D46F079-C9C1-47AC-8A75-B89DCFDFFE07}"
3+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LazyProxy", "LazyProxy\LazyProxy.csproj", "{4D46F079-C9C1-47AC-8A75-B89DCFDFFE07}"
44
EndProject
55
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LazyProxy.Sample", "LazyProxy.Sample\LazyProxy.Sample.csproj", "{3C038BA1-52B1-4C0A-B7CD-DDE48287EE74}"
66
EndProject
7-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LazyProxy.Core.Tests", "LazyProxy.Core.Tests\LazyProxy.Core.Tests.csproj", "{A99EBCD2-140E-4A72-AA3F-DC018B2F3F7D}"
7+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LazyProxy.Tests", "LazyProxy.Tests\LazyProxy.Tests.csproj", "{A99EBCD2-140E-4A72-AA3F-DC018B2F3F7D}"
88
EndProject
99
Global
1010
GlobalSection(SolutionConfigurationPlatforms) = preSolution
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)