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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2012-02-10 16:27:26 +0400
committerMarek Safar <marek.safar@gmail.com>2012-02-10 18:56:23 +0400
commit88fde5a568991885e6a68636d740ae4b6dc18ac2 (patch)
treea52c2b191478ecdb55f69de9fd0d68843151c8f4 /Makefile.am
parent510a2941c4e0f6987ab92fbd783ddd233b59db5a (diff)
Add VS project files for test project
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 5b99259a2f8..6d3780e5931 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -139,6 +139,7 @@ package-inputs:
read output; echo " <output>$$output</output>"; \
read built; echo " <built_sources>$$built</built_sources>"; \
read libou; echo " <library_output>$$libou</library_output>"; \
+ read fx_ver; echo " <fx_version>$$fx_ver</fx_version>"; \
read resp; echo " <response>$$resp</response>"; \
echo " </project>") >> msvc/scripts/order.xml; \
done