Christopher Valerio
8 years ago
3 changed files with 444 additions and 5 deletions
@ -0,0 +1,297 @@ |
|||||
|
<?xml version="1.0" encoding="utf-8"?> |
||||
|
<Project DefaultTargets="Build" ToolsVersion="14.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|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"> |
||||
|
<ProjectGuid>{80F58B93-D1FC-4FC4-A880-1F40A1FC851B}</ProjectGuid> |
||||
|
<Keyword>Win32Proj</Keyword> |
||||
|
<RootNamespace>ConsoleApplication3</RootNamespace> |
||||
|
<WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion> |
||||
|
<ProjectName>iguana</ProjectName> |
||||
|
</PropertyGroup> |
||||
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
||||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
||||
|
<ConfigurationType>Application</ConfigurationType> |
||||
|
<UseDebugLibraries>true</UseDebugLibraries> |
||||
|
<PlatformToolset>v140</PlatformToolset> |
||||
|
<CharacterSet>Unicode</CharacterSet> |
||||
|
</PropertyGroup> |
||||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
||||
|
<ConfigurationType>Application</ConfigurationType> |
||||
|
<UseDebugLibraries>false</UseDebugLibraries> |
||||
|
<PlatformToolset>v140</PlatformToolset> |
||||
|
<WholeProgramOptimization>true</WholeProgramOptimization> |
||||
|
<CharacterSet>Unicode</CharacterSet> |
||||
|
</PropertyGroup> |
||||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
||||
|
<ConfigurationType>Application</ConfigurationType> |
||||
|
<UseDebugLibraries>true</UseDebugLibraries> |
||||
|
<PlatformToolset>v140</PlatformToolset> |
||||
|
<CharacterSet>Unicode</CharacterSet> |
||||
|
</PropertyGroup> |
||||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
||||
|
<ConfigurationType>Application</ConfigurationType> |
||||
|
<UseDebugLibraries>false</UseDebugLibraries> |
||||
|
<PlatformToolset>v140</PlatformToolset> |
||||
|
<WholeProgramOptimization>true</WholeProgramOptimization> |
||||
|
<CharacterSet>Unicode</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 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> |
||||
|
<PropertyGroup Label="UserMacros" /> |
||||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
||||
|
<LinkIncremental>true</LinkIncremental> |
||||
|
</PropertyGroup> |
||||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
||||
|
<LinkIncremental>true</LinkIncremental> |
||||
|
</PropertyGroup> |
||||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
||||
|
<LinkIncremental>false</LinkIncremental> |
||||
|
</PropertyGroup> |
||||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
||||
|
<LinkIncremental>false</LinkIncremental> |
||||
|
</PropertyGroup> |
||||
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
||||
|
<ClCompile> |
||||
|
<PrecompiledHeader> |
||||
|
</PrecompiledHeader> |
||||
|
<WarningLevel>Level2</WarningLevel> |
||||
|
<Optimization>Disabled</Optimization> |
||||
|
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;NATIVE_WINDOWS;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
||||
|
<StructMemberAlignment>1Byte</StructMemberAlignment> |
||||
|
</ClCompile> |
||||
|
<Link> |
||||
|
<SubSystem>Console</SubSystem> |
||||
|
<GenerateDebugInformation>true</GenerateDebugInformation> |
||||
|
<AdditionalDependencies>Ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies> |
||||
|
</Link> |
||||
|
</ItemDefinitionGroup> |
||||
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
||||
|
<ClCompile> |
||||
|
<PrecompiledHeader> |
||||
|
</PrecompiledHeader> |
||||
|
<WarningLevel>Level3</WarningLevel> |
||||
|
<Optimization>Disabled</Optimization> |
||||
|
<PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
||||
|
<StructMemberAlignment>1Byte</StructMemberAlignment> |
||||
|
</ClCompile> |
||||
|
<Link> |
||||
|
<SubSystem>Console</SubSystem> |
||||
|
<GenerateDebugInformation>true</GenerateDebugInformation> |
||||
|
</Link> |
||||
|
</ItemDefinitionGroup> |
||||
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
||||
|
<ClCompile> |
||||
|
<WarningLevel>Level3</WarningLevel> |
||||
|
<PrecompiledHeader> |
||||
|
</PrecompiledHeader> |
||||
|
<Optimization>MaxSpeed</Optimization> |
||||
|
<FunctionLevelLinking>true</FunctionLevelLinking> |
||||
|
<IntrinsicFunctions>true</IntrinsicFunctions> |
||||
|
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;NATIVE_WINDOWS;WIN32;_CONSOLE;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
||||
|
</ClCompile> |
||||
|
<Link> |
||||
|
<SubSystem>Console</SubSystem> |
||||
|
<EnableCOMDATFolding>true</EnableCOMDATFolding> |
||||
|
<OptimizeReferences>true</OptimizeReferences> |
||||
|
<GenerateDebugInformation>true</GenerateDebugInformation> |
||||
|
<AdditionalDependencies>Ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies> |
||||
|
</Link> |
||||
|
</ItemDefinitionGroup> |
||||
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
||||
|
<ClCompile> |
||||
|
<WarningLevel>Level3</WarningLevel> |
||||
|
<PrecompiledHeader> |
||||
|
</PrecompiledHeader> |
||||
|
<Optimization>MaxSpeed</Optimization> |
||||
|
<FunctionLevelLinking>true</FunctionLevelLinking> |
||||
|
<IntrinsicFunctions>true</IntrinsicFunctions> |
||||
|
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;NATIVE_WINDOWS;WIN32;_CONSOLE;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
||||
|
<StructMemberAlignment>1Byte</StructMemberAlignment> |
||||
|
</ClCompile> |
||||
|
<Link> |
||||
|
<SubSystem>Console</SubSystem> |
||||
|
<EnableCOMDATFolding>true</EnableCOMDATFolding> |
||||
|
<OptimizeReferences>true</OptimizeReferences> |
||||
|
<GenerateDebugInformation>true</GenerateDebugInformation> |
||||
|
<AdditionalDependencies>Ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies> |
||||
|
</Link> |
||||
|
</ItemDefinitionGroup> |
||||
|
<ItemGroup> |
||||
|
<Text Include="ReadMe.txt" /> |
||||
|
</ItemGroup> |
||||
|
<ItemGroup> |
||||
|
<ClInclude Include="basilisk\basilisk.h" /> |
||||
|
<ClInclude Include="crypto777\jpeg\cderror.h" /> |
||||
|
<ClInclude Include="crypto777\jpeg\cdjpeg.h" /> |
||||
|
<ClInclude Include="crypto777\jpeg\jconfig.h" /> |
||||
|
<ClInclude Include="crypto777\jpeg\jdct.h" /> |
||||
|
<ClInclude Include="crypto777\jpeg\jerror.h" /> |
||||
|
<ClInclude Include="crypto777\jpeg\jinclude.h" /> |
||||
|
<ClInclude Include="crypto777\jpeg\jmemsys.h" /> |
||||
|
<ClInclude Include="crypto777\jpeg\jmorecfg.h" /> |
||||
|
<ClInclude Include="crypto777\jpeg\jpegint.h" /> |
||||
|
<ClInclude Include="crypto777\jpeg\jpeglib.h" /> |
||||
|
<ClInclude Include="crypto777\jpeg\jversion.h" /> |
||||
|
<ClInclude Include="crypto777\jpeg\transupp.h" /> |
||||
|
<ClInclude Include="crypto777\OS_portable.h" /> |
||||
|
<ClInclude Include="datachain\datachain.h" /> |
||||
|
<ClInclude Include="gecko\gecko.h" /> |
||||
|
<ClInclude Include="iguana\exchanges777.h" /> |
||||
|
<ClInclude Include="iguana\iguana777.h" /> |
||||
|
<ClInclude Include="iguana\mini-gmp.h" /> |
||||
|
<ClInclude Include="includes\iguana_defines.h" /> |
||||
|
<ClInclude Include="includes\iguana_funcs.h" /> |
||||
|
<ClInclude Include="includes\iguana_structs.h" /> |
||||
|
<ClInclude Include="OSlibs\win\mingw.h" /> |
||||
|
<ClInclude Include="OSlibs\win\mman.h" /> |
||||
|
<ClInclude Include="OSlibs\win\pthread.h" /> |
||||
|
<ClInclude Include="targetver.h" /> |
||||
|
</ItemGroup> |
||||
|
<ItemGroup> |
||||
|
<ClCompile Include="basilisk\basilisk.c" /> |
||||
|
<ClCompile Include="crypto777\bitcoind_RPC.c" /> |
||||
|
<ClCompile Include="crypto777\cJSON.c" /> |
||||
|
<ClCompile Include="crypto777\curve25519-donna.c" /> |
||||
|
<ClCompile Include="crypto777\curve25519.c" /> |
||||
|
<ClCompile Include="crypto777\hmac_sha512.c" /> |
||||
|
<ClCompile Include="crypto777\iguana_OS.c" /> |
||||
|
<ClCompile Include="crypto777\iguana_serdes.c" /> |
||||
|
<ClCompile Include="crypto777\iguana_utils.c" /> |
||||
|
<ClCompile Include="crypto777\inet.c" /> |
||||
|
<ClCompile Include="crypto777\jpeg\jaricom.c" /> |
||||
|
<ClCompile Include="crypto777\jpeg\jcapimin.c" /> |
||||
|
<ClCompile Include="crypto777\jpeg\jcapistd.c" /> |
||||
|
<ClCompile Include="crypto777\jpeg\jcarith.c" /> |
||||
|
<ClCompile Include="crypto777\jpeg\jccoefct.c" /> |
||||
|
<ClCompile Include="crypto777\jpeg\jccolor.c" /> |
||||
|
<ClCompile Include="crypto777\jpeg\jcdctmgr.c" /> |
||||
|
<ClCompile Include="crypto777\jpeg\jchuff.c" /> |
||||
|
<ClCompile Include="crypto777\jpeg\jcinit.c" /> |
||||
|
<ClCompile Include="crypto777\jpeg\jcmainct.c" /> |
||||
|
<ClCompile Include="crypto777\jpeg\jcmarker.c" /> |
||||
|
<ClCompile Include="crypto777\jpeg\jcmaster.c" /> |
||||
|
<ClCompile Include="crypto777\jpeg\jcomapi.c" /> |
||||
|
<ClCompile Include="crypto777\jpeg\jcparam.c" /> |
||||
|
<ClCompile Include="crypto777\jpeg\jcprepct.c" /> |
||||
|
<ClCompile Include="crypto777\jpeg\jcsample.c" /> |
||||
|
<ClCompile Include="crypto777\jpeg\jctrans.c" /> |
||||
|
<ClCompile Include="crypto777\jpeg\jdapimin.c" /> |
||||
|
<ClCompile Include="crypto777\jpeg\jdapistd.c" /> |
||||
|
<ClCompile Include="crypto777\jpeg\jdarith.c" /> |
||||
|
<ClCompile Include="crypto777\jpeg\jdatadst.c" /> |
||||
|
<ClCompile Include="crypto777\jpeg\jdatasrc.c" /> |
||||
|
<ClCompile Include="crypto777\jpeg\jdcoefct.c" /> |
||||
|
<ClCompile Include="crypto777\jpeg\jdcolor.c" /> |
||||
|
<ClCompile Include="crypto777\jpeg\jddctmgr.c" /> |
||||
|
<ClCompile Include="crypto777\jpeg\jdhuff.c" /> |
||||
|
<ClCompile Include="crypto777\jpeg\jdinput.c" /> |
||||
|
<ClCompile Include="crypto777\jpeg\jdmainct.c" /> |
||||
|
<ClCompile Include="crypto777\jpeg\jdmarker.c" /> |
||||
|
<ClCompile Include="crypto777\jpeg\jdmaster.c" /> |
||||
|
<ClCompile Include="crypto777\jpeg\jdmerge.c" /> |
||||
|
<ClCompile Include="crypto777\jpeg\jdpostct.c" /> |
||||
|
<ClCompile Include="crypto777\jpeg\jdsample.c" /> |
||||
|
<ClCompile Include="crypto777\jpeg\jdtrans.c" /> |
||||
|
<ClCompile Include="crypto777\jpeg\jerror.c" /> |
||||
|
<ClCompile Include="crypto777\jpeg\jfdctflt.c" /> |
||||
|
<ClCompile Include="crypto777\jpeg\jfdctfst.c" /> |
||||
|
<ClCompile Include="crypto777\jpeg\jfdctint.c" /> |
||||
|
<ClCompile Include="crypto777\jpeg\jidctflt.c" /> |
||||
|
<ClCompile Include="crypto777\jpeg\jidctfst.c" /> |
||||
|
<ClCompile Include="crypto777\jpeg\jidctint.c" /> |
||||
|
<ClCompile Include="crypto777\jpeg\jmemmgr.c" /> |
||||
|
<ClCompile Include="crypto777\jpeg\jquant1.c" /> |
||||
|
<ClCompile Include="crypto777\jpeg\jquant2.c" /> |
||||
|
<ClCompile Include="crypto777\jpeg\jutils.c" /> |
||||
|
<ClCompile Include="crypto777\jpeg\unix\jmemname.c" /> |
||||
|
<ClCompile Include="crypto777\OS_nonportable.c" /> |
||||
|
<ClCompile Include="crypto777\OS_portable.c" /> |
||||
|
<ClCompile Include="crypto777\OS_time.c" /> |
||||
|
<ClCompile Include="crypto777\ramcoder.c" /> |
||||
|
<ClCompile Include="crypto777\SaM.c" /> |
||||
|
<ClCompile Include="crypto777\scrypt.c" /> |
||||
|
<ClCompile Include="crypto777\tweetnacl.c" /> |
||||
|
<ClCompile Include="datachain\datachain.c" /> |
||||
|
<ClCompile Include="gecko\gecko.c" /> |
||||
|
<ClCompile Include="iguana\iguana777.c" /> |
||||
|
<ClCompile Include="iguana\iguana_accept.c" /> |
||||
|
<ClCompile Include="iguana\iguana_bitmap.c" /> |
||||
|
<ClCompile Include="iguana\iguana_blocks.c" /> |
||||
|
<ClCompile Include="iguana\iguana_bundles.c" /> |
||||
|
<ClCompile Include="iguana\iguana_chains.c" /> |
||||
|
<ClCompile Include="iguana\iguana_exchanges.c" /> |
||||
|
<ClCompile Include="iguana\iguana_init.c" /> |
||||
|
<ClCompile Include="iguana\iguana_interpreter.c" /> |
||||
|
<ClCompile Include="iguana\iguana_json.c" /> |
||||
|
<ClCompile Include="iguana\iguana_mofn.c" /> |
||||
|
<ClCompile Include="iguana\iguana_msg.c" /> |
||||
|
<ClCompile Include="iguana\iguana_passport.c" /> |
||||
|
<ClCompile Include="iguana\iguana_payments.c" /> |
||||
|
<ClCompile Include="iguana\iguana_peers.c" /> |
||||
|
<ClCompile Include="iguana\iguana_ramchain.c" /> |
||||
|
<ClCompile Include="iguana\iguana_realtime.c" /> |
||||
|
<ClCompile Include="iguana\iguana_recv.c" /> |
||||
|
<ClCompile Include="iguana\iguana_rpc.c" /> |
||||
|
<ClCompile Include="iguana\iguana_scripts.c" /> |
||||
|
<ClCompile Include="iguana\iguana_secp.c" /> |
||||
|
<ClCompile Include="iguana\iguana_sign.c" /> |
||||
|
<ClCompile Include="iguana\iguana_spendvectors.c" /> |
||||
|
<ClCompile Include="iguana\iguana_stake.c" /> |
||||
|
<ClCompile Include="iguana\iguana_tradebots.c" /> |
||||
|
<ClCompile Include="iguana\iguana_tx.c" /> |
||||
|
<ClCompile Include="iguana\iguana_txidfind.c" /> |
||||
|
<ClCompile Include="iguana\iguana_unspents.c" /> |
||||
|
<ClCompile Include="iguana\iguana_volatiles.c" /> |
||||
|
<ClCompile Include="iguana\iguana_wallet.c" /> |
||||
|
<ClCompile Include="iguana\main.c" /> |
||||
|
<ClCompile Include="iguana\mini-gmp.c" /> |
||||
|
<ClCompile Include="iguana\ramchain_api.c" /> |
||||
|
<ClCompile Include="iguana\secp256k1\src\secp256k1.c" /> |
||||
|
<ClCompile Include="iguana\SuperNET_keys.c" /> |
||||
|
<ClCompile Include="OSlibs\win\mingw.c" /> |
||||
|
</ItemGroup> |
||||
|
<ItemGroup> |
||||
|
<Library Include="pthreadVC2.lib" /> |
||||
|
<Library Include="OSlibs\win\libpthreadGC2.a" /> |
||||
|
<Library Include="OSlibs\win\libpthreadGC2_64.a" /> |
||||
|
</ItemGroup> |
||||
|
<ItemGroup> |
||||
|
<None Include="pthreadvc2.dll" /> |
||||
|
<None Include="ucrtbased.dll" /> |
||||
|
</ItemGroup> |
||||
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
||||
|
<ImportGroup Label="ExtensionTargets"> |
||||
|
</ImportGroup> |
||||
|
</Project> |
@ -0,0 +1,146 @@ |
|||||
|
<?xml version="1.0" encoding="utf-8"?> |
||||
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
||||
|
<ItemGroup> |
||||
|
<ClCompile Include="basilisk\basilisk.c" /> |
||||
|
<ClCompile Include="crypto777\bitcoind_RPC.c" /> |
||||
|
<ClCompile Include="crypto777\cJSON.c" /> |
||||
|
<ClCompile Include="crypto777\curve25519-donna.c" /> |
||||
|
<ClCompile Include="crypto777\curve25519.c" /> |
||||
|
<ClCompile Include="crypto777\hmac_sha512.c" /> |
||||
|
<ClCompile Include="crypto777\iguana_OS.c" /> |
||||
|
<ClCompile Include="crypto777\iguana_serdes.c" /> |
||||
|
<ClCompile Include="crypto777\iguana_utils.c" /> |
||||
|
<ClCompile Include="crypto777\inet.c" /> |
||||
|
<ClCompile Include="crypto777\jpeg\jaricom.c" /> |
||||
|
<ClCompile Include="crypto777\jpeg\jcapimin.c" /> |
||||
|
<ClCompile Include="crypto777\jpeg\jcapistd.c" /> |
||||
|
<ClCompile Include="crypto777\jpeg\jcarith.c" /> |
||||
|
<ClCompile Include="crypto777\jpeg\jccoefct.c" /> |
||||
|
<ClCompile Include="crypto777\jpeg\jccolor.c" /> |
||||
|
<ClCompile Include="crypto777\jpeg\jcdctmgr.c" /> |
||||
|
<ClCompile Include="crypto777\jpeg\jchuff.c" /> |
||||
|
<ClCompile Include="crypto777\jpeg\jcinit.c" /> |
||||
|
<ClCompile Include="crypto777\jpeg\jcmainct.c" /> |
||||
|
<ClCompile Include="crypto777\jpeg\jcmarker.c" /> |
||||
|
<ClCompile Include="crypto777\jpeg\jcmaster.c" /> |
||||
|
<ClCompile Include="crypto777\jpeg\jcomapi.c" /> |
||||
|
<ClCompile Include="crypto777\jpeg\jcparam.c" /> |
||||
|
<ClCompile Include="crypto777\jpeg\jcprepct.c" /> |
||||
|
<ClCompile Include="crypto777\jpeg\jcsample.c" /> |
||||
|
<ClCompile Include="crypto777\jpeg\jctrans.c" /> |
||||
|
<ClCompile Include="crypto777\jpeg\jdapimin.c" /> |
||||
|
<ClCompile Include="crypto777\jpeg\jdapistd.c" /> |
||||
|
<ClCompile Include="crypto777\jpeg\jdarith.c" /> |
||||
|
<ClCompile Include="crypto777\jpeg\jdatadst.c" /> |
||||
|
<ClCompile Include="crypto777\jpeg\jdatasrc.c" /> |
||||
|
<ClCompile Include="crypto777\jpeg\jdcoefct.c" /> |
||||
|
<ClCompile Include="crypto777\jpeg\jdcolor.c" /> |
||||
|
<ClCompile Include="crypto777\jpeg\jddctmgr.c" /> |
||||
|
<ClCompile Include="crypto777\jpeg\jdhuff.c" /> |
||||
|
<ClCompile Include="crypto777\jpeg\jdinput.c" /> |
||||
|
<ClCompile Include="crypto777\jpeg\jdmainct.c" /> |
||||
|
<ClCompile Include="crypto777\jpeg\jdmarker.c" /> |
||||
|
<ClCompile Include="crypto777\jpeg\jdmaster.c" /> |
||||
|
<ClCompile Include="crypto777\jpeg\jdmerge.c" /> |
||||
|
<ClCompile Include="crypto777\jpeg\jdpostct.c" /> |
||||
|
<ClCompile Include="crypto777\jpeg\jdsample.c" /> |
||||
|
<ClCompile Include="crypto777\jpeg\jdtrans.c" /> |
||||
|
<ClCompile Include="crypto777\jpeg\jerror.c" /> |
||||
|
<ClCompile Include="crypto777\jpeg\jfdctflt.c" /> |
||||
|
<ClCompile Include="crypto777\jpeg\jfdctfst.c" /> |
||||
|
<ClCompile Include="crypto777\jpeg\jfdctint.c" /> |
||||
|
<ClCompile Include="crypto777\jpeg\jidctflt.c" /> |
||||
|
<ClCompile Include="crypto777\jpeg\jidctfst.c" /> |
||||
|
<ClCompile Include="crypto777\jpeg\jidctint.c" /> |
||||
|
<ClCompile Include="crypto777\jpeg\jmemmgr.c" /> |
||||
|
<ClCompile Include="crypto777\jpeg\jquant1.c" /> |
||||
|
<ClCompile Include="crypto777\jpeg\jquant2.c" /> |
||||
|
<ClCompile Include="crypto777\jpeg\jutils.c" /> |
||||
|
<ClCompile Include="crypto777\jpeg\unix\jmemname.c" /> |
||||
|
<ClCompile Include="crypto777\OS_nonportable.c" /> |
||||
|
<ClCompile Include="crypto777\OS_portable.c" /> |
||||
|
<ClCompile Include="crypto777\OS_time.c" /> |
||||
|
<ClCompile Include="crypto777\ramcoder.c" /> |
||||
|
<ClCompile Include="crypto777\SaM.c" /> |
||||
|
<ClCompile Include="crypto777\scrypt.c" /> |
||||
|
<ClCompile Include="crypto777\tweetnacl.c" /> |
||||
|
<ClCompile Include="datachain\datachain.c" /> |
||||
|
<ClCompile Include="gecko\gecko.c" /> |
||||
|
<ClCompile Include="iguana\iguana777.c" /> |
||||
|
<ClCompile Include="iguana\iguana_accept.c" /> |
||||
|
<ClCompile Include="iguana\iguana_bitmap.c" /> |
||||
|
<ClCompile Include="iguana\iguana_blocks.c" /> |
||||
|
<ClCompile Include="iguana\iguana_bundles.c" /> |
||||
|
<ClCompile Include="iguana\iguana_chains.c" /> |
||||
|
<ClCompile Include="iguana\iguana_exchanges.c" /> |
||||
|
<ClCompile Include="iguana\iguana_init.c" /> |
||||
|
<ClCompile Include="iguana\iguana_interpreter.c" /> |
||||
|
<ClCompile Include="iguana\iguana_json.c" /> |
||||
|
<ClCompile Include="iguana\iguana_mofn.c" /> |
||||
|
<ClCompile Include="iguana\iguana_msg.c" /> |
||||
|
<ClCompile Include="iguana\iguana_passport.c" /> |
||||
|
<ClCompile Include="iguana\iguana_payments.c" /> |
||||
|
<ClCompile Include="iguana\iguana_peers.c" /> |
||||
|
<ClCompile Include="iguana\iguana_ramchain.c" /> |
||||
|
<ClCompile Include="iguana\iguana_realtime.c" /> |
||||
|
<ClCompile Include="iguana\iguana_recv.c" /> |
||||
|
<ClCompile Include="iguana\iguana_rpc.c" /> |
||||
|
<ClCompile Include="iguana\iguana_scripts.c" /> |
||||
|
<ClCompile Include="iguana\iguana_secp.c" /> |
||||
|
<ClCompile Include="iguana\iguana_sign.c" /> |
||||
|
<ClCompile Include="iguana\iguana_spendvectors.c" /> |
||||
|
<ClCompile Include="iguana\iguana_stake.c" /> |
||||
|
<ClCompile Include="iguana\iguana_tradebots.c" /> |
||||
|
<ClCompile Include="iguana\iguana_tx.c" /> |
||||
|
<ClCompile Include="iguana\iguana_txidfind.c" /> |
||||
|
<ClCompile Include="iguana\iguana_unspents.c" /> |
||||
|
<ClCompile Include="iguana\iguana_volatiles.c" /> |
||||
|
<ClCompile Include="iguana\iguana_wallet.c" /> |
||||
|
<ClCompile Include="iguana\main.c" /> |
||||
|
<ClCompile Include="iguana\mini-gmp.c" /> |
||||
|
<ClCompile Include="iguana\ramchain_api.c" /> |
||||
|
<ClCompile Include="iguana\secp256k1\src\secp256k1.c" /> |
||||
|
<ClCompile Include="iguana\SuperNET_keys.c" /> |
||||
|
<ClCompile Include="OSlibs\win\mingw.c" /> |
||||
|
</ItemGroup> |
||||
|
<ItemGroup> |
||||
|
<ClInclude Include="basilisk\basilisk.h" /> |
||||
|
<ClInclude Include="crypto777\jpeg\cderror.h" /> |
||||
|
<ClInclude Include="crypto777\jpeg\cdjpeg.h" /> |
||||
|
<ClInclude Include="crypto777\jpeg\jconfig.h" /> |
||||
|
<ClInclude Include="crypto777\jpeg\jdct.h" /> |
||||
|
<ClInclude Include="crypto777\jpeg\jerror.h" /> |
||||
|
<ClInclude Include="crypto777\jpeg\jinclude.h" /> |
||||
|
<ClInclude Include="crypto777\jpeg\jmemsys.h" /> |
||||
|
<ClInclude Include="crypto777\jpeg\jmorecfg.h" /> |
||||
|
<ClInclude Include="crypto777\jpeg\jpegint.h" /> |
||||
|
<ClInclude Include="crypto777\jpeg\jpeglib.h" /> |
||||
|
<ClInclude Include="crypto777\jpeg\jversion.h" /> |
||||
|
<ClInclude Include="crypto777\jpeg\transupp.h" /> |
||||
|
<ClInclude Include="crypto777\OS_portable.h" /> |
||||
|
<ClInclude Include="datachain\datachain.h" /> |
||||
|
<ClInclude Include="gecko\gecko.h" /> |
||||
|
<ClInclude Include="iguana\exchanges777.h" /> |
||||
|
<ClInclude Include="iguana\iguana777.h" /> |
||||
|
<ClInclude Include="iguana\mini-gmp.h" /> |
||||
|
<ClInclude Include="includes\iguana_defines.h" /> |
||||
|
<ClInclude Include="includes\iguana_funcs.h" /> |
||||
|
<ClInclude Include="includes\iguana_structs.h" /> |
||||
|
<ClInclude Include="OSlibs\win\mingw.h" /> |
||||
|
<ClInclude Include="OSlibs\win\mman.h" /> |
||||
|
<ClInclude Include="OSlibs\win\pthread.h" /> |
||||
|
<ClInclude Include="targetver.h" /> |
||||
|
</ItemGroup> |
||||
|
<ItemGroup> |
||||
|
<Library Include="pthreadVC2.lib" /> |
||||
|
<Library Include="OSlibs\win\libpthreadGC2.a" /> |
||||
|
<Library Include="OSlibs\win\libpthreadGC2_64.a" /> |
||||
|
</ItemGroup> |
||||
|
<ItemGroup> |
||||
|
<None Include="pthreadvc2.dll" /> |
||||
|
<None Include="ucrtbased.dll" /> |
||||
|
</ItemGroup> |
||||
|
<ItemGroup> |
||||
|
<Text Include="ReadMe.txt" /> |
||||
|
</ItemGroup> |
||||
|
</Project> |
Loading…
Reference in new issue