Я компилирую файл .csproj своего проекта, используя файл .bat, на самом деле это файл .batch из cmd >. Но я получил эту ошибку:
Код: Выделить всё
error MSB3823: Non-string resources require the property GenerateResourceUsePreserializedResources to be set to true. [C:\Users\rmrud\source\Workspaces\Workspace2\HAL9\v3_07\Test\Test\Test.csproj]Код: Выделить всё
error MSB3822: Non-string resources require the
System.Resources.Extensions assembly at runtime, but it was not found in this project's references. [C:\Users\rmrud\source\Workspaces\Workspace2\HAL9\
v3_07\Test\Test\Test.csproj]
Я отредактировал свой .csproj добавьте эти узлы XML в свой файл xxx.csproj:
Код: Выделить всё
CurrentArchitecture
CurrentRuntime
Подробнее здесь: https://stackoverflow.com/questions/663 ... rceusepres
Мобильная версия