fix build issue from Notified.h not being shuffled in vcxproj files
This commit is contained in:
parent
f73b0b6961
commit
eee492a05b
|
|
@ -18,8 +18,8 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#ifndef FLOW_NOTIFIED_H
|
||||
#define FLOW_NOTIFIED_H
|
||||
#ifndef FDBCLIENT_NOTIFIED_H
|
||||
#define FDBCLIENT_NOTIFIED_H
|
||||
#pragma once
|
||||
|
||||
#include "FDBTypes.h"
|
||||
|
|
|
|||
|
|
@ -57,6 +57,7 @@
|
|||
<ClInclude Include="MultiVersionTransaction.h" />
|
||||
<ClInclude Include="MutationList.h" />
|
||||
<ClInclude Include="NativeAPI.h" />
|
||||
<ClInclude Include="Notified.h" />
|
||||
<ClInclude Include="ReadYourWrites.h" />
|
||||
<ActorCompiler Include="RunTransaction.actor.h" />
|
||||
<ClInclude Include="RYWIterator.h" />
|
||||
|
|
@ -201,4 +202,4 @@
|
|||
<Target Name="MyPreCompileSteps" AfterTargets="CLCompile">
|
||||
<Exec Command=""$(SolutionDir)bin\$(Configuration)\coveragetool.exe" "$(OutDir)coverage.$(TargetName).xml" @(ActorCompiler -> '%(RelativeDir)%(Filename)%(Extension)', ' ') @(CLInclude -> '%(RelativeDir)%(Filename)%(Extension)', ' ') @(CLCompile -> '%(RelativeDir)%(Filename)%(Extension)', ' ')" />
|
||||
</Target>
|
||||
</Project>
|
||||
</Project>
|
||||
|
|
|
|||
|
|
@ -71,7 +71,6 @@
|
|||
<ClInclude Include="IThreadPool.h" />
|
||||
<ClInclude Include="Knobs.h" />
|
||||
<ClInclude Include="Net2Packet.h" />
|
||||
<ClInclude Include="Notified.h" />
|
||||
<ClInclude Include="serialize.h" />
|
||||
<ClInclude Include="SimpleOpt.h" />
|
||||
<ClInclude Include="Stats.h" />
|
||||
|
|
|
|||
|
|
@ -64,9 +64,8 @@
|
|||
<ClInclude Include="network.h" />
|
||||
<ClInclude Include="AsioReactor.h" />
|
||||
<ClInclude Include="Net2Packet.h" />
|
||||
<ClInclude Include="Notified.h" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="no_intellisense.opt" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
</Project>
|
||||
|
|
|
|||
Loading…
Reference in New Issue