6 Star 75 Fork 26

ZZK-1989/tianruoocr

forked from jurafish/tianruoocr 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
TrOCR.csproj 8.73 KB
一键复制 编辑 原始数据 按行查看 历史
ZZK-1989 提交于 2021-10-03 16:28 . 添加下载链接
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
<ProjectGuid>{B130A49B-6676-465D-BAD4-B83666DFFA44}</ProjectGuid>
<OutputType>WinExe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>TrOCR</RootNamespace>
<AssemblyName>天若OCR文字识别</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<ApplicationManifest>app.manifest</ApplicationManifest>
<ApplicationIcon>天若OCR文字识别.ico</ApplicationIcon>
<StartupObject>TrOCR.Program</StartupObject>
<IsWebBootstrapper>false</IsWebBootstrapper>
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
<UpdateEnabled>false</UpdateEnabled>
<UpdateMode>Foreground</UpdateMode>
<UpdateInterval>7</UpdateInterval>
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<PlatformTarget>x86</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
<PlatformTarget>x86</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<Reference Include="Emgu.CV.World">
<HintPath>DLL\Emgu\CV\Emgu.CV.World.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>DLL\Newtonsoft\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="ShareX.HelpersLib">
<HintPath>DLL\ShareX\ShareX.HelpersLib.dll</HintPath>
</Reference>
<Reference Include="ShareX.ScreenCaptureLib">
<HintPath>DLL\ShareX\ShareX.ScreenCaptureLib.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Drawing" />
<Reference Include="System.Web" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.XML" />
<Reference Include="zxing">
<HintPath>DLL\zxing.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<AppDesigner Include="Properties\" />
</ItemGroup>
<ItemGroup>
<Compile Include="AdvRichTextBox.Designer.cs">
<DependentUpon>AdvRichTextBox.resx</DependentUpon>
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
</Compile>
<Compile Include="AliTable.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="AliTable.designer.cs">
<DependentUpon>AliTable.cs</DependentUpon>
</Compile>
<Compile Include="FmFlags.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="FmFlags.Designer.cs">
<DependentUpon>FmFlags.cs</DependentUpon>
</Compile>
<Compile Include="FmHelp.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="FmHelp.Designer.cs">
<DependentUpon>FmHelp.cs</DependentUpon>
</Compile>
<Compile Include="FmLoading.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="FmLoading.Designer.cs">
<DependentUpon>FmLoading.cs</DependentUpon>
</Compile>
<Compile Include="FmMain.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="FmMain.Designer.cs">
<DependentUpon>FmMain.cs</DependentUpon>
</Compile>
<Compile Include="FmNote.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="FmNote.Designer.cs">
<DependentUpon>FmNote.cs</DependentUpon>
</Compile>
<Compile Include="FmScreenPaste.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="FmScreenPaste.Designer.cs">
<DependentUpon>FmScreenPaste.cs</DependentUpon>
</Compile>
<Compile Include="FmSetting.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="FmSetting.Designer.cs">
<DependentUpon>FmSetting.cs</DependentUpon>
</Compile>
<Compile Include="Helper\CommonHelper.cs" />
<Compile Include="Helper\HanzToPinyin.cs" />
<Compile Include="Helper\HelpRepaint.cs" />
<Compile Include="Helper\HelpWin32.cs" />
<Compile Include="Helper\HttpHelper.cs" />
<Compile Include="Helper\IniHelper.cs" />
<Compile Include="Helper\OcrHelper.cs" />
<Compile Include="Helper\TranslateHelper.cs" />
<Compile Include="Messageload.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Messageload.Designer.cs">
<DependentUpon>Messageload.cs</DependentUpon>
</Compile>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Properties\Resources.Designer.cs">
<DependentUpon>Resources.resx</DependentUpon>
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
</Compile>
<Compile Include="Properties\Settings.Designer.cs">
<DependentUpon>Settings.settings</DependentUpon>
<AutoGen>True</AutoGen>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
<Compile Include="ReplaceForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="ReplaceForm.Designer.cs">
<DependentUpon>ReplaceForm.cs</DependentUpon>
</Compile>
<Compile Include="RichTextBoxEx.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Helper\StaticValue.cs" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="AdvRichTextBox.resx">
<Generator>PublicResXFileCodeGenerator</Generator>
<LastGenOutput>AdvRichTextBox.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="FmHelp.resx">
<DependentUpon>FmHelp.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="FmLoading.resx">
<DependentUpon>FmLoading.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="FmMain.resx">
<DependentUpon>FmMain.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="FmScreenPaste.resx">
<DependentUpon>FmScreenPaste.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="FmSetting.resx">
<DependentUpon>FmSetting.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
<None Include="app.manifest" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
<None Include="README.md" />
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1</ProductName>
<Install>false</Install>
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<Content Include="Data\screenshot.wav">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Data\update.exe">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<None Include="DLL\pinyin.txt" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/ZZK-1989/tianruoocr.git
git@gitee.com:ZZK-1989/tianruoocr.git
ZZK-1989
tianruoocr
tianruoocr
master

搜索帮助