Change end line mark (Line feed)
authorSeungkeun Lee <sngn.lee@samsung.com>
Wed, 26 Oct 2016 00:21:18 +0000 (09:21 +0900)
committerSeungkeun Lee <sngn.lee@samsung.com>
Wed, 26 Oct 2016 00:23:27 +0000 (09:23 +0900)
Change-Id: Ie037af1cf1411db697dc60b839cbf4c20dcc4c64

ElmSharp/ElmSharp.csproj

index bf21751..848a2e1 100644 (file)
-<?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>{7B15AF72-70CC-11E6-AE37-EB727F0BD84E}</ProjectGuid>\r
-    <OutputType>Library</OutputType>\r
-    <AppDesignerFolder>Properties</AppDesignerFolder>\r
-    <RootNamespace>ElmSharp</RootNamespace>\r
-    <AssemblyName>ElmSharp</AssemblyName>\r
-    <FileAlignment>512</FileAlignment>\r
-  </PropertyGroup>\r
-  <PropertyGroup>\r
-    <TargetFrameworkIdentifier>.NETStandard</TargetFrameworkIdentifier>\r
-    <TargetFrameworkVersion>v1.3</TargetFrameworkVersion>\r
-    <NuGetTargetMoniker>.NETStandard,Version=v1.3</NuGetTargetMoniker>\r
-    <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>\r
-    <NoStdLib>true</NoStdLib>\r
-    <NoWarn>$(NoWarn);1701;1702</NoWarn>\r
-  </PropertyGroup>\r
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
-    <DebugSymbols>true</DebugSymbols>\r
-    <DebugType>full</DebugType>\r
-    <Optimize>true</Optimize>\r
-    <OutputPath>bin\Debug\</OutputPath>\r
-    <DefineConstants>DEBUG;TRACE</DefineConstants>\r
-    <ErrorReport>prompt</ErrorReport>\r
-    <WarningLevel>4</WarningLevel>\r
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>\r
-  </PropertyGroup>\r
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
-    <DebugType>pdbonly</DebugType>\r
-    <Optimize>true</Optimize>\r
-    <OutputPath>bin\Release\</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>ElmSharp.snk</AssemblyOriginatorKeyFile>\r
-  </PropertyGroup>\r
-  <ItemGroup>\r
-    <Compile Include="ElmSharp\Background.cs" />\r
-    <Compile Include="ElmSharp\Box.cs" />\r
-    <Compile Include="ElmSharp\Button.cs" />\r
-    <Compile Include="ElmSharp\Calendar.cs" />\r
-    <Compile Include="ElmSharp\Check.cs" />\r
-    <Compile Include="ElmSharp\CheckStateChangedEventArgs.cs" />\r
-    <Compile Include="ElmSharp\Color.cs" />\r
-    <Compile Include="ElmSharp\ColorChangedEventArgs.cs" />\r
-    <Compile Include="ElmSharp\ColorSelector.cs" />\r
-    <Compile Include="ElmSharp\Conformant.cs" />\r
-    <Compile Include="ElmSharp\Container.cs" />\r
-    <Compile Include="ElmSharp\ContextPopup.cs" />\r
-    <Compile Include="ElmSharp\ContextPopupItem.cs" />\r
-    <Compile Include="ElmSharp\DateChangedEventArgs.cs" />\r
-    <Compile Include="ElmSharp\DateTimeSelector.cs" />\r
-    <Compile Include="ElmSharp\DisplayedMonthChangedEventArgs.cs" />\r
-    <Compile Include="ElmSharp\EcoreAnimator.cs" />\r
-    <Compile Include="ElmSharp\EcoreMainloop.cs" />\r
-    <Compile Include="ElmSharp\EcoreSynchronizationContext.cs" />\r
-    <Compile Include="ElmSharp\EdjeObject.cs" />\r
-    <Compile Include="ElmSharp\ElmScrollConfig.cs" />\r
-    <Compile Include="ElmSharp\Elementary.cs" />\r
-    <Compile Include="ElmSharp\Entry.cs" />\r
-    <Compile Include="ElmSharp\EvasKeyEventArgs.cs" />\r
-    <Compile Include="ElmSharp\EvasMap.cs" />\r
-    <Compile Include="ElmSharp\EvasObject.cs" />\r
-    <Compile Include="ElmSharp\GenGrid.cs" />\r
-    <Compile Include="ElmSharp\GenGridItem.cs" />\r
-    <Compile Include="ElmSharp\GenItem.cs" />\r
-    <Compile Include="ElmSharp\GenItemClass.cs" />\r
-    <Compile Include="ElmSharp\GenList.cs" />\r
-    <Compile Include="ElmSharp\GenListItem.cs" />\r
-    <Compile Include="ElmSharp\GestureLayer.cs" />\r
-    <Compile Include="ElmSharp\Icon.cs" />\r
-    <Compile Include="ElmSharp\Image.cs" />\r
-    <Compile Include="ElmSharp\Index.cs" />\r
-    <Compile Include="ElmSharp\IndexItem.cs" />\r
-    <Compile Include="ElmSharp\ItemObject.cs" />\r
-    <Compile Include="ElmSharp\Label.cs" />\r
-    <Compile Include="ElmSharp\Layout.cs" />\r
-    <Compile Include="ElmSharp\List.cs" />\r
-    <Compile Include="ElmSharp\ListItem.cs" />\r
-    <Compile Include="ElmSharp\Naviframe.cs" />\r
-    <Compile Include="ElmSharp\NaviItem.cs" />\r
-    <Compile Include="ElmSharp\Panel.cs" />\r
-    <Compile Include="ElmSharp\Panes.cs" />\r
-    <Compile Include="ElmSharp\Point.cs" />\r
-    <Compile Include="ElmSharp\Point3D.cs" />\r
-    <Compile Include="ElmSharp\Polygon.cs" />\r
-    <Compile Include="ElmSharp\Popup.cs" />\r
-    <Compile Include="ElmSharp\PopupItem.cs" />\r
-    <Compile Include="ElmSharp\ProgressBar.cs" />\r
-    <Compile Include="ElmSharp\Radio.cs" />\r
-    <Compile Include="ElmSharp\Rect.cs" />\r
-    <Compile Include="ElmSharp\Rectangle.cs" />\r
-    <Compile Include="ElmSharp\Scroller.cs" />\r
-    <Compile Include="ElmSharp\Size.cs" />\r
-    <Compile Include="ElmSharp\Slider.cs" />\r
-    <Compile Include="ElmSharp\Spinner.cs" />\r
-    <Compile Include="ElmSharp\Table.cs" />\r
-    <Compile Include="ElmSharp\Toolbar.cs" />\r
-    <Compile Include="ElmSharp\ToolbarItem.cs" />\r
-    <Compile Include="ElmSharp\Widget.cs" />\r
-    <Compile Include="ElmSharp\Window.cs" />\r
-    <Compile Include="ElmSharp\WrapType.cs" />\r
-    <Compile Include="Interop\Interop.Eo.cs" />\r
-    <Compile Include="Interop\Interop.Ecore.cs" />\r
-    <Compile Include="Interop\Interop.Elementary.Bg.cs" />\r
-    <Compile Include="Interop\Interop.Elementary.Box.cs" />\r
-    <Compile Include="Interop\Interop.Elementary.Button.cs" />\r
-    <Compile Include="Interop\Interop.Elementary.CalendarView.cs" />\r
-    <Compile Include="Interop\Interop.Elementary.ColorPicker.cs" />\r
-    <Compile Include="Interop\Interop.Elementary.cs" />\r
-    <Compile Include="Interop\Interop.Elementary.CtxPopup.cs" />\r
-    <Compile Include="Interop\Interop.Elementary.DateTimePicker.cs" />\r
-    <Compile Include="Interop\Interop.Elementary.Entry.cs" />\r
-    <Compile Include="Interop\Interop.Elementary.GenGridView.cs" />\r
-    <Compile Include="Interop\Interop.Elementary.GenListView.cs" />\r
-    <Compile Include="Interop\Interop.Elementary.GestureLayer.cs" />\r
-    <Compile Include="Interop\Interop.Elementary.Image.cs" />\r
-    <Compile Include="Interop\Interop.Elementary.Index.cs" />\r
-    <Compile Include="Interop\Interop.Elementary.Label.cs" />\r
-    <Compile Include="Interop\Interop.Elementary.List.cs" />\r
-    <Compile Include="Interop\Interop.Elementary.Naviframe.cs" />\r
-    <Compile Include="Interop\Interop.Elementary.Panel.cs" />\r
-    <Compile Include="Interop\Interop.Elementary.Panes.cs" />\r
-    <Compile Include="Interop\Interop.Elementary.Popup.cs" />\r
-    <Compile Include="Interop\Interop.Elementary.ProgressBar.cs" />\r
-    <Compile Include="Interop\Interop.Elementary.ScrollView.cs" />\r
-    <Compile Include="Interop\Interop.Elementary.Slider.cs" />\r
-    <Compile Include="Interop\Interop.Elementary.Spinner.cs" />\r
-    <Compile Include="Interop\Interop.Elementary.Table.cs" />\r
-    <Compile Include="Interop\Interop.Elementary.Toolbar.cs" />\r
-    <Compile Include="Interop\Interop.Elementary.Win.cs" />\r
-    <Compile Include="Interop\Interop.Evas.cs" />\r
-    <Compile Include="Interop\Interop.Evas.Image.cs" />\r
-    <Compile Include="Interop\Interop.EvasObjectEvent.cs" />\r
-    <Compile Include="Interop\Interop.Libc.cs" />\r
-    <Compile Include="Interop\Interop.Libraries.cs" />\r
-    <Compile Include="Interop\Interop.SmartEvent.cs" />\r
-    <Compile Include="Properties\AssemblyInfo.cs" />\r
-  </ItemGroup>\r
-  <ItemGroup>\r
-    <None Include="ElmSharp.nuspec" />\r
-    <None Include="ElmSharp.project.json" />\r
-    <None Include="ElmSharp.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
-  <PropertyGroup>\r
-    <!-- https://github.com/dotnet/corefxlab/tree/master/samples/NetCoreSample and\r
-       https://docs.microsoft.com/en-us/dotnet/articles/core/tutorials/target-dotnetcore-with-msbuild\r
-    -->\r
-    <!-- We don't use any of MSBuild's resolution logic for resolving the framework, so just set these two\r
-       properties to any folder that exists to skip the GetReferenceAssemblyPaths task (not target) and\r
-       to prevent it from outputting a warning (MSB3644).\r
-    -->\r
-    <_TargetFrameworkDirectories>$(MSBuildThisFileDirectory)</_TargetFrameworkDirectories>\r
-    <_FullFrameworkReferenceAssemblyPaths>$(MSBuildThisFileDirectory)</_FullFrameworkReferenceAssemblyPaths>\r
-    <AutoUnifyAssemblyReferences>true</AutoUnifyAssemblyReferences>\r
-  </PropertyGroup>\r
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+  <PropertyGroup>
+    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
+    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
+    <ProjectGuid>{7B15AF72-70CC-11E6-AE37-EB727F0BD84E}</ProjectGuid>
+    <OutputType>Library</OutputType>
+    <AppDesignerFolder>Properties</AppDesignerFolder>
+    <RootNamespace>ElmSharp</RootNamespace>
+    <AssemblyName>ElmSharp</AssemblyName>
+    <FileAlignment>512</FileAlignment>
+  </PropertyGroup>
+  <PropertyGroup>
+    <TargetFrameworkIdentifier>.NETStandard</TargetFrameworkIdentifier>
+    <TargetFrameworkVersion>v1.3</TargetFrameworkVersion>
+    <NuGetTargetMoniker>.NETStandard,Version=v1.3</NuGetTargetMoniker>
+    <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
+    <NoStdLib>true</NoStdLib>
+    <NoWarn>$(NoWarn);1701;1702</NoWarn>
+  </PropertyGroup>
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
+    <DebugSymbols>true</DebugSymbols>
+    <DebugType>full</DebugType>
+    <Optimize>true</Optimize>
+    <OutputPath>bin\Debug\</OutputPath>
+    <DefineConstants>DEBUG;TRACE</DefineConstants>
+    <ErrorReport>prompt</ErrorReport>
+    <WarningLevel>4</WarningLevel>
+    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
+  </PropertyGroup>
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
+    <DebugType>pdbonly</DebugType>
+    <Optimize>true</Optimize>
+    <OutputPath>bin\Release\</OutputPath>
+    <DefineConstants>TRACE</DefineConstants>
+    <ErrorReport>prompt</ErrorReport>
+    <WarningLevel>4</WarningLevel>
+    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
+  </PropertyGroup>
+  <PropertyGroup>
+    <SignAssembly>true</SignAssembly>
+  </PropertyGroup>
+  <PropertyGroup>
+    <AssemblyOriginatorKeyFile>ElmSharp.snk</AssemblyOriginatorKeyFile>
+  </PropertyGroup>
+  <ItemGroup>
+    <Compile Include="ElmSharp\Background.cs" />
+    <Compile Include="ElmSharp\Box.cs" />
+    <Compile Include="ElmSharp\Button.cs" />
+    <Compile Include="ElmSharp\Calendar.cs" />
+    <Compile Include="ElmSharp\Check.cs" />
+    <Compile Include="ElmSharp\CheckStateChangedEventArgs.cs" />
+    <Compile Include="ElmSharp\Color.cs" />
+    <Compile Include="ElmSharp\ColorChangedEventArgs.cs" />
+    <Compile Include="ElmSharp\ColorSelector.cs" />
+    <Compile Include="ElmSharp\Conformant.cs" />
+    <Compile Include="ElmSharp\Container.cs" />
+    <Compile Include="ElmSharp\ContextPopup.cs" />
+    <Compile Include="ElmSharp\ContextPopupItem.cs" />
+    <Compile Include="ElmSharp\DateChangedEventArgs.cs" />
+    <Compile Include="ElmSharp\DateTimeSelector.cs" />
+    <Compile Include="ElmSharp\DisplayedMonthChangedEventArgs.cs" />
+    <Compile Include="ElmSharp\EcoreAnimator.cs" />
+    <Compile Include="ElmSharp\EcoreMainloop.cs" />
+    <Compile Include="ElmSharp\EcoreSynchronizationContext.cs" />
+    <Compile Include="ElmSharp\EdjeObject.cs" />
+    <Compile Include="ElmSharp\ElmScrollConfig.cs" />
+    <Compile Include="ElmSharp\Elementary.cs" />
+    <Compile Include="ElmSharp\Entry.cs" />
+    <Compile Include="ElmSharp\EvasKeyEventArgs.cs" />
+    <Compile Include="ElmSharp\EvasMap.cs" />
+    <Compile Include="ElmSharp\EvasObject.cs" />
+    <Compile Include="ElmSharp\GenGrid.cs" />
+    <Compile Include="ElmSharp\GenGridItem.cs" />
+    <Compile Include="ElmSharp\GenItem.cs" />
+    <Compile Include="ElmSharp\GenItemClass.cs" />
+    <Compile Include="ElmSharp\GenList.cs" />
+    <Compile Include="ElmSharp\GenListItem.cs" />
+    <Compile Include="ElmSharp\GestureLayer.cs" />
+    <Compile Include="ElmSharp\Icon.cs" />
+    <Compile Include="ElmSharp\Image.cs" />
+    <Compile Include="ElmSharp\Index.cs" />
+    <Compile Include="ElmSharp\IndexItem.cs" />
+    <Compile Include="ElmSharp\ItemObject.cs" />
+    <Compile Include="ElmSharp\Label.cs" />
+    <Compile Include="ElmSharp\Layout.cs" />
+    <Compile Include="ElmSharp\List.cs" />
+    <Compile Include="ElmSharp\ListItem.cs" />
+    <Compile Include="ElmSharp\Naviframe.cs" />
+    <Compile Include="ElmSharp\NaviItem.cs" />
+    <Compile Include="ElmSharp\Panel.cs" />
+    <Compile Include="ElmSharp\Panes.cs" />
+    <Compile Include="ElmSharp\Point.cs" />
+    <Compile Include="ElmSharp\Point3D.cs" />
+    <Compile Include="ElmSharp\Polygon.cs" />
+    <Compile Include="ElmSharp\Popup.cs" />
+    <Compile Include="ElmSharp\PopupItem.cs" />
+    <Compile Include="ElmSharp\ProgressBar.cs" />
+    <Compile Include="ElmSharp\Radio.cs" />
+    <Compile Include="ElmSharp\Rect.cs" />
+    <Compile Include="ElmSharp\Rectangle.cs" />
+    <Compile Include="ElmSharp\Scroller.cs" />
+    <Compile Include="ElmSharp\Size.cs" />
+    <Compile Include="ElmSharp\Slider.cs" />
+    <Compile Include="ElmSharp\Spinner.cs" />
+    <Compile Include="ElmSharp\Table.cs" />
+    <Compile Include="ElmSharp\Toolbar.cs" />
+    <Compile Include="ElmSharp\ToolbarItem.cs" />
+    <Compile Include="ElmSharp\Widget.cs" />
+    <Compile Include="ElmSharp\Window.cs" />
+    <Compile Include="ElmSharp\WrapType.cs" />
+    <Compile Include="Interop\Interop.Eo.cs" />
+    <Compile Include="Interop\Interop.Ecore.cs" />
+    <Compile Include="Interop\Interop.Elementary.Bg.cs" />
+    <Compile Include="Interop\Interop.Elementary.Box.cs" />
+    <Compile Include="Interop\Interop.Elementary.Button.cs" />
+    <Compile Include="Interop\Interop.Elementary.CalendarView.cs" />
+    <Compile Include="Interop\Interop.Elementary.ColorPicker.cs" />
+    <Compile Include="Interop\Interop.Elementary.cs" />
+    <Compile Include="Interop\Interop.Elementary.CtxPopup.cs" />
+    <Compile Include="Interop\Interop.Elementary.DateTimePicker.cs" />
+    <Compile Include="Interop\Interop.Elementary.Entry.cs" />
+    <Compile Include="Interop\Interop.Elementary.GenGridView.cs" />
+    <Compile Include="Interop\Interop.Elementary.GenListView.cs" />
+    <Compile Include="Interop\Interop.Elementary.GestureLayer.cs" />
+    <Compile Include="Interop\Interop.Elementary.Image.cs" />
+    <Compile Include="Interop\Interop.Elementary.Index.cs" />
+    <Compile Include="Interop\Interop.Elementary.Label.cs" />
+    <Compile Include="Interop\Interop.Elementary.List.cs" />
+    <Compile Include="Interop\Interop.Elementary.Naviframe.cs" />
+    <Compile Include="Interop\Interop.Elementary.Panel.cs" />
+    <Compile Include="Interop\Interop.Elementary.Panes.cs" />
+    <Compile Include="Interop\Interop.Elementary.Popup.cs" />
+    <Compile Include="Interop\Interop.Elementary.ProgressBar.cs" />
+    <Compile Include="Interop\Interop.Elementary.ScrollView.cs" />
+    <Compile Include="Interop\Interop.Elementary.Slider.cs" />
+    <Compile Include="Interop\Interop.Elementary.Spinner.cs" />
+    <Compile Include="Interop\Interop.Elementary.Table.cs" />
+    <Compile Include="Interop\Interop.Elementary.Toolbar.cs" />
+    <Compile Include="Interop\Interop.Elementary.Win.cs" />
+    <Compile Include="Interop\Interop.Evas.cs" />
+    <Compile Include="Interop\Interop.Evas.Image.cs" />
+    <Compile Include="Interop\Interop.EvasObjectEvent.cs" />
+    <Compile Include="Interop\Interop.Libc.cs" />
+    <Compile Include="Interop\Interop.Libraries.cs" />
+    <Compile Include="Interop\Interop.SmartEvent.cs" />
+    <Compile Include="Properties\AssemblyInfo.cs" />
+  </ItemGroup>
+  <ItemGroup>
+    <None Include="ElmSharp.nuspec" />
+    <None Include="ElmSharp.project.json" />
+    <None Include="ElmSharp.snk" />
+  </ItemGroup>
+  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
+  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
+       Other similar extension points exist, see Microsoft.Common.targets.
+  <Target Name="BeforeBuild">
+  </Target>
+  <Target Name="AfterBuild">
+  </Target>
+  -->
+  <PropertyGroup>
+    <!-- https://github.com/dotnet/corefxlab/tree/master/samples/NetCoreSample and
+       https://docs.microsoft.com/en-us/dotnet/articles/core/tutorials/target-dotnetcore-with-msbuild
+    -->
+    <!-- We don't use any of MSBuild's resolution logic for resolving the framework, so just set these two
+       properties to any folder that exists to skip the GetReferenceAssemblyPaths task (not target) and
+       to prevent it from outputting a warning (MSB3644).
+    -->
+    <_TargetFrameworkDirectories>$(MSBuildThisFileDirectory)</_TargetFrameworkDirectories>
+    <_FullFrameworkReferenceAssemblyPaths>$(MSBuildThisFileDirectory)</_FullFrameworkReferenceAssemblyPaths>
+    <AutoUnifyAssemblyReferences>true</AutoUnifyAssemblyReferences>
+  </PropertyGroup>
 </Project>
\ No newline at end of file