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

« back to all changes in this revision

Viewing changes to external/mono-addins/Samples/TextEditorSWF/SnippetsAddin/SnippetsAddin.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 ToolsVersion="3.5" 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
    <ProductVersion>9.0.21022</ProductVersion>
 
7
    <SchemaVersion>2.0</SchemaVersion>
 
8
    <ProjectGuid>{54542FD2-7B2E-4CEB-874C-BB50CF4812FE}</ProjectGuid>
 
9
    <OutputType>Library</OutputType>
 
10
    <AppDesignerFolder>Properties</AppDesignerFolder>
 
11
    <RootNamespace>SnippetsAddin</RootNamespace>
 
12
    <AssemblyName>SnippetsAddin</AssemblyName>
 
13
    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
 
14
    <FileAlignment>512</FileAlignment>
 
15
  </PropertyGroup>
 
16
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
 
17
    <DebugSymbols>True</DebugSymbols>
 
18
    <DebugType>full</DebugType>
 
19
    <Optimize>False</Optimize>
 
20
    <OutputPath>..\TextEditorSWF\bin\Debug\</OutputPath>
 
21
    <DefineConstants>DEBUG;TRACE</DefineConstants>
 
22
    <ErrorReport>prompt</ErrorReport>
 
23
    <WarningLevel>4</WarningLevel>
 
24
  </PropertyGroup>
 
25
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
 
26
    <DebugType>pdbonly</DebugType>
 
27
    <Optimize>True</Optimize>
 
28
    <OutputPath>..\TextEditorSWF\bin\Release\</OutputPath>
 
29
    <DefineConstants>TRACE</DefineConstants>
 
30
    <ErrorReport>prompt</ErrorReport>
 
31
    <WarningLevel>4</WarningLevel>
 
32
  </PropertyGroup>
 
33
  <ItemGroup>
 
34
    <Reference Include="System" />
 
35
    <Reference Include="System.Core">
 
36
      <RequiredTargetFramework>3.5</RequiredTargetFramework>
 
37
    </Reference>
 
38
    <Reference Include="System.Windows.Forms" />
 
39
    <Reference Include="System.Xml.Linq">
 
40
      <RequiredTargetFramework>3.5</RequiredTargetFramework>
 
41
    </Reference>
 
42
    <Reference Include="System.Data.DataSetExtensions">
 
43
      <RequiredTargetFramework>3.5</RequiredTargetFramework>
 
44
    </Reference>
 
45
    <Reference Include="System.Data" />
 
46
    <Reference Include="System.Xml" />
 
47
    <Reference Include="Mono.Addins">
 
48
      <HintPath>..\..\..\bin\Mono.Addins.dll</HintPath>
 
49
    </Reference>
 
50
  </ItemGroup>
 
51
  <ItemGroup>
 
52
    <Compile Include="ISnippetProvider.cs" />
 
53
    <Compile Include="StockSnippetProvider.cs" />
 
54
    <Compile Include="SnippetsAddin.cs" />
 
55
    <Compile Include="Properties\AssemblyInfo.cs" />
 
56
    <Compile Include="StockSnippets.cs" />
 
57
  </ItemGroup>
 
58
  <ItemGroup>
 
59
    <ProjectReference Include="..\TextEditorSWF\TextEditorSWF.csproj">
 
60
      <Project>{85480AD8-781F-43FC-A48F-91962401DB95}</Project>
 
61
      <Name>TextEditorSWF</Name>
 
62
      <Private>False</Private>
 
63
    </ProjectReference>
 
64
  </ItemGroup>
 
65
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
 
66
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
 
67
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
 
68
       Other similar extension points exist, see Microsoft.Common.targets.
 
69
  <Target Name="BeforeBuild">
 
70
  </Target>
 
71
  <Target Name="AfterBuild">
 
72
  </Target>
 
73
  -->
 
74
</Project>
 
 
b'\\ No newline at end of file'