Skip to content
This repository has been archived by the owner on Apr 2, 2022. It is now read-only.

Commit

Permalink
把限制时间常量放到Constant里
Browse files Browse the repository at this point in the history
  • Loading branch information
junbao-zhou committed Apr 30, 2020
1 parent 3cbb99b commit 6f3ff41
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 382 deletions.
34 changes: 2 additions & 32 deletions CAPI/AI.sln
Original file line number Diff line number Diff line change
Expand Up @@ -8,43 +8,13 @@ EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
MinSizeRel|Win32 = MinSizeRel|Win32
MinSizeRel|x64 = MinSizeRel|x64
MinSizeRel|x86 = MinSizeRel|x86
Release|Win32 = Release|Win32
Release|x64 = Release|x64
Release|x86 = Release|x86
RelWithDebInfo|Win32 = RelWithDebInfo|Win32
RelWithDebInfo|x64 = RelWithDebInfo|x64
RelWithDebInfo|x86 = RelWithDebInfo|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6D4987B3-D431-35BD-963C-E3ADA6053B41}.Debug|Win32.ActiveCfg = Debug|Win32
{6D4987B3-D431-35BD-963C-E3ADA6053B41}.Debug|Win32.Build.0 = Debug|Win32
{6D4987B3-D431-35BD-963C-E3ADA6053B41}.Debug|x64.ActiveCfg = Debug|x64
{6D4987B3-D431-35BD-963C-E3ADA6053B41}.Debug|x64.Build.0 = Debug|x64
{6D4987B3-D431-35BD-963C-E3ADA6053B41}.Debug|x86.ActiveCfg = Debug|Win32
{6D4987B3-D431-35BD-963C-E3ADA6053B41}.Debug|x86.Build.0 = Debug|Win32
{6D4987B3-D431-35BD-963C-E3ADA6053B41}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32
{6D4987B3-D431-35BD-963C-E3ADA6053B41}.MinSizeRel|Win32.Build.0 = MinSizeRel|Win32
{6D4987B3-D431-35BD-963C-E3ADA6053B41}.MinSizeRel|x64.ActiveCfg = MinSizeRel|x64
{6D4987B3-D431-35BD-963C-E3ADA6053B41}.MinSizeRel|x64.Build.0 = MinSizeRel|x64
{6D4987B3-D431-35BD-963C-E3ADA6053B41}.MinSizeRel|x86.ActiveCfg = MinSizeRel|Win32
{6D4987B3-D431-35BD-963C-E3ADA6053B41}.MinSizeRel|x86.Build.0 = MinSizeRel|Win32
{6D4987B3-D431-35BD-963C-E3ADA6053B41}.Debug|Win32.ActiveCfg = Release|Win32
{6D4987B3-D431-35BD-963C-E3ADA6053B41}.Debug|Win32.Build.0 = Release|Win32
{6D4987B3-D431-35BD-963C-E3ADA6053B41}.Release|Win32.ActiveCfg = Release|Win32
{6D4987B3-D431-35BD-963C-E3ADA6053B41}.Release|Win32.Build.0 = Release|Win32
{6D4987B3-D431-35BD-963C-E3ADA6053B41}.Release|x64.ActiveCfg = Release|x64
{6D4987B3-D431-35BD-963C-E3ADA6053B41}.Release|x64.Build.0 = Release|x64
{6D4987B3-D431-35BD-963C-E3ADA6053B41}.Release|x86.ActiveCfg = Release|Win32
{6D4987B3-D431-35BD-963C-E3ADA6053B41}.Release|x86.Build.0 = Release|Win32
{6D4987B3-D431-35BD-963C-E3ADA6053B41}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32
{6D4987B3-D431-35BD-963C-E3ADA6053B41}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32
{6D4987B3-D431-35BD-963C-E3ADA6053B41}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
{6D4987B3-D431-35BD-963C-E3ADA6053B41}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64
{6D4987B3-D431-35BD-963C-E3ADA6053B41}.RelWithDebInfo|x86.ActiveCfg = RelWithDebInfo|Win32
{6D4987B3-D431-35BD-963C-E3ADA6053B41}.RelWithDebInfo|x86.Build.0 = RelWithDebInfo|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
Loading

0 comments on commit 6f3ff41

Please sign in to comment.