This repository has been archived by the owner on Apr 23, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathrTsd.sln
44 lines (44 loc) · 2.27 KB
/
rTsd.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29509.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "rTsd.Android", "rTsd\rTsd.Android\rTsd.Android.csproj", "{25372202-9C11-48CD-B7AC-BBD7D1BB0267}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "rTsd", "rTsd\rTsd\rTsd.csproj", "{01CE8CA3-7EA2-4337-BB8B-4E23BC55B043}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{237A70F6-3325-410C-B90E-9B9D455D704A}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{25372202-9C11-48CD-B7AC-BBD7D1BB0267}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{25372202-9C11-48CD-B7AC-BBD7D1BB0267}.Debug|Any CPU.Build.0 = Debug|Any CPU
{25372202-9C11-48CD-B7AC-BBD7D1BB0267}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{25372202-9C11-48CD-B7AC-BBD7D1BB0267}.Release|Any CPU.ActiveCfg = Release|Any CPU
{25372202-9C11-48CD-B7AC-BBD7D1BB0267}.Release|Any CPU.Build.0 = Release|Any CPU
{25372202-9C11-48CD-B7AC-BBD7D1BB0267}.Release|Any CPU.Deploy.0 = Release|Any CPU
{01CE8CA3-7EA2-4337-BB8B-4E23BC55B043}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{01CE8CA3-7EA2-4337-BB8B-4E23BC55B043}.Debug|Any CPU.Build.0 = Debug|Any CPU
{01CE8CA3-7EA2-4337-BB8B-4E23BC55B043}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{01CE8CA3-7EA2-4337-BB8B-4E23BC55B043}.Release|Any CPU.ActiveCfg = Release|Any CPU
{01CE8CA3-7EA2-4337-BB8B-4E23BC55B043}.Release|Any CPU.Build.0 = Release|Any CPU
{01CE8CA3-7EA2-4337-BB8B-4E23BC55B043}.Release|Any CPU.Deploy.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {22289A55-6F61-45E2-AC2B-67EABFDB41AD}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
description = Surface Duo sample app using the feed and YouTube feed from drwindows.de
version = 0.4
EndGlobalSection
EndGlobal