-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathNeFSedit.sln
66 lines (66 loc) · 4.3 KB
/
NeFSedit.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32210.238
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VictorBush.Ego.NefsEdit", "VictorBush.Ego.NefsEdit\VictorBush.Ego.NefsEdit.csproj", "{FFDA0019-DFB4-4928-91F0-A0D7D18518D1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2C89B121-5782-4369-AB4E-318ACDD6024F}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
CHANGES.md = CHANGES.md
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
README.md = README.md
SharedAssemblyInfo.cs = SharedAssemblyInfo.cs
TODO.md = TODO.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VictorBush.Ego.NefsLib", "VictorBush.Ego.NefsLib\VictorBush.Ego.NefsLib.csproj", "{C3A546A4-7C78-4FA2-98DD-D056858A57D9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VictorBush.Ego.NefsLib.Tests", "VictorBush.Ego.NefsLib.Tests\VictorBush.Ego.NefsLib.Tests.csproj", "{2F06464E-5954-4A40-A3CE-A8529E7371E2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VictorBush.Ego.NefsEdit.Tests", "VictorBush.Ego.NefsEdit.Tests\VictorBush.Ego.NefsEdit.Tests.csproj", "{40723AAF-DC4B-4DFE-BE01-90C562C7E298}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VictorBush.Ego.NefsCommon.InjectionDatabase.Tests", "VictorBush.Ego.NefsCommon\VictorBush.Ego.NefsCommon.InjectionDatabase.Tests\VictorBush.Ego.NefsCommon.InjectionDatabase.Tests.csproj", "{181257C0-BBE9-408C-B3EF-3BD12E0F7AF3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VictorBush.Ego.NefsCommon.InjectionDatabase", "VictorBush.Ego.NefsCommon\VictorBush.Ego.NefsCommon.InjectionDatabase\VictorBush.Ego.NefsCommon.InjectionDatabase.csproj", "{D9336E22-6F6C-43F3-A5A5-71C0C81B85EE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FFDA0019-DFB4-4928-91F0-A0D7D18518D1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FFDA0019-DFB4-4928-91F0-A0D7D18518D1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FFDA0019-DFB4-4928-91F0-A0D7D18518D1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FFDA0019-DFB4-4928-91F0-A0D7D18518D1}.Release|Any CPU.Build.0 = Release|Any CPU
{C3A546A4-7C78-4FA2-98DD-D056858A57D9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C3A546A4-7C78-4FA2-98DD-D056858A57D9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C3A546A4-7C78-4FA2-98DD-D056858A57D9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C3A546A4-7C78-4FA2-98DD-D056858A57D9}.Release|Any CPU.Build.0 = Release|Any CPU
{2F06464E-5954-4A40-A3CE-A8529E7371E2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2F06464E-5954-4A40-A3CE-A8529E7371E2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2F06464E-5954-4A40-A3CE-A8529E7371E2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2F06464E-5954-4A40-A3CE-A8529E7371E2}.Release|Any CPU.Build.0 = Release|Any CPU
{40723AAF-DC4B-4DFE-BE01-90C562C7E298}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{40723AAF-DC4B-4DFE-BE01-90C562C7E298}.Debug|Any CPU.Build.0 = Debug|Any CPU
{40723AAF-DC4B-4DFE-BE01-90C562C7E298}.Release|Any CPU.ActiveCfg = Release|Any CPU
{40723AAF-DC4B-4DFE-BE01-90C562C7E298}.Release|Any CPU.Build.0 = Release|Any CPU
{181257C0-BBE9-408C-B3EF-3BD12E0F7AF3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{181257C0-BBE9-408C-B3EF-3BD12E0F7AF3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{181257C0-BBE9-408C-B3EF-3BD12E0F7AF3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{181257C0-BBE9-408C-B3EF-3BD12E0F7AF3}.Release|Any CPU.Build.0 = Release|Any CPU
{D9336E22-6F6C-43F3-A5A5-71C0C81B85EE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D9336E22-6F6C-43F3-A5A5-71C0C81B85EE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D9336E22-6F6C-43F3-A5A5-71C0C81B85EE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D9336E22-6F6C-43F3-A5A5-71C0C81B85EE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {96BAF5C3-ACAE-4EA2-A81B-9786B47F2895}
EndGlobalSection
EndGlobal