|
11 | 11 | </ProjectConfiguration> |
12 | 12 | </ItemGroup> |
13 | 13 | <ItemGroup> |
14 | | - <ClInclude Include="..\..\..\hmLib\algorithm.hpp" /> |
15 | | - <ClInclude Include="..\..\..\hmLib\algorithm\compare.hpp" /> |
16 | | - <ClInclude Include="..\..\..\hmLib\algorithm\algorithm.hpp" /> |
17 | | - <ClInclude Include="..\..\..\hmLib\algorithm\nonrepeat_random_integrals.hpp" /> |
18 | | - <ClInclude Include="..\..\..\hmLib\algorithm\numeric.hpp" /> |
19 | | - <ClInclude Include="..\..\..\hmLib\algorithm\sampling.hpp" /> |
20 | | - <ClInclude Include="..\..\..\hmLib\any_iterator.hpp" /> |
21 | | - <ClInclude Include="..\..\..\hmLib\array_queue.hpp" /> |
22 | | - <ClInclude Include="..\..\..\hmLib\bufgate.hpp" /> |
23 | | - <ClInclude Include="..\..\..\hmLib\circular.hpp" /> |
24 | | - <ClInclude Include="..\..\..\hmLib\color.hpp" /> |
25 | | - <ClInclude Include="..\..\..\hmLib\comgate.hpp" /> |
26 | | - <ClInclude Include="..\..\..\hmLib\comgate\winRS\ifline.h" /> |
27 | | - <ClInclude Include="..\..\..\hmLib\comgate\winRS\winrs.h" /> |
28 | | - <ClInclude Include="..\..\..\hmLib\config_vc.h" /> |
29 | | - <ClInclude Include="..\..\..\hmLib\coordinates.hpp" /> |
30 | | - <ClInclude Include="..\..\..\hmLib\csv_iterator.hpp" /> |
31 | | - <ClInclude Include="..\..\..\hmLib\date.hpp" /> |
32 | | - <ClInclude Include="..\..\..\hmLib\debugstream.hpp" /> |
33 | | - <ClInclude Include="..\..\..\hmLib\either.hpp" /> |
34 | | - <ClInclude Include="..\..\..\hmLib\enumerators.hpp" /> |
35 | | - <ClInclude Include="..\..\..\hmLib\euclidean.hpp" /> |
36 | | - <ClInclude Include="..\..\..\hmLib\exceptions.hpp" /> |
37 | | - <ClInclude Include="..\..\..\hmLib\filterbuf.hpp" /> |
38 | | - <ClInclude Include="..\..\..\hmLib\functional.hpp" /> |
39 | | - <ClInclude Include="..\..\..\hmLib\gate.hpp" /> |
40 | | - <ClInclude Include="..\..\..\hmLib\gps.hpp" /> |
41 | | - <ClInclude Include="..\..\..\hmLib\inquiries.hpp" /> |
42 | | - <ClInclude Include="..\..\..\hmLib\iocsv.hpp" /> |
43 | | - <ClInclude Include="..\..\..\hmLib\lattices.hpp" /> |
44 | | - <ClInclude Include="..\..\..\hmLib\math.hpp" /> |
45 | | - <ClInclude Include="..\..\..\hmLib\mutex_proxy.hpp" /> |
46 | | - <ClInclude Include="..\..\..\hmLib\odeint.hpp" /> |
47 | | - <ClInclude Include="..\..\..\hmLib\optimize.hpp" /> |
48 | | - <ClInclude Include="..\..\..\hmLib\position.hpp" /> |
49 | | - <ClInclude Include="..\..\..\hmLib\random.hpp" /> |
50 | | - <ClInclude Include="..\..\..\hmLib\rectangle.hpp" /> |
51 | | - <ClInclude Include="..\..\..\hmLib\resource.hpp" /> |
52 | | - <ClInclude Include="..\..\..\hmLib\sequence.hpp" /> |
53 | | - <ClInclude Include="..\..\..\hmLib\signals.hpp" /> |
54 | | - <ClInclude Include="..\..\..\hmLib\static_buffer.hpp" /> |
55 | | - <ClInclude Include="..\..\..\hmLib\streambuf_interface.hpp" /> |
56 | | - <ClInclude Include="..\..\..\hmLib\stream_utility.hpp" /> |
57 | | - <ClInclude Include="..\..\..\hmLib\table.hpp" /> |
58 | | - <ClInclude Include="..\..\..\hmLib\type.h" /> |
59 | | - <ClInclude Include="..\..\..\hmLib\typemanage.hpp" /> |
60 | | - <ClInclude Include="..\..\..\hmLib\type_traits.hpp" /> |
61 | | - <ClInclude Include="..\..\..\hmLib\utility.hpp" /> |
62 | | - <ClInclude Include="..\..\..\hmLib\version.h" /> |
| 14 | + <ClCompile Include="..\..\..\ccontainer\cdeque.c" /> |
| 15 | + <ClCompile Include="..\..\..\ccontainer\cqueue.c" /> |
| 16 | + <ClCompile Include="..\..\..\ccontainer\cstack.c" /> |
| 17 | + <ClCompile Include="..\..\..\ccontainer\cstring.c" /> |
| 18 | + <ClCompile Include="..\..\..\comgate.cpp" /> |
| 19 | + <ClCompile Include="use_factorial.cpp" /> |
63 | 20 | </ItemGroup> |
64 | 21 | <ItemGroup> |
65 | | - <ClCompile Include="..\..\..\hmLib\comgate.cpp" /> |
66 | | - <ClCompile Include="..\..\..\hmLib\comgate\winRS\winrs.cpp" /> |
67 | | - <ClCompile Include="use_factorial.cpp" /> |
| 22 | + <ClInclude Include="..\..\..\algorithm.hpp" /> |
| 23 | + <ClInclude Include="..\..\..\algorithm\algorithm.hpp" /> |
| 24 | + <ClInclude Include="..\..\..\algorithm\compare.hpp" /> |
| 25 | + <ClInclude Include="..\..\..\algorithm\nonrepeat_random_integrals.hpp" /> |
| 26 | + <ClInclude Include="..\..\..\algorithm\numeric.hpp" /> |
| 27 | + <ClInclude Include="..\..\..\algorithm\sampling.hpp" /> |
| 28 | + <ClInclude Include="..\..\..\any_iterator.hpp" /> |
| 29 | + <ClInclude Include="..\..\..\array_queue.hpp" /> |
| 30 | + <ClInclude Include="..\..\..\bufgate.hpp" /> |
| 31 | + <ClInclude Include="..\..\..\ccontainer\cdeque.h" /> |
| 32 | + <ClInclude Include="..\..\..\ccontainer\cqueue.h" /> |
| 33 | + <ClInclude Include="..\..\..\ccontainer\cstack.h" /> |
| 34 | + <ClInclude Include="..\..\..\ccontainer\cstring.h" /> |
| 35 | + <ClInclude Include="..\..\..\circular.hpp" /> |
| 36 | + <ClInclude Include="..\..\..\color.hpp" /> |
| 37 | + <ClInclude Include="..\..\..\comgate.hpp" /> |
| 38 | + <ClInclude Include="..\..\..\config_vc.h" /> |
| 39 | + <ClInclude Include="..\..\..\coordinates.hpp" /> |
| 40 | + <ClInclude Include="..\..\..\csv_iterator.hpp" /> |
| 41 | + <ClInclude Include="..\..\..\date.hpp" /> |
| 42 | + <ClInclude Include="..\..\..\debugstream.hpp" /> |
| 43 | + <ClInclude Include="..\..\..\either.hpp" /> |
| 44 | + <ClInclude Include="..\..\..\enumerators.hpp" /> |
| 45 | + <ClInclude Include="..\..\..\enumerators\algorithm_ability.hpp" /> |
| 46 | + <ClInclude Include="..\..\..\enumerators\enumbase.hpp" /> |
| 47 | + <ClInclude Include="..\..\..\enumerators\enumerator.hpp" /> |
| 48 | + <ClInclude Include="..\..\..\enumerators\enumerator_defines.hpp" /> |
| 49 | + <ClInclude Include="..\..\..\enumerators\enumerator_traits.hpp" /> |
| 50 | + <ClInclude Include="..\..\..\enumerators\numeric_ability.hpp" /> |
| 51 | + <ClInclude Include="..\..\..\enumerators\random_algorithm_ability.hpp" /> |
| 52 | + <ClInclude Include="..\..\..\enumerators\traversal_ability.hpp" /> |
| 53 | + <ClInclude Include="..\..\..\euclidean.hpp" /> |
| 54 | + <ClInclude Include="..\..\..\exceptions.hpp" /> |
| 55 | + <ClInclude Include="..\..\..\exceptions\access_exceptions.hpp" /> |
| 56 | + <ClInclude Include="..\..\..\exceptions\application_exceptions.hpp" /> |
| 57 | + <ClInclude Include="..\..\..\exceptions\exception.hpp" /> |
| 58 | + <ClInclude Include="..\..\..\exceptions\io_exceptions.hpp" /> |
| 59 | + <ClInclude Include="..\..\..\exceptions\memory_exceptions.hpp" /> |
| 60 | + <ClInclude Include="..\..\..\exceptions\numeric_exceptions.hpp" /> |
| 61 | + <ClInclude Include="..\..\..\filterbuf.hpp" /> |
| 62 | + <ClInclude Include="..\..\..\functional.hpp" /> |
| 63 | + <ClInclude Include="..\..\..\gate.hpp" /> |
| 64 | + <ClInclude Include="..\..\..\gps.hpp" /> |
| 65 | + <ClInclude Include="..\..\..\inquiries.hpp" /> |
| 66 | + <ClInclude Include="..\..\..\inquiries\inquiry.hpp" /> |
| 67 | + <ClInclude Include="..\..\..\inquiries\inquiry_abstruct.hpp" /> |
| 68 | + <ClInclude Include="..\..\..\inquiries\range_inquiry.hpp" /> |
| 69 | + <ClInclude Include="..\..\..\inquiries\signaled_contact.hpp" /> |
| 70 | + <ClInclude Include="..\..\..\inquiries\signal_inquiry.hpp" /> |
| 71 | + <ClInclude Include="..\..\..\inquiries\unique_connections.hpp" /> |
| 72 | + <ClInclude Include="..\..\..\iocsv.hpp" /> |
| 73 | + <ClInclude Include="..\..\..\lattices.hpp" /> |
| 74 | + <ClInclude Include="..\..\..\lattices\exceptions.hpp" /> |
| 75 | + <ClInclude Include="..\..\..\lattices\iterator.hpp" /> |
| 76 | + <ClInclude Include="..\..\..\lattices\lattice_indexer.hpp" /> |
| 77 | + <ClInclude Include="..\..\..\lattices\lattice_view.hpp" /> |
| 78 | + <ClInclude Include="..\..\..\lattices\locator.hpp" /> |
| 79 | + <ClInclude Include="..\..\..\lattices\torus_lattice_view.hpp" /> |
| 80 | + <ClInclude Include="..\..\..\lattices\torus_locator.hpp" /> |
| 81 | + <ClInclude Include="..\..\..\lattices\utility.hpp" /> |
| 82 | + <ClInclude Include="..\..\..\math.hpp" /> |
| 83 | + <ClInclude Include="..\..\..\mutex_proxy.hpp" /> |
| 84 | + <ClInclude Include="..\..\..\odeint.hpp" /> |
| 85 | + <ClInclude Include="..\..\..\odeint\breakable_integrate.hpp" /> |
| 86 | + <ClInclude Include="..\..\..\odeint\break_observer.hpp" /> |
| 87 | + <ClInclude Include="..\..\..\odeint\container_observer.hpp" /> |
| 88 | + <ClInclude Include="..\..\..\odeint\eqstate_break_observer.hpp" /> |
| 89 | + <ClInclude Include="..\..\..\odeint\iterator_observer.hpp" /> |
| 90 | + <ClInclude Include="..\..\..\odeint\range_stepper.hpp" /> |
| 91 | + <ClInclude Include="..\..\..\odeint\stream_observer.hpp" /> |
| 92 | + <ClInclude Include="..\..\..\odeint\utility.hpp" /> |
| 93 | + <ClInclude Include="..\..\..\optimize.hpp" /> |
| 94 | + <ClInclude Include="..\..\..\position.hpp" /> |
| 95 | + <ClInclude Include="..\..\..\random.hpp" /> |
| 96 | + <ClInclude Include="..\..\..\random\pair_normal_distribution.hpp" /> |
| 97 | + <ClInclude Include="..\..\..\random\random_bits.hpp" /> |
| 98 | + <ClInclude Include="..\..\..\random\random_engine.hpp" /> |
| 99 | + <ClInclude Include="..\..\..\random\xorshift.hpp" /> |
| 100 | + <ClInclude Include="..\..\..\rectangle.hpp" /> |
| 101 | + <ClInclude Include="..\..\..\resource.hpp" /> |
| 102 | + <ClInclude Include="..\..\..\sequence.hpp" /> |
| 103 | + <ClInclude Include="..\..\..\sequence\breakable_progress.hpp" /> |
| 104 | + <ClInclude Include="..\..\..\sequence\progress.hpp" /> |
| 105 | + <ClInclude Include="..\..\..\signals.hpp" /> |
| 106 | + <ClInclude Include="..\..\..\signals\connect.hpp" /> |
| 107 | + <ClInclude Include="..\..\..\signals\unique_connections.hpp" /> |
| 108 | + <ClInclude Include="..\..\..\static_buffer.hpp" /> |
| 109 | + <ClInclude Include="..\..\..\streambuf_interface.hpp" /> |
| 110 | + <ClInclude Include="..\..\..\stream_utility.hpp" /> |
| 111 | + <ClInclude Include="..\..\..\table.hpp" /> |
| 112 | + <ClInclude Include="..\..\..\type.h" /> |
| 113 | + <ClInclude Include="..\..\..\typemanage.hpp" /> |
| 114 | + <ClInclude Include="..\..\..\typemanage\listup_name.hpp" /> |
| 115 | + <ClInclude Include="..\..\..\typemanage\listup_parameter.hpp" /> |
| 116 | + <ClInclude Include="..\..\..\typemanage\listup_string_build.hpp" /> |
| 117 | + <ClInclude Include="..\..\..\typemanage\parameter.hpp" /> |
| 118 | + <ClInclude Include="..\..\..\typemanage\string_build.hpp" /> |
| 119 | + <ClInclude Include="..\..\..\typemanage\type_manage.hpp" /> |
| 120 | + <ClInclude Include="..\..\..\typemanage\type_name.hpp" /> |
| 121 | + <ClInclude Include="..\..\..\type_traits.hpp" /> |
| 122 | + <ClInclude Include="..\..\..\utility.hpp" /> |
| 123 | + <ClInclude Include="..\..\..\version.h" /> |
68 | 124 | </ItemGroup> |
69 | 125 | <PropertyGroup Label="Globals"> |
70 | 126 | <ProjectGuid>{A10C302A-31D3-4E31-A256-8331A9214833}</ProjectGuid> |
|
0 commit comments