1 <?xml version="1.0" encoding="utf-8"?>
   2 <Project DefaultTargets="Build" ToolsVersion="4.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   </ItemGroup>
  13   <ItemGroup>
  14     <ClCompile Include="..\..\jfxmedia\jni\com_sun_media_jfxmediaimpl_NativeVideoConverter.cpp" />
  15     <ClCompile Include="..\..\jfxmedia\jni\com_sun_media_jfxmedia_logging_Logger.cpp" />
  16     <ClCompile Include="..\..\jfxmedia\jni\JavaBandsHolder.cpp" />
  17     <ClCompile Include="..\..\jfxmedia\jni\JavaInputStreamCallbacks.cpp" />
  18     <ClCompile Include="..\..\jfxmedia\jni\JavaMediaWarningListener.cpp" />
  19     <ClCompile Include="..\..\jfxmedia\jni\JavaPlayerEventDispatcher.cpp" />
  20     <ClCompile Include="..\..\jfxmedia\jni\JniUtils.cpp" />
  21     <ClCompile Include="..\..\jfxmedia\jni\Logger.cpp" />
  22     <ClCompile Include="..\..\jfxmedia\jni\NativeAudioEqualizer.cpp" />
  23     <ClCompile Include="..\..\jfxmedia\jni\NativeAudioSpectrum.cpp" />
  24     <ClCompile Include="..\..\jfxmedia\jni\NativeEqualizerBand.cpp" />
  25     <ClCompile Include="..\..\jfxmedia\jni\NativeVideoBuffer.cpp" />
  26     <ClCompile Include="..\..\jfxmedia\Locator\Locator.cpp" />
  27     <ClCompile Include="..\..\jfxmedia\Locator\LocatorStream.cpp" />
  28     <ClCompile Include="..\..\jfxmedia\MediaManagement\Media.cpp" />
  29     <ClCompile Include="..\..\jfxmedia\MediaManagement\MediaManager.cpp" />
  30     <ClCompile Include="..\..\jfxmedia\PipelineManagement\AudioTrack.cpp" />
  31     <ClCompile Include="..\..\jfxmedia\PipelineManagement\Pipeline.cpp" />
  32     <ClCompile Include="..\..\jfxmedia\PipelineManagement\PipelineFactory.cpp" />
  33     <ClCompile Include="..\..\jfxmedia\PipelineManagement\SubtitleTrack.cpp" />
  34     <ClCompile Include="..\..\jfxmedia\PipelineManagement\Track.cpp" />
  35     <ClCompile Include="..\..\jfxmedia\PipelineManagement\VideoFrame.cpp" />
  36     <ClCompile Include="..\..\jfxmedia\PipelineManagement\VideoTrack.cpp" />
  37     <ClCompile Include="..\..\jfxmedia\platform\gstreamer\GstAudioEqualizer.cpp" />
  38     <ClCompile Include="..\..\jfxmedia\platform\gstreamer\GstAudioPlaybackPipeline.cpp" />
  39     <ClCompile Include="..\..\jfxmedia\platform\gstreamer\GstAudioSpectrum.cpp" />
  40     <ClCompile Include="..\..\jfxmedia\platform\gstreamer\GstAVPlaybackPipeline.cpp" />
  41     <ClCompile Include="..\..\jfxmedia\platform\gstreamer\GstElementContainer.cpp" />
  42     <ClCompile Include="..\..\jfxmedia\platform\gstreamer\GstEqualizerBand.cpp" />
  43     <ClCompile Include="..\..\jfxmedia\platform\gstreamer\GstJniUtils.cpp" />
  44     <ClCompile Include="..\..\jfxmedia\platform\gstreamer\GstMedia.cpp" />
  45     <ClCompile Include="..\..\jfxmedia\platform\gstreamer\GstMediaManager.cpp" />
  46     <ClCompile Include="..\..\jfxmedia\platform\gstreamer\GstMediaPlayer.cpp" />
  47     <ClCompile Include="..\..\jfxmedia\platform\gstreamer\GstPipelineFactory.cpp" />
  48     <ClCompile Include="..\..\jfxmedia\platform\gstreamer\GstPlatform.cpp" />
  49     <ClCompile Include="..\..\jfxmedia\platform\gstreamer\GstVideoFrame.cpp" />
  50     <ClCompile Include="..\..\jfxmedia\Utils\ColorConverter.c" />
  51     <ClCompile Include="..\..\jfxmedia\Utils\LowLevelPerf.cpp" />
  52     <ClCompile Include="..\..\jfxmedia\Utils\MediaWarningDispatcher.cpp" />
  53     <ClCompile Include="..\..\jfxmedia\Utils\win32\WinCriticalSection.cpp" />
  54     <ClCompile Include="..\..\jfxmedia\Utils\win32\WinDllMain.cpp" />
  55     <ClCompile Include="..\..\jfxmedia\Utils\win32\WinThread.cpp" />
  56   </ItemGroup>
  57   <ItemGroup>
  58     <ClInclude Include="..\..\jfxmedia\jni\JavaBandsHolder.h" />
  59     <ClInclude Include="..\..\jfxmedia\jni\JavaInputStreamCallbacks.h" />
  60     <ClInclude Include="..\..\jfxmedia\jni\JavaMediaWarningListener.h" />
  61     <ClInclude Include="..\..\jfxmedia\jni\JavaPlayerEventDispatcher.h" />
  62     <ClInclude Include="..\..\jfxmedia\jni\JniUtils.h" />
  63     <ClInclude Include="..\..\jfxmedia\jni\Logger.h" />
  64     <ClInclude Include="..\..\jfxmedia\Locator\Locator.h" />
  65     <ClInclude Include="..\..\jfxmedia\Locator\LocatorStream.h" />
  66     <ClInclude Include="..\..\jfxmedia\MediaManagement\Media.h" />
  67     <ClInclude Include="..\..\jfxmedia\MediaManagement\MediaManager.h" />
  68     <ClInclude Include="..\..\jfxmedia\MediaManagement\MediaTypes.h" />
  69     <ClInclude Include="..\..\jfxmedia\MediaManagement\MediaWarningListener.h" />
  70     <ClInclude Include="..\..\jfxmedia\PipelineManagement\AudioEqualizer.h" />
  71     <ClInclude Include="..\..\jfxmedia\PipelineManagement\AudioSpectrum.h" />
  72     <ClInclude Include="..\..\jfxmedia\PipelineManagement\AudioTrack.h" />
  73     <ClInclude Include="..\..\jfxmedia\PipelineManagement\Pipeline.h" />
  74     <ClInclude Include="..\..\jfxmedia\PipelineManagement\PipelineFactory.h" />
  75     <ClInclude Include="..\..\jfxmedia\PipelineManagement\PipelineOptions.h" />
  76     <ClInclude Include="..\..\jfxmedia\PipelineManagement\PlayerEventDispatcher.h" />
  77     <ClInclude Include="..\..\jfxmedia\PipelineManagement\SubtitleTrack.h" />
  78     <ClInclude Include="..\..\jfxmedia\PipelineManagement\Track.h" />
  79     <ClInclude Include="..\..\jfxmedia\PipelineManagement\VideoFrame.h" />
  80     <ClInclude Include="..\..\jfxmedia\PipelineManagement\VideoTrack.h" />
  81     <ClInclude Include="..\..\jfxmedia\platform\gstreamer\GstAudioEqualizer.h" />
  82     <ClInclude Include="..\..\jfxmedia\platform\gstreamer\GstAudioPlaybackPipeline.h" />
  83     <ClInclude Include="..\..\jfxmedia\platform\gstreamer\GstAudioSpectrum.h" />
  84     <ClInclude Include="..\..\jfxmedia\platform\gstreamer\GstAVPlaybackPipeline.h" />
  85     <ClInclude Include="..\..\jfxmedia\platform\gstreamer\GstElementContainer.h" />
  86     <ClInclude Include="..\..\jfxmedia\platform\gstreamer\GstJniUtils.h" />
  87     <ClInclude Include="..\..\jfxmedia\platform\gstreamer\GstMediaManager.h" />
  88     <ClInclude Include="..\..\jfxmedia\platform\gstreamer\GstPipelineFactory.h" />
  89     <ClInclude Include="..\..\jfxmedia\platform\gstreamer\GstVideoFrame.h" />
  90     <ClInclude Include="..\..\jfxmedia\Utils\AutoLock.h" />
  91     <ClInclude Include="..\..\jfxmedia\Utils\ColorConverter.h" />
  92     <ClInclude Include="..\..\jfxmedia\Utils\LowLevelPerf.h" />
  93     <ClInclude Include="..\..\jfxmedia\Utils\MediaWarningDispatcher.h" />
  94     <ClInclude Include="..\..\jfxmedia\Utils\Singleton.h" />
  95     <ClInclude Include="..\..\jfxmedia\Utils\Thread.h" />
  96   </ItemGroup>
  97   <PropertyGroup Label="Globals">
  98     <ProjectGuid>{41E7B612-A478-4FD5-9B2D-1B591FC6EE8A}</ProjectGuid>
  99     <Keyword>Win32Proj</Keyword>
 100     <RootNamespace>jfxmedia</RootNamespace>
 101   </PropertyGroup>
 102   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
 103   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
 104     <ConfigurationType>Application</ConfigurationType>
 105     <UseDebugLibraries>true</UseDebugLibraries>
 106     <CharacterSet>Unicode</CharacterSet>
 107   </PropertyGroup>
 108   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
 109     <ConfigurationType>Application</ConfigurationType>
 110     <UseDebugLibraries>false</UseDebugLibraries>
 111     <WholeProgramOptimization>true</WholeProgramOptimization>
 112     <CharacterSet>Unicode</CharacterSet>
 113   </PropertyGroup>
 114   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
 115   <ImportGroup Label="ExtensionSettings">
 116   </ImportGroup>
 117   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
 118     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 119   </ImportGroup>
 120   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
 121     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 122   </ImportGroup>
 123   <PropertyGroup Label="UserMacros" />
 124   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
 125     <LinkIncremental>true</LinkIncremental>
 126   </PropertyGroup>
 127   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
 128     <LinkIncremental>false</LinkIncremental>
 129   </PropertyGroup>
 130   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
 131     <ClCompile>
 132       <PrecompiledHeader>NotUsing</PrecompiledHeader>
 133       <WarningLevel>Level3</WarningLevel>
 134       <Optimization>Disabled</Optimization>
 135       <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 136       <AdditionalIncludeDirectories>$(SolutionDir)\..\gstreamer\3rd_party\glib\glib-2.28.8\;$(SolutionDir)\..\gstreamer\3rd_party\glib\glib-2.28.8\glib;$(SolutionDir)\..\gstreamer\3rd_party\glib\glib-2.28.8\gmodule;$(SolutionDir)\..\gstreamer\3rd_party\glib\glib-2.28.8\build\win32\vs100;$(SolutionDir)\..\gstreamer\gstreamer-lite\gstreamer;$(SolutionDir)\..\gstreamer\gstreamer-lite\gstreamer\libs;$(SolutionDir)\..\gstreamer\gstreamer-lite\gst-plugins-base\gst-libs;$(SolutionDir)\..\gstreamer\gstreamer-lite\gst-plugins-base\win32\common;C:\cygwin\home\kirill\work\jdk\jdk1.8.0_40\include;$(SolutionDir)\..\jfxmedia\;$(SolutionDir)\..\jfxmedia\jni;$(SolutionDir)\..\..\..\..\build\generated-src\headers</AdditionalIncludeDirectories>
 137     </ClCompile>
 138     <Link>
 139       <SubSystem>Windows</SubSystem>
 140       <GenerateDebugInformation>true</GenerateDebugInformation>
 141     </Link>
 142   </ItemDefinitionGroup>
 143   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
 144     <ClCompile>
 145       <WarningLevel>Level3</WarningLevel>
 146       <PrecompiledHeader>Use</PrecompiledHeader>
 147       <Optimization>MaxSpeed</Optimization>
 148       <FunctionLevelLinking>true</FunctionLevelLinking>
 149       <IntrinsicFunctions>true</IntrinsicFunctions>
 150       <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 151     </ClCompile>
 152     <Link>
 153       <SubSystem>Windows</SubSystem>
 154       <GenerateDebugInformation>true</GenerateDebugInformation>
 155       <EnableCOMDATFolding>true</EnableCOMDATFolding>
 156       <OptimizeReferences>true</OptimizeReferences>
 157     </Link>
 158   </ItemDefinitionGroup>
 159   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
 160   <ImportGroup Label="ExtensionTargets">
 161   </ImportGroup>
 162 </Project>