halkar / Tesseract.Xamarin

Tesseract OCR wrapper for Xamarin
MIT License
121 stars 40 forks source link

AssemblyVersionInfo.cs is missing #29

Closed ddurgaprasad closed 8 years ago

ddurgaprasad commented 8 years ago

Perhaps AssemblyVersionInfo.cs is missing from the repository.Could you please rectify.I getting below errors

Severity Code Description Project File Line Suppression State Error Source file 'C:\tesseract-master\src\Tesseract.Tests.Console..\AssemblyVersionInfo.cs' could not be found. Tesseract.Tests.Console C:\tesseract-master\src\Tesseract.Tests.Console\CSC
Error Source file 'C:\tesseract-master\src\Tesseract..\AssemblyVersionInfo.cs' could not be found. Tesseract C:\tesseract-master\src\Tesseract\CSC
Error Source file 'C:\tesseract-master\src\Tesseract.Tests..\AssemblyVersionInfo.cs' could not be found. Tesseract.Tests C:\tesseract-master\src\Tesseract.Tests\CSC

ddurgaprasad commented 8 years ago

I think I got it resolved from the suggestion provided at https://github.com/charlesw/tesseract/issues/100

"You'll need to run the build.bat script first."

halkar commented 8 years ago

Are you sure we are talking about my repo? There is no Tesseract.Tests.Console folder in this project.