diff options
author | truebrain <truebrain@openttd.org> | 2011-12-21 12:25:10 +0000 |
---|---|---|
committer | truebrain <truebrain@openttd.org> | 2011-12-21 12:25:10 +0000 |
commit | da8777d4e590f2c4414453d88c306c57f964326d (patch) | |
tree | 262247e7c77001d5bd49d3b799c1776f7b7b2c23 /projects/openttd_vs100.vcxproj | |
parent | 0f8360eee9b43a1ff4be7e86d2e92cb3240d62ae (diff) | |
download | openttd-da8777d4e590f2c4414453d88c306c57f964326d.tar.xz |
(svn r23646) -Fix [FS#4901]: rescan the Game Scripts when done downloading one.
Diffstat (limited to 'projects/openttd_vs100.vcxproj')
-rw-r--r-- | projects/openttd_vs100.vcxproj | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/projects/openttd_vs100.vcxproj b/projects/openttd_vs100.vcxproj index 40fb5a69d..04e35c228 100644 --- a/projects/openttd_vs100.vcxproj +++ b/projects/openttd_vs100.vcxproj @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="utf-8"?> +<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <ItemGroup Label="ProjectConfigurations"> <ProjectConfiguration Include="Debug|Win32"> @@ -144,6 +144,7 @@ </DataExecutionPrevention> <TargetMachine>MachineX86</TargetMachine> <EnableCOMDATFolding>true</EnableCOMDATFolding> + <Profile>true</Profile> </Link> </ItemDefinitionGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> @@ -243,6 +244,7 @@ <OptimizeReferences>true</OptimizeReferences> <TargetMachine>MachineX64</TargetMachine> <EnableCOMDATFolding>true</EnableCOMDATFolding> + <Profile>true</Profile> </Link> </ItemDefinitionGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> @@ -1221,4 +1223,4 @@ </ProjectReference> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> -</Project> +</Project>
\ No newline at end of file |