Восстановил не компилирующийся проект 4.0

This commit is contained in:
Mikhalkovich Stanislav 2019-11-22 23:19:03 +03:00
parent 352643b42e
commit 5b03b8939e
6 changed files with 9 additions and 6 deletions

View file

@ -15,7 +15,7 @@ internal static class RevisionClass
public const string Major = "3";
public const string Minor = "5";
public const string Build = "1";
public const string Revision = "2268";
public const string Revision = "2271";
public const string MainVersion = Major + "." + Minor;
public const string FullVersion = Major + "." + Minor + "." + Build + "." + Revision;

View file

@ -1,4 +1,4 @@
%COREVERSION%=1
%REVISION%=2268
%MINOR%=5
%REVISION%=2271
%COREVERSION%=1
%MAJOR%=3

View file

@ -1 +1 @@
3.5.1.2268
3.5.1.2271

View file

@ -1 +1 @@
!define VERSION '3.5.1.2268'
!define VERSION '3.5.1.2271'

View file

@ -124,6 +124,9 @@
<Compile Include="AboutBox.Designer.cs">
<DependentUpon>AboutBox.cs</DependentUpon>
</Compile>
<Compile Include="AutoInsertCode.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="DockContent\Avalon\CodeFileDocumentTextEditorControl.cs" />
<Compile Include="DockContent\BottomDockContentForm.cs">
<SubType>Form</SubType>

View file

@ -56,7 +56,7 @@ cd ReleaseGenerators
call PascalABCNETWithDotNet40.bat
cd ..
call Studio.bat /t:rebuild "/property:Configuration=Release" PascalABCNET.sln
%call Studio.bat /t:rebuild "/property:Configuration=Release" PascalABCNET.sln
GOTO EXIT