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-02 10:21:46 +0400
committerMiguel de Icaza <miguel@gnome.org>2009-05-02 10:21:46 +0400
commit60a92d8a8b458da1158bb5caa85353402780b215 (patch)
treeffdc57ff91256bc48dc7d05b323567bf4fee116f /msvc/scripts/csproj.tmpl
parent951ce0078c9a4e1867cdc97aab643db2fb2873d3 (diff)
Further tuneups
svn path=/trunk/mono/; revision=133376
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 771cbb07b04..2679ab1d1ae 100644
--- a/msvc/scripts/csproj.tmpl
+++ b/msvc/scripts/csproj.tmpl
@@ -22,7 +22,7 @@
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>@DEBUG@</DebugSymbols>
- <DebugType>full</DebugType>
+ <DebugType>@DEBUGTYPE@</DebugType>
<Optimize>false</Optimize>
<DefineConstants>@DEFINECONSTANTS@</DefineConstants>
<ErrorReport>prompt</ErrorReport>