2016-09-09 20:03:27 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2018-06-28 18:36:27 +02:00
|
|
|
|
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2016-09-09 20:03:27 +00:00
|
|
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
|
|
|
<ProjectConfiguration Include="Debug|Win32">
|
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
<ProjectConfiguration Include="Release|Win32">
|
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
|
<ProjectGuid>{3D726EFE-764B-4B24-A4ED-DCD41B9BB386}</ProjectGuid>
|
2019-01-17 10:40:25 +01:00
|
|
|
|
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
|
2016-09-09 20:03:27 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
|
|
|
<UseOfMfc>false</UseOfMfc>
|
2018-06-28 18:36:27 +02:00
|
|
|
|
<PlatformToolset>v141</PlatformToolset>
|
2016-09-09 20:03:27 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
|
|
|
<UseOfMfc>false</UseOfMfc>
|
2018-06-28 18:36:27 +02:00
|
|
|
|
<PlatformToolset>v141</PlatformToolset>
|
2016-09-09 20:03:27 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
|
|
|
<ImportGroup Label="ExtensionSettings">
|
|
|
|
|
<Import Project="CampoRules.props" />
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" />
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" />
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<PropertyGroup Label="UserMacros" />
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<_ProjectFileVersion>10.0.21006.1</_ProjectFileVersion>
|
|
|
|
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\exe\</OutDir>
|
2018-01-12 14:23:06 +00:00
|
|
|
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\obj\$(SolutionName)\$(ProjectName)\</IntDir>
|
2016-09-09 20:03:27 +00:00
|
|
|
|
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
|
2017-01-09 21:45:51 +00:00
|
|
|
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\exe\</OutDir>
|
2018-01-12 14:23:06 +00:00
|
|
|
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\obj\$(SolutionName)\$(ProjectName)\</IntDir>
|
2017-01-12 21:52:51 +00:00
|
|
|
|
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
|
2016-09-09 20:03:27 +00:00
|
|
|
|
<EmbedManifest Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</EmbedManifest>
|
|
|
|
|
<GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</GenerateManifest>
|
|
|
|
|
<EmbedManifest Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</EmbedManifest>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
|
<Midl>
|
|
|
|
|
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
<MkTypLibCompatible>true</MkTypLibCompatible>
|
|
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
|
|
<TargetEnvironment>Win32</TargetEnvironment>
|
|
|
|
|
<TypeLibraryName>.\../release/np0.tlb</TypeLibraryName>
|
|
|
|
|
<HeaderFileName>
|
|
|
|
|
</HeaderFileName>
|
|
|
|
|
</Midl>
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<Optimization>MaxSpeed</Optimization>
|
2017-01-09 23:27:49 +00:00
|
|
|
|
<AdditionalIncludeDirectories>..\src\include;..\src\xvaga;..\src\xi;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
2016-09-09 20:03:27 +00:00
|
|
|
|
<PreprocessorDefinitions>NDEBUG;WIN32;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
<StringPooling>true</StringPooling>
|
|
|
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
|
<BrowseInformation>false</BrowseInformation>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
2017-01-09 23:27:49 +00:00
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
2017-01-09 21:45:51 +00:00
|
|
|
|
<PrecompiledHeaderOutputFile>$(IntDir)</PrecompiledHeaderOutputFile>
|
|
|
|
|
<ObjectFileName>$(IntDir)</ObjectFileName>
|
2020-02-19 11:50:52 +01:00
|
|
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
2016-09-09 20:03:27 +00:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<ResourceCompile>
|
|
|
|
|
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
<Culture>0x0410</Culture>
|
2018-06-28 18:36:27 +02:00
|
|
|
|
<AdditionalIncludeDirectories>..\libraries\wx28X\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
2016-09-09 20:03:27 +00:00
|
|
|
|
</ResourceCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
|
|
<IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
|
|
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
|
|
<DataExecutionPrevention>
|
|
|
|
|
</DataExecutionPrevention>
|
|
|
|
|
<TargetMachine>MachineX86</TargetMachine>
|
|
|
|
|
<GenerateDebugInformation>false</GenerateDebugInformation>
|
|
|
|
|
<Version>12.0</Version>
|
2017-01-09 21:45:51 +00:00
|
|
|
|
<ProgramDatabaseFile>$(IntDir)</ProgramDatabaseFile>
|
|
|
|
|
<ProfileGuidedDatabase>$(IntDir)</ProfileGuidedDatabase>
|
2017-01-09 23:27:49 +00:00
|
|
|
|
<OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
|
2016-09-09 20:03:27 +00:00
|
|
|
|
</Link>
|
|
|
|
|
<Bscmake>
|
|
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
2017-01-09 21:45:51 +00:00
|
|
|
|
<OutputFile>$(IntDir)</OutputFile>
|
2016-09-09 20:03:27 +00:00
|
|
|
|
</Bscmake>
|
2017-01-09 21:45:51 +00:00
|
|
|
|
<Xdcmake>
|
|
|
|
|
<OutputFile>$(IntDir)</OutputFile>
|
|
|
|
|
</Xdcmake>
|
2018-06-28 18:36:27 +02:00
|
|
|
|
<PostBuildEvent>
|
2019-11-28 11:02:21 +01:00
|
|
|
|
<Command>"C:\Program Files (x86)\Windows Kits\10\bin\10.0.16299.0\x64\signtool.exe" sign /a /s MY /n "Sirio Informatica e Sistemi SPA" /t http://timestamp.verisign.com/scripts/timstamp.dll /v "$(TargetPath)"</Command>
|
2018-06-28 18:36:27 +02:00
|
|
|
|
</PostBuildEvent>
|
2016-09-09 20:03:27 +00:00
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
|
<Midl>
|
|
|
|
|
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
<MkTypLibCompatible>true</MkTypLibCompatible>
|
|
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
|
|
<TargetEnvironment>Win32</TargetEnvironment>
|
|
|
|
|
<TypeLibraryName>.\../debug/np0.tlb</TypeLibraryName>
|
|
|
|
|
<HeaderFileName>
|
|
|
|
|
</HeaderFileName>
|
|
|
|
|
</Midl>
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<Optimization>Disabled</Optimization>
|
2017-01-09 21:45:51 +00:00
|
|
|
|
<AdditionalIncludeDirectories>..\src\include;..\src\xvaga;..\src\xi;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
|
|
<PreprocessorDefinitions>_DEBUG;WIN32;_WINDOWS;;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2019-03-25 12:14:34 +01:00
|
|
|
|
<MinimalRebuild>false</MinimalRebuild>
|
2016-09-09 20:03:27 +00:00
|
|
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
2017-01-09 21:45:51 +00:00
|
|
|
|
<PrecompiledHeaderOutputFile>$(IntDir)</PrecompiledHeaderOutputFile>
|
2016-09-09 20:03:27 +00:00
|
|
|
|
<AssemblerListingLocation>.\../debug/</AssemblerListingLocation>
|
2017-01-09 21:45:51 +00:00
|
|
|
|
<ObjectFileName>$(IntDir)</ObjectFileName>
|
2016-09-09 20:03:27 +00:00
|
|
|
|
<ProgramDataBaseFileName>.\../debug/</ProgramDataBaseFileName>
|
2020-12-10 21:12:16 +01:00
|
|
|
|
|
2016-09-09 20:03:27 +00:00
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
2017-01-09 21:45:51 +00:00
|
|
|
|
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
2020-02-19 11:50:52 +01:00
|
|
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
2016-09-09 20:03:27 +00:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<ResourceCompile>
|
|
|
|
|
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
<Culture>0x0410</Culture>
|
2018-07-11 09:40:12 +02:00
|
|
|
|
<AdditionalIncludeDirectories>..\libraries\wx28X\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
2016-09-09 20:03:27 +00:00
|
|
|
|
</ResourceCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<AdditionalDependencies>wsock32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
2017-01-09 23:27:49 +00:00
|
|
|
|
<OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
|
2016-09-09 20:03:27 +00:00
|
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
|
|
<IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
2017-01-09 21:45:51 +00:00
|
|
|
|
<ProgramDatabaseFile>$(IntDir)</ProgramDatabaseFile>
|
2016-09-09 20:03:27 +00:00
|
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
|
|
<RandomizedBaseAddress>false</RandomizedBaseAddress>
|
|
|
|
|
<DataExecutionPrevention>
|
|
|
|
|
</DataExecutionPrevention>
|
|
|
|
|
<TargetMachine>MachineX86</TargetMachine>
|
2017-01-09 21:45:51 +00:00
|
|
|
|
<ProfileGuidedDatabase>$(IntDir)</ProfileGuidedDatabase>
|
2018-07-11 09:40:12 +02:00
|
|
|
|
<ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
|
2016-09-09 20:03:27 +00:00
|
|
|
|
</Link>
|
|
|
|
|
<Bscmake>
|
|
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
2017-01-09 21:45:51 +00:00
|
|
|
|
<OutputFile>$(IntDir)</OutputFile>
|
2016-09-09 20:03:27 +00:00
|
|
|
|
</Bscmake>
|
|
|
|
|
<Manifest>
|
|
|
|
|
<OutputManifestFile>$(IntDir)$(TargetName)$(TargetExt).manifest</OutputManifestFile>
|
|
|
|
|
</Manifest>
|
2017-01-09 21:45:51 +00:00
|
|
|
|
<Xdcmake>
|
|
|
|
|
<OutputFile>$(IntDir)</OutputFile>
|
|
|
|
|
</Xdcmake>
|
2016-09-09 20:03:27 +00:00
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ClInclude Include="..\np\np0.h" />
|
2017-01-09 21:45:51 +00:00
|
|
|
|
<ClInclude Include="..\src\cg\cg1500.h" />
|
|
|
|
|
<ClInclude Include="..\src\cg\cg3100.h" />
|
|
|
|
|
<ClInclude Include="..\src\cg\cg3200.h" />
|
|
|
|
|
<ClInclude Include="..\src\cg\cg3600.h" />
|
|
|
|
|
<ClInclude Include="..\src\cg\cg3601.h" />
|
|
|
|
|
<ClInclude Include="..\src\cg\cgsalda3.h" />
|
|
|
|
|
<ClInclude Include="..\src\np\np0.h" />
|
|
|
|
|
<ClInclude Include="..\src\np\np0200.h" />
|
|
|
|
|
<ClInclude Include="..\src\np\nptbent.h" />
|
2016-09-09 20:03:27 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ResourceCompile Include="campo.rc" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2017-01-09 21:45:51 +00:00
|
|
|
|
<MskCompiler Include="..\src\cg\cg1500a.uml">
|
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
|
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
|
|
|
|
|
</MskCompiler>
|
|
|
|
|
<MskCompiler Include="..\src\cg\cg3100a.uml">
|
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
|
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
|
|
|
|
|
</MskCompiler>
|
|
|
|
|
<MskCompiler Include="..\src\cg\cg3100b.uml">
|
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
|
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
|
|
|
|
|
</MskCompiler>
|
|
|
|
|
<MskCompiler Include="..\src\cg\cg3200a.uml">
|
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
|
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
|
|
|
|
|
</MskCompiler>
|
|
|
|
|
<MskCompiler Include="..\src\cg\cg3600a.uml">
|
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
|
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
|
|
|
|
|
</MskCompiler>
|
|
|
|
|
<MskCompiler Include="..\src\cg\cg3600b.uml">
|
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
|
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
|
|
|
|
|
</MskCompiler>
|
2016-09-09 20:03:27 +00:00
|
|
|
|
<MskCompiler Include="..\src\np\np0200a.uml" />
|
2017-01-09 21:45:51 +00:00
|
|
|
|
<MskCompiler Include="..\src\np\np0300a.uml" />
|
|
|
|
|
<MskCompiler Include="..\src\np\np0400a.uml" />
|
|
|
|
|
<MskCompiler Include="..\src\np\np0500a.uml" />
|
|
|
|
|
<MskCompiler Include="..\src\np\np0500b.uml" />
|
|
|
|
|
<MskCompiler Include="..\src\np\np0600a.uml" />
|
|
|
|
|
<MskCompiler Include="..\src\np\np0600b.uml" />
|
2016-09-09 20:03:27 +00:00
|
|
|
|
<MskCompiler Include="..\src\np\nptbent.uml" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2017-01-09 21:45:51 +00:00
|
|
|
|
<ClCompile Include="..\src\cg\cg1500.cpp">
|
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
|
2016-09-09 20:03:27 +00:00
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
|
2017-01-09 21:45:51 +00:00
|
|
|
|
</ClCompile>
|
2020-12-10 21:12:16 +01:00
|
|
|
|
<ClCompile Include="..\src\cg\cg2101.cpp" />
|
|
|
|
|
<ClCompile Include="..\src\cg\cg2103.cpp" />
|
2017-01-09 21:45:51 +00:00
|
|
|
|
<ClCompile Include="..\src\cg\cg3100.cpp">
|
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
|
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
<ClCompile Include="..\src\cg\cg3200.cpp">
|
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
|
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
<ClCompile Include="..\src\cg\cg3600.cpp">
|
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
|
2017-01-09 23:27:49 +00:00
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
|
2017-01-09 21:45:51 +00:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<ClCompile Include="..\src\cg\cg3601.cpp" />
|
2020-12-10 21:12:16 +01:00
|
|
|
|
<ClCompile Include="..\src\cg\cglib01.cpp" />
|
|
|
|
|
<ClCompile Include="..\src\cg\cglib02.cpp" />
|
|
|
|
|
<ClCompile Include="..\src\cg\cglib03.cpp" />
|
2017-01-09 21:45:51 +00:00
|
|
|
|
<ClCompile Include="..\src\cg\cgsalda3.cpp" />
|
2020-12-10 21:12:16 +01:00
|
|
|
|
<ClCompile Include="..\src\cg\cgsaldac.cpp" />
|
2016-09-09 20:03:27 +00:00
|
|
|
|
<ClCompile Include="..\src\np\np0.cpp" />
|
|
|
|
|
<ClCompile Include="..\src\np\np0100.cpp" />
|
|
|
|
|
<ClCompile Include="..\src\np\np0200.cpp" />
|
2017-01-09 21:45:51 +00:00
|
|
|
|
<ClCompile Include="..\src\np\np0300.cpp" />
|
|
|
|
|
<ClCompile Include="..\src\np\np0400.cpp" />
|
|
|
|
|
<ClCompile Include="..\src\np\np0500.cpp" />
|
|
|
|
|
<ClCompile Include="..\src\np\np0600.cpp" />
|
2016-09-09 20:03:27 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<MenCompiler Include="..\src\np\npmenu.men" />
|
|
|
|
|
</ItemGroup>
|
2017-01-09 21:45:51 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="AgaLib.vcxproj">
|
|
|
|
|
<Project>{2d38a763-3d74-4338-9362-b891784ec90e}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
</ItemGroup>
|
2016-09-09 20:03:27 +00:00
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
|
<Import Project="CampoRules.targets" />
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
</Project>
|