2013-11-27 16:44:32 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2015-08-10 08:48:02 +00:00
|
|
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2013-11-27 16:44:32 +00:00
|
|
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
|
|
|
<ProjectConfiguration Include="Debug|Win32">
|
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
2016-07-12 22:05:08 +00:00
|
|
|
|
<ProjectConfiguration Include="Debug|x64">
|
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
2013-11-27 16:44:32 +00:00
|
|
|
|
<ProjectConfiguration Include="Release|Win32">
|
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
2016-07-12 22:05:08 +00:00
|
|
|
|
<ProjectConfiguration Include="Release|x64">
|
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
2013-11-27 16:44:32 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
|
<ProjectName>bin2cpp</ProjectName>
|
|
|
|
|
<ProjectGuid>{677B7D11-D5E1-40B3-88B1-9A4DF83D2213}</ProjectGuid>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
2016-07-12 22:05:08 +00:00
|
|
|
|
<PropertyGroup Label="Configuration">
|
2013-11-27 16:44:32 +00:00
|
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
2016-02-26 00:39:20 +00:00
|
|
|
|
<PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
|
2013-11-27 16:44:32 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
2016-07-12 22:05:08 +00:00
|
|
|
|
<ImportGroup Label="ExtensionSettings" />
|
2013-11-27 16:44:32 +00:00
|
|
|
|
<PropertyGroup Label="UserMacros" />
|
|
|
|
|
<PropertyGroup>
|
2016-07-12 22:05:08 +00:00
|
|
|
|
<OutDir>$(ProjectDir)..\bin\</OutDir>
|
|
|
|
|
<IntDir>$(Configuration)\</IntDir>
|
|
|
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
2013-11-27 16:44:32 +00:00
|
|
|
|
</PropertyGroup>
|
2016-07-12 22:05:08 +00:00
|
|
|
|
<ItemDefinitionGroup>
|
2013-11-27 16:44:32 +00:00
|
|
|
|
<ClCompile>
|
2016-07-12 22:05:08 +00:00
|
|
|
|
<PreprocessorDefinitions>_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2013-11-27 16:44:32 +00:00
|
|
|
|
<MinimalRebuild>true</MinimalRebuild>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<SubSystem>Console</SubSystem>
|
2016-07-12 22:05:08 +00:00
|
|
|
|
<TargetMachine Condition="'$(Platform)'=='Win32'">MachineX86</TargetMachine>
|
|
|
|
|
<TargetMachine Condition="'$(Platform)'=='x64'">MachineX64</TargetMachine>
|
2013-11-27 16:44:32 +00:00
|
|
|
|
</Link>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ClCompile Include="bin2cpp.cpp" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
2016-07-12 22:05:08 +00:00
|
|
|
|
<ImportGroup Label="ExtensionTargets" />
|
|
|
|
|
</Project>
|