-
Notifications
You must be signed in to change notification settings - Fork 0
/
TvTime.sln
58 lines (58 loc) · 2.79 KB
/
TvTime.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
54
55
56
57
58
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33205.214
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TvTime", "dev\TvTime.csproj", "{CC2E4DE1-39A4-4C88-BF39-264A32F16374}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{00C9BF41-5B20-4525-8179-82E5203D262C}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
CHANGELOG.md = CHANGELOG.md
LICENSE = LICENSE
README.md = README.md
settings.xamlstyler = settings.xamlstyler
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Workflows", "Workflows", "{21775180-4805-4E2A-97F0-AA83C7017372}"
ProjectSection(SolutionItems) = preProject
.github\workflows\publish.yml = .github\workflows\publish.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|ARM64 = Debug|ARM64
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|ARM64 = Release|ARM64
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CC2E4DE1-39A4-4C88-BF39-264A32F16374}.Debug|ARM64.ActiveCfg = Debug|ARM64
{CC2E4DE1-39A4-4C88-BF39-264A32F16374}.Debug|ARM64.Build.0 = Debug|ARM64
{CC2E4DE1-39A4-4C88-BF39-264A32F16374}.Debug|ARM64.Deploy.0 = Debug|ARM64
{CC2E4DE1-39A4-4C88-BF39-264A32F16374}.Debug|x64.ActiveCfg = Debug|x64
{CC2E4DE1-39A4-4C88-BF39-264A32F16374}.Debug|x64.Build.0 = Debug|x64
{CC2E4DE1-39A4-4C88-BF39-264A32F16374}.Debug|x64.Deploy.0 = Debug|x64
{CC2E4DE1-39A4-4C88-BF39-264A32F16374}.Debug|x86.ActiveCfg = Debug|x86
{CC2E4DE1-39A4-4C88-BF39-264A32F16374}.Debug|x86.Build.0 = Debug|x86
{CC2E4DE1-39A4-4C88-BF39-264A32F16374}.Debug|x86.Deploy.0 = Debug|x86
{CC2E4DE1-39A4-4C88-BF39-264A32F16374}.Release|ARM64.ActiveCfg = Release|ARM64
{CC2E4DE1-39A4-4C88-BF39-264A32F16374}.Release|ARM64.Build.0 = Release|ARM64
{CC2E4DE1-39A4-4C88-BF39-264A32F16374}.Release|ARM64.Deploy.0 = Release|ARM64
{CC2E4DE1-39A4-4C88-BF39-264A32F16374}.Release|x64.ActiveCfg = Release|x64
{CC2E4DE1-39A4-4C88-BF39-264A32F16374}.Release|x64.Build.0 = Release|x64
{CC2E4DE1-39A4-4C88-BF39-264A32F16374}.Release|x64.Deploy.0 = Release|x64
{CC2E4DE1-39A4-4C88-BF39-264A32F16374}.Release|x86.ActiveCfg = Release|x86
{CC2E4DE1-39A4-4C88-BF39-264A32F16374}.Release|x86.Build.0 = Release|x86
{CC2E4DE1-39A4-4C88-BF39-264A32F16374}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {363CBE1B-3022-44F9-8B19-EC564CE0634C}
EndGlobalSection
EndGlobal