summaryrefslogtreecommitdiffstats
path: root/VC2013/expat.vcxproj
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2013-11-11 10:59:09 +0100
committerMattes D <github@xoft.cz>2013-11-11 10:59:09 +0100
commitc15daee80880707abade23da92178aa722f03b66 (patch)
tree9ad19a165d324101fd3c8a3c42665d397d77ee08 /VC2013/expat.vcxproj
parentFixed cRoot::FindAndDoWithPlayer(). (diff)
parentMerge remote-tracking branch 'upstream/master' (diff)
downloadcuberite-c15daee80880707abade23da92178aa722f03b66.tar
cuberite-c15daee80880707abade23da92178aa722f03b66.tar.gz
cuberite-c15daee80880707abade23da92178aa722f03b66.tar.bz2
cuberite-c15daee80880707abade23da92178aa722f03b66.tar.lz
cuberite-c15daee80880707abade23da92178aa722f03b66.tar.xz
cuberite-c15daee80880707abade23da92178aa722f03b66.tar.zst
cuberite-c15daee80880707abade23da92178aa722f03b66.zip
Diffstat (limited to 'VC2013/expat.vcxproj')
-rw-r--r--VC2013/expat.vcxproj100
1 files changed, 100 insertions, 0 deletions
diff --git a/VC2013/expat.vcxproj b/VC2013/expat.vcxproj
new file mode 100644
index 000000000..3049b972a
--- /dev/null
+++ b/VC2013/expat.vcxproj
@@ -0,0 +1,100 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project DefaultTargets="Build" ToolsVersion="12.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>
+ </ItemGroup>
+ <PropertyGroup Label="Globals">
+ <ProjectGuid>{5FCFAF8D-FF2C-456D-A72C-1D76F913AD96}</ProjectGuid>
+ <RootNamespace>expat</RootNamespace>
+ <Keyword>Win32Proj</Keyword>
+ </PropertyGroup>
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
+ <ConfigurationType>StaticLibrary</ConfigurationType>
+ <PlatformToolset>v120</PlatformToolset>
+ <CharacterSet>MultiByte</CharacterSet>
+ <WholeProgramOptimization>true</WholeProgramOptimization>
+ </PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
+ <ConfigurationType>StaticLibrary</ConfigurationType>
+ <PlatformToolset>v120</PlatformToolset>
+ <CharacterSet>MultiByte</CharacterSet>
+ </PropertyGroup>
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
+ <ImportGroup Label="ExtensionSettings">
+ </ImportGroup>
+ <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
+ </ImportGroup>
+ <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" 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>
+ <_ProjectFileVersion>12.0.21005.1</_ProjectFileVersion>
+ </PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
+ <OutDir>$(SolutionDir)$(Configuration)/expat\</OutDir>
+ <IntDir>$(Configuration)/expat\</IntDir>
+ </PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
+ <OutDir>$(SolutionDir)$(Configuration)\</OutDir>
+ <IntDir>$(Configuration)/expat\</IntDir>
+ </PropertyGroup>
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
+ <ClCompile>
+ <Optimization>Disabled</Optimization>
+ <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;COMPILED_FROM_DSP;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <MinimalRebuild>true</MinimalRebuild>
+ <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
+ <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
+ <PrecompiledHeader />
+ <WarningLevel>Level3</WarningLevel>
+ <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
+ </ClCompile>
+ </ItemDefinitionGroup>
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
+ <ClCompile>
+ <Optimization>MaxSpeed</Optimization>
+ <IntrinsicFunctions>true</IntrinsicFunctions>
+ <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;COMPILED_FROM_DSP;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
+ <FunctionLevelLinking>true</FunctionLevelLinking>
+ <PrecompiledHeader />
+ <WarningLevel>Level3</WarningLevel>
+ <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
+ </ClCompile>
+ </ItemDefinitionGroup>
+ <ItemGroup>
+ <ClInclude Include="..\expat\ascii.h" />
+ <ClInclude Include="..\expat\asciitab.h" />
+ <ClInclude Include="..\expat\expat.h" />
+ <ClInclude Include="..\expat\expat_external.h" />
+ <ClInclude Include="..\expat\iasciitab.h" />
+ <ClInclude Include="..\expat\internal.h" />
+ <ClInclude Include="..\expat\latin1tab.h" />
+ <ClInclude Include="..\expat\nametab.h" />
+ <ClInclude Include="..\expat\utf8tab.h" />
+ <ClInclude Include="..\expat\winconfig.h" />
+ <ClInclude Include="..\expat\xmlrole.h" />
+ <ClInclude Include="..\expat\xmltok.h" />
+ <ClInclude Include="..\expat\xmltok_impl.h" />
+ </ItemGroup>
+ <ItemGroup>
+ <ClCompile Include="..\expat\xmlparse.c" />
+ <ClCompile Include="..\expat\xmlrole.c" />
+ <ClCompile Include="..\expat\xmltok.c" />
+ <ClCompile Include="..\expat\xmltok_impl.c" />
+ <ClCompile Include="..\expat\xmltok_ns.c" />
+ </ItemGroup>
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
+ <ImportGroup Label="ExtensionTargets">
+ </ImportGroup>
+</Project> \ No newline at end of file