remove .Net45 project files in charp widget application
authorSukHyung, Kang <shine.kang@samsung.com>
Mon, 6 Mar 2017 09:15:54 +0000 (18:15 +0900)
committerSukHyung, Kang <shine.kang@samsung.com>
Mon, 6 Mar 2017 09:17:27 +0000 (18:17 +0900)
Change-Id: I0e52a86600a366d0bb03ce8538221e0aa0d22563
Signed-off-by: SukHyung, Kang <shine.kang@samsung.com>
packaging/csapi-widget-application.spec
src/Tizen.Applications.WidgetApplication/Tizen.Applications.WidgetApplication.Net45.csproj [deleted file]
src/Tizen.Applications.WidgetApplication/Tizen.Applications.WidgetApplication.Net45.project.json [deleted file]
src/Tizen.Applications.WidgetApplication/Tizen.Applications.WidgetApplication.nuspec
src/Tizen.Applications.WidgetApplication/Tizen.Applications.WidgetApplication.sln [changed mode: 0644->0755]

index 6ec7dfc..438c78f 100755 (executable)
@@ -1,6 +1,6 @@
 Name:       csapi-widget-application
 Summary:    Tizen widget application API for C#
-Version:    1.0.4
+Version:    1.0.5
 Release:    1
 Group:      Development/Libraries
 License:    Apache-2.0
diff --git a/src/Tizen.Applications.WidgetApplication/Tizen.Applications.WidgetApplication.Net45.csproj b/src/Tizen.Applications.WidgetApplication/Tizen.Applications.WidgetApplication.Net45.csproj
deleted file mode 100755 (executable)
index 92e4bdf..0000000
+++ /dev/null
@@ -1,75 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>\r
-<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
-  <PropertyGroup>\r
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
-    <ProjectGuid>{07A0D110-3092-4A09-BF85-95555C7E7DFF}</ProjectGuid>\r
-    <OutputType>Library</OutputType>\r
-    <AppDesignerFolder>Properties</AppDesignerFolder>\r
-    <RootNamespace>\r
-    </RootNamespace>\r
-    <AssemblyName>Tizen.Applications.WidgetApplication</AssemblyName>\r
-    <FileAlignment>512</FileAlignment>\r
-    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>\r
-  </PropertyGroup>\r
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
-    <DebugSymbols>true</DebugSymbols>\r
-    <DebugType>full</DebugType>\r
-    <Optimize>false</Optimize>\r
-    <OutputPath>bin\Debug\Net45\</OutputPath>\r
-    <DefineConstants>DEBUG;TRACE</DefineConstants>\r
-    <ErrorReport>prompt</ErrorReport>\r
-    <WarningLevel>4</WarningLevel>\r
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>\r
-    <DocumentationFile>bin\Debug\Tizen.Applications.WidgetApplication.XML</DocumentationFile>\r
-    <CodeAnalysisRuleSet>ExtendedDesignGuidelineRules.ruleset</CodeAnalysisRuleSet>\r
-  </PropertyGroup>\r
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
-    <DebugType>pdbonly</DebugType>\r
-    <Optimize>true</Optimize>\r
-    <OutputPath>bin\Release\Net45\</OutputPath>\r
-    <DefineConstants>TRACE</DefineConstants>\r
-    <ErrorReport>prompt</ErrorReport>\r
-    <WarningLevel>4</WarningLevel>\r
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>\r
-  </PropertyGroup>\r
-  <PropertyGroup>\r
-    <SignAssembly>true</SignAssembly>\r
-  </PropertyGroup>\r
-  <PropertyGroup>\r
-    <AssemblyOriginatorKeyFile>Tizen.Applications.WidgetApplication.snk</AssemblyOriginatorKeyFile>\r
-  </PropertyGroup>\r
-  <ItemGroup>\r
-    <Reference Include="System" />\r
-    <Reference Include="System.Core" />\r
-    <Reference Include="System.Xml.Linq" />\r
-    <Reference Include="System.Data.DataSetExtensions" />\r
-    <Reference Include="Microsoft.CSharp" />\r
-    <Reference Include="System.Data" />\r
-    <Reference Include="System.Net.Http" />\r
-    <Reference Include="System.Xml" />\r
-  </ItemGroup>\r
-  <ItemGroup>\r
-    <Compile Include="Interop\Interop.Libraries.cs" />\r
-    <Compile Include="Interop\Interop.Widget.cs" />\r
-    <Compile Include="Properties\AssemblyInfo.cs" />\r
-    <Compile Include="Tizen.Applications\WidgetApplication.cs" />\r
-    <Compile Include="Tizen.Applications\WidgetBase.cs" />\r
-    <Compile Include="Tizen.Applications.CoreBackend\WidgetCoreBackend.cs" />\r
-    <Compile Include="Tizen.Applications\WidgetType.cs" />\r
-    <Compile Include="Tizen.Applications\WidgetWindow.cs" />\r
-  </ItemGroup>\r
-  <ItemGroup>\r
-    <None Include="Tizen.Applications.WidgetApplication.Net45.project.json" />\r
-    <None Include="Tizen.Applications.WidgetApplication.nuspec" />\r
-    <None Include="Tizen.Applications.WidgetApplication.snk" />\r
-  </ItemGroup>\r
-  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
-  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.\r
-       Other similar extension points exist, see Microsoft.Common.targets.\r
-  <Target Name="BeforeBuild">\r
-  </Target>\r
-  <Target Name="AfterBuild">\r
-  </Target>\r
-  -->\r
-</Project>
\ No newline at end of file
diff --git a/src/Tizen.Applications.WidgetApplication/Tizen.Applications.WidgetApplication.Net45.project.json b/src/Tizen.Applications.WidgetApplication/Tizen.Applications.WidgetApplication.Net45.project.json
deleted file mode 100755 (executable)
index 83c6b14..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-{
-  "dependencies": {
-    "Tizen": "1.0.2",
-    "Tizen.Applications": "1.0.3",
-    "ElmSharp": "1.1.0-*"
-  },
-  "frameworks": {
-    "net45": {}
-  },
-  "runtimes": {
-    "win": {}
-  }
-}
index f787f07..8b86c19 100755 (executable)
@@ -18,6 +18,5 @@
        </metadata>
        <files>
                <file src="bin/$Configuration$/Tizen.Applications.WidgetApplication.dll" target="lib/netstandard1.3" />
