-
Notifications
You must be signed in to change notification settings - Fork 0
/
RapidIoC.sln
37 lines (37 loc) · 2 KB
/
RapidIoC.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32616.157
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RapidIoC", "RapidIoC\RapidIoC.csproj", "{B2595183-33F2-4C22-A9EE-3F4655E8F534}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests", "Tests\Tests.csproj", "{A1E20149-C114-4994-A7F7-5E20877D8C9E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CodeUtils", "CodeUtils\CodeUtils\CodeUtils.csproj", "{BA96380C-E0A1-429F-8999-292824340A15}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B2595183-33F2-4C22-A9EE-3F4655E8F534}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B2595183-33F2-4C22-A9EE-3F4655E8F534}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B2595183-33F2-4C22-A9EE-3F4655E8F534}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B2595183-33F2-4C22-A9EE-3F4655E8F534}.Release|Any CPU.Build.0 = Release|Any CPU
{A1E20149-C114-4994-A7F7-5E20877D8C9E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A1E20149-C114-4994-A7F7-5E20877D8C9E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A1E20149-C114-4994-A7F7-5E20877D8C9E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A1E20149-C114-4994-A7F7-5E20877D8C9E}.Release|Any CPU.Build.0 = Release|Any CPU
{BA96380C-E0A1-429F-8999-292824340A15}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BA96380C-E0A1-429F-8999-292824340A15}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BA96380C-E0A1-429F-8999-292824340A15}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BA96380C-E0A1-429F-8999-292824340A15}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8CD5F8F7-1084-4199-93F4-FE64D067EF08}
EndGlobalSection
EndGlobal