~ubuntu-branches/ubuntu/trusty/monodevelop/trusty-proposed

« back to all changes in this revision

Viewing changes to src/tools/mdmonitor/mdmonitor.csproj

  • Committer: Package Import Robot
  • Author(s): Jo Shields
  • Date: 2013-05-12 09:46:03 UTC
  • mto: This revision was merged to the branch mainline in revision 29.
  • Revision ID: package-import@ubuntu.com-20130512094603-mad323bzcxvmcam0
Tags: upstream-4.0.5+dfsg
ImportĀ upstreamĀ versionĀ 4.0.5+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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>9.0.21022</ProductVersion>
 
7
    <SchemaVersion>2.0</SchemaVersion>
 
8
    <ProjectGuid>{D0B5AF2B-4BC1-4EB4-81D3-E5B85DDCE925}</ProjectGuid>
 
9
    <OutputType>WinExe</OutputType>
 
10
    <RootNamespace>Mono.Instrumentation.Monitor</RootNamespace>
 
11
    <AssemblyName>mdmonitor</AssemblyName>
 
12
  </PropertyGroup>
 
13
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
 
14
    <DebugSymbols>True</DebugSymbols>
 
15
    <DebugType>full</DebugType>
 
16
    <Optimize>False</Optimize>
 
17
    <OutputPath>..\..\..\build\bin</OutputPath>
 
18
    <DefineConstants>DEBUG</DefineConstants>
 
19
    <ErrorReport>prompt</ErrorReport>
 
20
    <WarningLevel>4</WarningLevel>
 
21
    <PlatformTarget>x86</PlatformTarget>
 
22
    <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
 
23
  </PropertyGroup>
 
24
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
 
25
    <DebugType>none</DebugType>
 
26
    <Optimize>False</Optimize>
 
27
    <OutputPath>..\..\..\build\bin</OutputPath>
 
28
    <ErrorReport>prompt</ErrorReport>
 
29
    <WarningLevel>4</WarningLevel>
 
30
    <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
 
31
    <PlatformTarget>x86</PlatformTarget>
 
32
  </PropertyGroup>
 
33
  <ItemGroup>
 
34
    <Reference Include="System" />
 
35
    <Reference Include="Mono.Posix" />
 
36
    <Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
 
37
    <Reference Include="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
 
38
    <Reference Include="glib-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
 
39
    <Reference Include="glade-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
 
40
    <Reference Include="pango-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
 
41
    <Reference Include="atk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
 
42
    <Reference Include="Mono.Cairo" />
 
43
    <Reference Include="System.Core" />
 
44
    <Reference Include="System.Xml" />
 
45
  </ItemGroup>
 
46
  <ItemGroup>
 
47
    <Compile Include="gtk-gui\generated.cs" />
 
48
    <Compile Include="Main.cs" />
 
49
    <Compile Include="AssemblyInfo.cs" />
 
50
    <Compile Include="CounterSelectorDialog.cs" />
 
51
    <Compile Include="InstrumenationChartView.cs" />
 
52
    <Compile Include="InstrumentationViewerDialog.cs" />
 
53
    <Compile Include="TimeLineView.cs" />
 
54
    <Compile Include="TimeLineViewWindow.cs" />
 
55
    <Compile Include="NewProfile.cs" />
 
56
    <Compile Include="gtk-gui\Mono.Instrumentation.Monitor.InstrumentationViewerDialog.cs" />
 
57
    <Compile Include="gtk-gui\Mono.Instrumentation.Monitor.InstrumenationChartView.cs" />
 
58
    <Compile Include="gtk-gui\Mono.Instrumentation.Monitor.NewProfile.cs" />
 
59
    <Compile Include="gtk-gui\Mono.Instrumentation.Monitor.CounterSelectorDialog.cs" />
 
60
    <Compile Include="gtk-gui\Mono.Instrumentation.Monitor.TimeLineViewWindow.cs" />
 
61
    <Compile Include="TimeStatisticsView.cs" />
 
62
    <Compile Include="gtk-gui\Mono.Instrumentation.Monitor.TimeStatisticsView.cs" />
 
63
    <Compile Include="ChartView.cs" />
 
64
    <Compile Include="ChartSerieInfo.cs" />
 
65
    <Compile Include="MacIntegration\MacIntegration.cs" />
 
66
    <Compile Include="..\..\addins\MacPlatform\MacInterop\AppleEvent.cs">
 
67
      <Link>MacIntegration\AppleEvent.cs</Link>
 
68
    </Compile>
 
69
    <Compile Include="..\..\addins\MacPlatform\MacInterop\ApplicationEvents.cs">
 
70
      <Link>MacIntegration\ApplicationEvents.cs</Link>
 
71
    </Compile>
 
72
    <Compile Include="..\..\addins\MacPlatform\MacInterop\Carbon.cs">
 
73
      <Link>MacIntegration\Carbon.cs</Link>
 
74
    </Compile>
 
75
    <Compile Include="..\..\addins\MacPlatform\MacInterop\CoreFoundation.cs">
 
76
      <Link>MacIntegration\CoreFoundation.cs</Link>
 
77
    </Compile>
 
78
  </ItemGroup>
 
79
  <ItemGroup>
 
80
    <ProjectReference Include="..\..\core\MonoDevelop.Core\MonoDevelop.Core.csproj">
 
81
      <Project>{7525BB88-6142-4A26-93B9-A30C6983390A}</Project>
 
82
      <Name>MonoDevelop.Core</Name>
 
83
      <Private>False</Private>
 
84
    </ProjectReference>
 
85
    <ProjectReference Include="..\..\core\MonoDevelop.Ide\MonoDevelop.Ide.csproj">
 
86
      <Project>{27096E7F-C91C-4AC6-B289-6897A701DF21}</Project>
 
87
      <Name>MonoDevelop.Ide</Name>
 
88
      <Private>False</Private>
 
89
    </ProjectReference>
 
90
  </ItemGroup>
 
91
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
 
92
  <ItemGroup>
 
93
    <EmbeddedResource Include="gtk-gui\gui.stetic">
 
94
      <LogicalName>gui.stetic</LogicalName>
 
95
    </EmbeddedResource>
 
96
  </ItemGroup>
 
97
  <ItemGroup>
 
98
    <Folder Include="MacIntegration\" />
 
99
  </ItemGroup>
 
100
</Project>
 
 
b'\\ No newline at end of file'