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

« back to all changes in this revision

Viewing changes to src/core/MonoDevelop.Startup/MonoDevelop.Startup.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)' == '' ">x86</Platform>
 
6
    <ProductVersion>9.0.21022</ProductVersion>
 
7
    <SchemaVersion>2.0</SchemaVersion>
 
8
    <ProjectGuid>{DA8EDEA6-7DA8-435D-B1A0-F3A0CA07F424}</ProjectGuid>
 
9
    <OutputType>WinExe</OutputType>
 
10
    <AssemblyName>MonoDevelop</AssemblyName>
 
11
    <RootNamespace>MonoDevelop.Startup</RootNamespace>
 
12
    <ApplicationIcon>..\..\..\theme-icons\Windows\monodevelop.ico</ApplicationIcon>
 
13
  </PropertyGroup>
 
14
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
 
15
    <DebugSymbols>True</DebugSymbols>
 
16
    <DebugType>full</DebugType>
 
17
    <Optimize>True</Optimize>
 
18
    <OutputPath>..\..\..\build\bin</OutputPath>
 
19
    <ErrorReport>prompt</ErrorReport>
 
20
    <WarningLevel>4</WarningLevel>
 
21
    <EnvironmentVariables>
 
22
      <EnvironmentVariables>
 
23
        <Variable name="MONO_ADDINS_REGISTRY" value="." />
 
24
        <Variable name="MONODEVELOP_LOCALE_PATH" value="../locale" />
 
25
      </EnvironmentVariables>
 
26
    </EnvironmentVariables>
 
27
    <PlatformTarget>x86</PlatformTarget>
 
28
    <Execution>
 
29
      <Execution clr-version="Net_2_0" />
 
30
    </Execution>
 
31
  </PropertyGroup>
 
32
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
 
33
    <DebugType>none</DebugType>
 
34
    <Optimize>true</Optimize>
 
35
    <OutputPath>bin\Release</OutputPath>
 
36
    <WarningLevel>4</WarningLevel>
 
37
    <PlatformTarget>x86</PlatformTarget>
 
38
  </PropertyGroup>
 
39
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
 
40
    <DebugSymbols>True</DebugSymbols>
 
41
    <DebugType>full</DebugType>
 
42
    <Optimize>True</Optimize>
 
43
    <OutputPath>..\..\..\build\bin</OutputPath>
 
44
    <ErrorReport>prompt</ErrorReport>
 
45
    <WarningLevel>4</WarningLevel>
 
46
    <EnvironmentVariables>
 
47
      <EnvironmentVariables>
 
48
        <Variable name="MONO_ADDINS_REGISTRY" value="." />
 
49
        <Variable name="MONODEVELOP_LOCALE_PATH" value="../locale" />
 
50
        <Variable name="XDG_DATA_HOME" value="./local" />
 
51
        <Variable name="XDG_CONFIG_HOME" value="./local" />
 
52
        <Variable name="XDG_CACHE_HOME" value="./local" />
 
53
      </EnvironmentVariables>
 
54
    </EnvironmentVariables>
 
55
    <Execution>
 
56
      <Execution clr-version="Net_2_0" />
 
57
    </Execution>
 
58
    <Commandlineparameters>-no-redirect</Commandlineparameters>
 
59
  </PropertyGroup>
 
60
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
 
61
    <DebugType>none</DebugType>
 
62
    <Optimize>True</Optimize>
 
63
    <OutputPath>..\..\..\build\bin</OutputPath>
 
64
    <ErrorReport>prompt</ErrorReport>
 
65
    <WarningLevel>4</WarningLevel>
 
66
    <Execution>
 
67
      <Execution clr-version="Net_2_0" />
 
68
    </Execution>
 
69
  </PropertyGroup>
 
70
  <ItemGroup>
 
71
    <ProjectReference Include="..\MonoDevelop.Core\MonoDevelop.Core.csproj">
 
72
      <Project>{7525BB88-6142-4A26-93B9-A30C6983390A}</Project>
 
73
      <Name>MonoDevelop.Core</Name>
 
74
      <Private>False</Private>
 
75
    </ProjectReference>
 
76
    <ProjectReference Include="..\MonoDevelop.Ide\MonoDevelop.Ide.csproj">
 
77
      <Project>{27096E7F-C91C-4AC6-B289-6897A701DF21}</Project>
 
78
      <Name>MonoDevelop.Ide</Name>
 
79
      <Private>False</Private>
 
80
    </ProjectReference>
 
81
    <ProjectReference Include="..\..\..\external\mono-addins\Mono.Addins\Mono.Addins.csproj">
 
82
      <Project>{91DD5A2D-9FE3-4C3C-9253-876141874DAD}</Project>
 
83
      <Name>Mono.Addins</Name>
 
84
      <Private>False</Private>
 
85
    </ProjectReference>
 
86
    <ProjectReference Include="..\..\..\external\mono-addins\Mono.Addins.CecilReflector\Mono.Addins.CecilReflector.csproj">
 
87
      <Project>{42D1CE65-A14B-4218-B787-58AD7AA68513}</Project>
 
88
      <Name>Mono.Addins.CecilReflector</Name>
 
89
    </ProjectReference>
 
90
  </ItemGroup>
 
91
  <ItemGroup>
 
92
    <None Include="app.config" />
 
93
  </ItemGroup>
 
94
  <ItemGroup>
 
95
    <Compile Include="MonoDevelop.Startup\MonoDevelopMain.cs" />
 
96
    <Compile Include="AssemblyInfo.cs" />
 
97
  </ItemGroup>
 
98
  <ItemGroup>
 
99
    <Content Include="MonoDevelop.exe.addins">
 
100
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
 
101
    </Content>
 
102
  </ItemGroup>
 
103
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
 
104
</Project>