Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
gheyret authored Mar 2, 2021
1 parent c8e0cf1 commit 58568b7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public MainForm()
//
InitializeComponent();
System.Reflection.Assembly asm =System.Reflection.Assembly.GetExecutingAssembly();
this.Icon=new Icon(asm.GetManifestResourceStream("UyghurOCR.icon.ico"));
this.Icon=new Icon(asm.GetManifestResourceStream("UyghurOCR.OCAq.ico"));

var codecs = ImageCodecInfo.GetImageEncoders();
foreach (var codec in codecs)
Expand Down
Binary file added OCAq.ico
Binary file not shown.
10 changes: 6 additions & 4 deletions UyghurOCR.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,16 @@
<IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>
<WarningLevel>4</WarningLevel>
<TargetFrameworkProfile />
<ApplicationIcon>icon.ico</ApplicationIcon>
<ApplicationIcon>OCAq.ico</ApplicationIcon>
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
</PropertyGroup>
<PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<PlatformTarget>x86</PlatformTarget>
<BaseAddress>4194304</BaseAddress>
<RegisterForComInterop>False</RegisterForComInterop>
<GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
<FileAlignment>4096</FileAlignment>
<Prefer32Bit>True</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<OutputPath>bin\Debug\</OutputPath>
Expand All @@ -44,8 +43,10 @@
<DebugSymbols>False</DebugSymbols>
<DebugType>None</DebugType>
<Optimize>True</Optimize>
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
<DefineConstants>TRACE</DefineConstants>
<BaseIntermediateOutputPath>obj\</BaseIntermediateOutputPath>
<StartAction>Project</StartAction>
</PropertyGroup>
<ItemGroup>
<Reference Include="itextsharp">
Expand Down Expand Up @@ -96,6 +97,7 @@
<ItemGroup>
<None Include="app.config" />
<EmbeddedResource Include="icon.ico" />
<EmbeddedResource Include="OCAq.ico" />
<None Include="packages.config" />
<None Include="tessdata\Configs\bazzar">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
Expand Down
Binary file modified icon.ico
Binary file not shown.

0 comments on commit 58568b7

Please sign in to comment.