File tree Expand file tree Collapse file tree 2 files changed +7
-19
lines changed Expand file tree Collapse file tree 2 files changed +7
-19
lines changed Original file line number Diff line number Diff line change @@ -53,10 +53,10 @@ using namespace std;
53
53
#pragma warning(disable:4310)
54
54
55
55
// #include <boost/move/move.hpp>
56
- #include < boost/iostreams/stream.hpp>
56
+ // #include <boost/iostreams/stream.hpp>
57
57
58
- #include < boost/format.hpp>
59
- #include < boost/functional/hash.hpp>
58
+ // #include <boost/format.hpp>
59
+ // #include <boost/functional/hash.hpp>
60
60
// #include <boost/timer.hpp>
61
61
// #include <boost/type_traits/is_enum.hpp>
62
62
// #include <boost/mpl/bool.hpp>
@@ -121,10 +121,10 @@ typedef eos::portable_oarchive serialization_portable_oarchive;
121
121
typedef eos::portable_iarchive serialization_portable_iarchive;
122
122
123
123
124
- #include < boost/system/error_code.hpp>
125
- #include < boost/uuid/uuid.hpp> // uuid class
126
- #include < boost/uuid/uuid_generators.hpp> // generators
127
- #include < boost/uuid/uuid_io.hpp> // streaming operators etc.
124
+ // #include <boost/system/error_code.hpp>
125
+ // #include <boost/uuid/uuid.hpp> // uuid class
126
+ // #include <boost/uuid/uuid_generators.hpp> // generators
127
+ // #include <boost/uuid/uuid_io.hpp> // streaming operators etc.
128
128
129
129
#include < string>
130
130
#include < locale>
Original file line number Diff line number Diff line change 105
105
</ImportGroup >
106
106
<PropertyGroup Label =" UserMacros" />
107
107
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
108
- <IncludePath >
109
- </IncludePath >
110
108
<LibraryPath >$(SolutionDir)$(Platform)\$(Configuration);$(LibraryPath)</LibraryPath >
111
109
<OutDir >$(SolutionDir)$(Platform)\$(Configuration)\</OutDir >
112
110
<IntDir >$(Platform)\$(Configuration)\</IntDir >
113
111
</PropertyGroup >
114
112
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
115
- <IncludePath >
116
- </IncludePath >
117
113
<LibraryPath >$(SolutionDir)$(Platform)\$(Configuration);$(LibraryPath)</LibraryPath >
118
114
</PropertyGroup >
119
115
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
120
- <IncludePath >
121
- </IncludePath >
122
116
<LibraryPath >$(SolutionDir)$(Platform)\$(Configuration);$(LibraryPath)</LibraryPath >
123
117
<OutDir >$(SolutionDir)$(Platform)\$(Configuration)\</OutDir >
124
118
<IntDir >$(Platform)\$(Configuration)\</IntDir >
125
119
</PropertyGroup >
126
120
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Normal|Win32'" >
127
- <IncludePath >
128
- </IncludePath >
129
121
<LibraryPath >$(SolutionDir)$(Platform)\$(Configuration);$(LibraryPath)</LibraryPath >
130
122
<LinkIncremental >true</LinkIncremental >
131
123
<OutDir >$(SolutionDir)$(Platform)\$(Configuration)\</OutDir >
132
124
<IntDir >$(Platform)\$(Configuration)\</IntDir >
133
125
</PropertyGroup >
134
126
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
135
- <IncludePath >
136
- </IncludePath >
137
127
<LibraryPath >$(SolutionDir)$(Platform)\$(Configuration);$(LibraryPath)</LibraryPath >
138
128
</PropertyGroup >
139
129
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Normal|x64'" >
140
- <IncludePath >
141
- </IncludePath >
142
130
<LibraryPath >$(SolutionDir)$(Platform)\$(Configuration);$(LibraryPath)</LibraryPath >
143
131
</PropertyGroup >
144
132
<ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
You can’t perform that action at this time.
0 commit comments