Modify reference paths in .csproj file
authorSidharth Gupta <sid92.gupta@samsung.com>
Fri, 27 May 2016 07:08:19 +0000 (16:08 +0900)
committerSidharth Gupta <sid92.gupta@samsung.com>
Fri, 27 May 2016 07:09:11 +0000 (16:09 +0900)
Signed-off-by: Sidharth Gupta <sid92.gupta@samsung.com>
Change-Id: I509d1d641016a6bf98cd1ac0b440b7d508d3cdd3

Tizen.Content.Download/Tizen.Content.Download.csproj

index 8aa14be..d7ed449 100644 (file)
     <Reference Include="System.Data" />\r
     <Reference Include="System.Xml" />\r
     <Reference Include="Tizen">\r
-      <HintPath>..\..\..\..\..\Desktop\dll\usr\lib\mono\tizen\Tizen.dll</HintPath>\r
+      <HintPath>..\..\tizen\Tizen\bin\Debug\Tizen.dll</HintPath>\r
     </Reference>\r
     <Reference Include="Tizen.Applications">\r
-      <HintPath>..\..\..\..\..\Desktop\dll\applicationdll\usr\lib\mono\tizen\Tizen.Applications.dll</HintPath>\r
+      <HintPath>..\..\application\Tizen.Applications\bin\Debug\Tizen.Applications.dll</HintPath>\r
     </Reference>\r
     <Reference Include="Tizen.Internals">\r
-      <HintPath>..\..\..\..\..\Desktop\dll\usr\lib\mono\tizen\Tizen.Internals.dll</HintPath>\r
+      <HintPath>..\..\tizen\Tizen.Internals\bin\Debug\Tizen.Internals.dll</HintPath>\r
     </Reference>\r
   </ItemGroup>\r
   <ItemGroup>\r
@@ -79,4 +79,4 @@
   <Target Name="AfterBuild">\r
   </Target>\r
   -->\r
-</Project>\r
+</Project>
\ No newline at end of file