-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathRegFile.sln
42 lines (42 loc) · 2.24 KB
/
RegFile.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.32106.194
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RegFile", "RegFile\RegFile.csproj", "{EF1D249C-6EE0-4A39-B0FE-1CEED050D310}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RegFile.Tests", "RegFile.Tests\RegFile.Tests.csproj", "{DE57FBB3-FE61-4127-8A60-C46A2F6F122E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RegImport", "RegImport\RegImport.csproj", "{5C43F283-25A7-48FA-AE16-02A0AD10F24B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{633A1CB4-4BE2-4712-A58B-1E793C191A1B}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EF1D249C-6EE0-4A39-B0FE-1CEED050D310}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EF1D249C-6EE0-4A39-B0FE-1CEED050D310}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EF1D249C-6EE0-4A39-B0FE-1CEED050D310}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EF1D249C-6EE0-4A39-B0FE-1CEED050D310}.Release|Any CPU.Build.0 = Release|Any CPU
{DE57FBB3-FE61-4127-8A60-C46A2F6F122E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DE57FBB3-FE61-4127-8A60-C46A2F6F122E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DE57FBB3-FE61-4127-8A60-C46A2F6F122E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DE57FBB3-FE61-4127-8A60-C46A2F6F122E}.Release|Any CPU.Build.0 = Release|Any CPU
{5C43F283-25A7-48FA-AE16-02A0AD10F24B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5C43F283-25A7-48FA-AE16-02A0AD10F24B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5C43F283-25A7-48FA-AE16-02A0AD10F24B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5C43F283-25A7-48FA-AE16-02A0AD10F24B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AA022100-2B1E-4380-8217-85170196729A}
EndGlobalSection
EndGlobal