-
Notifications
You must be signed in to change notification settings - Fork 1
/
Nexusat.Utils.CalendarGenerator.sln
37 lines (37 loc) · 2.25 KB
/
Nexusat.Utils.CalendarGenerator.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.30611.23
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nexusat.Utils.CalendarGenerator", "Nexusat.Utils.CalendarGenerator\Nexusat.Utils.CalendarGenerator.csproj", "{49F48703-51BB-4348-AF2D-12FD4DB99B60}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nexusat.Utils.CalendarGenerator.Tests", "Nexusat.Utils.CalendarGenerator.Tests\Nexusat.Utils.CalendarGenerator.Tests.csproj", "{7DB1A1C1-9569-4954-9489-DD5F88A2BD51}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nexusat.Utils.CalendarGenerator.SampleApp", "Nexusat.Utils.CalendarGenerator.SampleApp\Nexusat.Utils.CalendarGenerator.SampleApp.csproj", "{028221B3-F07B-4E49-8715-A408541E72B7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{49F48703-51BB-4348-AF2D-12FD4DB99B60}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{49F48703-51BB-4348-AF2D-12FD4DB99B60}.Debug|Any CPU.Build.0 = Debug|Any CPU
{49F48703-51BB-4348-AF2D-12FD4DB99B60}.Release|Any CPU.ActiveCfg = Release|Any CPU
{49F48703-51BB-4348-AF2D-12FD4DB99B60}.Release|Any CPU.Build.0 = Release|Any CPU
{7DB1A1C1-9569-4954-9489-DD5F88A2BD51}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7DB1A1C1-9569-4954-9489-DD5F88A2BD51}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7DB1A1C1-9569-4954-9489-DD5F88A2BD51}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7DB1A1C1-9569-4954-9489-DD5F88A2BD51}.Release|Any CPU.Build.0 = Release|Any CPU
{028221B3-F07B-4E49-8715-A408541E72B7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{028221B3-F07B-4E49-8715-A408541E72B7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{028221B3-F07B-4E49-8715-A408541E72B7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{028221B3-F07B-4E49-8715-A408541E72B7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2081647E-80F5-44B2-92D0-F38501170B60}
EndGlobalSection
EndGlobal