This repository has been archived by the owner on May 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ICSGenerator.sln
53 lines (53 loc) · 3.34 KB
/
ICSGenerator.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
44
45
46
47
48
49
50
51
52
53
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.33808.371
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ICSGenerator", "ICSGenerator\ICSGenerator.csproj", "{E0E7140D-FBC7-45CB-908B-2E2BF771E5CB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ICSGenerator.Android", "ICSGenerator.Android\ICSGenerator.Android.csproj", "{ACF6B944-7C75-439A-99FA-F3FF513892A8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ICSGenerator.Desktop", "ICSGenerator.Desktop\ICSGenerator.Desktop.csproj", "{80E09C17-AC4D-4C7F-86CE-AD789774CEB2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AJICal", "AJICal\AJICal.csproj", "{C8A05DB0-0CFF-46C4-9BBA-0C07692A2225}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ICSGenerator.iOS", "ICSGenerator.iOS\ICSGenerator.iOS.csproj", "{803EE062-0228-4B67-B452-1360B89B8C4A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E0E7140D-FBC7-45CB-908B-2E2BF771E5CB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E0E7140D-FBC7-45CB-908B-2E2BF771E5CB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E0E7140D-FBC7-45CB-908B-2E2BF771E5CB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E0E7140D-FBC7-45CB-908B-2E2BF771E5CB}.Release|Any CPU.Build.0 = Release|Any CPU
{ACF6B944-7C75-439A-99FA-F3FF513892A8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ACF6B944-7C75-439A-99FA-F3FF513892A8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ACF6B944-7C75-439A-99FA-F3FF513892A8}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{ACF6B944-7C75-439A-99FA-F3FF513892A8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ACF6B944-7C75-439A-99FA-F3FF513892A8}.Release|Any CPU.Build.0 = Release|Any CPU
{ACF6B944-7C75-439A-99FA-F3FF513892A8}.Release|Any CPU.Deploy.0 = Release|Any CPU
{80E09C17-AC4D-4C7F-86CE-AD789774CEB2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{80E09C17-AC4D-4C7F-86CE-AD789774CEB2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{80E09C17-AC4D-4C7F-86CE-AD789774CEB2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{80E09C17-AC4D-4C7F-86CE-AD789774CEB2}.Release|Any CPU.Build.0 = Release|Any CPU
{C8A05DB0-0CFF-46C4-9BBA-0C07692A2225}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C8A05DB0-0CFF-46C4-9BBA-0C07692A2225}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C8A05DB0-0CFF-46C4-9BBA-0C07692A2225}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C8A05DB0-0CFF-46C4-9BBA-0C07692A2225}.Release|Any CPU.Build.0 = Release|Any CPU
{803EE062-0228-4B67-B452-1360B89B8C4A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{803EE062-0228-4B67-B452-1360B89B8C4A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{803EE062-0228-4B67-B452-1360B89B8C4A}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{803EE062-0228-4B67-B452-1360B89B8C4A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{803EE062-0228-4B67-B452-1360B89B8C4A}.Release|Any CPU.Build.0 = Release|Any CPU
{803EE062-0228-4B67-B452-1360B89B8C4A}.Release|Any CPU.Deploy.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {40CAF10B-DA24-4780-A55C-7B80CC0EFC8A}
EndGlobalSection
EndGlobal