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:
authorAlan McGovern <alan.mcgovern@gmail.com>2012-06-28 18:02:51 +0400
committerAlan McGovern <alan.mcgovern@gmail.com>2012-06-28 18:29:16 +0400
commitc091d2d89e5dc96c320f7d7d8f020706be45394e (patch)
treead8cdc34585e84a0b3e57b35af93a291aeec23c3 /extras/ValaBinding
parent4a95275cf7d0418250d87844550934b849b1153d (diff)
[Build] Disable Makefile integration in all our csprojs
We do not need it anymore :D
Diffstat (limited to 'extras/ValaBinding')
-rw-r--r--extras/ValaBinding/ValaBinding.csproj16
1 files changed, 0 insertions, 16 deletions
diff --git a/extras/ValaBinding/ValaBinding.csproj b/extras/ValaBinding/ValaBinding.csproj
index 579ab104aa..46a3373882 100644
--- a/extras/ValaBinding/ValaBinding.csproj
+++ b/extras/ValaBinding/ValaBinding.csproj
@@ -234,20 +234,4 @@
<Compile Include="Gui\DataProvider.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
- <ProjectExtensions>
- <MonoDevelop>
- <Properties>
- <Deployment.LinuxDeployData scriptName="valabinding" />
- <MonoDevelop.Autotools.MakefileInfo IntegrationEnabled="true" RelativeMakefileName="Makefile.am" SyncReferences="true" IsAutotoolsProject="true" RelativeConfigureInPath=".">
- <BuildFilesVar Sync="true" Name="FILES" />
- <DeployFilesVar />
- <ResourcesVar Name="RES" />
- <OthersVar />
- <GacRefVar Sync="true" Name="REFS" Prefix="-r:" />
- <AsmRefVar Sync="true" Name="REFS" Prefix="-r:" />
- <ProjectRefVar Sync="true" Name="REFS" Prefix="-r:" />
- </MonoDevelop.Autotools.MakefileInfo>
- </Properties>
- </MonoDevelop>
- </ProjectExtensions>
</Project>