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-04-02 20:18:20 +0400
committerAlan McGovern <alan.mcgovern@gmail.com>2012-04-02 20:18:20 +0400
commitf8d249243ac3f7868e001c5461d2112396a77dba (patch)
treea9c8f26a7e15ce80eed2346daa387333db05db27 /main/src/addins/ILAsmBinding/ILAsmBinding.csproj
parent72e34ebc6ae330c37b2ef19ca4d2977279345565 (diff)
Revert "[Build] Change the build system to use xbuild instead of makefiles"
This reverts commit 6535b911aa4b81c8fab4b22a6822fa9778f723cf.
Diffstat (limited to 'main/src/addins/ILAsmBinding/ILAsmBinding.csproj')
-rw-r--r--main/src/addins/ILAsmBinding/ILAsmBinding.csproj15
1 files changed, 15 insertions, 0 deletions
diff --git a/main/src/addins/ILAsmBinding/ILAsmBinding.csproj b/main/src/addins/ILAsmBinding/ILAsmBinding.csproj
index 2856b7af1b..e6e752a70f 100644
--- a/main/src/addins/ILAsmBinding/ILAsmBinding.csproj
+++ b/main/src/addins/ILAsmBinding/ILAsmBinding.csproj
@@ -88,4 +88,19 @@
<Compile Include="gtk-gui\ILAsmBinding.CompilerParametersPanelWidget.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
+ <ProjectExtensions>
+ <MonoDevelop>
+ <Properties>
+ <MonoDevelop.Autotools.MakefileInfo IntegrationEnabled="true" RelativeMakefileName="Makefile.am" BuildTargetName="" CleanTargetName="" SyncReferences="true" IsAutotoolsProject="true" RelativeConfigureInPath="../../../">
+ <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" />
+ </MonoDevelop.Autotools.MakefileInfo>
+ </Properties>
+ </MonoDevelop>
+ </ProjectExtensions>
</Project>