Skip to content

Commit 26437bd

Browse files
committed
change folder structure
1 parent 6ab5d4e commit 26437bd

4 files changed

Lines changed: 27 additions & 0 deletions

File tree

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio Version 17
4+
VisualStudioVersion = 17.0.31903.59
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{B8792F7D-87C0-461E-AD7F-6ACFE5261FF9}"
7+
EndProject
8+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Netcorext.Extensions.Threading.Locker", "src\Netcorext.Extensions.Threading.Locker\Netcorext.Extensions.Threading.Locker.csproj", "{D7C407CF-8CE4-4B13-B084-348D3A1504CA}"
9+
EndProject
10+
Global
11+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
12+
Debug|Any CPU = Debug|Any CPU
13+
Release|Any CPU = Release|Any CPU
14+
EndGlobalSection
15+
GlobalSection(SolutionProperties) = preSolution
16+
HideSolutionNode = FALSE
17+
EndGlobalSection
18+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
19+
{D7C407CF-8CE4-4B13-B084-348D3A1504CA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
20+
{D7C407CF-8CE4-4B13-B084-348D3A1504CA}.Debug|Any CPU.Build.0 = Debug|Any CPU
21+
{D7C407CF-8CE4-4B13-B084-348D3A1504CA}.Release|Any CPU.ActiveCfg = Release|Any CPU
22+
{D7C407CF-8CE4-4B13-B084-348D3A1504CA}.Release|Any CPU.Build.0 = Release|Any CPU
23+
EndGlobalSection
24+
GlobalSection(NestedProjects) = preSolution
25+
{D7C407CF-8CE4-4B13-B084-348D3A1504CA} = {B8792F7D-87C0-461E-AD7F-6ACFE5261FF9}
26+
EndGlobalSection
27+
EndGlobal

KeyLocker.cs renamed to src/Netcorext.Extensions.Threading.Locker/KeyLocker.cs

File renamed without changes.

KeyState.cs renamed to src/Netcorext.Extensions.Threading.Locker/KeyState.cs

File renamed without changes.

Netcorext.Extensions.Threading.Locker.csproj renamed to src/Netcorext.Extensions.Threading.Locker/Netcorext.Extensions.Threading.Locker.csproj

File renamed without changes.

0 commit comments

Comments
 (0)