-
Notifications
You must be signed in to change notification settings - Fork 14
/
videokit.sln
38 lines (38 loc) · 2.33 KB
/
videokit.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VideoKit.Tests.Runtime", "VideoKit.Tests.Runtime.csproj", "{9B599155-F3E3-FD73-EFA8-191F815DA315}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VideoKit.Runtime", "VideoKit.Runtime.csproj", "{9A912740-9A2C-EA3F-0A51-72F7EF387052}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VideoKit.Editor", "VideoKit.Editor.csproj", "{B7A4D80E-339E-56BD-5A1D-B66447FCB316}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Assembly-CSharp", "Assembly-CSharp.csproj", "{018DEADB-224A-71ED-4788-417C20CF89D7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9B599155-F3E3-FD73-EFA8-191F815DA315}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9B599155-F3E3-FD73-EFA8-191F815DA315}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9B599155-F3E3-FD73-EFA8-191F815DA315}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9B599155-F3E3-FD73-EFA8-191F815DA315}.Release|Any CPU.Build.0 = Release|Any CPU
{9A912740-9A2C-EA3F-0A51-72F7EF387052}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9A912740-9A2C-EA3F-0A51-72F7EF387052}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9A912740-9A2C-EA3F-0A51-72F7EF387052}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9A912740-9A2C-EA3F-0A51-72F7EF387052}.Release|Any CPU.Build.0 = Release|Any CPU
{B7A4D80E-339E-56BD-5A1D-B66447FCB316}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B7A4D80E-339E-56BD-5A1D-B66447FCB316}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B7A4D80E-339E-56BD-5A1D-B66447FCB316}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B7A4D80E-339E-56BD-5A1D-B66447FCB316}.Release|Any CPU.Build.0 = Release|Any CPU
{018DEADB-224A-71ED-4788-417C20CF89D7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{018DEADB-224A-71ED-4788-417C20CF89D7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{018DEADB-224A-71ED-4788-417C20CF89D7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{018DEADB-224A-71ED-4788-417C20CF89D7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal