-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathFoton.sln
More file actions
82 lines (82 loc) · 4.97 KB
/
Foton.sln
File metadata and controls
82 lines (82 loc) · 4.97 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28803.452
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Foton.Core", "Foton.Core\Foton.Core.csproj", "{1F246A22-B107-4CB2-A7AE-AE706A6BC657}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution items", "Solution items", "{A3F689BA-7ACF-466C-A6E2-B186EFC852D0}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
Foton.sln.licenseheader = Foton.sln.licenseheader
LICENSE = LICENSE
SharedAssemblyInfo.cs = SharedAssemblyInfo.cs
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SampleApp", "SampleApp\SampleApp.csproj", "{B9678E9B-990C-44D7-B976-42AD59F4C6FB}"
ProjectSection(ProjectDependencies) = postProject
{1F246A22-B107-4CB2-A7AE-AE706A6BC657} = {1F246A22-B107-4CB2-A7AE-AE706A6BC657}
{789816C8-2B92-478A-9FE5-5CBE174DDA34} = {789816C8-2B92-478A-9FE5-5CBE174DDA34}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Foton.Windows", "Foton.Windows\Foton.Windows.csproj", "{789816C8-2B92-478A-9FE5-5CBE174DDA34}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Foton.Common", "Foton.Common\Foton.Common.csproj", "{F35C8031-7510-4CC7-A8CE-C94852BE2F8C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Foton.Linux", "Foton.Linux\Foton.Linux.csproj", "{55F22072-05F2-4D92-81FE-D28B617F921F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1F246A22-B107-4CB2-A7AE-AE706A6BC657}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1F246A22-B107-4CB2-A7AE-AE706A6BC657}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1F246A22-B107-4CB2-A7AE-AE706A6BC657}.Debug|x64.ActiveCfg = Debug|x64
{1F246A22-B107-4CB2-A7AE-AE706A6BC657}.Debug|x64.Build.0 = Debug|x64
{1F246A22-B107-4CB2-A7AE-AE706A6BC657}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1F246A22-B107-4CB2-A7AE-AE706A6BC657}.Release|Any CPU.Build.0 = Release|Any CPU
{1F246A22-B107-4CB2-A7AE-AE706A6BC657}.Release|x64.ActiveCfg = Release|x64
{1F246A22-B107-4CB2-A7AE-AE706A6BC657}.Release|x64.Build.0 = Release|x64
{B9678E9B-990C-44D7-B976-42AD59F4C6FB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B9678E9B-990C-44D7-B976-42AD59F4C6FB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B9678E9B-990C-44D7-B976-42AD59F4C6FB}.Debug|x64.ActiveCfg = Debug|x64
{B9678E9B-990C-44D7-B976-42AD59F4C6FB}.Debug|x64.Build.0 = Debug|x64
{B9678E9B-990C-44D7-B976-42AD59F4C6FB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B9678E9B-990C-44D7-B976-42AD59F4C6FB}.Release|Any CPU.Build.0 = Release|Any CPU
{B9678E9B-990C-44D7-B976-42AD59F4C6FB}.Release|x64.ActiveCfg = Release|x64
{B9678E9B-990C-44D7-B976-42AD59F4C6FB}.Release|x64.Build.0 = Release|x64
{789816C8-2B92-478A-9FE5-5CBE174DDA34}.Debug|Any CPU.ActiveCfg = Debug|x64
{789816C8-2B92-478A-9FE5-5CBE174DDA34}.Debug|Any CPU.Build.0 = Debug|x64
{789816C8-2B92-478A-9FE5-5CBE174DDA34}.Debug|x64.ActiveCfg = Debug|x64
{789816C8-2B92-478A-9FE5-5CBE174DDA34}.Debug|x64.Build.0 = Debug|x64
{789816C8-2B92-478A-9FE5-5CBE174DDA34}.Release|Any CPU.ActiveCfg = Release|x64
{789816C8-2B92-478A-9FE5-5CBE174DDA34}.Release|x64.ActiveCfg = Release|x64
{789816C8-2B92-478A-9FE5-5CBE174DDA34}.Release|x64.Build.0 = Release|x64
{F35C8031-7510-4CC7-A8CE-C94852BE2F8C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F35C8031-7510-4CC7-A8CE-C94852BE2F8C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F35C8031-7510-4CC7-A8CE-C94852BE2F8C}.Debug|x64.ActiveCfg = Debug|Any CPU
{F35C8031-7510-4CC7-A8CE-C94852BE2F8C}.Debug|x64.Build.0 = Debug|Any CPU
{F35C8031-7510-4CC7-A8CE-C94852BE2F8C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F35C8031-7510-4CC7-A8CE-C94852BE2F8C}.Release|Any CPU.Build.0 = Release|Any CPU
{F35C8031-7510-4CC7-A8CE-C94852BE2F8C}.Release|x64.ActiveCfg = Release|Any CPU
{F35C8031-7510-4CC7-A8CE-C94852BE2F8C}.Release|x64.Build.0 = Release|Any CPU
{55F22072-05F2-4D92-81FE-D28B617F921F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{55F22072-05F2-4D92-81FE-D28B617F921F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{55F22072-05F2-4D92-81FE-D28B617F921F}.Debug|x64.ActiveCfg = Debug|Any CPU
{55F22072-05F2-4D92-81FE-D28B617F921F}.Debug|x64.Build.0 = Debug|Any CPU
{55F22072-05F2-4D92-81FE-D28B617F921F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{55F22072-05F2-4D92-81FE-D28B617F921F}.Release|Any CPU.Build.0 = Release|Any CPU
{55F22072-05F2-4D92-81FE-D28B617F921F}.Release|x64.ActiveCfg = Release|Any CPU
{55F22072-05F2-4D92-81FE-D28B617F921F}.Release|x64.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3EC920F8-26A6-4D32-908C-FF4048555C33}
EndGlobalSection
EndGlobal