1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project DefaultTargets =" Build" ToolsVersion =" 14.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <ItemGroup Label =" ProjectConfigurations" >
4+ <ProjectConfiguration Include =" Debug|Win32" >
5+ <Configuration >Debug</Configuration >
6+ <Platform >Win32</Platform >
7+ </ProjectConfiguration >
8+ <ProjectConfiguration Include =" Release|Win32" >
9+ <Configuration >Release</Configuration >
10+ <Platform >Win32</Platform >
11+ </ProjectConfiguration >
12+ <ProjectConfiguration Include =" Debug|x64" >
13+ <Configuration >Debug</Configuration >
14+ <Platform >x64</Platform >
15+ </ProjectConfiguration >
16+ <ProjectConfiguration Include =" Release|x64" >
17+ <Configuration >Release</Configuration >
18+ <Platform >x64</Platform >
19+ </ProjectConfiguration >
20+ </ItemGroup >
21+ <ItemGroup >
22+ <ClCompile Include =" ..\..\..\common\AMFFactory.cpp" />
23+ <ClCompile Include =" ..\..\..\common\AMFSTL.cpp" />
24+ <ClCompile Include =" ..\..\..\common\DataStreamFactory.cpp" />
25+ <ClCompile Include =" ..\..\..\common\DataStreamFile.cpp" />
26+ <ClCompile Include =" ..\..\..\common\DataStreamMemory.cpp" />
27+ <ClCompile Include =" ..\..\..\common\IOCapsImpl.cpp" />
28+ <ClCompile Include =" ..\..\..\common\PropertyStorageExImpl.cpp" />
29+ <ClCompile Include =" ..\..\..\common\Thread.cpp" />
30+ <ClCompile Include =" ..\..\..\common\TraceAdapter.cpp" />
31+ <ClCompile Include =" ..\..\..\common\Windows\ThreadWindows.cpp" />
32+ <ClCompile Include =" ..\..\..\samples\CPPSamples\common\AudioPresenter.cpp" />
33+ <ClCompile Include =" ..\..\..\samples\CPPSamples\common\BitStreamParser.cpp" />
34+ <ClCompile Include =" ..\..\..\samples\CPPSamples\common\BitStreamParserH264.cpp" />
35+ <ClCompile Include =" ..\..\..\samples\CPPSamples\common\BitStreamParserH265.cpp" />
36+ <ClCompile Include =" ..\..\..\samples\CPPSamples\common\CmdLogger.cpp" />
37+ <ClCompile Include =" ..\..\..\samples\CPPSamples\common\ParametersStorage.cpp" />
38+ <ClCompile Include =" ..\..\..\samples\CPPSamples\common\Pipeline.cpp" />
39+ <ClCompile Include =" ..\..\..\samples\CPPSamples\common\PlaybackPipelineBase.cpp" />
40+ <ClCompile Include =" ..\..\..\samples\CPPSamples\common\VideoPresenter.cpp" />
41+ </ItemGroup >
42+ <ItemGroup >
43+ <ClInclude Include =" ..\..\..\common\AMFFactory.h" />
44+ <ClInclude Include =" ..\..\..\common\AMFSTL.h" />
45+ <ClInclude Include =" ..\..\..\common\ByteArray.h" />
46+ <ClInclude Include =" ..\..\..\common\DataStream.h" />
47+ <ClInclude Include =" ..\..\..\common\DataStreamFile.h" />
48+ <ClInclude Include =" ..\..\..\common\DataStreamMemory.h" />
49+ <ClInclude Include =" ..\..\..\common\InterfaceImpl.h" />
50+ <ClInclude Include =" ..\..\..\common\IOCapsImpl.h" />
51+ <ClInclude Include =" ..\..\..\common\ObservableImpl.h" />
52+ <ClInclude Include =" ..\..\..\common\PropertyStorageExImpl.h" />
53+ <ClInclude Include =" ..\..\..\common\PropertyStorageImpl.h" />
54+ <ClInclude Include =" ..\..\..\common\Thread.h" />
55+ <ClInclude Include =" ..\..\..\common\TraceAdapter.h" />
56+ <ClInclude Include =" ..\..\..\samples\CPPSamples\common\AudioPresenter.h" />
57+ <ClInclude Include =" ..\..\..\samples\CPPSamples\common\BitStreamParser.h" />
58+ <ClInclude Include =" ..\..\..\samples\CPPSamples\common\BitStreamParserH264.h" />
59+ <ClInclude Include =" ..\..\..\samples\CPPSamples\common\BitStreamParserH265.h" />
60+ <ClInclude Include =" ..\..\..\samples\CPPSamples\common\CmdLogger.h" />
61+ <ClInclude Include =" ..\..\..\samples\CPPSamples\common\ParametersStorage.h" />
62+ <ClInclude Include =" ..\..\..\samples\CPPSamples\common\Pipeline.h" />
63+ <ClInclude Include =" ..\..\..\samples\CPPSamples\common\PipelineElement.h" />
64+ <ClInclude Include =" ..\..\..\samples\CPPSamples\common\PlaybackPipelineBase.h" />
65+ <ClInclude Include =" ..\..\..\samples\CPPSamples\common\VideoPresenter.h" />
66+ </ItemGroup >
67+ <ItemGroup >
68+ <None Include =" AMF_UE4.Build.cs" />
69+ </ItemGroup >
70+ <PropertyGroup Label =" Globals" >
71+ <ProjectGuid >{5339C464-0EAF-4E56-957F-1FA286C59852}</ProjectGuid >
72+ <Keyword >Win32Proj</Keyword >
73+ <RootNamespace >AMF_UE4_vs2015</RootNamespace >
74+ <WindowsTargetPlatformVersion >8.1</WindowsTargetPlatformVersion >
75+ </PropertyGroup >
76+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
77+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
78+ <ConfigurationType >StaticLibrary</ConfigurationType >
79+ <UseDebugLibraries >true</UseDebugLibraries >
80+ <PlatformToolset >v140</PlatformToolset >
81+ <CharacterSet >Unicode</CharacterSet >
82+ </PropertyGroup >
83+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
84+ <ConfigurationType >StaticLibrary</ConfigurationType >
85+ <UseDebugLibraries >false</UseDebugLibraries >
86+ <PlatformToolset >v140</PlatformToolset >
87+ <WholeProgramOptimization >true</WholeProgramOptimization >
88+ <CharacterSet >Unicode</CharacterSet >
89+ </PropertyGroup >
90+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
91+ <ConfigurationType >StaticLibrary</ConfigurationType >
92+ <UseDebugLibraries >true</UseDebugLibraries >
93+ <PlatformToolset >v140</PlatformToolset >
94+ <CharacterSet >Unicode</CharacterSet >
95+ </PropertyGroup >
96+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
97+ <ConfigurationType >StaticLibrary</ConfigurationType >
98+ <UseDebugLibraries >false</UseDebugLibraries >
99+ <PlatformToolset >v140</PlatformToolset >
100+ <WholeProgramOptimization >true</WholeProgramOptimization >
101+ <CharacterSet >Unicode</CharacterSet >
102+ </PropertyGroup >
103+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
104+ <ImportGroup Label =" ExtensionSettings" >
105+ </ImportGroup >
106+ <ImportGroup Label =" Shared" >
107+ </ImportGroup >
108+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
109+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
110+ </ImportGroup >
111+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
112+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
113+ </ImportGroup >
114+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
115+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
116+ </ImportGroup >
117+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
118+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
119+ </ImportGroup >
120+ <PropertyGroup Label =" UserMacros" />
121+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
122+ <OutDir >$(ProjectDir)..\..\..\..\bin\vs2015x$(PlatformArchitecture)$(Configuration)\</OutDir >
123+ <IntDir >$(ProjectDir)..\..\..\..\bin\obj\vs2015x$(PlatformArchitecture)$(Configuration)\$(ProjectName)\</IntDir >
124+ </PropertyGroup >
125+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
126+ <OutDir >$(ProjectDir)..\..\..\..\bin\vs2015x$(PlatformArchitecture)$(Configuration)\</OutDir >
127+ <IntDir >$(ProjectDir)..\..\..\..\bin\obj\vs2015x$(PlatformArchitecture)$(Configuration)\$(ProjectName)\</IntDir >
128+ </PropertyGroup >
129+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
130+ <OutDir >$(ProjectDir)..\..\..\..\bin\vs2015x$(PlatformArchitecture)$(Configuration)\</OutDir >
131+ <IntDir >$(ProjectDir)..\..\..\..\bin\obj\vs2015x$(PlatformArchitecture)$(Configuration)\$(ProjectName)\</IntDir >
132+ </PropertyGroup >
133+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
134+ <OutDir >$(ProjectDir)..\..\..\..\bin\vs2015x$(PlatformArchitecture)$(Configuration)\</OutDir >
135+ <IntDir >$(ProjectDir)..\..\..\..\bin\obj\vs2015x$(PlatformArchitecture)$(Configuration)\$(ProjectName)\</IntDir >
136+ </PropertyGroup >
137+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
138+ <ClCompile >
139+ <PrecompiledHeader >NotUsing</PrecompiledHeader >
140+ <WarningLevel >Level3</WarningLevel >
141+ <Optimization >Disabled</Optimization >
142+ <PreprocessorDefinitions >WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions >
143+ <AdditionalIncludeDirectories >$(ProjectDir)../../../..</AdditionalIncludeDirectories >
144+ <ShowIncludes >false</ShowIncludes >
145+ </ClCompile >
146+ <Link >
147+ <SubSystem >Windows</SubSystem >
148+ </Link >
149+ </ItemDefinitionGroup >
150+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
151+ <ClCompile >
152+ <PrecompiledHeader >NotUsing</PrecompiledHeader >
153+ <WarningLevel >Level3</WarningLevel >
154+ <Optimization >Disabled</Optimization >
155+ <PreprocessorDefinitions >_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions >
156+ <AdditionalIncludeDirectories >$(ProjectDir)../../../..</AdditionalIncludeDirectories >
157+ <ShowIncludes >false</ShowIncludes >
158+ </ClCompile >
159+ <Link >
160+ <SubSystem >Windows</SubSystem >
161+ </Link >
162+ </ItemDefinitionGroup >
163+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
164+ <ClCompile >
165+ <WarningLevel >Level3</WarningLevel >
166+ <PrecompiledHeader >NotUsing</PrecompiledHeader >
167+ <Optimization >MaxSpeed</Optimization >
168+ <FunctionLevelLinking >true</FunctionLevelLinking >
169+ <IntrinsicFunctions >true</IntrinsicFunctions >
170+ <PreprocessorDefinitions >WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions >
171+ <AdditionalIncludeDirectories >$(ProjectDir)../../../..</AdditionalIncludeDirectories >
172+ <ShowIncludes >false</ShowIncludes >
173+ </ClCompile >
174+ <Link >
175+ <SubSystem >Windows</SubSystem >
176+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
177+ <OptimizeReferences >true</OptimizeReferences >
178+ </Link >
179+ </ItemDefinitionGroup >
180+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
181+ <ClCompile >
182+ <WarningLevel >Level3</WarningLevel >
183+ <PrecompiledHeader >NotUsing</PrecompiledHeader >
184+ <Optimization >MaxSpeed</Optimization >
185+ <FunctionLevelLinking >true</FunctionLevelLinking >
186+ <IntrinsicFunctions >true</IntrinsicFunctions >
187+ <PreprocessorDefinitions >NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions >
188+ <AdditionalIncludeDirectories >$(ProjectDir)../../../..</AdditionalIncludeDirectories >
189+ <ShowIncludes >false</ShowIncludes >
190+ </ClCompile >
191+ <Link >
192+ <SubSystem >Windows</SubSystem >
193+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
194+ <OptimizeReferences >true</OptimizeReferences >
195+ </Link >
196+ </ItemDefinitionGroup >
197+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
198+ <ImportGroup Label =" ExtensionTargets" >
199+ </ImportGroup >
200+ </Project >
0 commit comments