Восстановил не компилирующийся проект 4.0
This commit is contained in:
parent
352643b42e
commit
5b03b8939e
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
%COREVERSION%=1
|
||||
%REVISION%=2268
|
||||
%MINOR%=5
|
||||
%REVISION%=2271
|
||||
%COREVERSION%=1
|
||||
%MAJOR%=3
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
3.5.1.2268
|
||||
3.5.1.2271
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
!define VERSION '3.5.1.2268'
|
||||
!define VERSION '3.5.1.2271'
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue