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

« back to all changes in this revision

Viewing changes to src/core/MonoDevelop.Projects.Formats.MSBuild/MonoDevelop.Projects.Formats.MSBuild.v3.5.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:
5
5
    <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
6
6
    <ProductVersion>9.0.21022</ProductVersion>
7
7
    <SchemaVersion>2.0</SchemaVersion>
8
 
    <ProjectGuid>{40a31ade-6f26-4d99-a3c7-87bb8236151d}</ProjectGuid>
 
8
    <ProjectGuid>{40A31ADE-6F26-4D99-A3C7-87BB8236151D}</ProjectGuid>
9
9
    <OutputType>WinExe</OutputType>
10
10
    <AssemblyName>MonoDevelop.Projects.Formats.MSBuild</AssemblyName>
11
11
    <RootNamespace>MonoDevelop.Projects.Formats.MSBuild</RootNamespace>
13
13
    <BaseIntermediateOutputPath>obj\3.5</BaseIntermediateOutputPath>
14
14
  </PropertyGroup>
15
15
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
16
 
    <DebugSymbols>true</DebugSymbols>
 
16
    <DebugSymbols>True</DebugSymbols>
17
17
    <DebugType>full</DebugType>
18
 
    <Optimize>false</Optimize>
 
18
    <Optimize>False</Optimize>
19
19
    <OutputPath>..\..\..\build\bin\MSBuild\3.5</OutputPath>
20
20
    <DefineConstants>DEBUG</DefineConstants>
21
21
    <ErrorReport>prompt</ErrorReport>
24
24
  </PropertyGroup>
25
25
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
26
26
    <DebugType>none</DebugType>
27
 
    <Optimize>false</Optimize>
 
27
    <Optimize>False</Optimize>
28
28
    <OutputPath>..\..\..\build\bin\MSBuild\3.5</OutputPath>
29
29
    <ErrorReport>prompt</ErrorReport>
30
30
    <WarningLevel>4</WarningLevel>
55
55
  <ItemGroup>
56
56
    <Folder Include="MonoDevelop.Projects.Formats.MSBuild\" />
57
57
  </ItemGroup>
58
 
  <ProjectExtensions>
59
 
    <MonoDevelop>
60
 
      <Properties>
61
 
        <MonoDevelop.Autotools.MakefileInfo RelativeMakefileName="Makefile.am" BuildTargetName="" CleanTargetName="" SyncReferences="true" IsAutotoolsProject="true" RelativeConfigureInPath="../../..">
62
 
          <BuildFilesVar Sync="true" Name="FILES" />
63
 
          <DeployFilesVar />
64
 
          <ResourcesVar Sync="true" Name="RES" />
65
 
          <OthersVar />
66
 
          <GacRefVar Sync="true" Name="REFS" Prefix="-r:" />
67
 
          <AsmRefVar Sync="true" Name="REFS" Prefix="-r:" />
68
 
          <ProjectRefVar Sync="true" Name="REFS" Prefix="-r:" />
69
 
        </MonoDevelop.Autotools.MakefileInfo>
70
 
      </Properties>
71
 
    </MonoDevelop>
72
 
  </ProjectExtensions>
73
58
  <ItemGroup>
74
59
    <None Include="MonoDevelop.Projects.Formats.MSBuild.v3.5.exe.config">
75
60
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>