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:
authorMiguel de Icaza <miguel@gnome.org>2009-05-01 03:24:41 +0400
committerMiguel de Icaza <miguel@gnome.org>2009-05-01 03:24:41 +0400
commitbc5a063d9d3ba7a0c001f68479e63ff6842b9371 (patch)
tree09d963bcc61f37abd493d47561fb75c1eee0d299 /msvc/scripts/csproj.tmpl
parent353e4600b13e8446e96cd2e33dc3118d97edff38 (diff)
More progress
svn path=/trunk/mono/; revision=133244
Diffstat (limited to 'msvc/scripts/csproj.tmpl')
-rw-r--r--msvc/scripts/csproj.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/msvc/scripts/csproj.tmpl b/msvc/scripts/csproj.tmpl
index 0631c7607c4..771cbb07b04 100644
--- a/msvc/scripts/csproj.tmpl
+++ b/msvc/scripts/csproj.tmpl
@@ -47,7 +47,7 @@
</Target>
-->
<PropertyGroup>
- <PreBuildEvent></PreBuildEvent>
+ <PreBuildEvent>@PREBUILD@</PreBuildEvent>
</PropertyGroup>
@REFERENCES@
<ItemGroup>