-               <file src="bin/$Configuration$/Net45/Tizen.Applications.WidgetApplication.dll" target="lib/net45" />
        </files>
 </package>
old mode 100644 (file)
new mode 100755 (executable)
index a739f73..2f85e10
@@ -5,8 +5,6 @@ VisualStudioVersion = 14.0.25420.1
 MinimumVisualStudioVersion = 10.0.40219.1\r
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tizen.Applications.WidgetApplication", "Tizen.Applications.WidgetApplication.csproj", "{B96DCE41-7A6D-45A5-8BB8-E035186B5092}"\r
 EndProject\r
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tizen.Applications.WidgetApplication.Net45", "Tizen.Applications.WidgetApplication.Net45.csproj", "{07A0D110-3092-4A09-BF85-95555C7E7DFF}"\r
-EndProject\r
 Global\r
        GlobalSection(SolutionConfigurationPlatforms) = preSolution\r
                Debug|Any CPU = Debug|Any CPU\r
@@ -17,10 +15,6 @@ Global
                {B96DCE41-7A6D-45A5-8BB8-E035186B5092}.Debug|Any CPU.Build.0 = Debug|Any CPU\r
                {B96DCE41-7A6D-45A5-8BB8-E035186B5092}.Release|Any CPU.ActiveCfg = Release|Any CPU\r
                {B96DCE41-7A6D-45A5-8BB8-E035186B5092}.Release|Any CPU.Build.0 = Release|Any CPU\r
-               {07A0D110-3092-4A09-BF85-95555C7E7DFF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU\r
-               {07A0D110-3092-4A09-BF85-95555C7E7DFF}.Debug|Any CPU.Build.0 = Debug|Any CPU\r
-               {07A0D110-3092-4A09-BF85-95555C7E7DFF}.Release|Any CPU.ActiveCfg = Release|Any CPU\r
-               {07A0D110-3092-4A09-BF85-95555C7E7DFF}.Release|Any CPU.Build.0 = Release|Any CPU\r
        EndGlobalSection\r
        GlobalSection(SolutionProperties) = preSolution\r
                HideSolutionNode = FALSE\r