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>
21 <PropertyGroup Label="Globals">
22 <ProjectGuid>{61737BD1-7995-4227-A10A-AAF499AB8AE9}</ProjectGuid>
23 <Keyword>Win32Proj</Keyword>
24 <RootNamespace>muxer</RootNamespace>
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>
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>
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>
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>
53 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
54 <ImportGroup Label="ExtensionSettings">
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" />
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" />
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" />
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" />
68 <PropertyGroup Label="UserMacros" />
69 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
70 <LinkIncremental>true</LinkIncremental>
71 <IntDir>$(SolutionDir)$(Configuration)\$(ProjectName)\</IntDir>
73 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CLIDebug|Win32'">
74 <LinkIncremental>true</LinkIncremental>
75 <IntDir>$(SolutionDir)$(Configuration)\$(ProjectName)\</IntDir>
77 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
78 <LinkIncremental>false</LinkIncremental>
79 <IntDir>$(SolutionDir)$(Configuration)\$(ProjectName)\</IntDir>
81 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CLIRelease|Win32'">
82 <LinkIncremental>false</LinkIncremental>
83 <IntDir>$(SolutionDir)$(Configuration)\$(ProjectName)\</IntDir>
85 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
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>
97 <SubSystem>Console</SubSystem>
98 <GenerateDebugInformation>true</GenerateDebugInformation>
99 <LargeAddressAware>true</LargeAddressAware>
101 </ItemDefinitionGroup>
102 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='CLIDebug|Win32'">
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>
114 <SubSystem>Console</SubSystem>
115 <GenerateDebugInformation>true</GenerateDebugInformation>
116 <LargeAddressAware>true</LargeAddressAware>
118 </ItemDefinitionGroup>
119 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
121 <WarningLevel>Level3</WarningLevel>
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>
134 <SubSystem>Console</SubSystem>
135 <GenerateDebugInformation>true</GenerateDebugInformation>
136 <EnableCOMDATFolding>true</EnableCOMDATFolding>
137 <OptimizeReferences>true</OptimizeReferences>
138 <LargeAddressAware>true</LargeAddressAware>
140 </ItemDefinitionGroup>
141 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='CLIRelease|Win32'">
143 <WarningLevel>Level3</WarningLevel>
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>
156 <SubSystem>Console</SubSystem>
157 <GenerateDebugInformation>true</GenerateDebugInformation>
158 <EnableCOMDATFolding>true</EnableCOMDATFolding>
159 <OptimizeReferences>true</OptimizeReferences>
160 <LargeAddressAware>true</LargeAddressAware>
162 </ItemDefinitionGroup>
164 <ClCompile Include="muxer.c" />
167 <ProjectReference Include="..\L-SMASH.vcxproj">
168 <Project>{9cfcdbdd-fd7d-48e9-9ae8-6ceb544d7e4b}</Project>
170 <ProjectReference Include="cli.vcxproj">
171 <Project>{df39d172-117d-4aac-9415-01e55dca6d9e}</Project>
174 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
175 <ImportGroup Label="ExtensionTargets">