-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathMasterT.WPF.CrontabBuilder.sln
39 lines (39 loc) · 1.97 KB
/
MasterT.WPF.CrontabBuilder.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32825.248
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MasterT.WPF.CrontabBuilder", "MasterT.WPF.CrontabBuilder\MasterT.WPF.CrontabBuilder.csproj", "{41B3868B-46B7-482E-95EC-18A52B7A6FD0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MasterT.WPF.CrontabBuilderDemo", "MasterT.WPF.CrontabBuilderDemo\MasterT.WPF.CrontabBuilderDemo.csproj", "{448B1A34-A11E-4686-B704-4D71049870D9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{6E7083D4-2BF9-4C0E-A8D3-FE962F6299C3}"
ProjectSection(SolutionItems) = preProject
builder_demo.png = builder_demo.png
CHANGELOG.txt = CHANGELOG.txt
LICENSE.txt = LICENSE.txt
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{41B3868B-46B7-482E-95EC-18A52B7A6FD0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{41B3868B-46B7-482E-95EC-18A52B7A6FD0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{41B3868B-46B7-482E-95EC-18A52B7A6FD0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{41B3868B-46B7-482E-95EC-18A52B7A6FD0}.Release|Any CPU.Build.0 = Release|Any CPU
{448B1A34-A11E-4686-B704-4D71049870D9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{448B1A34-A11E-4686-B704-4D71049870D9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{448B1A34-A11E-4686-B704-4D71049870D9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{448B1A34-A11E-4686-B704-4D71049870D9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6B3717A6-A884-46D2-A7DD-18764309AEED}
EndGlobalSection
EndGlobal