added dvm/tools/
This commit is contained in:
37
dvm/tools/pppa/trunk/src/PPPA/PPPA.sln
Normal file
37
dvm/tools/pppa/trunk/src/PPPA/PPPA.sln
Normal file
@@ -0,0 +1,37 @@
|
||||
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio Version 16
|
||||
VisualStudioVersion = 16.0.30907.101
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PPPA", "PPPA\PPPA.vcxproj", "{F3A2EEA7-8650-4D07-A526-AEDB0109ECB8}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|x64 = Debug|x64
|
||||
Debug|x86 = Debug|x86
|
||||
Release_lib|x64 = Release_lib|x64
|
||||
Release_lib|x86 = Release_lib|x86
|
||||
Release|x64 = Release|x64
|
||||
Release|x86 = Release|x86
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{F3A2EEA7-8650-4D07-A526-AEDB0109ECB8}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{F3A2EEA7-8650-4D07-A526-AEDB0109ECB8}.Debug|x64.Build.0 = Debug|x64
|
||||
{F3A2EEA7-8650-4D07-A526-AEDB0109ECB8}.Debug|x86.ActiveCfg = Debug|Win32
|
||||
{F3A2EEA7-8650-4D07-A526-AEDB0109ECB8}.Debug|x86.Build.0 = Debug|Win32
|
||||
{F3A2EEA7-8650-4D07-A526-AEDB0109ECB8}.Release_lib|x64.ActiveCfg = Release_lib|x64
|
||||
{F3A2EEA7-8650-4D07-A526-AEDB0109ECB8}.Release_lib|x64.Build.0 = Release_lib|x64
|
||||
{F3A2EEA7-8650-4D07-A526-AEDB0109ECB8}.Release_lib|x86.ActiveCfg = Release_lib|Win32
|
||||
{F3A2EEA7-8650-4D07-A526-AEDB0109ECB8}.Release_lib|x86.Build.0 = Release_lib|Win32
|
||||
{F3A2EEA7-8650-4D07-A526-AEDB0109ECB8}.Release|x64.ActiveCfg = Release|x64
|
||||
{F3A2EEA7-8650-4D07-A526-AEDB0109ECB8}.Release|x64.Build.0 = Release|x64
|
||||
{F3A2EEA7-8650-4D07-A526-AEDB0109ECB8}.Release|x86.ActiveCfg = Release|Win32
|
||||
{F3A2EEA7-8650-4D07-A526-AEDB0109ECB8}.Release|x86.Build.0 = Release|Win32
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||
SolutionGuid = {F2863E8C-6FDC-4067-92B3-8E638CD846FA}
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
231
dvm/tools/pppa/trunk/src/PPPA/PPPA/PPPA.vcxproj
Normal file
231
dvm/tools/pppa/trunk/src/PPPA/PPPA/PPPA.vcxproj
Normal file
@@ -0,0 +1,231 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<ItemGroup Label="ProjectConfigurations">
|
||||
<ProjectConfiguration Include="Debug|Win32">
|
||||
<Configuration>Debug</Configuration>
|
||||
<Platform>Win32</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Release_lib|Win32">
|
||||
<Configuration>Release_lib</Configuration>
|
||||
<Platform>Win32</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Release_lib|x64">
|
||||
<Configuration>Release_lib</Configuration>
|
||||
<Platform>x64</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Release|Win32">
|
||||
<Configuration>Release</Configuration>
|
||||
<Platform>Win32</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Debug|x64">
|
||||
<Configuration>Debug</Configuration>
|
||||
<Platform>x64</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Release|x64">
|
||||
<Configuration>Release</Configuration>
|
||||
<Platform>x64</Platform>
|
||||
</ProjectConfiguration>
|
||||
</ItemGroup>
|
||||
<PropertyGroup Label="Globals">
|
||||
<VCProjectVersion>15.0</VCProjectVersion>
|
||||
<ProjectGuid>{F3A2EEA7-8650-4D07-A526-AEDB0109ECB8}</ProjectGuid>
|
||||
<RootNamespace>PPPA</RootNamespace>
|
||||
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
||||
<ConfigurationType>Application</ConfigurationType>
|
||||
<UseDebugLibraries>true</UseDebugLibraries>
|
||||
<PlatformToolset>v143</PlatformToolset>
|
||||
<CharacterSet>MultiByte</CharacterSet>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
||||
<ConfigurationType>Application</ConfigurationType>
|
||||
<UseDebugLibraries>false</UseDebugLibraries>
|
||||
<PlatformToolset>v143</PlatformToolset>
|
||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
||||
<CharacterSet>MultiByte</CharacterSet>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_lib|Win32'" Label="Configuration">
|
||||
<ConfigurationType>Application</ConfigurationType>
|
||||
<UseDebugLibraries>false</UseDebugLibraries>
|
||||
<PlatformToolset>v143</PlatformToolset>
|
||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
||||
<CharacterSet>MultiByte</CharacterSet>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
||||
<ConfigurationType>Application</ConfigurationType>
|
||||
<UseDebugLibraries>true</UseDebugLibraries>
|
||||
<PlatformToolset>v143</PlatformToolset>
|
||||
<CharacterSet>MultiByte</CharacterSet>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
||||
<ConfigurationType>Application</ConfigurationType>
|
||||
<UseDebugLibraries>false</UseDebugLibraries>
|
||||
<PlatformToolset>v143</PlatformToolset>
|
||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
||||
<CharacterSet>MultiByte</CharacterSet>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_lib|x64'" Label="Configuration">
|
||||
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
||||
<UseDebugLibraries>false</UseDebugLibraries>
|
||||
<PlatformToolset>v143</PlatformToolset>
|
||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
||||
<CharacterSet>MultiByte</CharacterSet>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
||||
<ImportGroup Label="ExtensionSettings">
|
||||
</ImportGroup>
|
||||
<ImportGroup Label="Shared">
|
||||
</ImportGroup>
|
||||
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
</ImportGroup>
|
||||
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
</ImportGroup>
|
||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_lib|Win32'" Label="PropertySheets">
|
||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
</ImportGroup>
|
||||
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
</ImportGroup>
|
||||
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
</ImportGroup>
|
||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_lib|x64'" Label="PropertySheets">
|
||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
</ImportGroup>
|
||||
<PropertyGroup Label="UserMacros" />
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||
<IncludePath>..\..\..\..\branches\dvm4.07\src;..\..\..\..\..\Zlib\Include\;$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||
<IncludePath>..\..\..\..\branches\dvm4.07\src;..\..\..\..\..\Zlib\Include\;$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_lib|x64'">
|
||||
<IncludePath>C:\Program Files\Java\jdk1.8.0_231\include\win32;C:\Program Files\Java\jdk1.8.0_231\include;..\..\..\..\branches\dvm4.07\src;..\..\..\..\..\Zlib\Include\;$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
|
||||
</PropertyGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||||
<ClCompile>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<Optimization>Disabled</Optimization>
|
||||
<SDLCheck>true</SDLCheck>
|
||||
<ConformanceMode>true</ConformanceMode>
|
||||
</ClCompile>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||
<ClCompile>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<Optimization>Disabled</Optimization>
|
||||
<SDLCheck>true</SDLCheck>
|
||||
<ConformanceMode>true</ConformanceMode>
|
||||
<PreprocessorDefinitions>_MBCS;%(PreprocessorDefinitions);_CRT_SECURE_NO_WARNINGS;</PreprocessorDefinitions>
|
||||
<AdditionalOptions>/wd4996 %(AdditionalOptions)</AdditionalOptions>
|
||||
</ClCompile>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||||
<ClCompile>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<Optimization>MaxSpeed</Optimization>
|
||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||||
<IntrinsicFunctions>true</IntrinsicFunctions>
|
||||
<SDLCheck>true</SDLCheck>
|
||||
<ConformanceMode>true</ConformanceMode>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
||||
<OptimizeReferences>true</OptimizeReferences>
|
||||
</Link>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_lib|Win32'">
|
||||
<ClCompile>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<Optimization>MaxSpeed</Optimization>
|
||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||||
<IntrinsicFunctions>true</IntrinsicFunctions>
|
||||
<SDLCheck>true</SDLCheck>
|
||||
<ConformanceMode>true</ConformanceMode>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
||||
<OptimizeReferences>true</OptimizeReferences>
|
||||
</Link>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||
<ClCompile>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<Optimization>MaxSpeed</Optimization>
|
||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||||
<IntrinsicFunctions>true</IntrinsicFunctions>
|
||||
<SDLCheck>true</SDLCheck>
|
||||
<ConformanceMode>true</ConformanceMode>
|
||||
<PreprocessorDefinitions>_MBCS;%(PreprocessorDefinitions);_CRT_SECURE_NO_WARNINGS;</PreprocessorDefinitions>
|
||||
<AdditionalOptions>/wd4996 %(AdditionalOptions)</AdditionalOptions>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
||||
<OptimizeReferences>true</OptimizeReferences>
|
||||
</Link>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_lib|x64'">
|
||||
<ClCompile>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<Optimization>MaxSpeed</Optimization>
|
||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||||
<IntrinsicFunctions>true</IntrinsicFunctions>
|
||||
<SDLCheck>true</SDLCheck>
|
||||
<ConformanceMode>true</ConformanceMode>
|
||||
<PreprocessorDefinitions>_MBCS;%(PreprocessorDefinitions);_CRT_SECURE_NO_WARNINGS;</PreprocessorDefinitions>
|
||||
<AdditionalOptions>/wd4996 %(AdditionalOptions)</AdditionalOptions>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
||||
<OptimizeReferences>true</OptimizeReferences>
|
||||
</Link>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="..\..\..\..\..\Zlib\src\adler32.c" />
|
||||
<ClCompile Include="..\..\..\..\..\Zlib\src\compress.c" />
|
||||
<ClCompile Include="..\..\..\..\..\Zlib\src\crc32.c" />
|
||||
<ClCompile Include="..\..\..\..\..\Zlib\src\deflate.c" />
|
||||
<ClCompile Include="..\..\..\..\..\Zlib\src\gzio.c" />
|
||||
<ClCompile Include="..\..\..\..\..\Zlib\src\infblock.c" />
|
||||
<ClCompile Include="..\..\..\..\..\Zlib\src\infcodes.c" />
|
||||
<ClCompile Include="..\..\..\..\..\Zlib\src\inffast.c" />
|
||||
<ClCompile Include="..\..\..\..\..\Zlib\src\inflate.c" />
|
||||
<ClCompile Include="..\..\..\..\..\Zlib\src\inftrees.c" />
|
||||
<ClCompile Include="..\..\..\..\..\Zlib\src\infutil.c" />
|
||||
<ClCompile Include="..\..\..\..\..\Zlib\src\trees.c" />
|
||||
<ClCompile Include="..\..\..\..\..\Zlib\src\uncompr.c" />
|
||||
<ClCompile Include="..\..\..\..\..\Zlib\src\zutil.c" />
|
||||
<ClCompile Include="..\..\inter.cpp" />
|
||||
<ClCompile Include="..\..\LibraryImport.cpp" />
|
||||
<ClCompile Include="..\..\potensyn.cpp" />
|
||||
<ClCompile Include="..\..\stat.cpp" />
|
||||
<ClCompile Include="..\..\statfile.cpp" />
|
||||
<ClCompile Include="..\..\statinter.cpp" />
|
||||
<ClCompile Include="..\..\statlist.cpp" />
|
||||
<ClCompile Include="..\..\statprintf.cpp" />
|
||||
<ClCompile Include="..\..\statread.cpp" />
|
||||
<ClCompile Include="..\..\treeinter.cpp" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\..\bool.h" />
|
||||
<ClInclude Include="..\..\dvmh_stat.h" />
|
||||
<ClInclude Include="..\..\inter.h" />
|
||||
<ClInclude Include="..\..\LibraryImport.h" />
|
||||
<ClInclude Include="..\..\potensyn.h" />
|
||||
<ClInclude Include="..\..\statist.h" />
|
||||
<ClInclude Include="..\..\statlist.h" />
|
||||
<ClInclude Include="..\..\statprintf.h" />
|
||||
<ClInclude Include="..\..\statread.h" />
|
||||
<ClInclude Include="..\..\strall.h" />
|
||||
<ClInclude Include="..\..\sysstat.h" />
|
||||
<ClInclude Include="..\..\treeinter.h" />
|
||||
<ClInclude Include="..\..\ver.h" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
</Project>
|
||||
141
dvm/tools/pppa/trunk/src/PPPA/PPPA/PPPA.vcxproj.filters
Normal file
141
dvm/tools/pppa/trunk/src/PPPA/PPPA/PPPA.vcxproj.filters
Normal file
@@ -0,0 +1,141 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<ItemGroup>
|
||||
<Filter Include="Исходные файлы">
|
||||
<UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier>
|
||||
<Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions>
|
||||
</Filter>
|
||||
<Filter Include="Файлы заголовков">
|
||||
<UniqueIdentifier>{93995380-89BD-4b04-88EB-625FBE52EBFB}</UniqueIdentifier>
|
||||
<Extensions>h;hh;hpp;hxx;hm;inl;inc;ipp;xsd</Extensions>
|
||||
</Filter>
|
||||
<Filter Include="Файлы ресурсов">
|
||||
<UniqueIdentifier>{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}</UniqueIdentifier>
|
||||
<Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms</Extensions>
|
||||
</Filter>
|
||||
<Filter Include="Исходные файлы\pppa">
|
||||
<UniqueIdentifier>{53f9375c-8c47-45fe-b189-8fba76eb91b8}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="Файлы заголовков\pppa">
|
||||
<UniqueIdentifier>{53f30301-90df-4d39-ad4f-c3587eb4450f}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="Исходные файлы\Zlib">
|
||||
<UniqueIdentifier>{e95620dc-95c6-438c-a5f7-2322880aa280}</UniqueIdentifier>
|
||||
</Filter>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="..\..\inter.cpp">
|
||||
<Filter>Исходные файлы\pppa</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\potensyn.cpp">
|
||||
<Filter>Исходные файлы\pppa</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\statfile.cpp">
|
||||
<Filter>Исходные файлы\pppa</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\statprintf.cpp">
|
||||
<Filter>Исходные файлы\pppa</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\statread.cpp">
|
||||
<Filter>Исходные файлы\pppa</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\treeinter.cpp">
|
||||
<Filter>Исходные файлы\pppa</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\..\Zlib\src\adler32.c">
|
||||
<Filter>Исходные файлы\Zlib</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\..\Zlib\src\compress.c">
|
||||
<Filter>Исходные файлы\Zlib</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\..\Zlib\src\crc32.c">
|
||||
<Filter>Исходные файлы\Zlib</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\..\Zlib\src\deflate.c">
|
||||
<Filter>Исходные файлы\Zlib</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\..\Zlib\src\gzio.c">
|
||||
<Filter>Исходные файлы\Zlib</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\..\Zlib\src\infblock.c">
|
||||
<Filter>Исходные файлы\Zlib</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\..\Zlib\src\infcodes.c">
|
||||
<Filter>Исходные файлы\Zlib</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\..\Zlib\src\inffast.c">
|
||||
<Filter>Исходные файлы\Zlib</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\..\Zlib\src\inflate.c">
|
||||
<Filter>Исходные файлы\Zlib</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\..\Zlib\src\inftrees.c">
|
||||
<Filter>Исходные файлы\Zlib</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\..\Zlib\src\infutil.c">
|
||||
<Filter>Исходные файлы\Zlib</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\..\Zlib\src\trees.c">
|
||||
<Filter>Исходные файлы\Zlib</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\..\Zlib\src\uncompr.c">
|
||||
<Filter>Исходные файлы\Zlib</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\..\Zlib\src\zutil.c">
|
||||
<Filter>Исходные файлы\Zlib</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\LibraryImport.cpp">
|
||||
<Filter>Исходные файлы\pppa</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\statlist.cpp">
|
||||
<Filter>Исходные файлы\pppa</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\stat.cpp">
|
||||
<Filter>Исходные файлы\pppa</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\statinter.cpp">
|
||||
<Filter>Исходные файлы\pppa</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\..\bool.h">
|
||||
<Filter>Файлы заголовков\pppa</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\dvmh_stat.h">
|
||||
<Filter>Файлы заголовков\pppa</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\inter.h">
|
||||
<Filter>Файлы заголовков\pppa</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\potensyn.h">
|
||||
<Filter>Файлы заголовков\pppa</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\statist.h">
|
||||
<Filter>Файлы заголовков\pppa</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\statprintf.h">
|
||||
<Filter>Файлы заголовков\pppa</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\statread.h">
|
||||
<Filter>Файлы заголовков\pppa</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\strall.h">
|
||||
<Filter>Файлы заголовков\pppa</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\sysstat.h">
|
||||
<Filter>Файлы заголовков\pppa</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\treeinter.h">
|
||||
<Filter>Файлы заголовков\pppa</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\ver.h">
|
||||
<Filter>Файлы заголовков\pppa</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\LibraryImport.h">
|
||||
<Filter>Исходные файлы\pppa</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\statlist.h">
|
||||
<Filter>Файлы заголовков\pppa</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
Reference in New Issue
Block a user