Fix build break
authorHyunho Kang <hhstark.kang@samsung.com>
Fri, 10 Mar 2017 09:39:08 +0000 (18:39 +0900)
committerHyunho Kang <hhstark.kang@samsung.com>
Fri, 10 Mar 2017 09:41:53 +0000 (18:41 +0900)
Change-Id: I4e8c96bd8901df221d5fd18847eaf19d5f797bda
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
src/Tizen.Applications.DataControl/Tizen.Applications.DataControl.csproj

index 22e9e2a..29801db 100755 (executable)
@@ -34,7 +34,7 @@
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-    <DebugType>pdonly</DebugType>
+    <DebugType>pdbonly</DebugType>
     <Optimize>true</Optimize>
     <OutputPath>bin\Release\</OutputPath>
     <DefineConstants>TRACE</DefineConstants>
@@ -91,4 +91,4 @@
       <UserProperties Tizen_1Applications_1DataControl_1project_1json__JSONSchema="http://json.schemastore.org/sarif-1.0.0.json" />
     </VisualStudio>
   </ProjectExtensions>
-</Project>
\ No newline at end of file
+</Project>