Skip to content

Commit

Permalink
+added OpenNN project files.
Browse files Browse the repository at this point in the history
  • Loading branch information
ermig1979 committed Jan 3, 2018
1 parent 45b63dc commit b1b5870
Show file tree
Hide file tree
Showing 8 changed files with 140 additions and 1,424 deletions.
609 changes: 0 additions & 609 deletions src/3rd/OpenNN/OpenNN.vcproj

This file was deleted.

65 changes: 0 additions & 65 deletions src/3rd/OpenNN/OpenNN.vcproj.LOODSMAN.saprbdm.user

This file was deleted.

52 changes: 52 additions & 0 deletions src/3rd/OpenNN/OpenNN32.vcxproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="../../Prop.props" />
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{44F4252D-8C3C-4981-B11B-B6008646A4EA}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<ProjectName>OpenNN32</ProjectName>
</PropertyGroup>
<PropertyGroup Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ItemDefinitionGroup>
<ClCompile>
<PreprocessorDefinitions>_WINDOWS;_LIB;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>
<TargetMachine>MachineX86</TargetMachine>
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<ClInclude Include=".\*.h" />
<ClInclude Include=".\data_set\*.h" />
<ClInclude Include=".\mathematical_model\*.h" />
<ClInclude Include=".\model_selection\*.h" />
<ClInclude Include=".\neural_network\*.h" />
<ClInclude Include=".\performance_functional\*.h" />
<ClInclude Include=".\testing_analysis\*.h" />
<ClInclude Include=".\training_strategy\*.h" />
<ClInclude Include=".\utilities\*.h" />
<ClCompile Include=".\data_set\*.cpp" />
<ClCompile Include=".\mathematical_model\*.cpp" />
<ClCompile Include=".\model_selection\*.cpp" />
<ClCompile Include=".\neural_network\*.cpp" />
<ClCompile Include=".\performance_functional\*.cpp" />
<ClCompile Include=".\testing_analysis\*.cpp" />
<ClCompile Include=".\training_strategy\*.cpp" />
<ClCompile Include=".\utilities\*.cpp" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
</Project>
Loading

0 comments on commit b1b5870

Please sign in to comment.