diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-05-18 14:30:41 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-05-18 14:30:41 +0000 |
commit | 00c02423ce5678c3138c4adfc3e3cb81185aa87b (patch) | |
tree | 32db555805da1b189cd028846182e2350a44ac8c /plugins/SimpleAR | |
parent | 195abf5e457c3063d5a913caafed5ccb6c24d4e8 (diff) |
Solution files adjustment, debug info generation to all projects
git-svn-id: http://svn.miranda-ng.org/main/trunk@43 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SimpleAR')
-rw-r--r-- | plugins/SimpleAR/SimpleAR_10.sln | 25 | ||||
-rw-r--r-- | plugins/SimpleAR/SimpleAR_10.vcxproj | 2 |
2 files changed, 15 insertions, 12 deletions
diff --git a/plugins/SimpleAR/SimpleAR_10.sln b/plugins/SimpleAR/SimpleAR_10.sln index b316efdcdb..168c49c5cf 100644 --- a/plugins/SimpleAR/SimpleAR_10.sln +++ b/plugins/SimpleAR/SimpleAR_10.sln @@ -1,23 +1,24 @@ +
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SimpleAR", "SimpleAR_10.vcxproj", "{06C44834-7B7A-4074-A6D8-7F163B3FF707}"
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
- {06C44834-7B7A-4074-A6D8-7F163B3FF707}.Debug Unicode|Win32.ActiveCfg = Debug Unicode|Win32
- {06C44834-7B7A-4074-A6D8-7F163B3FF707}.Debug Unicode|Win32.Build.0 = Debug Unicode|Win32
- {06C44834-7B7A-4074-A6D8-7F163B3FF707}.Debug Unicode|x64.ActiveCfg = Debug Unicode|x64
- {06C44834-7B7A-4074-A6D8-7F163B3FF707}.Debug Unicode|x64.Build.0 = Debug Unicode|x64
- {06C44834-7B7A-4074-A6D8-7F163B3FF707}.Release Unicode|Win32.ActiveCfg = Release Unicode|Win32
- {06C44834-7B7A-4074-A6D8-7F163B3FF707}.Release Unicode|Win32.Build.0 = Release Unicode|Win32
- {06C44834-7B7A-4074-A6D8-7F163B3FF707}.Release Unicode|x64.ActiveCfg = Release Unicode|x64
- {06C44834-7B7A-4074-A6D8-7F163B3FF707}.Release Unicode|x64.Build.0 = Release Unicode|x64
+ {06C44834-7B7A-4074-A6D8-7F163B3FF707}.Debug|Win32.ActiveCfg = Debug|Win32
+ {06C44834-7B7A-4074-A6D8-7F163B3FF707}.Debug|Win32.Build.0 = Debug|Win32
+ {06C44834-7B7A-4074-A6D8-7F163B3FF707}.Debug|x64.ActiveCfg = Debug|x64
+ {06C44834-7B7A-4074-A6D8-7F163B3FF707}.Debug|x64.Build.0 = Debug|x64
+ {06C44834-7B7A-4074-A6D8-7F163B3FF707}.Release|Win32.ActiveCfg = Release|Win32
+ {06C44834-7B7A-4074-A6D8-7F163B3FF707}.Release|Win32.Build.0 = Release|Win32
+ {06C44834-7B7A-4074-A6D8-7F163B3FF707}.Release|x64.ActiveCfg = Release|x64
+ {06C44834-7B7A-4074-A6D8-7F163B3FF707}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/plugins/SimpleAR/SimpleAR_10.vcxproj b/plugins/SimpleAR/SimpleAR_10.vcxproj index 553b3615d4..c98cf72e5f 100644 --- a/plugins/SimpleAR/SimpleAR_10.vcxproj +++ b/plugins/SimpleAR/SimpleAR_10.vcxproj @@ -144,6 +144,7 @@ </DataExecutionPrevention>
<ImportLibrary>$(IntDir)$(TargetName).lib</ImportLibrary>
<TargetMachine>MachineX86</TargetMachine>
+ <GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
<Bscmake>
<OutputFile>$(IntDir)$(ProjectName).bsc</OutputFile>
@@ -211,6 +212,7 @@ </DataExecutionPrevention>
<ImportLibrary>$(IntDir)$(TargetName).lib</ImportLibrary>
<TargetMachine>MachineX64</TargetMachine>
+ <GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
<Bscmake>
<OutputFile>$(IntDir)$(ProjectName).bsc</OutputFile>
|