~ubuntu-branches/ubuntu/saucy/monodevelop/saucy

« back to all changes in this revision

Viewing changes to external/mono-tools/gendarme/tools/supported/gd2i/gd2i.csproj

  • Committer: Package Import Robot
  • Author(s): Jo Shields
  • Date: 2012-05-27 18:08:20 UTC
  • mfrom: (1.8.5) (1.5.8 sid)
  • Revision ID: package-import@ubuntu.com-20120527180820-f1ub6lhg0s50wci1
Tags: 3.0.2+dfsg-3
* [fcecfe7] Fix monodevelop-core-addins.pc.in to point to actual 
  installed location of assemblies.
* [26e1a07] DebSrc 3.0 does not support Quilt's -p parameter, so 
  manually adjust the path in the patch file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<Project ToolsVersion="4.0" 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.30729</ProductVersion>
 
7
    <SchemaVersion>2.0</SchemaVersion>
 
8
    <ProjectGuid>{627AA224-D043-4CF4-A783-72546E6ACFDD}</ProjectGuid>
 
9
    <OutputType>Exe</OutputType>
 
10
    <AppDesignerFolder>Properties</AppDesignerFolder>
 
11
    <RootNamespace>gd2i</RootNamespace>
 
12
    <AssemblyName>gd2i</AssemblyName>
 
13
    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
 
14
    <FileAlignment>512</FileAlignment>
 
15
    <FileUpgradeFlags>
 
16
    </FileUpgradeFlags>
 
17
    <OldToolsVersion>3.5</OldToolsVersion>
 
18
    <UpgradeBackupLocation />
 
19
    <PublishUrl>publish\</PublishUrl>
 
20
    <Install>true</Install>
 
21
    <InstallFrom>Disk</InstallFrom>
 
22
    <UpdateEnabled>false</UpdateEnabled>
 
23
    <UpdateMode>Foreground</UpdateMode>
 
24
    <UpdateInterval>7</UpdateInterval>
 
25
    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
 
26
    <UpdatePeriodically>false</UpdatePeriodically>
 
27
    <UpdateRequired>false</UpdateRequired>
 
28
    <MapFileExtensions>true</MapFileExtensions>
 
29
    <ApplicationRevision>0</ApplicationRevision>
 
30
    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
 
31
    <IsWebBootstrapper>false</IsWebBootstrapper>
 
32
    <UseApplicationTrust>false</UseApplicationTrust>
 
33
    <BootstrapperEnabled>true</BootstrapperEnabled>
 
34
    <TargetFrameworkProfile />
 
35
  </PropertyGroup>
 
36
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
 
37
    <DebugSymbols>true</DebugSymbols>
 
38
    <DebugType>full</DebugType>
 
39
    <Optimize>false</Optimize>
 
40
    <OutputPath>bin\Debug\</OutputPath>
 
41
    <DefineConstants>TRACE;DEBUG;CODE_ANALYSIS</DefineConstants>
 
42
    <ErrorReport>prompt</ErrorReport>
 
43
    <WarningLevel>4</WarningLevel>
 
44
    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
 
45
  </PropertyGroup>
 
46
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
 
47
    <DebugType>pdbonly</DebugType>
 
48
    <Optimize>true</Optimize>
 
49
    <OutputPath>bin\Release\</OutputPath>
 
50
    <DefineConstants>TRACE</DefineConstants>
 
51
    <ErrorReport>prompt</ErrorReport>
 
52
    <WarningLevel>4</WarningLevel>
 
53
    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
 
54
  </PropertyGroup>
 
55
  <ItemGroup>
 
56
    <Reference Include="System" />
 
57
    <Reference Include="System.Core">
 
58
      <RequiredTargetFramework>3.5</RequiredTargetFramework>
 
59
    </Reference>
 
60
    <Reference Include="System.Xml" />
 
61
  </ItemGroup>
 
62
  <ItemGroup>
 
63
    <Compile Include="..\..\..\AssemblyStaticInfo.cs">
 
64
      <Link>AssemblyStaticInfo.cs</Link>
 
65
    </Compile>
 
66
    <Compile Include="..\..\..\console\Options.cs">
 
67
      <Link>Options.cs</Link>
 
68
    </Compile>
 
69
    <Compile Include="gd2i.cs" />
 
70
  </ItemGroup>
 
71
  <ItemGroup>
 
72
    <Folder Include="Properties\" />
 
73
  </ItemGroup>
 
74
  <ItemGroup>
 
75
    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
 
76
      <Visible>False</Visible>
 
77
      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
 
78
      <Install>false</Install>
 
79
    </BootstrapperPackage>
 
80
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
 
81
      <Visible>False</Visible>
 
82
      <ProductName>.NET Framework 3.5 SP1</ProductName>
 
83
      <Install>true</Install>
 
84
    </BootstrapperPackage>
 
85
    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
 
86
      <Visible>False</Visible>
 
87
      <ProductName>Windows Installer 3.1</ProductName>
 
88
      <Install>true</Install>
 
89
    </BootstrapperPackage>
 
90
  </ItemGroup>
 
91
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
 
92
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
 
93
       Other similar extension points exist, see Microsoft.Common.targets.
 
94
  <Target Name="BeforeBuild">
 
95
  </Target>
 
96
  <Target Name="AfterBuild">
 
97
  </Target>
 
98
  -->
 
99
</Project>
 
 
b'\\ No newline at end of file'