diff options
author | madmaxoft <github@xoft.cz> | 2014-01-19 16:15:35 +0100 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2014-01-19 16:17:16 +0100 |
commit | f75d1adf0e3bee8df27ee3aa5d0607e202ce252f (patch) | |
tree | f5326eb4019d71cd4a3e893cf38458e0e2ace375 /VC2013/expat.vcxproj | |
parent | SocketThreads: Removed unused code. (diff) | |
download | cuberite-f75d1adf0e3bee8df27ee3aa5d0607e202ce252f.tar cuberite-f75d1adf0e3bee8df27ee3aa5d0607e202ce252f.tar.gz cuberite-f75d1adf0e3bee8df27ee3aa5d0607e202ce252f.tar.bz2 cuberite-f75d1adf0e3bee8df27ee3aa5d0607e202ce252f.tar.lz cuberite-f75d1adf0e3bee8df27ee3aa5d0607e202ce252f.tar.xz cuberite-f75d1adf0e3bee8df27ee3aa5d0607e202ce252f.tar.zst cuberite-f75d1adf0e3bee8df27ee3aa5d0607e202ce252f.zip |
Diffstat (limited to 'VC2013/expat.vcxproj')
-rw-r--r-- | VC2013/expat.vcxproj | 128 |
1 files changed, 0 insertions, 128 deletions
diff --git a/VC2013/expat.vcxproj b/VC2013/expat.vcxproj deleted file mode 100644 index 00f9ea3d2..000000000 --- a/VC2013/expat.vcxproj +++ /dev/null @@ -1,128 +0,0 @@ -<?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_LuaStatic|Win32"> - <Configuration>Debug_LuaStatic</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <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)'=='Debug_LuaStatic|Win32'" Label="Configuration"> - <ConfigurationType>StaticLibrary</ConfigurationType> - <PlatformToolset>v120</PlatformToolset> - <CharacterSet>MultiByte</CharacterSet> - </PropertyGroup> - <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)'=='Debug_LuaStatic|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)'=='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> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_LuaStatic|Win32'"> - <OutDir>$(SolutionDir)$(Configuration)\expat\</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> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug_LuaStatic|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> - <ItemGroup> - <ClInclude Include="..\lib\expat\ascii.h" /> - <ClInclude Include="..\lib\expat\asciitab.h" /> - <ClInclude Include="..\lib\expat\expat.h" /> - <ClInclude Include="..\lib\expat\expat_external.h" /> - <ClInclude Include="..\lib\expat\iasciitab.h" /> - <ClInclude Include="..\lib\expat\internal.h" /> - <ClInclude Include="..\lib\expat\latin1tab.h" /> - <ClInclude Include="..\lib\expat\nametab.h" /> - <ClInclude Include="..\lib\expat\utf8tab.h" /> - <ClInclude Include="..\lib\expat\winconfig.h" /> - <ClInclude Include="..\lib\expat\xmlrole.h" /> - <ClInclude Include="..\lib\expat\xmltok.h" /> - <ClInclude Include="..\lib\expat\xmltok_impl.h" /> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\lib\expat\xmlparse.c" /> - <ClCompile Include="..\lib\expat\xmlrole.c" /> - <ClCompile Include="..\lib\expat\xmltok.c" /> - <ClCompile Include="..\lib\expat\xmltok_impl.c" /> - <ClCompile Include="..\lib\expat\xmltok_ns.c" /> - </ItemGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"> - </ImportGroup> -</Project>
\ No newline at end of file |