dea5b3f954
fix alternative encoding character converting allow more paths for game log server add localization for unknown ips in welcome plugin add gamelog server uri to support game log server on games that must supply manual log path misc fixes
107 lines
4.5 KiB
XML
107 lines
4.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
|
|
<PropertyGroup>
|
|
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>42efda12-10d3-4c40-a210-9483520116bc</ProjectGuid>
|
|
<ProjectHome>.</ProjectHome>
|
|
<ProjectTypeGuids>{789894c7-04a9-4a11-a6b5-3f4435165112};{1b580a1a-fdb3-4b32-83e1-6407eb2722e6};{349c5851-65df-11da-9384-00065b846f21};{888888a0-9f3d-457c-b088-3a5042f75d52}</ProjectTypeGuids>
|
|
<StartupFile>runserver.py</StartupFile>
|
|
<SearchPath>
|
|
</SearchPath>
|
|
<WorkingDirectory>.</WorkingDirectory>
|
|
<LaunchProvider>Standard Python launcher</LaunchProvider>
|
|
<WebBrowserUrl>http://localhost</WebBrowserUrl>
|
|
<OutputPath>.</OutputPath>
|
|
<SuppressCollectPythonCloudServiceFiles>true</SuppressCollectPythonCloudServiceFiles>
|
|
<Name>GameLogServer</Name>
|
|
<RootNamespace>GameLogServer</RootNamespace>
|
|
<InterpreterId>MSBuild|env|$(MSBuildProjectFullPath)</InterpreterId>
|
|
<EnableNativeCodeDebugging>False</EnableNativeCodeDebugging>
|
|
<Environment>DEBUG=True</Environment>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Prerelease' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
|
|
<OutputPath>bin\Prerelease\</OutputPath>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Compile Include="GameLogServer\log_reader.py">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="GameLogServer\restart_resource.py" />
|
|
<Compile Include="GameLogServer\server.py">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="runserver.py" />
|
|
<Compile Include="GameLogServer\__init__.py" />
|
|
<Compile Include="GameLogServer\log_resource.py" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Folder Include="GameLogServer\" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="requirements.txt" />
|
|
<None Include="Stable.pubxml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Interpreter Include="env\">
|
|
<Id>env</Id>
|
|
<Version>3.6</Version>
|
|
<Description>env (Python 3.6 (64-bit))</Description>
|
|
<InterpreterPath>Scripts\python.exe</InterpreterPath>
|
|
<WindowsInterpreterPath>Scripts\pythonw.exe</WindowsInterpreterPath>
|
|
<PathEnvironmentVariable>PYTHONPATH</PathEnvironmentVariable>
|
|
<Architecture>X64</Architecture>
|
|
</Interpreter>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.Web.targets" />
|
|
<!-- Specify pre- and post-build commands in the BeforeBuild and
|
|
AfterBuild targets below. -->
|
|
<Target Name="BeforeBuild">
|
|
</Target>
|
|
<Target Name="AfterBuild">
|
|
</Target>
|
|
<ProjectExtensions>
|
|
<VisualStudio>
|
|
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
|
|
<WebProjectProperties>
|
|
<AutoAssignPort>True</AutoAssignPort>
|
|
<UseCustomServer>True</UseCustomServer>
|
|
<CustomServerUrl>http://localhost</CustomServerUrl>
|
|
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
|
|
</WebProjectProperties>
|
|
</FlavorProperties>
|
|
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}" User="">
|
|
<WebProjectProperties>
|
|
<StartPageUrl>
|
|
</StartPageUrl>
|
|
<StartAction>CurrentPage</StartAction>
|
|
<AspNetDebugging>True</AspNetDebugging>
|
|
<SilverlightDebugging>False</SilverlightDebugging>
|
|
<NativeDebugging>False</NativeDebugging>
|
|
<SQLDebugging>False</SQLDebugging>
|
|
<ExternalProgram>
|
|
</ExternalProgram>
|
|
<StartExternalURL>
|
|
</StartExternalURL>
|
|
<StartCmdLineArguments>
|
|
</StartCmdLineArguments>
|
|
<StartWorkingDirectory>
|
|
</StartWorkingDirectory>
|
|
<EnableENC>False</EnableENC>
|
|
<AlwaysStartWebServerOnDebug>False</AlwaysStartWebServerOnDebug>
|
|
</WebProjectProperties>
|
|
</FlavorProperties>
|
|
</VisualStudio>
|
|
</ProjectExtensions>
|
|
</Project> |