summaryrefslogtreecommitdiff
path: root/Autorun
diff options
context:
space:
mode:
authorwatcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb>2012-03-10 22:34:55 +0000
committerwatcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb>2012-03-10 22:34:55 +0000
commit9ae77d567708f16deb9e9cb1c2761c332a618db8 (patch)
treea5e9ebb966789bd88657ff28381cce12e1e19871 /Autorun
parent3ac06a4d4a007232012b80412e3075cbbd5c8a53 (diff)
Changing defaults to dynamic linking
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@278 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'Autorun')
-rw-r--r--Autorun/autorun.sln18
-rw-r--r--Autorun/autorun.vcxproj4
2 files changed, 11 insertions, 11 deletions
diff --git a/Autorun/autorun.sln b/Autorun/autorun.sln
index 995bd5e..0c93cee 100644
--- a/Autorun/autorun.sln
+++ b/Autorun/autorun.sln
@@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "autorun", "autorun.vcxproj", "{289DFF87-37FC-95C1-4007-DA3EE369B163}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "autorun", "autorun.vcxproj", "{CC905A6E-3CCF-DB35-B1BD-0E0D0E5635B9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -11,14 +11,14 @@ Global
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {289DFF87-37FC-95C1-4007-DA3EE369B163}.Debug|Win32.ActiveCfg = Debug|Win32
- {289DFF87-37FC-95C1-4007-DA3EE369B163}.Debug|Win32.Build.0 = Debug|Win32
- {289DFF87-37FC-95C1-4007-DA3EE369B163}.Debug|x64.ActiveCfg = Debug|x64
- {289DFF87-37FC-95C1-4007-DA3EE369B163}.Debug|x64.Build.0 = Debug|x64
- {289DFF87-37FC-95C1-4007-DA3EE369B163}.Release|Win32.ActiveCfg = Release|Win32
- {289DFF87-37FC-95C1-4007-DA3EE369B163}.Release|Win32.Build.0 = Release|Win32
- {289DFF87-37FC-95C1-4007-DA3EE369B163}.Release|x64.ActiveCfg = Release|x64
- {289DFF87-37FC-95C1-4007-DA3EE369B163}.Release|x64.Build.0 = Release|x64
+ {CC905A6E-3CCF-DB35-B1BD-0E0D0E5635B9}.Debug|Win32.ActiveCfg = Debug|Win32
+ {CC905A6E-3CCF-DB35-B1BD-0E0D0E5635B9}.Debug|Win32.Build.0 = Debug|Win32
+ {CC905A6E-3CCF-DB35-B1BD-0E0D0E5635B9}.Debug|x64.ActiveCfg = Debug|x64
+ {CC905A6E-3CCF-DB35-B1BD-0E0D0E5635B9}.Debug|x64.Build.0 = Debug|x64
+ {CC905A6E-3CCF-DB35-B1BD-0E0D0E5635B9}.Release|Win32.ActiveCfg = Release|Win32
+ {CC905A6E-3CCF-DB35-B1BD-0E0D0E5635B9}.Release|Win32.Build.0 = Release|Win32
+ {CC905A6E-3CCF-DB35-B1BD-0E0D0E5635B9}.Release|x64.ActiveCfg = Release|x64
+ {CC905A6E-3CCF-DB35-B1BD-0E0D0E5635B9}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Autorun/autorun.vcxproj b/Autorun/autorun.vcxproj
index bcf8162..1dcf8e2 100644
--- a/Autorun/autorun.vcxproj
+++ b/Autorun/autorun.vcxproj
@@ -142,7 +142,7 @@
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
- <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
+ <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
<StringPooling>true</StringPooling>
<FunctionLevelLinking>true</FunctionLevelLinking>
@@ -178,7 +178,7 @@
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<ClCompile>
- <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
+ <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<StringPooling>true</StringPooling>
<FunctionLevelLinking>true</FunctionLevelLinking>
<Optimization>Full</Optimization>