Fix build error
authorHaesu Gwon <haesu.gwon@samsung.com>
Mon, 24 Oct 2016 02:15:03 +0000 (11:15 +0900)
committerHaesu Gwon <haesu.gwon@samsung.com>
Mon, 24 Oct 2016 02:15:03 +0000 (11:15 +0900)
Change-Id: Iefa72d0f24233a9405be9f43bcba1efa38234ecd
Signed-off-by: Haesu Gwon <haesu.gwon@samsung.com>
src/Tizen.Multimedia/Tizen.Multimedia.Net45.csproj
src/Tizen.Multimedia/Tizen.Multimedia.csproj

index e78e36c..de081e6 100755 (executable)
@@ -53,7 +53,7 @@
     <Compile Include="AudioIO\AudioStreamLengthChangedEventArgs.cs" />\r
     <Compile Include="AudioIO\BaseAudio.cs" />\r
     <Compile Include="Interop\Interop.AudioIO.cs" />\r
-    <Compile Include="Interop\Interop.MediaView.cs" />\r
+    <Compile Include="Interop\Interop.EvasObject.cs" />\r
     <Compile Include="Interop\Interop.Player.cs" />\r
     <Compile Include="MediaView\MediaView.cs" />\r
     <Compile Include="Player\PlayerEnums.cs" />\r
index f1f5ac6..27f6bbe 100755 (executable)
@@ -59,7 +59,7 @@
     <Compile Include="MetadataExtractor\Artwork.cs" />
     <Compile Include="MetadataExtractor\Metadata.cs" />
     <Compile Include="MetadataExtractor\MetadataExtractor.cs" />
-    <Compile Include="Interop\Interop.MediaView.cs" />
+    <Compile Include="Interop\Interop.EvasObject.cs" />
     <Compile Include="MediaView\MediaView.cs" />
     <Compile Include="Player\PlayerEnums.cs" />
     <Compile Include="Player\MediaStreamConfiguration.cs" />