-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathWebhookCreator.sln
34 lines (34 loc) · 1.36 KB
/
WebhookCreator.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32922.545
MinimumVisualStudioVersion = 10.0.40219.1
Project("{888888A0-9F3D-457C-B088-3A5042F75D52}") = "WebhookCreator", "WebhookCreator\WebhookCreator.pyproj", "{FD012128-56D9-4EEF-8021-B39662BEDB33}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Projektmappenelemente", "Projektmappenelemente", "{C96A0EEF-A936-4819-832B-2CC5EF187A23}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
.gitlab-ci.yml = .gitlab-ci.yml
debug_build.bat = debug_build.bat
LICENSE = LICENSE
README.md = README.md
release_build.bat = release_build.bat
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FD012128-56D9-4EEF-8021-B39662BEDB33}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FD012128-56D9-4EEF-8021-B39662BEDB33}.Release|Any CPU.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {85F648D8-4409-4D78-943D-A5F6972A913F}
EndGlobalSection
EndGlobal