-
Notifications
You must be signed in to change notification settings - Fork 1
/
TensorFlowLiteExamples.sln
37 lines (37 loc) · 2.08 KB
/
TensorFlowLiteExamples.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.810.17
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AudioClassification", "AudioClassification/AudioClassification.csproj", "{2BFFFD23-531D-48E5-8819-4A778E7C41A4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ImageClassification", "ImageClassification/ImageClassification.csproj", "{D4908A40-C7FD-42A7-8663-A14EFC23AD4D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TextClassification", "TextClassification/TextClassification.csproj", "{A3A545C7-C6EE-466F-83AF-110307545787}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2BFFFD23-531D-48E5-8819-4A778E7C41A4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2BFFFD23-531D-48E5-8819-4A778E7C41A4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2BFFFD23-531D-48E5-8819-4A778E7C41A4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2BFFFD23-531D-48E5-8819-4A778E7C41A4}.Release|Any CPU.Build.0 = Release|Any CPU
{D4908A40-C7FD-42A7-8663-A14EFC23AD4D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D4908A40-C7FD-42A7-8663-A14EFC23AD4D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D4908A40-C7FD-42A7-8663-A14EFC23AD4D}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{D4908A40-C7FD-42A7-8663-A14EFC23AD4D}.Release|Any CPU.Build.0 = Debug|Any CPU
{A3A545C7-C6EE-466F-83AF-110307545787}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A3A545C7-C6EE-466F-83AF-110307545787}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A3A545C7-C6EE-466F-83AF-110307545787}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{A3A545C7-C6EE-466F-83AF-110307545787}.Release|Any CPU.Build.0 = Debug|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {840753BA-351C-412A-A0C3-B90F55C831D0}
EndGlobalSection
EndGlobal