forked from jamesathey/FastAndroidCamera
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFastAndroidCamera.sln
More file actions
28 lines (28 loc) · 1.27 KB
/
FastAndroidCamera.sln
File metadata and controls
28 lines (28 loc) · 1.27 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.808.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FastAndroidCamera", "FastAndroidCamera.csproj", "{B544C08C-7F75-4B68-91F5-3B0AFE17937B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
Droid|Any CPU = Droid|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B544C08C-7F75-4B68-91F5-3B0AFE17937B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B544C08C-7F75-4B68-91F5-3B0AFE17937B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B544C08C-7F75-4B68-91F5-3B0AFE17937B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B544C08C-7F75-4B68-91F5-3B0AFE17937B}.Release|Any CPU.Build.0 = Release|Any CPU
{B544C08C-7F75-4B68-91F5-3B0AFE17937B}.Droid|Any CPU.ActiveCfg = Droid|Any CPU
{B544C08C-7F75-4B68-91F5-3B0AFE17937B}.Droid|Any CPU.Build.0 = Droid|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9DD773D6-6461-412A-941F-CD4DA48AF2BF}
EndGlobalSection
EndGlobal