summaryrefslogtreecommitdiff
path: root/Tizen.Network.Nfc/Tizen.Network.Nfc.csproj
blob: 054a0fb62b78dbf6b67ac4764ba80317383af4c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<?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>{3EE5842E-7004-43BC-825B-29FFDEC18D4E}</ProjectGuid>
    <OutputType>Library</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>Tizen.Network.Nfc</RootNamespace>
    <AssemblyName>Tizen.Network.Nfc</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>false</Optimize>
    <OutputPath>bin\Debug\</OutputPath>
    <DefineConstants>DEBUG;TRACE</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
    <Prefer32Bit>false</Prefer32Bit>
  </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>
    <Prefer32Bit>false</Prefer32Bit>
  </PropertyGroup>
  <PropertyGroup>
    <SignAssembly>true</SignAssembly>
  </PropertyGroup>
  <PropertyGroup>
    <AssemblyOriginatorKeyFile>Tizen.Network.Nfc.snk</AssemblyOriginatorKeyFile>
  </PropertyGroup>
  <ItemGroup>
    <Compile Include="Interop\Interop.Glib.cs" />
    <Compile Include="Interop\Interop.Libc.cs" />
    <Compile Include="Interop\Interop.Libraries.cs" />
    <Compile Include="Interop\Interop.Nfc.cs" />
    <Compile Include="Properties\AssemblyInfo.cs" />
    <Compile Include="Tizen.Network.Nfc\NfcCallbackData.cs" />
    <Compile Include="Tizen.Network.Nfc\NfcCardEmulationAdapter.cs" />
    <Compile Include="Tizen.Network.Nfc\NfcEnumerations.cs" />
    <Compile Include="Tizen.Network.Nfc\NfcErrorFactory.cs" />
    <Compile Include="Tizen.Network.Nfc\NfcEventArgs.cs" />
    <Compile Include="Tizen.Network.Nfc\NfcSecureElement.cs" />
    <Compile Include="Tizen.Network.Nfc\NfcManager.cs" />
    <Compile Include="Tizen.Network.Nfc\NfcManagerEvent.cs" />
    <Compile Include="Tizen.Network.Nfc\NfcManagerImpl.cs" />
    <Compile Include="Tizen.Network.Nfc\NfcNdefMessage.cs" />
    <Compile Include="Tizen.Network.Nfc\NfcNdefRecord.cs" />
    <Compile Include="Tizen.Network.Nfc\NfcP2p.cs" />
    <Compile Include="Tizen.Network.Nfc\NfcP2pAdapter.cs" />
    <Compile Include="Tizen.Network.Nfc\NfcTag.cs" />
    <Compile Include="Tizen.Network.Nfc\NfcTagAdapter.cs" />
  </ItemGroup>
  <ItemGroup>
    <None Include="Tizen.Network.Nfc.nuspec" />
    <None Include="Tizen.Network.Nfc.project.json" />
    <None Include="Tizen.Network.Nfc.snk" />
  </ItemGroup>
  <Import Project="$(MSBuildExtensionsPath)\Tizen\Tizen.CSharp.GBS.targets" Condition="Exists('$(MSBuildExtensionsPath)\Tizen\Tizen.CSharp.GBS.targets')" />
  <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>