print: Fix misleading indentations.
[L-SMASH.git] / cli / remuxer.vcxproj
blobd0e476542a0361938fd790116d080fafe85719b2
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;_DEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
92       <AdditionalIncludeDirectories>$(SolutionDir)</AdditionalIncludeDirectories>
93       <SDLCheck>true</SDLCheck>
94       <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
95     </ClCompile>
96     <Link>
97       <SubSystem>Console</SubSystem>
98       <GenerateDebugInformation>true</GenerateDebugInformation>
99       <LargeAddressAware>true</LargeAddressAware>
100     </Link>
101   </ItemDefinitionGroup>
102   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='CLIDebug|Win32'">
103     <ClCompile>
104       <PrecompiledHeader>
105       </PrecompiledHeader>
106       <WarningLevel>Level3</WarningLevel>
107       <Optimization>Disabled</Optimization>
108       <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
109       <AdditionalIncludeDirectories>$(SolutionDir)</AdditionalIncludeDirectories>
110       <SDLCheck>true</SDLCheck>
111       <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
112     </ClCompile>
113     <Link>
114       <SubSystem>Console</SubSystem>
115       <GenerateDebugInformation>true</GenerateDebugInformation>
116       <LargeAddressAware>true</LargeAddressAware>
117     </Link>
118   </ItemDefinitionGroup>
119   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
120     <ClCompile>
121       <WarningLevel>Level3</WarningLevel>
122       <PrecompiledHeader>
123       </PrecompiledHeader>
124       <Optimization>MaxSpeed</Optimization>
125       <FunctionLevelLinking>true</FunctionLevelLinking>
126       <IntrinsicFunctions>true</IntrinsicFunctions>
127       <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
128       <AdditionalIncludeDirectories>$(SolutionDir)</AdditionalIncludeDirectories>
129       <SDLCheck>true</SDLCheck>
130       <MultiProcessorCompilation>true</MultiProcessorCompilation>
131       <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
132     </ClCompile>
133     <Link>
134       <SubSystem>Console</SubSystem>
135       <GenerateDebugInformation>true</GenerateDebugInformation>
136       <EnableCOMDATFolding>true</EnableCOMDATFolding>
137       <OptimizeReferences>true</OptimizeReferences>
138       <LargeAddressAware>true</LargeAddressAware>
139     </Link>
140   </ItemDefinitionGroup>
141   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='CLIRelease|Win32'">
142     <ClCompile>
143       <WarningLevel>Level3</WarningLevel>
144       <PrecompiledHeader>
145       </PrecompiledHeader>
146       <Optimization>MaxSpeed</Optimization>
147       <FunctionLevelLinking>true</FunctionLevelLinking>
148       <IntrinsicFunctions>true</IntrinsicFunctions>
149       <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
150       <AdditionalIncludeDirectories>$(SolutionDir)</AdditionalIncludeDirectories>
151       <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
152       <SDLCheck>true</SDLCheck>
153       <MultiProcessorCompilation>true</MultiProcessorCompilation>
154     </ClCompile>
155     <Link>
156       <SubSystem>Console</SubSystem>
157       <GenerateDebugInformation>true</GenerateDebugInformation>
158       <EnableCOMDATFolding>true</EnableCOMDATFolding>
159       <OptimizeReferences>true</OptimizeReferences>
160       <LargeAddressAware>true</LargeAddressAware>
161     </Link>
162   </ItemDefinitionGroup>
163   <ItemGroup>
164     <ClCompile Include="remuxer.c" />
165   </ItemGroup>
166   <ItemGroup>
167     <ProjectReference Include="..\L-SMASH.vcxproj">
168       <Project>{9cfcdbdd-fd7d-48e9-9ae8-6ceb544d7e4b}</Project>
169     </ProjectReference>
170     <ProjectReference Include="cli.vcxproj">
171       <Project>{df39d172-117d-4aac-9415-01e55dca6d9e}</Project>
172     </ProjectReference>
173   </ItemGroup>
174   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
175   <ImportGroup Label="ExtensionTargets">
176   </ImportGroup>
177 </Project>