Skip to content

Commit

Permalink
remove obsolete file from VS studio project
Browse files Browse the repository at this point in the history
  • Loading branch information
MonsieurNicolas committed Aug 21, 2019
1 parent a777a16 commit aa7a417
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions Builds/VisualStudio/stellar-core.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,6 @@ exit /b 0
<ClCompile Include="..\..\src\historywork\PutHistoryArchiveStateWork.cpp" />
<ClCompile Include="..\..\src\historywork\PutRemoteFileWork.cpp" />
<ClCompile Include="..\..\src\historywork\PutSnapshotFilesWork.cpp" />
<ClCompile Include="..\..\src\historywork\RepairMissingBucketsWork.cpp" />
<ClCompile Include="..\..\src\historywork\ResolveSnapshotWork.cpp" />
<ClCompile Include="..\..\src\historywork\RunCommandWork.cpp" />
<ClCompile Include="..\..\src\historywork\VerifyBucketWork.cpp" />
Expand Down Expand Up @@ -636,7 +635,6 @@ exit /b 0
<ClInclude Include="..\..\src\historywork\PutHistoryArchiveStateWork.h" />
<ClInclude Include="..\..\src\historywork\PutRemoteFileWork.h" />
<ClInclude Include="..\..\src\historywork\PutSnapshotFilesWork.h" />
<ClInclude Include="..\..\src\historywork\RepairMissingBucketsWork.h" />
<ClInclude Include="..\..\src\historywork\ResolveSnapshotWork.h" />
<ClInclude Include="..\..\src\historywork\RunCommandWork.h" />
<ClInclude Include="..\..\src\historywork\VerifyBucketWork.h" />
Expand Down
6 changes: 0 additions & 6 deletions Builds/VisualStudio/stellar-core.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -414,9 +414,6 @@
<ClCompile Include="..\..\src\historywork\PutSnapshotFilesWork.cpp">
<Filter>historyWork</Filter>
</ClCompile>
<ClCompile Include="..\..\src\historywork\RepairMissingBucketsWork.cpp">
<Filter>historyWork</Filter>
</ClCompile>
<ClCompile Include="..\..\src\historywork\ResolveSnapshotWork.cpp">
<Filter>historyWork</Filter>
</ClCompile>
Expand Down Expand Up @@ -1289,9 +1286,6 @@
<ClInclude Include="..\..\src\historywork\PutSnapshotFilesWork.h">
<Filter>historyWork</Filter>
</ClInclude>
<ClInclude Include="..\..\src\historywork\RepairMissingBucketsWork.h">
<Filter>historyWork</Filter>
</ClInclude>
<ClInclude Include="..\..\src\historywork\ResolveSnapshotWork.h">
<Filter>historyWork</Filter>
</ClInclude>
Expand Down

5 comments on commit aa7a417

@latobarita
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from jonjove
at MonsieurNicolas@aa7a417

@latobarita
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging MonsieurNicolas/stellar-core/windowsCompileFix = aa7a417 into auto

@latobarita
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

MonsieurNicolas/stellar-core/windowsCompileFix = aa7a417 merged ok, testing candidate = 83638f4

@latobarita
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@latobarita
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = 83638f4

Please sign in to comment.