Rev 1 | Rev 26 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1 | Rev 16 | ||
|---|---|---|---|
| Line 31... | Line 31... | ||
| 31 | </PropertyGroup> | 31 | </PropertyGroup> | 
| 32 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | 32 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | 
| 33 | <ClCompile> | 33 | <ClCompile> | 
| 34 | <WarningLevel>Level3</WarningLevel> | 34 | <WarningLevel>Level3</WarningLevel> | 
| 35 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | 35 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | 
| 36 | <PreprocessorDefinitions> | 36 | <PreprocessorDefinitions>_MBCS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| 37 | <Optimization>Disabled</Optimization> | 37 | <Optimization>Disabled</Optimization> | 
| 38 | </ClCompile> | 38 | </ClCompile> | 
| 39 | <Link> | 39 | <Link> | 
| 40 | <SubSystem>Console</SubSystem> | 40 | <SubSystem>Console</SubSystem> | 
| 41 | <GenerateDebugInformation>true</GenerateDebugInformation> | 41 | <GenerateDebugInformation>true</GenerateDebugInformation> | 
| 42 | </Link> | 42 | </Link> | 
| 43 | </ItemDefinitionGroup> | 43 | </ItemDefinitionGroup> | 
| 44 | <ItemGroup> | 44 | <ItemGroup> | 
| - | 45 | <ClCompile Include="buffer.c" /> | |
| - | 46 | <ClCompile Include="dump.c" /> | |
| 45 | <ClCompile Include="ifstool.c" /> | 47 | <ClCompile Include="ifstool.c" /> | 
| - | 48 | <ClCompile Include="sha512.c" /> | |
| 46 | </ItemGroup> | 49 | </ItemGroup> | 
| 47 | <ItemGroup> | 50 | <ItemGroup> | 
| 48 | <None Include="ifstool.hsl" /> | 51 | <None Include="ifstool.hsl" /> | 
| - | 52 | </ItemGroup> | |
| - | 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" /> | |
| 49 | </ItemGroup> | 59 | </ItemGroup> | 
| 50 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | 60 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | 
| 51 | <ImportGroup Label="ExtensionTargets"> | 61 | <ImportGroup Label="ExtensionTargets"> | 
| 52 | </ImportGroup> | 62 | </ImportGroup> | 
| 53 | </Project> | 63 | </Project> |