-
Notifications
You must be signed in to change notification settings - Fork 3
/
solution.sln
52 lines (52 loc) · 3.23 KB
/
solution.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34202.233
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "example_project", "example_project\example_project.vcxproj", "{426BA961-580F-4B6B-9D56-8BAD4AEF88CD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ProjectLauncher", "ProjectLauncher\ProjectLauncher.csproj", "{635C1291-3EBA-48B4-B9F5-801AE4FB78EC}"
ProjectSection(ProjectDependencies) = postProject
{426BA961-580F-4B6B-9D56-8BAD4AEF88CD} = {426BA961-580F-4B6B-9D56-8BAD4AEF88CD}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RegAutomation", "RegAutomation\RegAutomation\RegAutomation.csproj", "{008A9867-2168-40B3-BC40-B1CD74E67877}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RegAutomation.Core", "RegAutomation\RegAutomation.Core\RegAutomation.Core.csproj", "{343B8397-9461-406E-B32E-6358B6F51AFA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RegAutomation.Core.Tests", "RegAutomation\RegAutomation.Core.Tests\RegAutomation.Core.Tests.csproj", "{B9DC3FB9-B58B-4231-9F34-901821C6858F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{426BA961-580F-4B6B-9D56-8BAD4AEF88CD}.Debug|Any CPU.ActiveCfg = editor|x64
{426BA961-580F-4B6B-9D56-8BAD4AEF88CD}.Debug|Any CPU.Build.0 = editor|x64
{426BA961-580F-4B6B-9D56-8BAD4AEF88CD}.Release|Any CPU.ActiveCfg = editor|x64
{426BA961-580F-4B6B-9D56-8BAD4AEF88CD}.Release|Any CPU.Build.0 = editor|x64
{635C1291-3EBA-48B4-B9F5-801AE4FB78EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{635C1291-3EBA-48B4-B9F5-801AE4FB78EC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{635C1291-3EBA-48B4-B9F5-801AE4FB78EC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{635C1291-3EBA-48B4-B9F5-801AE4FB78EC}.Release|Any CPU.Build.0 = Release|Any CPU
{008A9867-2168-40B3-BC40-B1CD74E67877}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{008A9867-2168-40B3-BC40-B1CD74E67877}.Debug|Any CPU.Build.0 = Debug|Any CPU
{008A9867-2168-40B3-BC40-B1CD74E67877}.Release|Any CPU.ActiveCfg = Release|Any CPU
{008A9867-2168-40B3-BC40-B1CD74E67877}.Release|Any CPU.Build.0 = Release|Any CPU
{343B8397-9461-406E-B32E-6358B6F51AFA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{343B8397-9461-406E-B32E-6358B6F51AFA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{343B8397-9461-406E-B32E-6358B6F51AFA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{343B8397-9461-406E-B32E-6358B6F51AFA}.Release|Any CPU.Build.0 = Release|Any CPU
{B9DC3FB9-B58B-4231-9F34-901821C6858F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B9DC3FB9-B58B-4231-9F34-901821C6858F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B9DC3FB9-B58B-4231-9F34-901821C6858F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B9DC3FB9-B58B-4231-9F34-901821C6858F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5697124C-E4A3-410D-9228-6E0287F78C05}
EndGlobalSection
EndGlobal