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>2014-04-19 02:03:04 +0400
committerMiguel de Icaza <miguel@gnome.org>2014-04-19 02:15:35 +0400
commitcaa76153288d51a87cccf4a4131efeb26c290051 (patch)
tree3a20f7f9af351a80692506410de11694141f7dcc /msvc/scripts/csproj.tmpl
parentc6c7c5af9cc6085a6a22dd544f594281fced0ad8 (diff)
[genproj] Set the output directory to the Mono one, not an intermediary one
Diffstat (limited to 'msvc/scripts/csproj.tmpl')
-rw-r--r--msvc/scripts/csproj.tmpl4
1 files changed, 1 insertions, 3 deletions
diff --git a/msvc/scripts/csproj.tmpl b/msvc/scripts/csproj.tmpl
index 5169cdc9741..7ac01dd28ac 100644
--- a/msvc/scripts/csproj.tmpl
+++ b/msvc/scripts/csproj.tmpl
@@ -56,13 +56,11 @@
<PreBuildEvent>
@PREBUILD@
</PreBuildEvent>
- <PostBuildEvent>
@POSTBUILD@
- </PostBuildEvent>
</PropertyGroup>
<ItemGroup>
@REFERENCES@ </ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
-@RESOURCES@</Project> \ No newline at end of file
+@RESOURCES@</Project>