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 <m.j.hutchinson@gmail.com>2012-05-01 01:20:55 +0400
committerMichael Hutchinson <m.j.hutchinson@gmail.com>2012-05-01 01:27:39 +0400
commitaea1769d05f0ca1fbbf25aa223ee2af419bafbbf (patch)
tree06f4674796c28d29ca137fa890479e2a290d6779 /main/src/addins/VersionControl/MonoDevelop.VersionControl.Git
parentc8ccd5c78c561486a243698af4061985fe63fd38 (diff)
[VersionControl.Git] Disable refs syncing on the project
It's rewriting paths from the ../external folder to absolute paths, which is annoying. Easiest to just disable for now.
Diffstat (limited to 'main/src/addins/VersionControl/MonoDevelop.VersionControl.Git')
-rw-r--r--main/src/addins/VersionControl/MonoDevelop.VersionControl.Git/MonoDevelop.VersionControl.Git.csproj10
1 files changed, 6 insertions, 4 deletions
diff --git a/main/src/addins/VersionControl/MonoDevelop.VersionControl.Git/MonoDevelop.VersionControl.Git.csproj b/main/src/addins/VersionControl/MonoDevelop.VersionControl.Git/MonoDevelop.VersionControl.Git.csproj
index 4377ecb178..f858596433 100644
--- a/main/src/addins/VersionControl/MonoDevelop.VersionControl.Git/MonoDevelop.VersionControl.Git.csproj
+++ b/main/src/addins/VersionControl/MonoDevelop.VersionControl.Git/MonoDevelop.VersionControl.Git.csproj
@@ -160,14 +160,16 @@
<ProjectExtensions>
<MonoDevelop>
<Properties>
- <MonoDevelop.Autotools.MakefileInfo IntegrationEnabled="true" RelativeMakefileName="Makefile.am" BuildTargetName="" CleanTargetName="" SyncReferences="true" IsAutotoolsProject="true" RelativeConfigureInPath="../../../..">
+ <MonoDevelop.Autotools.MakefileInfo IntegrationEnabled="true" RelativeMakefileName="Makefile.am" BuildTargetName="" CleanTargetName="" IsAutotoolsProject="true" RelativeConfigureInPath="../../../../../main">
<BuildFilesVar Sync="true" Name="FILES" />
<DeployFilesVar />
<ResourcesVar Sync="true" Name="RES" />
<OthersVar />
- <GacRefVar Sync="true" Name="REFS" Prefix="-r:" />
- <AsmRefVar Sync="true" Name="REFS" Prefix="-r:" />
- <ProjectRefVar Sync="true" Name="DEPS" />
+ <GacRefVar Name="REFS" Prefix="-r:" />
+ <AsmRefVar Name="REFS" Prefix="-r:" />
+ <GacRefVar />
+ <AsmRefVar />
+ <ProjectRefVar Name="DEPS" />
</MonoDevelop.Autotools.MakefileInfo>
</Properties>
</MonoDevelop>