Skip to content

Commit

Permalink
LabelImgTool v1.0.0 commit
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffWang0325 committed Aug 17, 2021
0 parents commit 982d721
Show file tree
Hide file tree
Showing 483 changed files with 1,752 additions and 0 deletions.
Binary file added .vs/Painter/v14/.suo
Binary file not shown.
28 changes: 28 additions & 0 deletions Painter.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.23107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Painter", "Painter\Painter.csproj", "{07B9F89A-46D2-42F9-BB4C-63484B4523D2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{07B9F89A-46D2-42F9-BB4C-63484B4523D2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{07B9F89A-46D2-42F9-BB4C-63484B4523D2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{07B9F89A-46D2-42F9-BB4C-63484B4523D2}.Debug|x64.ActiveCfg = Debug|x64
{07B9F89A-46D2-42F9-BB4C-63484B4523D2}.Debug|x64.Build.0 = Debug|x64
{07B9F89A-46D2-42F9-BB4C-63484B4523D2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{07B9F89A-46D2-42F9-BB4C-63484B4523D2}.Release|Any CPU.Build.0 = Release|Any CPU
{07B9F89A-46D2-42F9-BB4C-63484B4523D2}.Release|x64.ActiveCfg = Release|x64
{07B9F89A-46D2-42F9-BB4C-63484B4523D2}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
6 changes: 6 additions & 0 deletions Painter/App.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
</startup>
</configuration>
247 changes: 247 additions & 0 deletions Painter/Form1.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 982d721

Please sign in to comment.