Fix code for building with corefx
[platform/core/csapi/tizenfx.git] / src / Tizen / Tizen.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   <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4   <PropertyGroup>
5     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7     <ProjectGuid>{7659CA59-410D-41A1-9841-586E88BC78C9}</ProjectGuid>
8     <OutputType>Library</OutputType>
9     <AppDesignerFolder>Properties</AppDesignerFolder>
10     <RootNamespace>Tizen</RootNamespace>
11     <AssemblyName>Tizen</AssemblyName>
12     <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
13     <FileAlignment>512</FileAlignment>
14     <TargetFrameworkProfile />
15   </PropertyGroup>
16   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17     <DebugSymbols>true</DebugSymbols>
18     <DebugType>full</DebugType>
19     <Optimize>true</Optimize>
20     <OutputPath>bin\Debug\</OutputPath>
21     <DefineConstants>DEBUG;TRACE</DefineConstants>
22     <ErrorReport>prompt</ErrorReport>
23     <WarningLevel>4</WarningLevel>
24     <DocumentationFile>bin\Debug\Tizen.XML</DocumentationFile>
25     <CodeAnalysisRuleSet>ExtendedDesignGuidelineRules.ruleset</CodeAnalysisRuleSet>
26   </PropertyGroup>
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>
34   </PropertyGroup>
35   <PropertyGroup>
36     <SignAssembly>true</SignAssembly>
37   </PropertyGroup>
38   <PropertyGroup>
39     <AssemblyOriginatorKeyFile>Tizen.snk</AssemblyOriginatorKeyFile>
40   </PropertyGroup>
41   <Import Project="CoreFx.References.targets" />
42   <ItemGroup Condition=" '$(CoreFxPath)' == '' ">
43     <Reference Include="System"/>
44   </ItemGroup>
45   <ItemGroup>
46     <Compile Include="Interop\Interop.Dlog.cs" />
47     <Compile Include="Properties\AssemblyInfo.cs" />
48     <Compile Include="Tizen\Log.cs" />
49     <Compile Include="GlobalSuppressions.cs" />
50   </ItemGroup>
51   <ItemGroup>
52     <None Include="Tizen.snk" />
53   </ItemGroup>
54   <ItemGroup>
55     <CodeAnalysisDictionary Include="CustomDictionary.xml" />
56   </ItemGroup>
57   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
58   <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
59        Other similar extension points exist, see Microsoft.Common.targets.
60   <Target Name="BeforeBuild">
61   </Target>
62   <Target Name="AfterBuild">
63   </Target>
64   -->
65 </Project>