-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathTensorFlowIOS.sln
79 lines (79 loc) · 4.17 KB
/
TensorFlowIOS.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
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TensorflowBindingsLib", "TensorflowBindingsLib\TensorflowBindingsLib.csproj", "{C89AF154-6315-4D6F-A0C8-A6F1A4B9A866}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Classify", "Classify\Classify.csproj", "{1BD88390-90BF-4136-B6F5-9FE98B7AFD57}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
Debug|iPhoneSimulator = Debug|iPhoneSimulator
Release|iPhone = Release|iPhone
Release|iPhoneSimulator = Release|iPhoneSimulator
Debug|iPhone = Debug|iPhone
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C89AF154-6315-4D6F-A0C8-A6F1A4B9A866}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C89AF154-6315-4D6F-A0C8-A6F1A4B9A866}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C89AF154-6315-4D6F-A0C8-A6F1A4B9A866}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C89AF154-6315-4D6F-A0C8-A6F1A4B9A866}.Release|Any CPU.Build.0 = Release|Any CPU
{C89AF154-6315-4D6F-A0C8-A6F1A4B9A866}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{C89AF154-6315-4D6F-A0C8-A6F1A4B9A866}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{C89AF154-6315-4D6F-A0C8-A6F1A4B9A866}.Release|iPhone.ActiveCfg = Release|Any CPU
{C89AF154-6315-4D6F-A0C8-A6F1A4B9A866}.Release|iPhone.Build.0 = Release|Any CPU
{C89AF154-6315-4D6F-A0C8-A6F1A4B9A866}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{C89AF154-6315-4D6F-A0C8-A6F1A4B9A866}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{C89AF154-6315-4D6F-A0C8-A6F1A4B9A866}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{C89AF154-6315-4D6F-A0C8-A6F1A4B9A866}.Debug|iPhone.Build.0 = Debug|Any CPU
{1BD88390-90BF-4136-B6F5-9FE98B7AFD57}.Debug|Any CPU.ActiveCfg = Debug|iPhoneSimulator
{1BD88390-90BF-4136-B6F5-9FE98B7AFD57}.Debug|Any CPU.Build.0 = Debug|iPhoneSimulator
{1BD88390-90BF-4136-B6F5-9FE98B7AFD57}.Release|Any CPU.ActiveCfg = Release|iPhone
{1BD88390-90BF-4136-B6F5-9FE98B7AFD57}.Release|Any CPU.Build.0 = Release|iPhone
{1BD88390-90BF-4136-B6F5-9FE98B7AFD57}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
{1BD88390-90BF-4136-B6F5-9FE98B7AFD57}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator
{1BD88390-90BF-4136-B6F5-9FE98B7AFD57}.Release|iPhone.ActiveCfg = Release|iPhone
{1BD88390-90BF-4136-B6F5-9FE98B7AFD57}.Release|iPhone.Build.0 = Release|iPhone
{1BD88390-90BF-4136-B6F5-9FE98B7AFD57}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator
{1BD88390-90BF-4136-B6F5-9FE98B7AFD57}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator
{1BD88390-90BF-4136-B6F5-9FE98B7AFD57}.Debug|iPhone.ActiveCfg = Debug|iPhone
{1BD88390-90BF-4136-B6F5-9FE98B7AFD57}.Debug|iPhone.Build.0 = Debug|iPhone
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0
$0.DotNetNamingPolicy = $1
$1.DirectoryNamespaceAssociation = PrefixedHierarchical
$0.TextStylePolicy = $2
$2.scope = text/x-csharp
$2.FileWidth = 80
$2.TabWidth = 8
$2.IndentWidth = 8
$0.CSharpFormattingPolicy = $3
$3.scope = text/x-csharp
$3.IndentSwitchSection = False
$3.NewLinesForBracesInProperties = False
$3.NewLinesForBracesInAccessors = False
$3.NewLinesForBracesInAnonymousMethods = False
$3.NewLinesForBracesInControlBlocks = False
$3.NewLinesForBracesInAnonymousTypes = False
$3.NewLinesForBracesInObjectCollectionArrayInitializers = False
$3.NewLinesForBracesInLambdaExpressionBody = False
$3.NewLineForElse = False
$3.NewLineForCatch = False
$3.NewLineForFinally = False
$3.NewLineForMembersInObjectInit = False
$3.NewLineForMembersInAnonymousTypes = False
$3.NewLineForClausesInQuery = False
$3.SpacingAfterMethodDeclarationName = True
$3.SpaceAfterMethodCallName = True
$3.SpaceBeforeOpenSquareBracket = True
version = 0.2
EndGlobalSection
EndGlobal