3bc5989be3af2d4428a44f894192391f1975f8d3
[platform/core/csapi/tizen.git] / Tizen / Tizen.Net45.csproj
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="4.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>{3A809808-3797-40DE-A1C0-5E9ED922F7D6}</ProjectGuid>
7     <OutputType>Library</OutputType>
8     <AppDesignerFolder>Properties</AppDesignerFolder>
9     <RootNamespace>Tizen</RootNamespace>
10     <AssemblyName>Tizen</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>true</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.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.CommonError.cs" />
49     <Compile Include="Interop\Interop.Dlog.cs" />
50     <Compile Include="Properties\AssemblyInfo.cs" />
51     <Compile Include="Tizen.Common\Color.cs" />
52     <Compile Include="Tizen.Internals.Errors\ErrorCode.cs" />
53     <Compile Include="Tizen.Internals.Errors\ErrorFacts.cs" />
54     <Compile Include="Tizen\Log.cs" />
55   </ItemGroup>
56   <ItemGroup>
57     <None Include="Tizen.snk" />
58   </ItemGroup>
59   <Import Project="$(MSBuildExtensionsPath)\Tizen\Tizen.CSharp.GBS.targets" Condition="Exists('$(MSBuildExtensionsPath)\Tizen\Tizen.CSharp.GBS.targets')" />
60   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
61   <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
62        Other similar extension points exist, see Microsoft.Common.targets.
63   <Target Name="BeforeBuild">
64   </Target>
65   <Target Name="AfterBuild">
66   </Target>
67   -->
68 </Project>