Skip to content

Commit

Permalink
[Wearable][ImageSample] Add new sample app
Browse files Browse the repository at this point in the history
Signed-off-by: sbsh.baek <sbsh.baek@DO-SBSH-BAEK02>
  • Loading branch information
sbsh.baek authored and sbsh.baek committed Mar 13, 2019
1 parent 4c11831 commit cd3c7ee
Show file tree
Hide file tree
Showing 15 changed files with 1,310 additions and 0 deletions.
25 changes: 25 additions & 0 deletions Wearable/ImageSample/ImageSample.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.106
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ImageSample", "ImageSample\ImageSample.csproj", "{5E2A10D2-C059-472B-B6D2-C955D1035A90}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5E2A10D2-C059-472B-B6D2-C955D1035A90}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5E2A10D2-C059-472B-B6D2-C955D1035A90}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5E2A10D2-C059-472B-B6D2-C955D1035A90}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5E2A10D2-C059-472B-B6D2-C955D1035A90}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {270C8B7D-A9E1-44BB-B562-E5806B5289CA}
EndGlobalSection
EndGlobal
722 changes: 722 additions & 0 deletions Wearable/ImageSample/ImageSample/ImageSample.cs

Large diffs are not rendered by default.

27 changes: 27 additions & 0 deletions Wearable/ImageSample/ImageSample/ImageSample.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.0</TargetFramework>
</PropertyGroup>

<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugType>portable</DebugType>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>None</DebugType>
</PropertyGroup>

<ItemGroup>
<Folder Include="lib\" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Tizen.NET" Version="5.0.0.14562">
<ExcludeAssets>Runtime</ExcludeAssets>
</PackageReference>
<PackageReference Include="Tizen.NET.Sdk" Version="1.0.1" />
</ItemGroup>

</Project>

Loading

0 comments on commit cd3c7ee

Please sign in to comment.