-
Notifications
You must be signed in to change notification settings - Fork 1
/
SpeciFire.sln
37 lines (37 loc) · 2.1 KB
/
SpeciFire.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 16
VisualStudioVersion = 16.0.30323.103
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SpeciFire", "SpeciFire\SpeciFire.csproj", "{B53C65E8-B72D-4578-A2BE-BA307F9DE5FF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SpeciFire.DependencyInjection", "SpeciFire.DependencyInjection\SpeciFire.DependencyInjection.csproj", "{DD17F4B7-BDEC-49CE-A51C-828CF7D8C3DB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SpeciFire.TestConsole", "SpeciFire.TestConsole\SpeciFire.TestConsole.csproj", "{DB44DB6E-32B9-42CF-9909-213236D30576}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B53C65E8-B72D-4578-A2BE-BA307F9DE5FF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B53C65E8-B72D-4578-A2BE-BA307F9DE5FF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B53C65E8-B72D-4578-A2BE-BA307F9DE5FF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B53C65E8-B72D-4578-A2BE-BA307F9DE5FF}.Release|Any CPU.Build.0 = Release|Any CPU
{DD17F4B7-BDEC-49CE-A51C-828CF7D8C3DB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DD17F4B7-BDEC-49CE-A51C-828CF7D8C3DB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DD17F4B7-BDEC-49CE-A51C-828CF7D8C3DB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DD17F4B7-BDEC-49CE-A51C-828CF7D8C3DB}.Release|Any CPU.Build.0 = Release|Any CPU
{DB44DB6E-32B9-42CF-9909-213236D30576}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DB44DB6E-32B9-42CF-9909-213236D30576}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DB44DB6E-32B9-42CF-9909-213236D30576}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DB44DB6E-32B9-42CF-9909-213236D30576}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2AF2EF9C-CC1B-45E0-9798-30A4301E7F81}
EndGlobalSection
EndGlobal