[CAT-35] implementation of Tizen Tracer C# api
[platform/core/csapi/tizenfx.git] / src / Tizen.Tracer / Tizen.Tracer.csproj
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <PropertyGroup>
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6     <ProductVersion>10.0.0</ProductVersion>
7     <SchemaVersion>2.0</SchemaVersion>
8     <ProjectGuid>{20C210FC-AE4F-411F-9BA9-8DD900ED61DB}</ProjectGuid>
9     <OutputType>Library</OutputType>
10     <RootNamespace>Tizen.Tracer</RootNamespace>
11     <AssemblyName>Tizen.Tracer</AssemblyName>
12     <SignAssembly>true</SignAssembly>
13     <AssemblyOriginatorKeyFile>Tizen.Tracer.snk</AssemblyOriginatorKeyFile>
14     <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
15     <TargetFrameworkProfile />
16   </PropertyGroup>
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;</DefineConstants>
23     <ErrorReport>prompt</ErrorReport>
24     <WarningLevel>4</WarningLevel>
25     <ConsolePause>false</ConsolePause>
26     <Prefer32Bit>false</Prefer32Bit>
27   </PropertyGroup>
28   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
29     <DebugType>full</DebugType>
30     <Optimize>true</Optimize>
31     <OutputPath>bin\Release</OutputPath>
32     <ErrorReport>prompt</ErrorReport>
33     <WarningLevel>4</WarningLevel>
34     <ConsolePause>false</ConsolePause>
35     <Prefer32Bit>false</Prefer32Bit>
36   </PropertyGroup>
37   <ItemGroup>
38     <Reference Include="System" />
39   </ItemGroup>
40   <ItemGroup>
41     <Compile Include="Properties\AssemblyInfo.cs" />
42     <Compile Include="Interop\Interop.Libraries.cs" />
43     <Compile Include="Tizen\Tracer.cs" />
44     <Compile Include="Interop\Interop.Tracer.cs" />
45   </ItemGroup>
46   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
47   <ItemGroup>
48     <None Include="Tizen.Tracer.snk" />
49   </ItemGroup>
50 </Project>