1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
5 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7 <ProjectGuid>{3577EAE8-B409-4BAE-A5DA-C6340BE1DBC2}</ProjectGuid>
8 <OutputType>Library</OutputType>
9 <AppDesignerFolder>Properties</AppDesignerFolder>
10 <RootNamespace>Tizen.Network.IoTConnectivity</RootNamespace>
11 <AssemblyName>Tizen.Network.IoTConnectivity</AssemblyName>
12 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
13 <FileAlignment>512</FileAlignment>
14 <TargetFrameworkProfile />
15 <ProductVersion>8.0.30703</ProductVersion>
16 <SchemaVersion>2.0</SchemaVersion>
18 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
19 <DebugSymbols>true</DebugSymbols>
20 <DebugType>full</DebugType>
21 <Optimize>false</Optimize>
22 <OutputPath>bin\Debug\</OutputPath>
23 <DefineConstants>DEBUG;TRACE</DefineConstants>
24 <ErrorReport>prompt</ErrorReport>
25 <WarningLevel>4</WarningLevel>
27 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28 <DebugType>pdbonly</DebugType>
29 <Optimize>true</Optimize>
30 <OutputPath>bin\Release\</OutputPath>
31 <DefineConstants>TRACE</DefineConstants>
32 <ErrorReport>prompt</ErrorReport>
33 <WarningLevel>4</WarningLevel>
36 <SignAssembly>true</SignAssembly>
39 <AssemblyOriginatorKeyFile>Tizen.Network.IoTConnectivity.snk</AssemblyOriginatorKeyFile>
42 <Reference Include="System" />
43 <Reference Include="System.Core" />
44 <Reference Include="System.Xml.Linq" />
45 <Reference Include="System.Data.DataSetExtensions" />
46 <Reference Include="Microsoft.CSharp" />
47 <Reference Include="System.Data" />
48 <Reference Include="System.Net.Http" />
49 <Reference Include="System.Xml" />
52 <Compile Include="Tizen.Network.IoTConnectivity\Attributes.cs" />
53 <Compile Include="Tizen.Network.IoTConnectivity\CacheUpdatedEventArgs.cs" />
54 <Compile Include="Tizen.Network.IoTConnectivity\DeviceInformationFoundEventArgs.cs" />
55 <Compile Include="Tizen.Network.IoTConnectivity\FindingErrorOccurredEventArgs.cs" />
56 <Compile Include="Tizen.Network.IoTConnectivity\IoTConnectivityClientManager.cs" />
57 <Compile Include="Tizen.Network.IoTConnectivity\IoTConnectivityErrorFactory.cs" />
58 <Compile Include="Tizen.Network.IoTConnectivity\LiteResource.cs" />
59 <Compile Include="Tizen.Network.IoTConnectivity\ObserverNotifiedEventArgs.cs" />
60 <Compile Include="Tizen.Network.IoTConnectivity\PlatformInformationFoundEventArgs.cs" />
61 <Compile Include="Tizen.Network.IoTConnectivity\PresenceReceivedEventArgs.cs" />
62 <Compile Include="Tizen.Network.IoTConnectivity\RemoteResource.cs" />
63 <Compile Include="Tizen.Network.IoTConnectivity\RemoteResponse.cs" />
64 <Compile Include="Tizen.Network.IoTConnectivity\ResourceFoundEventArgs.cs" />
65 <Compile Include="Tizen.Network.IoTConnectivity\ResourceInterfaces.cs" />
66 <Compile Include="Tizen.Network.IoTConnectivity\ResourceQuery.cs" />
67 <Compile Include="Tizen.Network.IoTConnectivity\Representation.cs" />
68 <Compile Include="Tizen.Network.IoTConnectivity\ResourceOptions.cs" />
69 <Compile Include="Tizen.Network.IoTConnectivity\ResourceTypes.cs" />
70 <Compile Include="Interop\Interop.Libraries.cs" />
71 <Compile Include="Properties\AssemblyInfo.cs" />
72 <Compile Include="Tizen.Network.IoTConnectivity\IoTConnectivityServerManager.cs" />
73 <Compile Include="Tizen.Network.IoTConnectivity\Request.cs" />
74 <Compile Include="Tizen.Network.IoTConnectivity\Resource.cs" />
75 <Compile Include="Tizen.Network.IoTConnectivity\Response.cs" />
76 <Compile Include="Tizen.Network.IoTConnectivity\ObservePolicy.cs" />
77 <Compile Include="Tizen.Network.IoTConnectivity\PresenceEventType.cs" />
78 <Compile Include="Tizen.Network.IoTConnectivity\QualityOfService.cs" />
79 <Compile Include="Tizen.Network.IoTConnectivity\FindingError.cs" />
80 <Compile Include="Tizen.Network.IoTConnectivity\ResourcePolicy.cs" />
81 <Compile Include="Tizen.Network.IoTConnectivity\ResourceState.cs" />
82 <Compile Include="Tizen.Network.IoTConnectivity\ResponseCode.cs" />
83 <Compile Include="Interop\Interop.IoTConnectivity.Client.cs" />
84 <Compile Include="Interop\Interop.IoTConnectivity.Common.cs" />
85 <Compile Include="Interop\Interop.IoTConnectivity.Server.cs" />
86 <Compile Include="Tizen.Network.IoTConnectivity\ObserveType.cs" />
87 <Compile Include="Tizen.Network.IoTConnectivity\StateChangedEventArgs.cs" />
90 <None Include="Tizen.Network.IoTConnectivity.snk" />
94 <Reference Include="Tizen">
95 <PkgConfig>csapi-tizen</PkgConfig>
96 <HintPath>..\..\tizen\Tizen\obj\Debug\Tizen.dll</HintPath>
98 <Reference Include="Tizen.Internals">
99 <PkgConfig>csapi-tizen</PkgConfig>
100 <HintPath>..\..\tizen\Tizen.Internals\bin\Debug\Tizen.Internals.dll</HintPath>
104 <ProjectReference Include="..\..\tizen\Tizen.Internals\Tizen.Internals.csproj">
105 <Project>{B9AA1CB2-F72D-4A30-A33B-A20C850A38A0}</Project>
106 <Name>Tizen.Internals</Name>
107 <Private>True</Private>
109 <ProjectReference Include="..\..\tizen\Tizen\Tizen.csproj">
110 <Project>{7659CA59-410D-41A1-9841-586E88BC78C9}</Project>
112 <Private>True</Private>
115 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
116 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
117 Other similar extension points exist, see Microsoft.Common.targets.
118 <Target Name="BeforeBuild">
120 <Target Name="AfterBuild">