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 <ProductVersion>8.0.30703</ProductVersion>
15 <SchemaVersion>2.0</SchemaVersion>
17 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
18 <DebugSymbols>true</DebugSymbols>
19 <DebugType>full</DebugType>
20 <Optimize>false</Optimize>
21 <OutputPath>bin\Debug\</OutputPath>
22 <DefineConstants>DEBUG;TRACE</DefineConstants>
23 <ErrorReport>prompt</ErrorReport>
24 <WarningLevel>4</WarningLevel>
25 <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
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" />
50 <Reference Include="Tizen.Internals">
51 <HintPath>..\..\tizen\Tizen.Internals\bin\Debug\Tizen.Internals.dll</HintPath>
53 <Reference Include="Tizen">
54 <HintPath>..\..\tizen\Tizen\bin\Debug\Tizen.dll</HintPath>
58 <Compile Include="Tizen.Network.IoTConnectivity\CacheUpdatedEventArgs.cs" />
59 <Compile Include="Tizen.Network.IoTConnectivity\DeviceInformationFoundEventArgs.cs" />
60 <Compile Include="Tizen.Network.IoTConnectivity\FindingErrorOccurredEventArgs.cs" />
61 <Compile Include="Tizen.Network.IoTConnectivity\IoTConnectivityClientManager.cs" />
62 <Compile Include="Tizen.Network.IoTConnectivity\IoTConnectivityErrorFactory.cs" />
63 <Compile Include="Tizen.Network.IoTConnectivity\LiteResource.cs" />
64 <Compile Include="Tizen.Network.IoTConnectivity\ObserverNotifiedEventArgs.cs" />
65 <Compile Include="Tizen.Network.IoTConnectivity\PlatformInformationFoundEventArgs.cs" />
66 <Compile Include="Tizen.Network.IoTConnectivity\PresenceReceivedEventArgs.cs" />
67 <Compile Include="Tizen.Network.IoTConnectivity\RemoteResource.cs" />
68 <Compile Include="Tizen.Network.IoTConnectivity\RemoteResponse.cs" />
69 <Compile Include="Tizen.Network.IoTConnectivity\ResourceFoundEventArgs.cs" />
70 <Compile Include="Tizen.Network.IoTConnectivity\ResourceInterfaces.cs" />
71 <Compile Include="Tizen.Network.IoTConnectivity\ResourceQuery.cs" />
72 <Compile Include="Tizen.Network.IoTConnectivity\Representation.cs" />
73 <Compile Include="Tizen.Network.IoTConnectivity\ResourceOptions.cs" />
74 <Compile Include="Tizen.Network.IoTConnectivity\State.cs" />
75 <Compile Include="Tizen.Network.IoTConnectivity\ResourceTypes.cs" />
76 <Compile Include="Interop\Interop.Libraries.cs" />
77 <Compile Include="Properties\AssemblyInfo.cs" />
78 <Compile Include="Tizen.Network.IoTConnectivity\IoTConnectivityServerManager.cs" />
79 <Compile Include="Tizen.Network.IoTConnectivity\Request.cs" />
80 <Compile Include="Tizen.Network.IoTConnectivity\Resource.cs" />
81 <Compile Include="Tizen.Network.IoTConnectivity\Response.cs" />
82 <Compile Include="Tizen.Network.IoTConnectivity\ObservePolicy.cs" />
83 <Compile Include="Tizen.Network.IoTConnectivity\PresenceEventType.cs" />
84 <Compile Include="Tizen.Network.IoTConnectivity\QualityOfService.cs" />
85 <Compile Include="Tizen.Network.IoTConnectivity\FindingError.cs" />
86 <Compile Include="Tizen.Network.IoTConnectivity\ResourcePolicy.cs" />
87 <Compile Include="Tizen.Network.IoTConnectivity\ResourceState.cs" />
88 <Compile Include="Tizen.Network.IoTConnectivity\ResponseCode.cs" />
89 <Compile Include="Interop\Interop.IoTConnectivity.Client.cs" />
90 <Compile Include="Interop\Interop.IoTConnectivity.Common.cs" />
91 <Compile Include="Interop\Interop.IoTConnectivity.Server.cs" />
92 <Compile Include="Tizen.Network.IoTConnectivity\ObserveType.cs" />
93 <Compile Include="Tizen.Network.IoTConnectivity\StateChangedEventArgs.cs" />
96 <None Include="Tizen.Network.IoTConnectivity.snk" />
98 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
99 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
100 Other similar extension points exist, see Microsoft.Common.targets.
101 <Target Name="BeforeBuild">
103 <Target Name="AfterBuild">