-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathBonsai.Video.sln
More file actions
41 lines (41 loc) · 2.08 KB
/
Bonsai.Video.sln
File metadata and controls
41 lines (41 loc) · 2.08 KB
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 Version 16
VisualStudioVersion = 16.0.30011.22
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bonsai.Video", "src\Bonsai.Video\Bonsai.Video.csproj", "{800510A6-01D4-4224-96C8-BFB42CDA13EC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bonsai.Video.Design", "src\Bonsai.Video.Design\Bonsai.Video.Design.csproj", "{E2CD3A8C-48A7-4632-9BEE-30D26099491B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{DEE5DD87-39C1-BF34-B639-A387DCCF972B}"
ProjectSection(SolutionItems) = preProject
build\Common.csproj.props = build\Common.csproj.props
build\Common.csproj.targets = build\Common.csproj.targets
build\Common.Tests.csproj.props = build\Common.Tests.csproj.props
build\icon.png = build\icon.png
build\Package.props = build\Package.props
build\Project.csproj.props = build\Project.csproj.props
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{800510A6-01D4-4224-96C8-BFB42CDA13EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{800510A6-01D4-4224-96C8-BFB42CDA13EC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{800510A6-01D4-4224-96C8-BFB42CDA13EC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{800510A6-01D4-4224-96C8-BFB42CDA13EC}.Release|Any CPU.Build.0 = Release|Any CPU
{E2CD3A8C-48A7-4632-9BEE-30D26099491B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E2CD3A8C-48A7-4632-9BEE-30D26099491B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E2CD3A8C-48A7-4632-9BEE-30D26099491B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E2CD3A8C-48A7-4632-9BEE-30D26099491B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9D8D67D3-6886-44CF-8B6C-E396D78B9D36}
EndGlobalSection
EndGlobal