Rev 1 | Rev 26 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line | 
|---|---|---|---|
| 1 | pmbaty | 1 | <?xml version="1.0" encoding="utf-8"?>  | 
        
| 2 | <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">  | 
        ||
| 3 | <ItemGroup Label="ProjectConfigurations">  | 
        ||
| 4 | <ProjectConfiguration Include="Release|x64">  | 
        ||
| 5 | <Configuration>Release</Configuration>  | 
        ||
| 6 | <Platform>x64</Platform>  | 
        ||
| 7 | </ProjectConfiguration>  | 
        ||
| 8 | </ItemGroup>  | 
        ||
| 9 | <PropertyGroup Label="Globals">  | 
        ||
| 10 | <WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>  | 
        ||
| 11 |     <ProjectGuid>{C0F384A2-F93C-4016-8734-DA99406B61AE}</ProjectGuid> | 
        ||
| 12 | </PropertyGroup>  | 
        ||
| 13 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />  | 
        ||
| 14 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">  | 
        ||
| 15 | <CharacterSet>MultiByte</CharacterSet>  | 
        ||
| 16 | <PlatformToolset>v142</PlatformToolset>  | 
        ||
| 17 | </PropertyGroup>  | 
        ||
| 18 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />  | 
        ||
| 19 | <ImportGroup Label="ExtensionSettings">  | 
        ||
| 20 | </ImportGroup>  | 
        ||
| 21 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">  | 
        ||
| 22 |     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | 
        ||
| 23 | </ImportGroup>  | 
        ||
| 24 | <PropertyGroup Label="UserMacros" />  | 
        ||
| 25 | <PropertyGroup>  | 
        ||
| 26 | <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>  | 
        ||
| 27 | </PropertyGroup>  | 
        ||
| 28 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">  | 
        ||
| 29 | <TargetName>ifstool</TargetName>  | 
        ||
| 30 | <OutDir>$(SolutionDir)\</OutDir>  | 
        ||
| 31 | </PropertyGroup>  | 
        ||
| 32 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">  | 
        ||
| 33 | <ClCompile>  | 
        ||
| 34 | <WarningLevel>Level3</WarningLevel>  | 
        ||
| 35 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary>  | 
        ||
| 16 | pmbaty | 36 | <PreprocessorDefinitions>_MBCS;%(PreprocessorDefinitions)</PreprocessorDefinitions>  | 
        
| 1 | pmbaty | 37 | <Optimization>Disabled</Optimization>  | 
        
| 38 | </ClCompile>  | 
        ||
| 39 | <Link>  | 
        ||
| 40 | <SubSystem>Console</SubSystem>  | 
        ||
| 41 | <GenerateDebugInformation>true</GenerateDebugInformation>  | 
        ||
| 42 | </Link>  | 
        ||
| 43 | </ItemDefinitionGroup>  | 
        ||
| 44 | <ItemGroup>  | 
        ||
| 16 | pmbaty | 45 | <ClCompile Include="buffer.c" />  | 
        
| 46 | <ClCompile Include="dump.c" />  | 
        ||
| 1 | pmbaty | 47 | <ClCompile Include="ifstool.c" />  | 
        
| 16 | pmbaty | 48 | <ClCompile Include="sha512.c" />  | 
        
| 1 | pmbaty | 49 | </ItemGroup>  | 
        
| 50 | <ItemGroup>  | 
        ||
| 51 | <None Include="ifstool.hsl" />  | 
        ||
| 52 | </ItemGroup>  | 
        ||
| 16 | pmbaty | 53 | <ItemGroup>  | 
        
| 54 | <ClInclude Include="buffer.h" />  | 
        ||
| 55 | <ClInclude Include="elffile.h" />  | 
        ||
| 56 | <ClInclude Include="ifsfile.h" />  | 
        ||
| 57 | <ClInclude Include="sha512.h" />  | 
        ||
| 58 | <ClInclude Include="utility.h" />  | 
        ||
| 59 | </ItemGroup>  | 
        ||
| 1 | pmbaty | 60 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />  | 
        
| 61 | <ImportGroup Label="ExtensionTargets">  | 
        ||
| 62 | </ImportGroup>  | 
        ||
| 63 | </Project>  |