diff options
Diffstat (limited to '')
-rw-r--r-- | VC2013/expat.vcxproj | 100 | ||||
-rw-r--r-- | VC2013/expat.vcxproj.filters | 67 |
2 files changed, 167 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 diff --git a/VC2013/expat.vcxproj.filters b/VC2013/expat.vcxproj.filters new file mode 100644 index 000000000..34cf0b3b6 --- /dev/null +++ b/VC2013/expat.vcxproj.filters @@ -0,0 +1,67 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemGroup> + <Filter Include="Source Files"> + <UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier> + <Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions> + </Filter> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\expat\ascii.h"> + <Filter>Source Files</Filter> + </ClInclude> + <ClInclude Include="..\expat\asciitab.h"> + <Filter>Source Files</Filter> + </ClInclude> + <ClInclude Include="..\expat\expat.h"> + <Filter>Source Files</Filter> + </ClInclude> + <ClInclude Include="..\expat\expat_external.h"> + <Filter>Source Files</Filter> + </ClInclude> + <ClInclude Include="..\expat\iasciitab.h"> + <Filter>Source Files</Filter> + </ClInclude> + <ClInclude Include="..\expat\internal.h"> + <Filter>Source Files</Filter> + </ClInclude> + <ClInclude Include="..\expat\latin1tab.h"> + <Filter>Source Files</Filter> + </ClInclude> + <ClInclude Include="..\expat\nametab.h"> + <Filter>Source Files</Filter> + </ClInclude> + <ClInclude Include="..\expat\utf8tab.h"> + <Filter>Source Files</Filter> + </ClInclude> + <ClInclude Include="..\expat\winconfig.h"> + <Filter>Source Files</Filter> + </ClInclude> + <ClInclude Include="..\expat\xmlrole.h"> + <Filter>Source Files</Filter> + </ClInclude> + <ClInclude Include="..\expat\xmltok.h"> + <Filter>Source Files</Filter> + </ClInclude> + <ClInclude Include="..\expat\xmltok_impl.h"> + <Filter>Source Files</Filter> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\expat\xmlparse.c"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="..\expat\xmlrole.c"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="..\expat\xmltok.c"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="..\expat\xmltok_impl.c"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="..\expat\xmltok_ns.c"> + <Filter>Source Files</Filter> + </ClCompile> + </ItemGroup> +</Project>
\ No newline at end of file |