Skip to content

Commit 9b3ad6c

Browse files
committed
Changed directory structure
1 parent 1659ab9 commit 9b3ad6c

21 files changed

+13
-13
lines changed

tests/AssetManagementBase.Tests.csproj renamed to AssetManagementBase.Tests/AssetManagementBase.Tests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
</ItemGroup>
2020

2121
<ItemGroup>
22-
<ProjectReference Include="..\src\AssetManagementBase.csproj" />
22+
<ProjectReference Include="..\AssetManagementBase\AssetManagementBase.csproj" />
2323
</ItemGroup>
2424

2525
<ItemGroup>
File renamed without changes.
File renamed without changes.
File renamed without changes.

AssetManagementBase.sln

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio Version 16
4-
VisualStudioVersion = 16.0.31410.357
3+
# Visual Studio Version 17
4+
VisualStudioVersion = 17.8.34322.80
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AssetManagementBase", "src\AssetManagementBase.csproj", "{7692A84C-70E5-4F57-B3E3-DB2E3F7C0C74}"
6+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AssetManagementBase", "AssetManagementBase\AssetManagementBase.csproj", "{00A80433-C703-4657-AFC1-5A16B674DB02}"
77
EndProject
8-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AssetManagementBase.Tests", "tests\AssetManagementBase.Tests.csproj", "{39DC2CF5-8C53-437E-BD06-B8D21719FEA5}"
8+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AssetManagementBase.Tests", "AssetManagementBase.Tests\AssetManagementBase.Tests.csproj", "{1E20192D-CF24-43E0-B958-3BB558A374B7}"
99
EndProject
1010
Global
1111
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1212
Debug|Any CPU = Debug|Any CPU
1313
Release|Any CPU = Release|Any CPU
1414
EndGlobalSection
1515
GlobalSection(ProjectConfigurationPlatforms) = postSolution
16-
{7692A84C-70E5-4F57-B3E3-DB2E3F7C0C74}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
17-
{7692A84C-70E5-4F57-B3E3-DB2E3F7C0C74}.Debug|Any CPU.Build.0 = Debug|Any CPU
18-
{7692A84C-70E5-4F57-B3E3-DB2E3F7C0C74}.Release|Any CPU.ActiveCfg = Release|Any CPU
19-
{7692A84C-70E5-4F57-B3E3-DB2E3F7C0C74}.Release|Any CPU.Build.0 = Release|Any CPU
20-
{39DC2CF5-8C53-437E-BD06-B8D21719FEA5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
21-
{39DC2CF5-8C53-437E-BD06-B8D21719FEA5}.Debug|Any CPU.Build.0 = Debug|Any CPU
22-
{39DC2CF5-8C53-437E-BD06-B8D21719FEA5}.Release|Any CPU.ActiveCfg = Release|Any CPU
23-
{39DC2CF5-8C53-437E-BD06-B8D21719FEA5}.Release|Any CPU.Build.0 = Release|Any CPU
16+
{00A80433-C703-4657-AFC1-5A16B674DB02}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
17+
{00A80433-C703-4657-AFC1-5A16B674DB02}.Debug|Any CPU.Build.0 = Debug|Any CPU
18+
{00A80433-C703-4657-AFC1-5A16B674DB02}.Release|Any CPU.ActiveCfg = Release|Any CPU
19+
{00A80433-C703-4657-AFC1-5A16B674DB02}.Release|Any CPU.Build.0 = Release|Any CPU
20+
{1E20192D-CF24-43E0-B958-3BB558A374B7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
21+
{1E20192D-CF24-43E0-B958-3BB558A374B7}.Debug|Any CPU.Build.0 = Debug|Any CPU
22+
{1E20192D-CF24-43E0-B958-3BB558A374B7}.Release|Any CPU.ActiveCfg = Release|Any CPU
23+
{1E20192D-CF24-43E0-B958-3BB558A374B7}.Release|Any CPU.Build.0 = Release|Any CPU
2424
EndGlobalSection
2525
GlobalSection(SolutionProperties) = preSolution
2626
HideSolutionNode = FALSE
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)