Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
g199209 committed Dec 10, 2015
2 parents 3d972e2 + 0c2fedb commit 92d5bf8
Show file tree
Hide file tree
Showing 8 changed files with 574 additions and 55 deletions.
31 changes: 0 additions & 31 deletions LPR/LPR.cpp

This file was deleted.

16 changes: 9 additions & 7 deletions LPR/LPR.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v120</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
<UseOfMfc>Dynamic</UseOfMfc>
<CharacterSet>MultiByte</CharacterSet>
<UseOfMfc>false</UseOfMfc>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v120</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
<UseOfMfc>Dynamic</UseOfMfc>
<CharacterSet>MultiByte</CharacterSet>
<UseOfMfc>false</UseOfMfc>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
Expand All @@ -49,7 +49,7 @@
<Optimization>Disabled</Optimization>
<SDLCheck>true</SDLCheck>
<BufferSecurityCheck>true</BufferSecurityCheck>
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
</ClCompile>
<Link>
<GenerateDebugInformation>true</GenerateDebugInformation>
Expand All @@ -63,7 +63,7 @@
<IntrinsicFunctions>true</IntrinsicFunctions>
<SDLCheck>true</SDLCheck>
<BufferSecurityCheck>true</BufferSecurityCheck>
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
</ClCompile>
<Link>
<GenerateDebugInformation>true</GenerateDebugInformation>
Expand All @@ -72,10 +72,12 @@
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="LPR.cpp" />
<ClCompile Include="LRP.cpp" />
<ClCompile Include="main.cpp" />
<ClCompile Include="PlateImg.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="LRP.h" />
<ClInclude Include="PlateImg.h" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
Expand Down
10 changes: 8 additions & 2 deletions LPR/LPR.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,22 @@
</Filter>
</ItemGroup>
<ItemGroup>
<ClCompile Include="LPR.cpp">
<ClCompile Include="PlateImg.cpp">
<Filter>源文件</Filter>
</ClCompile>
<ClCompile Include="PlateImg.cpp">
<ClCompile Include="main.cpp">
<Filter>源文件</Filter>
</ClCompile>
<ClCompile Include="LRP.cpp">
<Filter>源文件</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="PlateImg.h">
<Filter>头文件</Filter>
</ClInclude>
<ClInclude Include="LRP.h">
<Filter>头文件</Filter>
</ClInclude>
</ItemGroup>
</Project>
Loading

0 comments on commit 92d5bf8

Please sign in to comment.