-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGraph.sln
43 lines (43 loc) · 2.53 KB
/
Graph.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30406.217
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Graph", "Graph\Graph.csproj", "{8EC8D9AA-B44C-4E84-8BD9-0A01F4E58D19}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Graph.Tests", "Graph.Tests\Graph.Tests.csproj", "{84B2B65C-8A56-4B93-81F8-F91655718B7C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SubtitleTimeshift", "SubtitleTimeshift\SubtitleTimeshift.csproj", "{C28AD78D-D6E5-4D4D-9BC9-9AF5813E1D1C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SubtitleTimeshift.Tests", "SubtitleTimeshift.Tests\SubtitleTimeshift.Tests.csproj", "{36DF31D8-E677-4864-A0B7-21EC9E49CD64}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8EC8D9AA-B44C-4E84-8BD9-0A01F4E58D19}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8EC8D9AA-B44C-4E84-8BD9-0A01F4E58D19}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8EC8D9AA-B44C-4E84-8BD9-0A01F4E58D19}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8EC8D9AA-B44C-4E84-8BD9-0A01F4E58D19}.Release|Any CPU.Build.0 = Release|Any CPU
{84B2B65C-8A56-4B93-81F8-F91655718B7C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{84B2B65C-8A56-4B93-81F8-F91655718B7C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{84B2B65C-8A56-4B93-81F8-F91655718B7C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{84B2B65C-8A56-4B93-81F8-F91655718B7C}.Release|Any CPU.Build.0 = Release|Any CPU
{C28AD78D-D6E5-4D4D-9BC9-9AF5813E1D1C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C28AD78D-D6E5-4D4D-9BC9-9AF5813E1D1C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C28AD78D-D6E5-4D4D-9BC9-9AF5813E1D1C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C28AD78D-D6E5-4D4D-9BC9-9AF5813E1D1C}.Release|Any CPU.Build.0 = Release|Any CPU
{36DF31D8-E677-4864-A0B7-21EC9E49CD64}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{36DF31D8-E677-4864-A0B7-21EC9E49CD64}.Debug|Any CPU.Build.0 = Debug|Any CPU
{36DF31D8-E677-4864-A0B7-21EC9E49CD64}.Release|Any CPU.ActiveCfg = Release|Any CPU
{36DF31D8-E677-4864-A0B7-21EC9E49CD64}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7C3E296E-8616-4F76-B73A-1EEBCF734D37}
EndGlobalSection
EndGlobal