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

« back to all changes in this revision

Viewing changes to src/addins/VersionControl/MonoDevelop.VersionControl.Git/MonoDevelop.VersionControl.Git.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" ToolsVersion="4.0" 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>{0413DB7D-8B35-423F-9752-D75C9225E7DE}</ProjectGuid>
 
9
    <OutputType>Library</OutputType>
 
10
    <RootNamespace>MonoDevelop.VersionControl.Git</RootNamespace>
 
11
    <AssemblyName>MonoDevelop.VersionControl.Git</AssemblyName>
 
12
  </PropertyGroup>
 
13
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
 
14
    <DebugSymbols>True</DebugSymbols>
 
15
    <DebugType>full</DebugType>
 
16
    <Optimize>False</Optimize>
 
17
    <OutputPath>..\..\..\..\build\AddIns\VersionControl</OutputPath>
 
18
    <DefineConstants>DEBUG</DefineConstants>
 
19
    <ErrorReport>prompt</ErrorReport>
 
20
    <WarningLevel>4</WarningLevel>
 
21
    <ConsolePause>False</ConsolePause>
 
22
  </PropertyGroup>
 
23
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
 
24
    <DebugType>none</DebugType>
 
25
    <Optimize>False</Optimize>
 
26
    <OutputPath>..\..\..\..\build\AddIns\VersionControl</OutputPath>
 
27
    <ErrorReport>prompt</ErrorReport>
 
28
    <WarningLevel>4</WarningLevel>
 
29
    <ConsolePause>False</ConsolePause>
 
30
  </PropertyGroup>
 
31
  <ItemGroup>
 
32
    <Reference Include="System" />
 
33
    <Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
 
34
    <Reference Include="atk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
 
35
    <Reference Include="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
 
36
    <Reference Include="glib-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
 
37
    <Reference Include="Mono.Posix" />
 
38
    <Reference Include="System.Core" />
 
39
  </ItemGroup>
 
40
  <ItemGroup>
 
41
    <Compile Include="AssemblyInfo.cs" />
 
42
    <Compile Include="MonoDevelop.VersionControl.Git\GitClient.cs" />
 
43
    <Compile Include="MonoDevelop.VersionControl.Git\GitVersionControl.cs" />
 
44
    <Compile Include="MonoDevelop.VersionControl.Git\GitRepository.cs" />
 
45
    <Compile Include="MonoDevelop.VersionControl.Git\Commands.cs" />
 
46
    <Compile Include="gtk-gui\generated.cs" />
 
47
    <Compile Include="MonoDevelop.VersionControl.Git\PushDialog.cs" />
 
48
    <Compile Include="gtk-gui\MonoDevelop.VersionControl.Git.PushDialog.cs" />
 
49
    <Compile Include="MonoDevelop.VersionControl.Git\GitNodeBuilderExtension.cs" />
 
50
    <Compile Include="MonoDevelop.VersionControl.Git\GitService.cs" />
 
51
    <Compile Include="MonoDevelop.VersionControl.Git\UserInfoConflictDialog.cs" />
 
52
    <Compile Include="gtk-gui\MonoDevelop.VersionControl.Git.UserInfoConflictDialog.cs" />
 
53
    <Compile Include="gtk-gui\MonoDevelop.VersionControl.Git.ConflictResolutionDialog.cs" />
 
54
    <Compile Include="MonoDevelop.VersionControl.Git\ConflictResolutionDialog.cs" />
 
55
    <Compile Include="MonoDevelop.VersionControl.Git\GitConfigurationDialog.cs" />
 
56
    <Compile Include="gtk-gui\MonoDevelop.VersionControl.Git.GitConfigurationDialog.cs" />
 
57
    <Compile Include="MonoDevelop.VersionControl.Git\EditBranchDialog.cs" />
 
58
    <Compile Include="gtk-gui\MonoDevelop.VersionControl.Git.EditBranchDialog.cs" />
 
59
    <Compile Include="MonoDevelop.VersionControl.Git\EditRemoteDialog.cs" />
 
60
    <Compile Include="gtk-gui\MonoDevelop.VersionControl.Git.EditRemoteDialog.cs" />
 
61
    <Compile Include="gtk-gui\MonoDevelop.VersionControl.Git.MergeDialog.cs" />
 
62
    <Compile Include="MonoDevelop.VersionControl.Git\MergeDialog.cs" />
 
63
    <Compile Include="MonoDevelop.VersionControl.Git\Stash.cs" />
 
64
    <Compile Include="MonoDevelop.VersionControl.Git\GitUtil.cs" />
 
65
    <Compile Include="MonoDevelop.VersionControl.Git\CredentialsDialog.cs" />
 
66
    <Compile Include="gtk-gui\MonoDevelop.VersionControl.Git.CredentialsDialog.cs" />
 
67
    <Compile Include="MonoDevelop.VersionControl.Git\GitCredentials.cs" />
 
68
    <Compile Include="MonoDevelop.VersionControl.Git\GitOptionsPanelWidget.cs" />
 
69
    <Compile Include="gtk-gui\MonoDevelop.VersionControl.Git.GitOptionsPanelWidget.cs" />
 
