-
Notifications
You must be signed in to change notification settings - Fork 5
/
transfer-learning.sln
24 lines (24 loc) · 1008 Bytes
/
transfer-learning.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29215.179
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "transfer-learning", "src\transfer-learning.vcxproj", "{5169FD1C-3A93-4687-99D4-31A685BA0618}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5169FD1C-3A93-4687-99D4-31A685BA0618}.Release|x64.ActiveCfg = Release|x64
{5169FD1C-3A93-4687-99D4-31A685BA0618}.Release|x64.Build.0 = Release|x64
{5169FD1C-3A93-4687-99D4-31A685BA0618}.Release|x86.ActiveCfg = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DC2FAACE-5708-4F41-8A12-FCCF39741C6F}
EndGlobalSection
EndGlobal