-
Notifications
You must be signed in to change notification settings - Fork 51
/
Copy pathSharpStrike.sln
43 lines (43 loc) · 2.57 KB
/
SharpStrike.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31424.327
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SharpStrikeWinForms", "SharpStrikeWinForms\SharpStrikeWinForms.csproj", "{E8769BC2-D433-4180-83E3-6143438DFAC1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SharpStrikeConsole", "SharpStrikeConsole\SharpStrikeConsole.csproj", "{8BADE952-3A36-4EFE-AAB5-CD075B4A1111}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServiceLayer", "ServiceLayer\ServiceLayer.csproj", "{08C7019E-88B8-473F-BF42-4B95CA3A95E5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Models", "Models\Models.csproj", "{80CEE881-5ACC-4201-9FA8-31E06F7D2067}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E8769BC2-D433-4180-83E3-6143438DFAC1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E8769BC2-D433-4180-83E3-6143438DFAC1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E8769BC2-D433-4180-83E3-6143438DFAC1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E8769BC2-D433-4180-83E3-6143438DFAC1}.Release|Any CPU.Build.0 = Release|Any CPU
{8BADE952-3A36-4EFE-AAB5-CD075B4A1111}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8BADE952-3A36-4EFE-AAB5-CD075B4A1111}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8BADE952-3A36-4EFE-AAB5-CD075B4A1111}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8BADE952-3A36-4EFE-AAB5-CD075B4A1111}.Release|Any CPU.Build.0 = Release|Any CPU
{08C7019E-88B8-473F-BF42-4B95CA3A95E5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{08C7019E-88B8-473F-BF42-4B95CA3A95E5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{08C7019E-88B8-473F-BF42-4B95CA3A95E5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{08C7019E-88B8-473F-BF42-4B95CA3A95E5}.Release|Any CPU.Build.0 = Release|Any CPU
{80CEE881-5ACC-4201-9FA8-31E06F7D2067}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{80CEE881-5ACC-4201-9FA8-31E06F7D2067}.Debug|Any CPU.Build.0 = Debug|Any CPU
{80CEE881-5ACC-4201-9FA8-31E06F7D2067}.Release|Any CPU.ActiveCfg = Release|Any CPU
{80CEE881-5ACC-4201-9FA8-31E06F7D2067}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {877DF87F-D0B2-4A1E-8391-B1EC0DB77205}
EndGlobalSection
EndGlobal