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

« back to all changes in this revision

Viewing changes to external/mono-addins/Test/HelloWorldExtension/HelloWorldExtension.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" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
 
3
  <PropertyGroup>
 
4
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
 
5
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
 
6
    <ProductVersion>8.0.50727</ProductVersion>
 
7
    <ProjectGuid>{04C62888-E58A-4C6E-8688-A4F6F5459E14}</ProjectGuid>
 
8
    <OutputType>Library</OutputType>
 
9
    <AssemblyName>HelloWorldExtension</AssemblyName>
 
10
    <SchemaVersion>2.0</SchemaVersion>
 
11
    <RootNamespace>HelloWorldExtension</RootNamespace>
 
12
  </PropertyGroup>
 
13
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
 
14
    <DebugSymbols>True</DebugSymbols>
 
15
    <DebugType>full</DebugType>
 
16
    <Optimize>True</Optimize>
 
17
    <OutputPath>..\lib</OutputPath>
 
18
    <ErrorReport>prompt</ErrorReport>
 
19
    <WarningLevel>4</WarningLevel>
 
20
    <CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
 
21
    <ConsolePause>False</ConsolePause>
 
22
  </PropertyGroup>
 
23
  <ItemGroup>
 
24
    <Reference Include="System" />
 
25
  </ItemGroup>
 
26
  <ItemGroup>
 
27
    <ProjectReference Include="..\UnitTests\UnitTests.csproj">
 
28
      <Project>{1CD51E61-1985-4D22-9BFA-D14C8FC61B46}</Project>
 
29
      <Name>UnitTests</Name>
 
30
      <Private>False</Private>
 
31
    </ProjectReference>
 
32
    <ProjectReference Include="..\..\Mono.Addins\Mono.Addins.csproj">
 
33
      <Project>{91DD5A2D-9FE3-4C3C-9253-876141874DAD}</Project>
 
34
      <Name>Mono.Addins</Name>
 
35
    </ProjectReference>
 
36
  </ItemGroup>
 
37
  <ItemGroup>
 
38
    <Compile Include="HelloWorldWriter.cs" />
 
39
    <Compile Include="HelloSampleExtender.cs" />
 
40
    <Compile Include="AttributeExtensions.cs" />
 
41
    <Compile Include="HelloWriterWithMetadata.cs" />
 
42
  </ItemGroup>
 
43
  <ItemGroup>
 
44
    <None Include="Makefile.am" />
 
45
  </ItemGroup>
 
46
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
 
47
  <ProjectExtensions>
 
48
    <MonoDevelop>
 
49
      <Properties>
 
50
        <Deployment.LinuxDeployData scriptName="helloworldextension" generatePcFile="False" />
 
51
        <MonoDevelop.Autotools.MakefileInfo IntegrationEnabled="True" RelativeMakefileName="./Makefile.am" BuildTargetName="" CleanTargetName="" SyncReferences="True">
 
52
          <BuildFilesVar Sync="True" Name="FILES" />
 
53
          <DeployFilesVar Sync="True" Name="DATA_FILES" />
 
54
          <ResourcesVar Sync="True" Name="RESOURCES" />
 
55
          <OthersVar />
 
56
          <GacRefVar Sync="True" Name="REFERENCES" Prefix="-r:" />
 
57
          <AsmRefVar Sync="True" Name="DLL_REFERENCES" />
 
58
          <ProjectRefVar Sync="True" Name="PROJECT_REFERENCES" />
 
59
        </MonoDevelop.Autotools.MakefileInfo>
 
60
      </Properties>
 
61
    </MonoDevelop>
 
62
  </ProjectExtensions>
 
63
</Project>
 
 
b'\\ No newline at end of file'