70
    <Compile Include="MonoDevelop.VersionControl.Git\GitOptionsPanel.cs" />
 
71
    <Compile Include="MonoDevelop.VersionControl.Git\StashManagerDialog.cs" />
 
72
    <Compile Include="gtk-gui\MonoDevelop.VersionControl.Git.StashManagerDialog.cs" />
 
73
    <Compile Include="MonoDevelop.VersionControl.Git\NewStashDialog.cs" />
 
74
    <Compile Include="gtk-gui\MonoDevelop.VersionControl.Git.NewStashDialog.cs" />
 
75
    <Compile Include="MonoDevelop.VersionControl.Git\GitCommitDialogExtensionWidget.cs" />
 
76
    <Compile Include="gtk-gui\MonoDevelop.VersionControl.Git.GitCommitDialogExtensionWidget.cs" />
 
77
    <Compile Include="MonoDevelop.VersionControl.Git\GitCommitDialogExtension.cs" />
 
78
    <Compile Include="MonoDevelop.VersionControl.Git\GitSupportFeature.cs" />
 
79
    <Compile Include="MonoDevelop.VersionControl.Git\FilteredStatus.cs" />
 
80
  </ItemGroup>
 
81
  <ItemGroup>
 
82
    <ProjectReference Include="..\..\..\core\Mono.Texteditor\Mono.TextEditor.csproj">
 
83
      <Project>{A2329308-3751-4DBD-9A75-5F7B8B024625}</Project>
 
84
      <Name>Mono.TextEditor</Name>
 
85
      <Private>False</Private>
 
86
    </ProjectReference>
 
87
    <ProjectReference Include="..\..\..\core\MonoDevelop.Core\MonoDevelop.Core.csproj">
 
88
      <Project>{7525BB88-6142-4A26-93B9-A30C6983390A}</Project>
 
89
      <Name>MonoDevelop.Core</Name>
 
90
      <Private>False</Private>
 
91
    </ProjectReference>
 
92
    <ProjectReference Include="..\..\..\core\MonoDevelop.Ide\MonoDevelop.Ide.csproj">
 
93
      <Project>{27096E7F-C91C-4AC6-B289-6897A701DF21}</Project>
 
94
      <Name>MonoDevelop.Ide</Name>
 
95
      <Private>False</Private>
 
96
    </ProjectReference>
 
97
    <ProjectReference Include="..\MonoDevelop.VersionControl\MonoDevelop.VersionControl.csproj">
 
98
      <Project>{19DE0F35-D204-4FD8-A553-A19ECE05E24D}</Project>
 
99
      <Name>MonoDevelop.VersionControl</Name>
 
100
      <Private>False</Private>
 
101
    </ProjectReference>
 
102
    <ProjectReference Include="..\..\..\..\external\ngit\NGit\NGit.csproj">
 
103
      <Project>{E3BFF8B4-189C-496A-A817-7E8B31E22B91}</Project>
 
104
      <Name>NGit</Name>
 
105
    </ProjectReference>
 
106
    <ProjectReference Include="..\..\..\..\external\ngit\NSch\NSch.csproj">
 
107
      <Project>{A19E6F3F-A25B-4B01-8922-CF0CC35C781D}</Project>
 
108
      <Name>NSch</Name>
 
109
    </ProjectReference>
 
110
    <ProjectReference Include="..\..\..\..\external\ngit\Sharpen\Sharpen.csproj">
 
111
      <Project>{72944A6C-45FF-4EF8-B349-8C9CABF519D4}</Project>
 
112
      <Name>Sharpen</Name>
 
113
    </ProjectReference>
 
114
    <ProjectReference Include="..\..\..\..\external\ngit\Sharpen.Unix\Sharpen.Unix.csproj">
 
115
      <Project>{849AE05D-0058-4A8C-A0E8-77DC6BB12E52}</Project>
 
116
      <Name>Sharpen.Unix</Name>
 
117
    </ProjectReference>
 
118
  </ItemGroup>
 
119
  <ItemGroup>
 
120
    <EmbeddedResource Include="MonoDevelop.VersionControl.Git.addin.xml">
 
121
      <LogicalName>MonoDevelop.VersionControl.Git.addin.xml</LogicalName>
 
122
    </EmbeddedResource>
 
123
    <EmbeddedResource Include="gtk-gui\gui.stetic">
 
124
      <LogicalName>gui.stetic</LogicalName>
 
125
    </EmbeddedResource>
 
126
    <EmbeddedResource Include="icons\arrow_branch.png">
 
127
      <LogicalName>arrow_branch.png</LogicalName>
 
128
    </EmbeddedResource>
 
129
    <EmbeddedResource Include="icons\server.png">
 
130
      <LogicalName>server.png</LogicalName>
 
131
    </EmbeddedResource>
 
132
    <EmbeddedResource Include="icons\tag_blue.png">
 
133
      <LogicalName>tag_blue.png</LogicalName>
 
134
    </EmbeddedResource>
 
135
  </ItemGroup>
 
136
  <ItemGroup>
 
137
    <None Include="Makefile.am" />
 
138
  </ItemGroup>
 
139
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
 
140
</Project>
 
 
b'\\ No newline at end of file'