forked from maxsnts/XwRemote
-
Notifications
You must be signed in to change notification settings - Fork 0
/
XwRemote.sln
41 lines (41 loc) · 1.89 KB
/
XwRemote.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27428.2037
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XwRemote", "XwRemote\XwRemote.csproj", "{BD4B53CC-4C74-4879-A716-259F937E31BE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{5FB2FC05-BD47-4FC8-811F-9420910EFED9}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
TODO.txt = TODO.txt
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XwUpdater", "XwUpdater\XwUpdater.csproj", "{7E2EEB19-00FA-4010-B437-5D5CC121FC2B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BD4B53CC-4C74-4879-A716-259F937E31BE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BD4B53CC-4C74-4879-A716-259F937E31BE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BD4B53CC-4C74-4879-A716-259F937E31BE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BD4B53CC-4C74-4879-A716-259F937E31BE}.Release|Any CPU.Build.0 = Release|Any CPU
{7E2EEB19-00FA-4010-B437-5D5CC121FC2B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7E2EEB19-00FA-4010-B437-5D5CC121FC2B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7E2EEB19-00FA-4010-B437-5D5CC121FC2B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7E2EEB19-00FA-4010-B437-5D5CC121FC2B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5EFD8C77-E094-4950-818F-D4F800783989}
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
EndGlobal