forked from Beatlegger/Transmission.API.RPC
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathTransmission.API.sln
36 lines (36 loc) · 1.85 KB
/
Transmission.API.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29306.81
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Transmission.API.RPC", "Transmission.API.RPC\Transmission.API.RPC.csproj", "{C0C59A86-4532-4B9E-A495-FE428BFEC827}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Transmission.API.RPC.Test", "Transmission.API.RPC.Test\Transmission.API.RPC.Test.csproj", "{63ABE095-72A2-436F-A591-BE979A572ECB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D2F49D84-B8CB-4D4C-91A8-CF8DAEE32686}"
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
{C0C59A86-4532-4B9E-A495-FE428BFEC827}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C0C59A86-4532-4B9E-A495-FE428BFEC827}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C0C59A86-4532-4B9E-A495-FE428BFEC827}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C0C59A86-4532-4B9E-A495-FE428BFEC827}.Release|Any CPU.Build.0 = Release|Any CPU
{63ABE095-72A2-436F-A591-BE979A572ECB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{63ABE095-72A2-436F-A591-BE979A572ECB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{63ABE095-72A2-436F-A591-BE979A572ECB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{63ABE095-72A2-436F-A591-BE979A572ECB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {049D099C-0085-4891-9CFE-32B25EA6D573}
EndGlobalSection
EndGlobal