QuickImage – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
||
3 | <PropertyGroup> |
||
4 | <MSBuildAllProjects Condition="'$(MSBuildVersion)' == '' Or '$(MSBuildVersion)' < '16.0'">$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects> |
||
5 | <HasSharedItems>true</HasSharedItems> |
||
6 | <SharedGUID>6a70ad19-76f7-4ef5-9e03-65ff06cd640d</SharedGUID> |
||
7 | </PropertyGroup> |
||
8 | <PropertyGroup Label="Configuration"> |
||
9 | <Import_RootNamespace>Tesseract_Data</Import_RootNamespace> |
||
10 | </PropertyGroup> |
||
11 | <ItemGroup> |
||
12 | <None Include="$(MSBuildThisFileDirectory)tessdata\eng.traineddata"> |
||
13 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
||
14 | </None> |
||
15 | </ItemGroup> |
||
16 | <ItemGroup> |
||
17 | <Folder Include="$(MSBuildThisFileDirectory)tessdata\" /> |
||
18 | </ItemGroup> |
||
19 | </Project> |