[C# Connection] Adding C# Connection code
[platform/core/csapi/tizenfx.git] / src / Tizen.Network.Connection / Tizen.Network.Connection.Net45.csproj
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <PropertyGroup>
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6     <ProjectGuid>{3E8CB60C-B3E5-41B6-B58C-996515C6B4B2}</ProjectGuid>
7     <OutputType>Library</OutputType>
8     <AppDesignerFolder>Properties</AppDesignerFolder>
9     <RootNamespace>Tizen.Network.Connection</RootNamespace>
10     <AssemblyName>Tizen.Network.Connection</AssemblyName>
11     <FileAlignment>512</FileAlignment>
12     <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
13   </PropertyGroup>
14   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
15     <DebugSymbols>true</DebugSymbols>
16     <DebugType>full</DebugType>
17     <Optimize>false</Optimize>
18     <OutputPath>bin\Debug\Net45\</OutputPath>
19     <DefineConstants>DEBUG;TRACE</DefineConstants>
20     <ErrorReport>prompt</ErrorReport>
21     <WarningLevel>4</WarningLevel>
22   </PropertyGroup>
23   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
24     <DebugType>pdbonly</DebugType>
25     <Optimize>true</Optimize>
26     <OutputPath>bin\Release\Net45\</OutputPath>
27     <DefineConstants>TRACE</DefineConstants>
28     <ErrorReport>prompt</ErrorReport>
29     <WarningLevel>4</WarningLevel>
30   </PropertyGroup>
31   <PropertyGroup>
32     <SignAssembly>true</SignAssembly>
33   </PropertyGroup>
34   <PropertyGroup>
35     <AssemblyOriginatorKeyFile>Tizen.Network.Connection.snk</AssemblyOriginatorKeyFile>
36   </PropertyGroup>
37   <ItemGroup>
38     <Reference Include="System" />
39     <Reference Include="System.Core" />
40     <Reference Include="System.Xml.Linq" />
41     <Reference Include="System.Data.DataSetExtensions" />
42     <Reference Include="Microsoft.CSharp" />
43     <Reference Include="System.Data" />
44     <Reference Include="System.Net.Http" />
45     <Reference Include="System.Xml" />
46   </ItemGroup>
47   <ItemGroup>
48     <Compile Include="Interop\Interop.Libraries.cs" />
49     <Compile Include="Interop\Interop.Connection.cs" />
50     <Compile Include="Properties\AssemblyInfo.cs" />
51     <Compile Include="Tizen.Network.Connection\CellularProfile.cs" />
52     <Compile Include="Tizen.Network.Connection\ConnectionError.cs" />
53     <Compile Include="Tizen.Network.Connection\ConnectionInternalManager.cs" />
54     <Compile Include="Tizen.Network.Connection\ConnectionManager.cs" />
55     <Compile Include="Tizen.Network.Connection\ConnectionProfile.cs" />
56     <Compile Include="Tizen.Network.Connection\ConnectionProfileManager.cs" />
57     <Compile Include="Tizen.Network.Connection\ConnectionTypes.cs" />
58     <Compile Include="Tizen.Network.Connection\IAddressInformation.cs" />
59     <Compile Include="Tizen.Network.Connection\RequestCellularProfile.cs" />
60     <Compile Include="Tizen.Network.Connection\RequestProfile.cs" />
61     <Compile Include="Tizen.Network.Connection\RequestWiFiProfile.cs" />
62     <Compile Include="Tizen.Network.Connection\WiFiProfile.cs" />
63   </ItemGroup>
64   <ItemGroup>
65     <None Include="Tizen.Network.Connection.nuspec" />
66     <None Include="Tizen.Network.Connection.Net45.project.json" />
67     <None Include="Tizen.Network.Connection.snk" />
68   </ItemGroup>
69   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
70   <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
71        Other similar extension points exist, see Microsoft.Common.targets.
72   <Target Name="BeforeBuild">
73   </Target>
74   <Target Name="AfterBuild">
75   </Target>
76   -->
77 </Project>