forked from losttech/PackagedTensorFlow
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTensorFlow.Python.sln
More file actions
38 lines (38 loc) · 1.81 KB
/
TensorFlow.Python.sln
File metadata and controls
38 lines (38 loc) · 1.81 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
29
30
31
32
33
34
35
36
37
38
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29709.97
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TensorFlow.Python", "src\TensorFlow.Python.csproj", "{BE41E865-A6AB-4B86-B573-FBD6893815B4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "test\Tests.csproj", "{E5A377C5-09FD-4A2E-B060-42EF20466000}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Repo", "Repo", "{FB4287B3-5499-4F1E-B608-C430F1604DB7}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
azure-pipelines.yml = azure-pipelines.yml
LICENSE = LICENSE
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BE41E865-A6AB-4B86-B573-FBD6893815B4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BE41E865-A6AB-4B86-B573-FBD6893815B4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BE41E865-A6AB-4B86-B573-FBD6893815B4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BE41E865-A6AB-4B86-B573-FBD6893815B4}.Release|Any CPU.Build.0 = Release|Any CPU
{E5A377C5-09FD-4A2E-B060-42EF20466000}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E5A377C5-09FD-4A2E-B060-42EF20466000}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E5A377C5-09FD-4A2E-B060-42EF20466000}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E5A377C5-09FD-4A2E-B060-42EF20466000}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CF042E41-7732-4D6B-9A30-A2898A323548}
EndGlobalSection
EndGlobal