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

github.com/mono/api-doc-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Martinez <joelmartinez@gmail.com>2017-03-27 20:32:42 +0300
committerJoel Martinez <joelmartinez@gmail.com>2017-03-27 21:15:48 +0300
commitce17fdfa6fb00367ca50db9bc7532de7dba9c056 (patch)
treeca53a23ccf87aa64c6de6892d40e860039a773cb /apidoctools.sln
parent38e15a299bc9a9df70242db96a117dd819f3a3d7 (diff)
mdoc: switched configuration to anycpu.
Resolves #49. Additionally, enabled optimizations in release mode.
Diffstat (limited to 'apidoctools.sln')
-rw-r--r--apidoctools.sln8
1 files changed, 4 insertions, 4 deletions
diff --git a/apidoctools.sln b/apidoctools.sln
index 1da52bb8..c57710b9 100644
--- a/apidoctools.sln
+++ b/apidoctools.sln
@@ -13,10 +13,10 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {7DA7CD97-614F-4BCD-A2FA-B379590CEA48}.Debug|x86.ActiveCfg = Debug|x86
- {7DA7CD97-614F-4BCD-A2FA-B379590CEA48}.Debug|x86.Build.0 = Debug|x86
- {7DA7CD97-614F-4BCD-A2FA-B379590CEA48}.Release|x86.ActiveCfg = Release|x86
- {7DA7CD97-614F-4BCD-A2FA-B379590CEA48}.Release|x86.Build.0 = Release|x86
+ {7DA7CD97-614F-4BCD-A2FA-B379590CEA48}.Debug|x86.ActiveCfg = Debug|anycpu
+ {7DA7CD97-614F-4BCD-A2FA-B379590CEA48}.Debug|x86.Build.0 = Debug|anycpu
+ {7DA7CD97-614F-4BCD-A2FA-B379590CEA48}.Release|x86.ActiveCfg = Release|anycpu
+ {7DA7CD97-614F-4BCD-A2FA-B379590CEA48}.Release|x86.Build.0 = Release|anycpu
{6E644802-B579-4037-9809-9CF4C7172C9D}.Debug|x86.ActiveCfg = Debug|Any CPU
{6E644802-B579-4037-9809-9CF4C7172C9D}.Debug|x86.Build.0 = Debug|Any CPU
{6E644802-B579-4037-9809-9CF4C7172C9D}.Release|x86.ActiveCfg = Release|Any CPU