Skip to content

Commit

Permalink
remove main.h
Browse files Browse the repository at this point in the history
  • Loading branch information
yin13 committed Nov 29, 2021
1 parent 579a905 commit b1f8990
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 0 additions & 1 deletion opencv_project/main.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#include <iostream>
#include <opencv2/opencv.hpp>
#include "QuickDemo.h"
#include "main.h"

using namespace cv;
int main() {
Expand Down
3 changes: 2 additions & 1 deletion opencv_project/opencv_project.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<SDLCheck>true</SDLCheck>
<PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions>NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
</ClCompile>
<Link>
Expand All @@ -146,6 +146,7 @@
<ClCompile Include="QuickDemo.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="main.h" />
<ClInclude Include="QuickDemo.h" />
<ClInclude Include="resource.h" />
</ItemGroup>
Expand Down
3 changes: 3 additions & 0 deletions opencv_project/opencv_project.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@
<ClInclude Include="QuickDemo.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="main.h">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="opencv_project.rc">
Expand Down

0 comments on commit b1f8990

Please sign in to comment.