Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hutchinson <mhutchinson@novell.com>2010-02-21 11:06:41 +0300
committerMichael Hutchinson <mhutchinson@novell.com>2010-02-21 11:06:41 +0300
commit29e8c08c5f7cd3f105085f53778b544b5e7c2e5b (patch)
treeb8193253103053ec9317785f6f8bfc11867672da /extras/MonoDevelop.MeeGo/MonoDevelop.MeeGo.csproj
parent8185027d8e101444d5a0e04b86182e1c3a40e6a9 (diff)
parentf09aba30d39f20d3bfe6b7d9ca482ea491193f08 (diff)
* MeeGoDebuggerSession.cs:
* MeeGoExecutionCommand.cs: * MonoDevelop.MeeGo.csproj: * MeeGoExecutionHandler.cs: * MeeGoSoftDebuggerEngine.cs: * MeeGoSoftDebuggerSession.cs: Implemented remote debugging. svn path=/trunk/monodevelop/; revision=152145
Diffstat (limited to 'extras/MonoDevelop.MeeGo/MonoDevelop.MeeGo.csproj')
-rw-r--r--extras/MonoDevelop.MeeGo/MonoDevelop.MeeGo.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/MonoDevelop.MeeGo/MonoDevelop.MeeGo.csproj b/extras/MonoDevelop.MeeGo/MonoDevelop.MeeGo.csproj
index 73799152ba..937cdfaa1a 100644
--- a/extras/MonoDevelop.MeeGo/MonoDevelop.MeeGo.csproj
+++ b/extras/MonoDevelop.MeeGo/MonoDevelop.MeeGo.csproj
@@ -100,7 +100,6 @@
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
- <Compile Include="MeeGoDebuggerSession.cs" />
<Compile Include="MeeGoSoftDebuggerEngine.cs" />
<Compile Include="MeeGoExecutionCommand.cs" />
<Compile Include="MeeGoExecutionHandler.cs" />
@@ -111,6 +110,7 @@
<Compile Include="MeeGoDevicePicker.cs" />
<Compile Include="SshOperation.cs" />
<Compile Include="MeeGoExecutionModeSet.cs" />
+ <Compile Include="MeeGoSoftDebuggerSession.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>