Skip to content

Commit

Permalink
adding solution for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
steffennissen committed Jul 29, 2012
1 parent 5c38041 commit 4da2209
Show file tree
Hide file tree
Showing 7 changed files with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions VS2010/fann_tests.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fannfloat", "fannfloat\fannfloat.vcxproj", "{2F0EC4B6-B3F8-4A05-A884-B935E82E1390}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fanndouble", "fanndouble\fanndouble.vcxproj", "{7FFD0423-9EE1-4CB9-AAF0-6FC5F82535FF}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fannfixed", "fannfixed\fannfixed.vcxproj", "{80EE4A35-E029-4E6E-914D-899D409F40DF}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "tests_float", "tests_float\tests_float.vcxproj", "{BC62B048-BD91-4130-8C61-DBE48515FF13}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gtest", "gtest\gtest.vcxproj", "{EA43987C-28F6-4F8E-B22C-3A64534D24CB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2F0EC4B6-B3F8-4A05-A884-B935E82E1390}.Debug|Win32.ActiveCfg = Debug|Win32
{2F0EC4B6-B3F8-4A05-A884-B935E82E1390}.Debug|Win32.Build.0 = Debug|Win32
{2F0EC4B6-B3F8-4A05-A884-B935E82E1390}.Release|Win32.ActiveCfg = Release|Win32
{2F0EC4B6-B3F8-4A05-A884-B935E82E1390}.Release|Win32.Build.0 = Release|Win32
{7FFD0423-9EE1-4CB9-AAF0-6FC5F82535FF}.Debug|Win32.ActiveCfg = Debug|Win32
{7FFD0423-9EE1-4CB9-AAF0-6FC5F82535FF}.Debug|Win32.Build.0 = Debug|Win32
{7FFD0423-9EE1-4CB9-AAF0-6FC5F82535FF}.Release|Win32.ActiveCfg = Release|Win32
{7FFD0423-9EE1-4CB9-AAF0-6FC5F82535FF}.Release|Win32.Build.0 = Release|Win32
{80EE4A35-E029-4E6E-914D-899D409F40DF}.Debug|Win32.ActiveCfg = Debug|Win32
{80EE4A35-E029-4E6E-914D-899D409F40DF}.Debug|Win32.Build.0 = Debug|Win32
{80EE4A35-E029-4E6E-914D-899D409F40DF}.Release|Win32.ActiveCfg = Release|Win32
{80EE4A35-E029-4E6E-914D-899D409F40DF}.Release|Win32.Build.0 = Release|Win32
{BC62B048-BD91-4130-8C61-DBE48515FF13}.Debug|Win32.ActiveCfg = Debug|Win32
{BC62B048-BD91-4130-8C61-DBE48515FF13}.Debug|Win32.Build.0 = Debug|Win32
{BC62B048-BD91-4130-8C61-DBE48515FF13}.Release|Win32.ActiveCfg = Release|Win32
{BC62B048-BD91-4130-8C61-DBE48515FF13}.Release|Win32.Build.0 = Release|Win32
{EA43987C-28F6-4F8E-B22C-3A64534D24CB}.Debug|Win32.ActiveCfg = Debug|Win32
{EA43987C-28F6-4F8E-B22C-3A64534D24CB}.Debug|Win32.Build.0 = Debug|Win32
{EA43987C-28F6-4F8E-B22C-3A64534D24CB}.Release|Win32.ActiveCfg = Release|Win32
{EA43987C-28F6-4F8E-B22C-3A64534D24CB}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
Binary file modified bin/fanndouble.dll
Binary file not shown.
Binary file modified bin/fanndouble.lib
Binary file not shown.
Binary file modified bin/fannfixed.dll
Binary file not shown.
Binary file modified bin/fannfixed.lib
Binary file not shown.
Binary file modified bin/fannfloat.dll
Binary file not shown.
Binary file modified bin/fannfloat.lib
Binary file not shown.

0 comments on commit 4da2209

Please sign in to comment.