summaryrefslogtreecommitdiff
path: root/plugins/YAMN
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/YAMN')
-rw-r--r--plugins/YAMN/YAMN_10.sln25
-rw-r--r--plugins/YAMN/YAMN_10.vcxproj1
2 files changed, 14 insertions, 12 deletions
diff --git a/plugins/YAMN/YAMN_10.sln b/plugins/YAMN/YAMN_10.sln
index 68f225a2b6..77f7c38c95 100644
--- a/plugins/YAMN/YAMN_10.sln
+++ b/plugins/YAMN/YAMN_10.sln
@@ -1,23 +1,24 @@
+
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Yamn", "YAMN_10.vcxproj", "{C5A87409-F08C-4A07-A8F9-1F5D52BA6D72}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug Unicode|Win32 = Debug Unicode|Win32
- Debug Unicode|x64 = Debug Unicode|x64
- Release Unicode|Win32 = Release Unicode|Win32
- Release Unicode|x64 = Release Unicode|x64
+ Debug|Win32 = Debug|Win32
+ Debug|x64 = Debug|x64
+ Release|Win32 = Release|Win32
+ Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {C5A87409-F08C-4A07-A8F9-1F5D52BA6D72}.Debug Unicode|Win32.ActiveCfg = Debug Unicode|Win32
- {C5A87409-F08C-4A07-A8F9-1F5D52BA6D72}.Debug Unicode|Win32.Build.0 = Debug Unicode|Win32
- {C5A87409-F08C-4A07-A8F9-1F5D52BA6D72}.Debug Unicode|x64.ActiveCfg = Debug Unicode|x64
- {C5A87409-F08C-4A07-A8F9-1F5D52BA6D72}.Debug Unicode|x64.Build.0 = Debug Unicode|x64
- {C5A87409-F08C-4A07-A8F9-1F5D52BA6D72}.Release Unicode|Win32.ActiveCfg = Release Unicode|Win32
- {C5A87409-F08C-4A07-A8F9-1F5D52BA6D72}.Release Unicode|Win32.Build.0 = Release Unicode|Win32
- {C5A87409-F08C-4A07-A8F9-1F5D52BA6D72}.Release Unicode|x64.ActiveCfg = Release Unicode|x64
- {C5A87409-F08C-4A07-A8F9-1F5D52BA6D72}.Release Unicode|x64.Build.0 = Release Unicode|x64
+ {C5A87409-F08C-4A07-A8F9-1F5D52BA6D72}.Debug|Win32.ActiveCfg = Debug|Win32
+ {C5A87409-F08C-4A07-A8F9-1F5D52BA6D72}.Debug|Win32.Build.0 = Debug|Win32
+ {C5A87409-F08C-4A07-A8F9-1F5D52BA6D72}.Debug|x64.ActiveCfg = Debug|x64
+ {C5A87409-F08C-4A07-A8F9-1F5D52BA6D72}.Debug|x64.Build.0 = Debug|x64
+ {C5A87409-F08C-4A07-A8F9-1F5D52BA6D72}.Release|Win32.ActiveCfg = Release|Win32
+ {C5A87409-F08C-4A07-A8F9-1F5D52BA6D72}.Release|Win32.Build.0 = Release|Win32
+ {C5A87409-F08C-4A07-A8F9-1F5D52BA6D72}.Release|x64.ActiveCfg = Release|x64
+ {C5A87409-F08C-4A07-A8F9-1F5D52BA6D72}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/plugins/YAMN/YAMN_10.vcxproj b/plugins/YAMN/YAMN_10.vcxproj
index 370ed621bb..fffcb62b72 100644
--- a/plugins/YAMN/YAMN_10.vcxproj
+++ b/plugins/YAMN/YAMN_10.vcxproj
@@ -152,6 +152,7 @@
</DataExecutionPrevention>
<ImportLibrary>$(IntDir)$(TargetName).lib</ImportLibrary>
<TargetMachine>MachineX86</TargetMachine>
+ <GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">