|
1 | 1 |
|
2 | 2 | Microsoft Visual Studio Solution File, Format Version 12.00
|
3 |
| -# Visual Studio Version 16 |
4 |
| -VisualStudioVersion = 16.0.29324.140 |
| 3 | +# Visual Studio Version 17 |
| 4 | +VisualStudioVersion = 17.9.34902.65 |
5 | 5 | MinimumVisualStudioVersion = 10.0.40219.1
|
6 |
| -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MyProject.Scheduler", "templates\MyProject.Scheduler\MyProject.Scheduler.csproj", "{8772629F-B57A-47CE-9AB5-598A53925D2B}" |
| 6 | +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MyProject.Scheduler", "templates\MyProject.Scheduler\MyProject.Scheduler.csproj", "{F5FA3594-4F3F-49E1-8106-48BC9189CAAE}" |
7 | 7 | EndProject
|
8 |
| -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MyProject.WindowsService", "templates\MyProject.WindowsService\MyProject.WindowsService.csproj", "{60CACC17-F345-49A1-B5C1-7D4B855CAFBD}" |
| 8 | +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MyProject.WindowsService", "templates\MyProject.WindowsService\MyProject.WindowsService.csproj", "{A439350F-67C7-44C0-A290-107E3C34EA3D}" |
| 9 | +EndProject |
| 10 | +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MyProjectSchedulerWithDatabase", "templates\MyProjectWindowsServiceWithDatabase\MyProjectSchedulerWithDatabase\MyProjectSchedulerWithDatabase.csproj", "{25A041D2-7450-4FF1-ADEA-6E5745D2597A}" |
| 11 | +EndProject |
| 12 | +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MyProjectSchedulerWithDatabase.Database", "templates\MyProjectWindowsServiceWithDatabase\MyProjectSchedulerWithDatabase.Database\MyProjectSchedulerWithDatabase.Database.csproj", "{58461D36-0418-447C-91EA-7925B3FE9E91}" |
| 13 | +EndProject |
| 14 | +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MyProjectSchedulerWithDatabase.Database.SchemaUpdater", "templates\MyProjectWindowsServiceWithDatabase\MyProjectSchedulerWithDatabase.Database.SchemaUpdater\MyProjectSchedulerWithDatabase.Database.SchemaUpdater.csproj", "{2E704C4F-40F0-4ABE-AA34-7E45D3EFF4AE}" |
| 15 | +EndProject |
| 16 | +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MyProjectSchedulerWithDatabase.Service", "templates\MyProjectWindowsServiceWithDatabase\MyProjectSchedulerWithDatabase.Service\MyProjectSchedulerWithDatabase.Service.csproj", "{76EDC1A6-A921-4651-9392-334AD430AAAC}" |
9 | 17 | EndProject
|
10 | 18 | Global
|
11 | 19 | GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
12 | 20 | Debug|Any CPU = Debug|Any CPU
|
13 | 21 | Release|Any CPU = Release|Any CPU
|
14 | 22 | EndGlobalSection
|
15 | 23 | GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
16 |
| - {8772629F-B57A-47CE-9AB5-598A53925D2B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
17 |
| - {8772629F-B57A-47CE-9AB5-598A53925D2B}.Debug|Any CPU.Build.0 = Debug|Any CPU |
18 |
| - {8772629F-B57A-47CE-9AB5-598A53925D2B}.Release|Any CPU.ActiveCfg = Release|Any CPU |
19 |
| - {8772629F-B57A-47CE-9AB5-598A53925D2B}.Release|Any CPU.Build.0 = Release|Any CPU |
20 |
| - {60CACC17-F345-49A1-B5C1-7D4B855CAFBD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
21 |
| - {60CACC17-F345-49A1-B5C1-7D4B855CAFBD}.Debug|Any CPU.Build.0 = Debug|Any CPU |
22 |
| - {60CACC17-F345-49A1-B5C1-7D4B855CAFBD}.Release|Any CPU.ActiveCfg = Release|Any CPU |
23 |
| - {60CACC17-F345-49A1-B5C1-7D4B855CAFBD}.Release|Any CPU.Build.0 = Release|Any CPU |
| 24 | + {F5FA3594-4F3F-49E1-8106-48BC9189CAAE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| 25 | + {F5FA3594-4F3F-49E1-8106-48BC9189CAAE}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| 26 | + {F5FA3594-4F3F-49E1-8106-48BC9189CAAE}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| 27 | + {F5FA3594-4F3F-49E1-8106-48BC9189CAAE}.Release|Any CPU.Build.0 = Release|Any CPU |
| 28 | + {A439350F-67C7-44C0-A290-107E3C34EA3D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| 29 | + {A439350F-67C7-44C0-A290-107E3C34EA3D}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| 30 | + {A439350F-67C7-44C0-A290-107E3C34EA3D}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| 31 | + {A439350F-67C7-44C0-A290-107E3C34EA3D}.Release|Any CPU.Build.0 = Release|Any CPU |
| 32 | + {25A041D2-7450-4FF1-ADEA-6E5745D2597A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| 33 | + {25A041D2-7450-4FF1-ADEA-6E5745D2597A}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| 34 | + {25A041D2-7450-4FF1-ADEA-6E5745D2597A}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| 35 | + {25A041D2-7450-4FF1-ADEA-6E5745D2597A}.Release|Any CPU.Build.0 = Release|Any CPU |
| 36 | + {58461D36-0418-447C-91EA-7925B3FE9E91}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| 37 | + {58461D36-0418-447C-91EA-7925B3FE9E91}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| 38 | + {58461D36-0418-447C-91EA-7925B3FE9E91}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| 39 | + {58461D36-0418-447C-91EA-7925B3FE9E91}.Release|Any CPU.Build.0 = Release|Any CPU |
| 40 | + {2E704C4F-40F0-4ABE-AA34-7E45D3EFF4AE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| 41 | + {2E704C4F-40F0-4ABE-AA34-7E45D3EFF4AE}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| 42 | + {2E704C4F-40F0-4ABE-AA34-7E45D3EFF4AE}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| 43 | + {2E704C4F-40F0-4ABE-AA34-7E45D3EFF4AE}.Release|Any CPU.Build.0 = Release|Any CPU |
| 44 | + {76EDC1A6-A921-4651-9392-334AD430AAAC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| 45 | + {76EDC1A6-A921-4651-9392-334AD430AAAC}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| 46 | + {76EDC1A6-A921-4651-9392-334AD430AAAC}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| 47 | + {76EDC1A6-A921-4651-9392-334AD430AAAC}.Release|Any CPU.Build.0 = Release|Any CPU |
24 | 48 | EndGlobalSection
|
25 | 49 | GlobalSection(SolutionProperties) = preSolution
|
26 | 50 | HideSolutionNode = FALSE
|
27 | 51 | EndGlobalSection
|
28 | 52 | GlobalSection(ExtensibilityGlobals) = postSolution
|
29 |
| - SolutionGuid = {C09D895E-64C9-4E6A-B563-A7B7945A140F} |
| 53 | + SolutionGuid = {CC3BA27B-C694-4B8D-AD6F-3DB5AF97B0E4} |
30 | 54 | EndGlobalSection
|
31 | 55 | EndGlobal
|
0 commit comments