mirror of
https://github.com/tandasat/SimpleSvm
synced 2026-08-17 00:23:04 -04:00
33 lines
1.4 KiB
Text
33 lines
1.4 KiB
Text
|
|
Microsoft Visual Studio Solution File, Format Version 12.00
|
|
# Visual Studio 15
|
|
VisualStudioVersion = 15.0.28016.0
|
|
MinimumVisualStudioVersion = 10.0.40219.1
|
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SimpleSvm", "SimpleSvm\SimpleSvm.vcxproj", "{D8F3DC11-65E5-42C4-84A5-B23FC17F6A3C}"
|
|
EndProject
|
|
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C931AB09-AD9F-4B5A-8C07-66BDC6D01243}"
|
|
ProjectSection(SolutionItems) = preProject
|
|
.editorconfig = .editorconfig
|
|
README.md = README.md
|
|
EndProjectSection
|
|
EndProject
|
|
Global
|
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
|
Debug|x64 = Debug|x64
|
|
Release|x64 = Release|x64
|
|
EndGlobalSection
|
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
|
{D8F3DC11-65E5-42C4-84A5-B23FC17F6A3C}.Debug|x64.ActiveCfg = Debug|x64
|
|
{D8F3DC11-65E5-42C4-84A5-B23FC17F6A3C}.Debug|x64.Build.0 = Debug|x64
|
|
{D8F3DC11-65E5-42C4-84A5-B23FC17F6A3C}.Debug|x64.Deploy.0 = Debug|x64
|
|
{D8F3DC11-65E5-42C4-84A5-B23FC17F6A3C}.Release|x64.ActiveCfg = Release|x64
|
|
{D8F3DC11-65E5-42C4-84A5-B23FC17F6A3C}.Release|x64.Build.0 = Release|x64
|
|
{D8F3DC11-65E5-42C4-84A5-B23FC17F6A3C}.Release|x64.Deploy.0 = Release|x64
|
|
EndGlobalSection
|
|
GlobalSection(SolutionProperties) = preSolution
|
|
HideSolutionNode = FALSE
|
|
EndGlobalSection
|
|
GlobalSection(ExtensibilityGlobals) = postSolution
|
|
SolutionGuid = {35B510A3-CBDD-4AAA-8A2C-464516D383F3}
|
|
EndGlobalSection
|
|
EndGlobal
|