-
Notifications
You must be signed in to change notification settings - Fork 0
/
zebrastack.sln
42 lines (42 loc) · 2.2 KB
/
zebrastack.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.136
MinimumVisualStudioVersion = 10.0.40219.1
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "LeastSquares.UnitTest", "LeastSquares.UnitTest\LeastSquares.UnitTest.fsproj", "{9AB0C9DC-ABB9-4EE8-B360-43BF60FEF050}"
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "LeastSquaresLib", "LeastSquaresLib\LeastSquaresLib.fsproj", "{16CF630E-5558-4DEA-A306-032456EF9DBE}"
EndProject
Project("{888888A0-9F3D-457C-B088-3A5042F75D52}") = "keras_autoencoder", "keras_autoencoder\keras_autoencoder.pyproj", "{FF1019EB-84A1-4CD0-97D4-C19068728C63}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B0AEBE9D-EF3C-4AF9-9648-35CB5BB69A15}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9AB0C9DC-ABB9-4EE8-B360-43BF60FEF050}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9AB0C9DC-ABB9-4EE8-B360-43BF60FEF050}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9AB0C9DC-ABB9-4EE8-B360-43BF60FEF050}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9AB0C9DC-ABB9-4EE8-B360-43BF60FEF050}.Release|Any CPU.Build.0 = Release|Any CPU
{16CF630E-5558-4DEA-A306-032456EF9DBE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{16CF630E-5558-4DEA-A306-032456EF9DBE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{16CF630E-5558-4DEA-A306-032456EF9DBE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{16CF630E-5558-4DEA-A306-032456EF9DBE}.Release|Any CPU.Build.0 = Release|Any CPU
{FF1019EB-84A1-4CD0-97D4-C19068728C63}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FF1019EB-84A1-4CD0-97D4-C19068728C63}.Release|Any CPU.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9710A53D-4890-4800-AF9D-5C880B6D3313}
EndGlobalSection
EndGlobal