<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.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>
<ItemGroup>
<ClInclude Include="..\..\include\contentHandler.h" />
<ClInclude Include="..\..\include\errorHandle.h" />
<ClInclude Include="..\..\include\EXIParser.h" />
<ClInclude Include="..\..\include\EXISerializer.h" />
<ClInclude Include="..\..\include\grammarGenerator.h" />
<ClInclude Include="..\..\include\procTypes.h" />
<ClInclude Include="..\..\include\schema.h" />
<ClInclude Include="..\..\include\stringManipulate.h" />
<ClInclude Include="..\..\src\common\include\dbgMalloc.h" />
<ClInclude Include="..\..\src\common\include\dynamicArray.h" />
<ClInclude Include="..\..\src\common\include\hashtable.h" />
<ClInclude Include="..\..\src\common\include\hashtable_private.h" />
<ClInclude Include="..\..\src\common\include\hashUtils.h" />
<ClInclude Include="..\..\src\common\include\memManagement.h" />
<ClInclude Include="..\..\src\contentIO\include\bodyDecode.h" />
<ClInclude Include="..\..\src\contentIO\include\bodyEncode.h" />
<ClInclude Include="..\..\src\contentIO\include\builtInGrammars.h" />
<ClInclude Include="..\..\src\contentIO\include\grammarAugment.h" />
<ClInclude Include="..\..\src\contentIO\include\headerDecode.h" />
<ClInclude Include="..\..\src\contentIO\include\headerEncode.h" />
<ClInclude Include="..\..\src\grammarGen\include\genUtils.h" />
<ClInclude Include="..\..\src\grammarGen\include\protoGrammars.h" />
<ClInclude Include="..\..\src\grammarGen\include\treeTableSchema.h" />
<ClInclude Include="..\..\src\grammar\include\eventsEXI.h" />
<ClInclude Include="..\..\src\grammar\include\grammarRules.h" />
<ClInclude Include="..\..\src\grammar\include\grammars.h" />
<ClInclude Include="..\..\src\streamIO\include\ioUtil.h" />
<ClInclude Include="..\..\src\streamIO\include\streamDecode.h" />
<ClInclude Include="..\..\src\streamIO\include\streamEncode.h" />
<ClInclude Include="..\..\src\streamIO\include\streamRead.h" />
<ClInclude Include="..\..\src\streamIO\include\streamWrite.h" />
<ClInclude Include="..\..\src\stringTables\include\sTables.h" />
<ClInclude Include="exipConfig.h" />
<ClInclude Include="stdint.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\..\src\common\src\ASCII_stringManipulate.c" />
<ClCompile Include="..\..\src\common\src\contentHandler.c" />
<ClCompile Include="..\..\src\common\src\dynamicArray.c" />
<ClCompile Include="..\..\src\common\src\hashtable.c" />
<ClCompile Include="..\..\src\common\src\memManagement.c" />
<ClCompile Include="..\..\src\common\src\procTypes.c" />
<ClCompile Include="..\..\src\contentIO\src\bodyDecode.c" />
<ClCompile Include="..\..\src\contentIO\src\bodyEncode.c" />
<ClCompile Include="..\..\src\contentIO\src\EXIParser.c" />
<ClCompile Include="..\..\src\contentIO\src\EXISerializer.c" />
<ClCompile Include="..\..\src\contentIO\src\headerDecode.c" />
<ClCompile Include="..\..\src\contentIO\src\headerEncode.c" />
<ClCompile Include="..\..\src\contentIO\src\initSchemaInstance.c" />
<ClCompile Include="..\..\src\contentIO\src\staticEXIOptions.c" />
<ClCompile Include="..\..\src\grammarGen\src\genUtils.c" />
<ClCompile Include="..\..\src\grammarGen\src\grammarGenerator.c" />
<ClCompile Include="..\..\src\grammarGen\src\protoGrammars.c" />
<ClCompile Include="..\..\src\grammarGen\src\treeTableBuild.c" />
<ClCompile Include="..\..\src\grammarGen\src\treeTableManipulate.c" />
<ClCompile Include="..\..\src\grammarGen\src\treeTableToGrammars.c" />
<ClCompile Include="..\..\src\grammar\src\emptyTypeGrammarGen.c" />
<ClCompile Include="..\..\src\grammar\src\eventsEXI.c" />
<ClCompile Include="..\..\src\grammar\src\grammarAugment.c" />
<ClCompile Include="..\..\src\grammar\src\grammarRules.c" />
<ClCompile Include="..\..\src\grammar\src\grammars.c" />
<ClCompile Include="..\..\src\grammar\src\staticGrammarDefs.c" />
<ClCompile Include="..\..\src\streamIO\src\ioUtil.c" />
<ClCompile Include="..\..\src\streamIO\src\streamDecode.c" />
<ClCompile Include="..\..\src\streamIO\src\streamEncode.c" />
<ClCompile Include="..\..\src\streamIO\src\streamRead.c" />
<ClCompile Include="..\..\src\streamIO\src\streamWrite.c" />
<ClCompile Include="..\..\src\stringTables\src\sTables.c" />
</ItemGroup>
<ItemGroup>
<None Include="README.txt" />
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{D8E683D8-ABEB-4CCC-92CF-A24EC1BF01F6}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<RootNamespace>exip</RootNamespace>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup />
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
<PrecompiledHeader>
</PrecompiledHeader>
<WarningLevel>Level3</WarningLevel>
<Optimization>Disabled</Optimization>
<PreprocessorDefinitions>WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<AdditionalIncludeDirectories>.\;..\..\include;..\..\src\common\include;..\..\src\contentIO\include;..\..\src\grammar\include;..\..\src\streamIO\include;..\..\src\stringTables\include;..\..\src\grammarGen\include</AdditionalIncludeDirectories>
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<PrecompiledHeader>
</PrecompiledHeader>
<Optimization>MaxSpeed</Optimization>
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<AdditionalIncludeDirectories>.\;..\..\include;..\..\src\common\include;..\..\src\contentIO\include;..\..\src\grammar\include;..\..\src\streamIO\include;..\..\src\stringTables\include;..\..\src\grammarGen\include</AdditionalIncludeDirectories>
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
</Link>
</ItemDefinitionGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>