This repository has been archived by the owner on Jun 22, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTinyML.sln
41 lines (41 loc) · 2.44 KB
/
TinyML.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32210.238
MinimumVisualStudioVersion = 10.0.40219.1
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "TinyML", "TinyML\TinyML.fsproj", "{2BD7C40F-1BA7-4282-864F-C3B685A22538}"
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "TinyML.Tests", "TinyML.Tests\TinyML.Tests.fsproj", "{4BAAE1F6-FEC9-4057-B2F9-B810605D79C3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug Interactive|Any CPU = Debug Interactive|Any CPU
Debug|Any CPU = Debug|Any CPU
Release Interactive|Any CPU = Release Interactive|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2BD7C40F-1BA7-4282-864F-C3B685A22538}.Debug Interactive|Any CPU.ActiveCfg = Debug Interactive|Any CPU
{2BD7C40F-1BA7-4282-864F-C3B685A22538}.Debug Interactive|Any CPU.Build.0 = Debug Interactive|Any CPU
{2BD7C40F-1BA7-4282-864F-C3B685A22538}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2BD7C40F-1BA7-4282-864F-C3B685A22538}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2BD7C40F-1BA7-4282-864F-C3B685A22538}.Release Interactive|Any CPU.ActiveCfg = Release Interactive|Any CPU
{2BD7C40F-1BA7-4282-864F-C3B685A22538}.Release Interactive|Any CPU.Build.0 = Release Interactive|Any CPU
{2BD7C40F-1BA7-4282-864F-C3B685A22538}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2BD7C40F-1BA7-4282-864F-C3B685A22538}.Release|Any CPU.Build.0 = Release|Any CPU
{4BAAE1F6-FEC9-4057-B2F9-B810605D79C3}.Debug Interactive|Any CPU.ActiveCfg = Debug|Any CPU
{4BAAE1F6-FEC9-4057-B2F9-B810605D79C3}.Debug Interactive|Any CPU.Build.0 = Debug|Any CPU
{4BAAE1F6-FEC9-4057-B2F9-B810605D79C3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4BAAE1F6-FEC9-4057-B2F9-B810605D79C3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4BAAE1F6-FEC9-4057-B2F9-B810605D79C3}.Release Interactive|Any CPU.ActiveCfg = Release|Any CPU
{4BAAE1F6-FEC9-4057-B2F9-B810605D79C3}.Release Interactive|Any CPU.Build.0 = Release|Any CPU
{4BAAE1F6-FEC9-4057-B2F9-B810605D79C3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4BAAE1F6-FEC9-4057-B2F9-B810605D79C3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {77EF1AA0-1D2C-4385-B6E6-B2AA251E4E6D}
EndGlobalSection
EndGlobal