-
Notifications
You must be signed in to change notification settings - Fork 0
/
ItDepends.sln
37 lines (37 loc) · 2.08 KB
/
ItDepends.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.30011.22
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ItDepends", "ItDepends.csproj", "{7D64CA31-FD4E-4290-AC68-E38EA8E32057}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ItDepents.WinForms", "ItDepends.WinForms\ItDepents.WinForms\ItDepents.WinForms.csproj", "{E3E4A261-EEF8-4A92-ADDA-3AC8DF3AD80C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ItDepends.Library", "ItDepends.Library\ItDepends.Library\ItDepends.Library.csproj", "{A7AF86C1-BB15-42FE-811B-07EC5968456F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7D64CA31-FD4E-4290-AC68-E38EA8E32057}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7D64CA31-FD4E-4290-AC68-E38EA8E32057}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7D64CA31-FD4E-4290-AC68-E38EA8E32057}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7D64CA31-FD4E-4290-AC68-E38EA8E32057}.Release|Any CPU.Build.0 = Release|Any CPU
{E3E4A261-EEF8-4A92-ADDA-3AC8DF3AD80C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E3E4A261-EEF8-4A92-ADDA-3AC8DF3AD80C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E3E4A261-EEF8-4A92-ADDA-3AC8DF3AD80C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E3E4A261-EEF8-4A92-ADDA-3AC8DF3AD80C}.Release|Any CPU.Build.0 = Release|Any CPU
{A7AF86C1-BB15-42FE-811B-07EC5968456F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A7AF86C1-BB15-42FE-811B-07EC5968456F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A7AF86C1-BB15-42FE-811B-07EC5968456F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A7AF86C1-BB15-42FE-811B-07EC5968456F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1A56971F-124A-4439-8D16-67817C8E5E5C}
EndGlobalSection
EndGlobal