代码拉取完成,页面将自动刷新
同步操作将从 leon86/PhotonControl 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectGuid>{6567FC6D-566E-46F0-80DD-8E82AF17CD85}</ProjectGuid>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<OutputType>WinExe</OutputType>
<LangVersion>4</LangVersion>
<AssemblyName>PhotonControl</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<WarningLevel>4</WarningLevel>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
<TargetFrameworkProfile />
<IsWebBootstrapper>false</IsWebBootstrapper>
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
<UpdateEnabled>false</UpdateEnabled>
<UpdateMode>Foreground</UpdateMode>
<UpdateInterval>7</UpdateInterval>
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>2962</ApplicationRevision>
<ApplicationVersion>4.0.28.%2a</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
</PropertyGroup>
<PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<OutputPath>bin\Debug\</OutputPath>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<OutputPath>bin\Release\</OutputPath>
<DebugSymbols>true</DebugSymbols>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
</PropertyGroup>
<PropertyGroup />
<PropertyGroup>
<Win32Resource>
</Win32Resource>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>app.ico</ApplicationIcon>
</PropertyGroup>
<PropertyGroup />
<PropertyGroup />
<PropertyGroup />
<PropertyGroup />
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\x64\Debug\</OutputPath>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<DebugType>full</DebugType>
<PlatformTarget>x64</PlatformTarget>
<LangVersion>4</LangVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\x64\Release\</OutputPath>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>x64</PlatformTarget>
<LangVersion>4</LangVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>TRACE;DEBUG</DefineConstants>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup>
<StartupObject>
</StartupObject>
</PropertyGroup>
<PropertyGroup>
<ApplicationManifest>app.manifest</ApplicationManifest>
</PropertyGroup>
<ItemGroup>
<Reference Include="PhotonHostRuntime, Version=4.0.28.2962, Culture=neutral, PublicKeyToken=02c301b61b060c4d, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\deploy\bin_Win64\PhotonHostRuntime.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Drawing" />
<Reference Include="System.Management" />
<Reference Include="System.ServiceProcess" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.XML" />
</ItemGroup>
<ItemGroup>
<Compile Include="PhotonControl.Forms\ControlForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="PhotonControl.Forms\LauncherForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="PhotonControl.Forms\LauncherStartupDialogForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="PhotonControl.Helper\AutoStartHelper.cs" />
<Compile Include="PhotonControl.Helper\FrameworkVersion.cs" />
<Compile Include="PhotonControl.Helper\FrameworkVersionChecker.cs" />
<Compile Include="PhotonControl.Helper\GameServerConfigChanger.cs" />
<Compile Include="PhotonControl.Helper\PerfmonLogging.cs" />
<Compile Include="PhotonControl.Helper\PhotonConfiguration.cs" />
<Compile Include="PhotonControl.Helper\PhotonHandler.cs" />
<Compile Include="PhotonControl.Helper\PhotonPerformanceCounter.cs" />
<Compile Include="PhotonControl.Helper\ProcessInfo.cs" />
<Compile Include="PhotonControl.Helper\ServiceInfo.cs" />
<Compile Include="PhotonControl.Helper\TestClientConfig.cs" />
<Compile Include="PhotonControl.Helper\Wow64RedirectionDisabler.cs" />
<Compile Include="PhotonControl.Properties\Resources.cs" />
<Compile Include="PhotonControl.Resources\PhotonControlStrings.cs" />
<Compile Include="PhotonControl\PhotonControlSettings.cs" />
<Compile Include="PhotonControl\Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="PhotonControl.Forms\ControlForm.resx" />
<EmbeddedResource Include="PhotonControl.Forms\LauncherForm.resx" />
<EmbeddedResource Include="PhotonControl.Properties\Resources.resx" />
<EmbeddedResource Include="PhotonControl.Resources\PhotonControlStrings.resx" />
</ItemGroup>
<ItemGroup>
<None Include="app.manifest" />
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1</ProductName>
<Install>true</Install>
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<Content Include="app.ico" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。