Skip to content

Commit

Permalink
Added OCR folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaex committed May 2, 2022
1 parent fa7dab4 commit b50cd65
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
12 changes: 6 additions & 6 deletions ShareX/ShareX.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -191,10 +191,10 @@
<Compile Include="Forms\InspectWindowForm.Designer.cs">
<DependentUpon>InspectWindowForm.cs</DependentUpon>
</Compile>
<Compile Include="Forms\OCRForm.cs">
<Compile Include="OCR\OCRForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Forms\OCRForm.Designer.cs">
<Compile Include="OCR\OCRForm.Designer.cs">
<DependentUpon>OCRForm.cs</DependentUpon>
</Compile>
<Compile Include="NativeMessageInput.cs" />
Expand All @@ -204,9 +204,9 @@
<Link>Properties\SharedAssemblyInfo.cs</Link>
</Compile>
<Compile Include="NotificationFormConfig.cs" />
<Compile Include="OCRHelper.cs" />
<Compile Include="OCRLanguage.cs" />
<Compile Include="OCROptions.cs" />
<Compile Include="OCR\OCRHelper.cs" />
<Compile Include="OCR\OCRLanguage.cs" />
<Compile Include="OCR\OCROptions.cs" />
<Compile Include="SettingManager.cs" />
<Compile Include="Forms\BeforeUploadForm.cs">
<SubType>Form</SubType>
Expand Down Expand Up @@ -1298,7 +1298,7 @@
<EmbeddedResource Include="Forms\MainForm.zh-TW.resx">
<DependentUpon>MainForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\OCRForm.resx">
<EmbeddedResource Include="OCR\OCRForm.resx">
<DependentUpon>OCRForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\QRCodeForm.de.resx">
Expand Down

0 comments on commit b50cd65

Please sign in to comment.