123456789101112131415161718192021 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <ProjectView>ProjectFiles</ProjectView>
- <PublishUrlHistory>publish\</PublishUrlHistory>
- <InstallUrlHistory />
- <SupportUrlHistory />
- <UpdateUrlHistory />
- <BootstrapperUrlHistory />
- <ErrorReportUrlHistory />
- <FallbackCulture>zh-CN</FallbackCulture>
- <VerifyUploadedFiles>false</VerifyUploadedFiles>
- </PropertyGroup>
- <PropertyGroup>
- <EnableSecurityDebugging>false</EnableSecurityDebugging>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
- <StartAction>Project</StartAction>
- <StartProgram>G:\XMDS\BattleServer\xmds-battle-server.exe</StartProgram>
- </PropertyGroup>
- </Project>
|