This repository has been archived by the owner on May 22, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 18
/
ROFLPlayer.sln
49 lines (49 loc) · 2.98 KB
/
ROFLPlayer.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29102.190
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Rofl.Main", "Rofl.Main\Rofl.Main.csproj", "{8EA3D1B0-88A4-4909-89A4-788FDE0D977D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Rofl.Reader", "Rofl.Reader\Rofl.Reader.csproj", "{B4369113-5A5C-4BF7-B0E5-577776D8FC35}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Rofl.Requests", "Rofl.Requests\Rofl.Requests.csproj", "{6F3E0D23-5235-4333-BFB8-9E00996BDE12}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Rofl.Executables", "Rofl.Executables\Rofl.Executables.csproj", "{BF19585D-983D-4276-A5D0-C7A97DC28499}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Rofl.Logger", "Rofl.Logger\Rofl.Logger.csproj", "{DF505361-8E36-4187-9458-1663A7F5B3EA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8EA3D1B0-88A4-4909-89A4-788FDE0D977D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8EA3D1B0-88A4-4909-89A4-788FDE0D977D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8EA3D1B0-88A4-4909-89A4-788FDE0D977D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8EA3D1B0-88A4-4909-89A4-788FDE0D977D}.Release|Any CPU.Build.0 = Release|Any CPU
{B4369113-5A5C-4BF7-B0E5-577776D8FC35}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B4369113-5A5C-4BF7-B0E5-577776D8FC35}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B4369113-5A5C-4BF7-B0E5-577776D8FC35}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B4369113-5A5C-4BF7-B0E5-577776D8FC35}.Release|Any CPU.Build.0 = Release|Any CPU
{6F3E0D23-5235-4333-BFB8-9E00996BDE12}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6F3E0D23-5235-4333-BFB8-9E00996BDE12}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6F3E0D23-5235-4333-BFB8-9E00996BDE12}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6F3E0D23-5235-4333-BFB8-9E00996BDE12}.Release|Any CPU.Build.0 = Release|Any CPU
{BF19585D-983D-4276-A5D0-C7A97DC28499}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BF19585D-983D-4276-A5D0-C7A97DC28499}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BF19585D-983D-4276-A5D0-C7A97DC28499}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BF19585D-983D-4276-A5D0-C7A97DC28499}.Release|Any CPU.Build.0 = Release|Any CPU
{DF505361-8E36-4187-9458-1663A7F5B3EA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DF505361-8E36-4187-9458-1663A7F5B3EA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DF505361-8E36-4187-9458-1663A7F5B3EA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DF505361-8E36-4187-9458-1663A7F5B3EA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A789394D-6811-4553-A9FF-85D7466F45F7}
EndGlobalSection
EndGlobal