progetto ve
This commit is contained in:
parent
88bfe44d69
commit
900fc56e39
@ -164,15 +164,9 @@
|
|||||||
<SrcCompiler Include="..\src\ve\ordbon.src" />
|
<SrcCompiler Include="..\src\ve\ordbon.src" />
|
||||||
<SrcCompiler Include="..\src\ve\ordinec.src" />
|
<SrcCompiler Include="..\src\ve\ordinec.src" />
|
||||||
<SrcCompiler Include="..\src\ve\ordinef.src" />
|
<SrcCompiler Include="..\src\ve\ordinef.src" />
|
||||||
<SrcSimpleCompiler Include="..\src\ve\ve0300a.src">
|
|
||||||
<FileType>Document</FileType>
|
|
||||||
</SrcSimpleCompiler>
|
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<DatCompiler Include="..\src\ve\ve0300b.dat" />
|
<ClInclude Include="..\src\ve\ve0.h" />
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<IniCompiler Include="..\src\ve\ve0300c.ini" />
|
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||||
<ImportGroup Label="ExtensionTargets">
|
<ImportGroup Label="ExtensionTargets">
|
||||||
|
@ -47,18 +47,8 @@
|
|||||||
</SrcCompiler>
|
</SrcCompiler>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<DatCompiler Include="..\src\ve\ve0300b.dat">
|
<ClInclude Include="..\src\ve\ve0.h">
|
||||||
<Filter>Sources</Filter>
|
<Filter>Sources</Filter>
|
||||||
</DatCompiler>
|
</ClInclude>
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<IniCompiler Include="..\src\ve\ve0300c.ini">
|
|
||||||
<Filter>Dat</Filter>
|
|
||||||
</IniCompiler>
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<SrcSimpleCompiler Include="..\src\ve\ve0300a.src">
|
|
||||||
<Filter>Src</Filter>
|
|
||||||
</SrcSimpleCompiler>
|
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
19
build/srcini32.bat
Normal file
19
build/srcini32.bat
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
rem @echo off
|
||||||
|
echo Generating %1 ini file
|
||||||
|
|
||||||
|
set oldinc=%include
|
||||||
|
set include=..\src\include;..\src\xvaga;..\src\ve;%~p1
|
||||||
|
|
||||||
|
type ..\src\include\uml.h >%TMP%\%~n1.tmp
|
||||||
|
type ..\src\ve\veuml.h >>%TMP%\%~n1.tmp
|
||||||
|
type %1 >>%TMP%\%~n1.tmp
|
||||||
|
cl /nologo /EP %TMP%\%~n1.tmp >%TMP%\%~n1.ini
|
||||||
|
fastrip %TMP%\%~n1.ini %2
|
||||||
|
|
||||||
|
set include=%oldinc
|
||||||
|
set oldinc=
|
||||||
|
|
||||||
|
del %TMP%\%~n1.ini
|
||||||
|
del %TMP%\%~n1.tmp
|
||||||
|
|
||||||
|
cd %~p2
|
@ -69,7 +69,6 @@
|
|||||||
<MinimalRebuild>
|
<MinimalRebuild>
|
||||||
</MinimalRebuild>
|
</MinimalRebuild>
|
||||||
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
||||||
|
|
||||||
<WarningLevel>Level3</WarningLevel>
|
<WarningLevel>Level3</WarningLevel>
|
||||||
<SuppressStartupBanner>true</SuppressStartupBanner>
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
||||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
||||||
@ -182,12 +181,7 @@
|
|||||||
<AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
<AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||||
<PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<ClCompile Include="..\src\ve\ve0500.cpp">
|
<ClCompile Include="..\src\ve\ve0500.cpp" />
|
||||||
<AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
<PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
||||||
<AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
<PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
||||||
</ClCompile>
|
|
||||||
<ClCompile Include="..\src\ve\ve0600.cpp" />
|
<ClCompile Include="..\src\ve\ve0600.cpp" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
@ -260,6 +254,7 @@
|
|||||||
<MenCompiler Include="..\src\ve\vemenu.men" />
|
<MenCompiler Include="..\src\ve\vemenu.men" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
<TrrCompiler Include="..\src.old\ve\f180.trr" />
|
||||||
<TrrCompiler Include="..\src\ve\f115.trr" />
|
<TrrCompiler Include="..\src\ve\f115.trr" />
|
||||||
<TrrCompiler Include="..\src\ve\f126.trr" />
|
<TrrCompiler Include="..\src\ve\f126.trr" />
|
||||||
<TrrCompiler Include="..\src\ve\f33.trr" />
|
<TrrCompiler Include="..\src\ve\f33.trr" />
|
||||||
@ -274,6 +269,7 @@
|
|||||||
<TrrCompiler Include="..\src\ve\f55.trr" />
|
<TrrCompiler Include="..\src\ve\f55.trr" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
<DirCompiler Include="..\src.old\ve\f180.dir" />
|
||||||
<DirCompiler Include="..\src\ve\f115.dir" />
|
<DirCompiler Include="..\src\ve\f115.dir" />
|
||||||
<DirCompiler Include="..\src\ve\f126.dir" />
|
<DirCompiler Include="..\src\ve\f126.dir" />
|
||||||
<DirCompiler Include="..\src\ve\f33.dir" />
|
<DirCompiler Include="..\src\ve\f33.dir" />
|
||||||
@ -287,6 +283,17 @@
|
|||||||
<DirCompiler Include="..\src\ve\f53.dir" />
|
<DirCompiler Include="..\src\ve\f53.dir" />
|
||||||
<DirCompiler Include="..\src\ve\f55.dir" />
|
<DirCompiler Include="..\src\ve\f55.dir" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<SrcSimpleCompiler Include="..\src\ve\ve0300a.src">
|
||||||
|
<FileType>Document</FileType>
|
||||||
|
</SrcSimpleCompiler>
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<DatCompiler Include="..\src\ve\ve0300b.dat" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<IniCompiler Include="..\src\ve\ve0300c.ini" />
|
||||||
|
</ItemGroup>
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||||
<ImportGroup Label="ExtensionTargets">
|
<ImportGroup Label="ExtensionTargets">
|
||||||
<Import Project="CampoRules.targets" />
|
<Import Project="CampoRules.targets" />
|
||||||
|
@ -43,10 +43,10 @@
|
|||||||
<ClCompile Include="..\src\ve\ve0400.cpp">
|
<ClCompile Include="..\src\ve\ve0400.cpp">
|
||||||
<Filter>Sources</Filter>
|
<Filter>Sources</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<ClCompile Include="..\src\ve\ve0500.cpp">
|
<ClCompile Include="..\src\ve\ve0600.cpp">
|
||||||
<Filter>Sources</Filter>
|
<Filter>Sources</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<ClCompile Include="..\src\ve\ve0600.cpp">
|
<ClCompile Include="..\src\ve\ve0500.cpp">
|
||||||
<Filter>Sources</Filter>
|
<Filter>Sources</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
@ -192,6 +192,9 @@
|
|||||||
<TrrCompiler Include="..\src\ve\f126.trr">
|
<TrrCompiler Include="..\src\ve\f126.trr">
|
||||||
<Filter>Trr</Filter>
|
<Filter>Trr</Filter>
|
||||||
</TrrCompiler>
|
</TrrCompiler>
|
||||||
|
<TrrCompiler Include="..\src.old\ve\f180.trr">
|
||||||
|
<Filter>Trr</Filter>
|
||||||
|
</TrrCompiler>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<DirCompiler Include="..\src\ve\f33.dir">
|
<DirCompiler Include="..\src\ve\f33.dir">
|
||||||
@ -230,5 +233,23 @@
|
|||||||
<DirCompiler Include="..\src\ve\f126.dir">
|
<DirCompiler Include="..\src\ve\f126.dir">
|
||||||
<Filter>Dir</Filter>
|
<Filter>Dir</Filter>
|
||||||
</DirCompiler>
|
</DirCompiler>
|
||||||
|
<DirCompiler Include="..\src.old\ve\f180.dir">
|
||||||
|
<Filter>Dir</Filter>
|
||||||
|
</DirCompiler>
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<SrcSimpleCompiler Include="..\src\ve\ve0300a.src">
|
||||||
|
<Filter>Sources</Filter>
|
||||||
|
</SrcSimpleCompiler>
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<DatCompiler Include="..\src\ve\ve0300b.dat">
|
||||||
|
<Filter>Sources</Filter>
|
||||||
|
</DatCompiler>
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<IniCompiler Include="..\src\ve\ve0300c.ini">
|
||||||
|
<Filter>Sources</Filter>
|
||||||
|
</IniCompiler>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
@ -68,7 +68,6 @@
|
|||||||
<PreprocessorDefinitions>_DEBUG;WIN32;_WINDOWS;__LONGDOUBLE__</PreprocessorDefinitions>
|
<PreprocessorDefinitions>_DEBUG;WIN32;_WINDOWS;__LONGDOUBLE__</PreprocessorDefinitions>
|
||||||
<MinimalRebuild>false</MinimalRebuild>
|
<MinimalRebuild>false</MinimalRebuild>
|
||||||
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
||||||
|
|
||||||
<WarningLevel>Level3</WarningLevel>
|
<WarningLevel>Level3</WarningLevel>
|
||||||
<SuppressStartupBanner>true</SuppressStartupBanner>
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
||||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
||||||
@ -281,6 +280,7 @@
|
|||||||
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
|
||||||
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
|
||||||
</MskCompiler>
|
</MskCompiler>
|
||||||
|
<MskCompiler Include="..\src\ve\ve2400f.uml" />
|
||||||
<MskCompiler Include="..\src\ve\ve2400k.uml" />
|
<MskCompiler Include="..\src\ve\ve2400k.uml" />
|
||||||
<MskCompiler Include="..\src\ve\ve2500ac.uml" />
|
<MskCompiler Include="..\src\ve\ve2500ac.uml" />
|
||||||
<MskCompiler Include="..\src\ve\ve2500al.uml" />
|
<MskCompiler Include="..\src\ve\ve2500al.uml" />
|
||||||
|
@ -217,5 +217,8 @@
|
|||||||
<MskCompiler Include="..\src\ve\ve2800b.uml">
|
<MskCompiler Include="..\src\ve\ve2800b.uml">
|
||||||
<Filter>Masks</Filter>
|
<Filter>Masks</Filter>
|
||||||
</MskCompiler>
|
</MskCompiler>
|
||||||
|
<MskCompiler Include="..\src\ve\ve2400f.uml">
|
||||||
|
<Filter>Masks</Filter>
|
||||||
|
</MskCompiler>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
@ -139,56 +139,6 @@
|
|||||||
</Bscmake>
|
</Bscmake>
|
||||||
</ItemDefinitionGroup>
|
</ItemDefinitionGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<MskCompiler Include="..\src\ve\ve0100a.uml">
|
|
||||||
<FileType>Document</FileType>
|
|
||||||
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
||||||
</ExcludedFromBuild>
|
|
||||||
</MskCompiler>
|
|
||||||
<MskCompiler Include="..\src\ve\ve0100b.uml">
|
|
||||||
<FileType>Document</FileType>
|
|
||||||
</MskCompiler>
|
|
||||||
<MskCompiler Include="..\src\ve\ve0100c.uml">
|
|
||||||
<FileType>Document</FileType>
|
|
||||||
</MskCompiler>
|
|
||||||
<MskCompiler Include="..\src\ve\ve0100d.uml">
|
|
||||||
<FileType>Document</FileType>
|
|
||||||
</MskCompiler>
|
|
||||||
<MskCompiler Include="..\src\ve\ve0100o.uml">
|
|
||||||
<FileType>Document</FileType>
|
|
||||||
</MskCompiler>
|
|
||||||
<MskCompiler Include="..\src\ve\ve0200a.uml">
|
|
||||||
<FileType>Document</FileType>
|
|
||||||
</MskCompiler>
|
|
||||||
<MskCompiler Include="..\src\ve\ve0200b.uml">
|
|
||||||
<FileType>Document</FileType>
|
|
||||||
</MskCompiler>
|
|
||||||
<MskCompiler Include="..\src\ve\ve0200c.uml">
|
|
||||||
<FileType>Document</FileType>
|
|
||||||
</MskCompiler>
|
|
||||||
<MskCompiler Include="..\src\ve\ve0200d.uml">
|
|
||||||
<FileType>Document</FileType>
|
|
||||||
</MskCompiler>
|
|
||||||
<MskCompiler Include="..\src\ve\ve0200e.uml">
|
|
||||||
<FileType>Document</FileType>
|
|
||||||
</MskCompiler>
|
|
||||||
<MskCompiler Include="..\src\ve\ve0200f.uml">
|
|
||||||
<FileType>Document</FileType>
|
|
||||||
</MskCompiler>
|
|
||||||
<MskCompiler Include="..\src\ve\ve0200g.uml">
|
|
||||||
<FileType>Document</FileType>
|
|
||||||
</MskCompiler>
|
|
||||||
<MskCompiler Include="..\src\ve\ve0200h.uml">
|
|
||||||
<FileType>Document</FileType>
|
|
||||||
</MskCompiler>
|
|
||||||
<MskCompiler Include="..\src\ve\ve0500a.uml">
|
|
||||||
<FileType>Document</FileType>
|
|
||||||
</MskCompiler>
|
|
||||||
<MskCompiler Include="..\src\ve\velib04d.uml">
|
|
||||||
<FileType>Document</FileType>
|
|
||||||
</MskCompiler>
|
|
||||||
<MskCompiler Include="..\src\ve\velib04e.uml">
|
|
||||||
<FileType>Document</FileType>
|
|
||||||
</MskCompiler>
|
|
||||||
<MskCompiler Include="..\src\ve\verig.uml" />
|
<MskCompiler Include="..\src\ve\verig.uml" />
|
||||||
<CustomBuild Include="..\src\ve\verig00.uml">
|
<CustomBuild Include="..\src\ve\verig00.uml">
|
||||||
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Compiling line mask %(FullPath)...</Message>
|
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Compiling line mask %(FullPath)...</Message>
|
||||||
@ -349,18 +299,6 @@
|
|||||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(TargetDir)%(Filename).msk;%(Outputs)</Outputs>
|
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(TargetDir)%(Filename).msk;%(Outputs)</Outputs>
|
||||||
</CustomBuild>
|
</CustomBuild>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
|
||||||
<CustomBuild Include="..\src\ve\ve0300b.dat">
|
|
||||||
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Copying dat %(Filename)...</Message>
|
|
||||||
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">copy %(FullPath) $(TargetDir)%(Filename).dat
|
|
||||||
</Command>
|
|
||||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(TargetDir)%(Filename).dat;%(Outputs)</Outputs>
|
|
||||||
<Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Copying dat %(Filename)...</Message>
|
|
||||||
<Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">copy %(FullPath) $(TargetDir)%(Filename).dat
|
|
||||||
</Command>
|
|
||||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(TargetDir)%(Filename).dat;%(Outputs)</Outputs>
|
|
||||||
</CustomBuild>
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<IniCompiler Include="..\src\ve\verig01.ini" />
|
<IniCompiler Include="..\src\ve\verig01.ini" />
|
||||||
<IniCompiler Include="..\src\ve\verig02.ini" />
|
<IniCompiler Include="..\src\ve\verig02.ini" />
|
||||||
|
@ -12,59 +12,6 @@
|
|||||||
<UniqueIdentifier>{14bb585e-0c0d-42da-a077-cb102cf4ebfa}</UniqueIdentifier>
|
<UniqueIdentifier>{14bb585e-0c0d-42da-a077-cb102cf4ebfa}</UniqueIdentifier>
|
||||||
</Filter>
|
</Filter>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
|
||||||
<MskCompiler Include="..\src\ve\ve0100a.uml">
|
|
||||||
<Filter>Mask</Filter>
|
|
||||||
</MskCompiler>
|
|
||||||
<MskCompiler Include="..\src\ve\ve0100b.uml">
|
|
||||||
<Filter>Mask</Filter>
|
|
||||||
</MskCompiler>
|
|
||||||
<MskCompiler Include="..\src\ve\ve0100c.uml">
|
|
||||||
<Filter>Mask</Filter>
|
|
||||||
</MskCompiler>
|
|
||||||
<MskCompiler Include="..\src\ve\ve0100d.uml">
|
|
||||||
<Filter>Mask</Filter>
|
|
||||||
</MskCompiler>
|
|
||||||
<MskCompiler Include="..\src\ve\ve0100o.uml">
|
|
||||||
<Filter>Mask</Filter>
|
|
||||||
</MskCompiler>
|
|
||||||
<MskCompiler Include="..\src\ve\ve0200a.uml">
|
|
||||||
<Filter>Mask</Filter>
|
|
||||||
</MskCompiler>
|
|
||||||
<MskCompiler Include="..\src\ve\ve0200b.uml">
|
|
||||||
<Filter>Mask</Filter>
|
|
||||||
</MskCompiler>
|
|
||||||
<MskCompiler Include="..\src\ve\ve0200c.uml">
|
|
||||||
<Filter>Mask</Filter>
|
|
||||||
</MskCompiler>
|
|
||||||
<MskCompiler Include="..\src\ve\ve0200d.uml">
|
|
||||||
<Filter>Mask</Filter>
|
|
||||||
</MskCompiler>
|
|
||||||
<MskCompiler Include="..\src\ve\ve0200e.uml">
|
|
||||||
<Filter>Mask</Filter>
|
|
||||||
</MskCompiler>
|
|
||||||
<MskCompiler Include="..\src\ve\ve0200f.uml">
|
|
||||||
<Filter>Mask</Filter>
|
|
||||||
</MskCompiler>
|
|
||||||
<MskCompiler Include="..\src\ve\ve0200g.uml">
|
|
||||||
<Filter>Mask</Filter>
|
|
||||||
</MskCompiler>
|
|
||||||
<MskCompiler Include="..\src\ve\ve0200h.uml">
|
|
||||||
<Filter>Mask</Filter>
|
|
||||||
</MskCompiler>
|
|
||||||
<MskCompiler Include="..\src\ve\ve0500a.uml">
|
|
||||||
<Filter>Mask</Filter>
|
|
||||||
</MskCompiler>
|
|
||||||
<MskCompiler Include="..\src\ve\velib04d.uml">
|
|
||||||
<Filter>Mask</Filter>
|
|
||||||
</MskCompiler>
|
|
||||||
<MskCompiler Include="..\src\ve\velib04e.uml">
|
|
||||||
<Filter>Mask</Filter>
|
|
||||||
</MskCompiler>
|
|
||||||
<MskCompiler Include="..\src\ve\verig.uml">
|
|
||||||
<Filter>Mask</Filter>
|
|
||||||
</MskCompiler>
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<IniCompiler Include="..\src\ve\verig23.ini">
|
<IniCompiler Include="..\src\ve\verig23.ini">
|
||||||
<Filter>Ini</Filter>
|
<Filter>Ini</Filter>
|
||||||
@ -105,10 +52,10 @@
|
|||||||
<IniCompiler Include="..\src\ve\verig03.ini">
|
<IniCompiler Include="..\src\ve\verig03.ini">
|
||||||
<Filter>Ini</Filter>
|
<Filter>Ini</Filter>
|
||||||
</IniCompiler>
|
</IniCompiler>
|
||||||
<IniCompiler Include="..\src\ve\verig02.ini">
|
<IniCompiler Include="..\src\ve\verig01.ini">
|
||||||
<Filter>Ini</Filter>
|
<Filter>Ini</Filter>
|
||||||
</IniCompiler>
|
</IniCompiler>
|
||||||
<IniCompiler Include="..\src\ve\verig01.ini">
|
<IniCompiler Include="..\src\ve\verig02.ini">
|
||||||
<Filter>Ini</Filter>
|
<Filter>Ini</Filter>
|
||||||
</IniCompiler>
|
</IniCompiler>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
@ -161,8 +108,10 @@
|
|||||||
<CustomBuild Include="..\src\ve\verig23.uml">
|
<CustomBuild Include="..\src\ve\verig23.uml">
|
||||||
<Filter>Mask</Filter>
|
<Filter>Mask</Filter>
|
||||||
</CustomBuild>
|
</CustomBuild>
|
||||||
<CustomBuild Include="..\src\ve\ve0300b.dat">
|
</ItemGroup>
|
||||||
<Filter>Ini</Filter>
|
<ItemGroup>
|
||||||
</CustomBuild>
|
<MskCompiler Include="..\src\ve\verig.uml">
|
||||||
|
<Filter>Mask</Filter>
|
||||||
|
</MskCompiler>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
Loading…
x
Reference in New Issue
Block a user