<?xml version="1.0" encoding="utf-8"?> <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <EnableUnmanagedDebugging>false</EnableUnmanagedDebugging> <StartAction>Project</StartAction> <StartProgram>D:\Program Files\Visual studio 2008\Common7\IDE\devenv.exe</StartProgram> <RemoteDebugEnabled>false</RemoteDebugEnabled> </PropertyGroup> <PropertyGroup> <ReferencePath> </ReferencePath> <PublishUrlHistory>http://localhost/WorldGIS/</PublishUrlHistory> <InstallUrlHistory> </InstallUrlHistory> <SupportUrlHistory> </SupportUrlHistory> <UpdateUrlHistory> </UpdateUrlHistory> <BootstrapperUrlHistory> </BootstrapperUrlHistory> <FallbackCulture>en-US</FallbackCulture> <VerifyUploadedFiles>true</VerifyUploadedFiles> <ErrorReportUrlHistory /> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <RemoteDebugEnabled>false</RemoteDebugEnabled> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> <StartProgram>D:\Program Files\Visual studio 2008\Common7\IDE\devenv.exe</StartProgram> <EnableUnmanagedDebugging>true</EnableUnmanagedDebugging> </PropertyGroup> </Project>