Skip to content

Commit b0d3a98

Browse files
committed
Move project files to a directory
1 parent d2d339a commit b0d3a98

File tree

11 files changed

+9
-9
lines changed

11 files changed

+9
-9
lines changed

InertiaCore.sln

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

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "InertiaCore", "InertiaCore.csproj", "{91B0802C-4C03-4C7C-8043-140C98BB7341}"
3+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "InertiaCore", "InertiaCore\InertiaCore.csproj", "{E7957EFC-8B8D-4E9B-8C6E-2C7542B3FB26}"
44
EndProject
55
Global
66
GlobalSection(SolutionConfigurationPlatforms) = preSolution
77
Debug|Any CPU = Debug|Any CPU
88
Release|Any CPU = Release|Any CPU
99
EndGlobalSection
1010
GlobalSection(ProjectConfigurationPlatforms) = postSolution
11-
{91B0802C-4C03-4C7C-8043-140C98BB7341}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
12-
{91B0802C-4C03-4C7C-8043-140C98BB7341}.Debug|Any CPU.Build.0 = Debug|Any CPU
13-
{91B0802C-4C03-4C7C-8043-140C98BB7341}.Release|Any CPU.ActiveCfg = Release|Any CPU
14-
{91B0802C-4C03-4C7C-8043-140C98BB7341}.Release|Any CPU.Build.0 = Release|Any CPU
11+
{E7957EFC-8B8D-4E9B-8C6E-2C7542B3FB26}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
12+
{E7957EFC-8B8D-4E9B-8C6E-2C7542B3FB26}.Debug|Any CPU.Build.0 = Debug|Any CPU
13+
{E7957EFC-8B8D-4E9B-8C6E-2C7542B3FB26}.Release|Any CPU.ActiveCfg = Release|Any CPU
14+
{E7957EFC-8B8D-4E9B-8C6E-2C7542B3FB26}.Release|Any CPU.Build.0 = Release|Any CPU
1515
EndGlobalSection
1616
EndGlobal
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

InertiaCore.csproj renamed to InertiaCore/InertiaCore.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
</PropertyGroup>
1818

1919
<ItemGroup>
20-
<PackageReference Include="Microsoft.AspNetCore.App" Version="2.2.8"/>
21-
<PackageReference Include="TypeMerger" Version="2.1.1"/>
20+
<PackageReference Include="Microsoft.AspNetCore.App" Version="2.2.8" />
21+
<PackageReference Include="TypeMerger" Version="2.1.1" />
2222
</ItemGroup>
2323

2424
<ItemGroup>
25-
<None Include="LICENSE" Pack="true" PackagePath=""/>
26-
<None Include="README.md" Pack="true" PackagePath=""/>
25+
<None Include="../LICENSE" Pack="true" PackagePath="" />
26+
<None Include="../README.md" Pack="true" PackagePath="" />
2727
</ItemGroup>
2828
</Project>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)