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:
authorZoltan Varga <vargaz@gmail.com>2014-10-10 00:21:56 +0400
committerZoltan Varga <vargaz@gmail.com>2014-10-10 00:21:56 +0400
commite1af46ef452c6e087594e97219f34701c9ee0688 (patch)
treef6e5ea53a6f356dac1543f88c2732dde37e4aade /msvc/libtest.vcxproj
parenta487812e61f6a59d497d9bfdf6f17564b8637cc2 (diff)
[runtime] More win32 build fixes.
Diffstat (limited to 'msvc/libtest.vcxproj')
-rw-r--r--msvc/libtest.vcxproj3
1 files changed, 2 insertions, 1 deletions
diff --git a/msvc/libtest.vcxproj b/msvc/libtest.vcxproj
index 0fa69f3a15d..8e35a6e7659 100644
--- a/msvc/libtest.vcxproj
+++ b/msvc/libtest.vcxproj
@@ -18,6 +18,7 @@
<Platform>x64</Platform>
</ProjectConfiguration>
</ItemGroup>
+ <Import Project="mono.props" />
<PropertyGroup Label="Globals">
<ProjectGuid>{5A435710-E6D2-4DD4-9B3F-A7239A32C6F4}</ProjectGuid>
<RootNamespace>libtest</RootNamespace>
@@ -199,4 +200,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
-</Project> \ No newline at end of file
+</Project>