-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSolucionSIGC.sln
37 lines (37 loc) · 2.02 KB
/
SolucionSIGC.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.9.34607.119
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SIGC.WPF.View", "SIGC.WPF.View\SIGC.WPF.View.csproj", "{B800ABE8-CF34-4DE8-8418-A57062589771}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SIGC.Model", "SIGC.Model\SIGC.Model.csproj", "{E7475B46-FB10-488E-B322-013FED74B228}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SIGC.Data", "SIGC.Data\SIGC.Data.csproj", "{790B565B-E1DE-4735-958B-12A602BB946D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B800ABE8-CF34-4DE8-8418-A57062589771}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B800ABE8-CF34-4DE8-8418-A57062589771}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B800ABE8-CF34-4DE8-8418-A57062589771}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B800ABE8-CF34-4DE8-8418-A57062589771}.Release|Any CPU.Build.0 = Release|Any CPU
{E7475B46-FB10-488E-B322-013FED74B228}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E7475B46-FB10-488E-B322-013FED74B228}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E7475B46-FB10-488E-B322-013FED74B228}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E7475B46-FB10-488E-B322-013FED74B228}.Release|Any CPU.Build.0 = Release|Any CPU
{790B565B-E1DE-4735-958B-12A602BB946D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{790B565B-E1DE-4735-958B-12A602BB946D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{790B565B-E1DE-4735-958B-12A602BB946D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{790B565B-E1DE-4735-958B-12A602BB946D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C352A8A8-0F58-4EB2-A871-F9A4E6BF8668}
EndGlobalSection
EndGlobal