h264: Fix infinite loop when series of byte stream end by
[L-SMASH.git] / cli / remuxer.vcxproj
blob21d7586b69de1892bf9b1ea9eadf10b4bebf4e8b
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <ItemGroup Label="ProjectConfigurations">
4     <ProjectConfiguration Include="CLIDebug|Win32">
5       <Configuration>CLIDebug</Configuration>
6       <Platform>Win32</Platform>
7     </ProjectConfiguration>
8     <ProjectConfiguration Include="Debug|Win32">
9       <Configuration>Debug</Configuration>
10       <Platform>Win32</Platform>
11     </ProjectConfiguration>
12     <ProjectConfiguration Include="CLIRelease|Win32">
13       <Configuration>CLIRelease</Configuration>
14       <Platform>Win32</Platform>
15     </ProjectConfiguration>
16     <ProjectConfiguration Include="Release|Win32">
17       <Configuration>Release</Configuration>
18       <Platform>Win32</Platform>
19     </ProjectConfiguration>
20   </ItemGroup>
21   <PropertyGroup Label="Globals">
22     <ProjectGuid>{EDB3F1A6-BCDD-47D2-80AD-6E09BEEC8CBB}</ProjectGuid>
23     <Keyword>Win32Proj</Keyword>
24     <RootNamespace>remuxer</RootNamespace>
25   </PropertyGroup>
26   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
27   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
28     <ConfigurationType>Application</ConfigurationType>
29     <UseDebugLibraries>true</UseDebugLibraries>
30     <PlatformToolset>v120_xp</PlatformToolset>
31     <CharacterSet>MultiByte</CharacterSet>
32   </PropertyGroup>
33   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CLIDebug|Win32'" Label="Configuration">
34     <ConfigurationType>Application</ConfigurationType>
35     <UseDebugLibraries>true</UseDebugLibraries>
36     <PlatformToolset>v120_xp</PlatformToolset>
37     <CharacterSet>MultiByte</CharacterSet>
38   </PropertyGroup>
39   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
40     <ConfigurationType>Application</ConfigurationType>
41     <UseDebugLibraries>false</UseDebugLibraries>
42     <PlatformToolset>v120_xp</PlatformToolset>
43     <WholeProgramOptimization>true</WholeProgramOptimization>
44     <CharacterSet>MultiByte</CharacterSet>
45   </PropertyGroup>
46   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CLIRelease|Win32'" Label="Configuration">
47     <ConfigurationType>Application</ConfigurationType>
48     <UseDebugLibraries>false</UseDebugLibraries>
49     <PlatformToolset>v120_xp</PlatformToolset>
50     <WholeProgramOptimization>true</WholeProgramOptimization>
51     <CharacterSet>MultiByte</CharacterSet>
52   </PropertyGroup>
53   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
54   <ImportGroup Label="ExtensionSettings">
55   </ImportGroup>
56   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
57     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
58   </ImportGroup>
59   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='CLIDebug|Win32'" Label="PropertySheets">
60     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
61   </ImportGroup>
62   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
63     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
64   </ImportGroup>
65   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='CLIRelease|Win32'" Label="PropertySheets">
66     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
67   </ImportGroup>
68   <PropertyGroup Label="UserMacros" />
69   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
70     <LinkIncremental>true</LinkIncremental>
71     <IntDir>$(SolutionDir)$(Configuration)\$(ProjectName)\</IntDir>
72   </PropertyGroup>
73   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CLIDebug|Win32'">
74     <LinkIncremental>true</LinkIncremental>
75     <IntDir>$(SolutionDir)$(Configuration)\$(ProjectName)\</IntDir>
76   </PropertyGroup>
77   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
78     <LinkIncremental>false</LinkIncremental>
79     <IntDir>$(SolutionDir)$(Configuration)\$(ProjectName)\</IntDir>
80   </PropertyGroup>
81   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CLIRelease|Win32'">
82     <LinkIncremental>false</LinkIncremental>
83     <IntDir>$(SolutionDir)$(Configuration)\$(ProjectName)\</IntDir>
84   </PropertyGroup>
85   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
86     <ClCompile>
87       <PrecompiledHeader>
88       </PrecompiledHeader>
89       <WarningLevel>Level3</WarningLevel>
90       <Optimization>Disabled</Optimization>
91       <PreprocessorDefinitions>WIN32;LSMASH_DEMUXER_ENABLED;_DEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
92       <AdditionalIncludeDirectories>$(SolutionDir)</AdditionalIncludeDirectories>
93       <SDLCheck>true</SDLCheck>
94     </ClCompile>
95     <Link>
96       <SubSystem>Console</SubSystem>
97       <GenerateDebugInformation>true</GenerateDebugInformation>
98       <LargeAddressAware>true</LargeAddressAware>
99     </Link>
100   </ItemDefinitionGroup>
101   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='CLIDebug|Win32'">
102     <ClCompile>
103       <PrecompiledHeader>
104       </PrecompiledHeader>
105       <WarningLevel>Level3</WarningLevel>
106       <Optimization>Disabled</Optimization>
107       <PreprocessorDefinitions>WIN32;LSMASH_DEMUXER_ENABLED;_DEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
108       <AdditionalIncludeDirectories>$(SolutionDir)</AdditionalIncludeDirectories>
109       <SDLCheck>true</SDLCheck>
110     </ClCompile>
111     <Link>
112       <SubSystem>Console</SubSystem>
113       <GenerateDebugInformation>true</GenerateDebugInformation>
114       <LargeAddressAware>true</LargeAddressAware>
115     </Link>
116   </ItemDefinitionGroup>
117   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
118     <ClCompile>
119       <WarningLevel>Level3</WarningLevel>
120       <PrecompiledHeader>
121       </PrecompiledHeader>
122       <Optimization>MaxSpeed</Optimization>
123       <FunctionLevelLinking>true</FunctionLevelLinking>
124       <IntrinsicFunctions>true</IntrinsicFunctions>
125       <PreprocessorDefinitions>WIN32;LSMASH_DEMUXER_ENABLED;NDEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
126       <AdditionalIncludeDirectories>$(SolutionDir)</AdditionalIncludeDirectories>
127       <SDLCheck>true</SDLCheck>
128       <MultiProcessorCompilation>true</MultiProcessorCompilation>
129     </ClCompile>
130     <Link>
131       <SubSystem>Console</SubSystem>
132       <GenerateDebugInformation>true</GenerateDebugInformation>
133       <EnableCOMDATFolding>true</EnableCOMDATFolding>
134       <OptimizeReferences>true</OptimizeReferences>
135       <LargeAddressAware>true</LargeAddressAware>
136     </Link>
137   </ItemDefinitionGroup>
138   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='CLIRelease|Win32'">
139     <ClCompile>
140       <WarningLevel>Level3</WarningLevel>
141       <PrecompiledHeader>
142       </PrecompiledHeader>
143       <Optimization>MaxSpeed</Optimization>
144       <FunctionLevelLinking>true</FunctionLevelLinking>
145       <IntrinsicFunctions>true</IntrinsicFunctions>
146       <PreprocessorDefinitions>WIN32;LSMASH_DEMUXER_ENABLED;NDEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
147       <AdditionalIncludeDirectories>$(SolutionDir)</AdditionalIncludeDirectories>
148       <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
149       <SDLCheck>true</SDLCheck>
150       <MultiProcessorCompilation>true</MultiProcessorCompilation>
151     </ClCompile>
152     <Link>
153       <SubSystem>Console</SubSystem>
154       <GenerateDebugInformation>true</GenerateDebugInformation>
155       <EnableCOMDATFolding>true</EnableCOMDATFolding>
156       <OptimizeReferences>true</OptimizeReferences>
157       <LargeAddressAware>true</LargeAddressAware>
158     </Link>
159   </ItemDefinitionGroup>
160   <ItemGroup>
161     <ClCompile Include="remuxer.c" />
162   </ItemGroup>
163   <ItemGroup>
164     <ProjectReference Include="..\L-SMASH.vcxproj">
165       <Project>{9cfcdbdd-fd7d-48e9-9ae8-6ceb544d7e4b}</Project>
166     </ProjectReference>
167     <ProjectReference Include="cli.vcxproj">
168       <Project>{df39d172-117d-4aac-9415-01e55dca6d9e}</Project>
169     </ProjectReference>
170   </ItemGroup>
171   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
172   <ImportGroup Label="ExtensionTargets">
173   </ImportGroup>
174 </Project>