Skip to content

Commit

Permalink
Convert BatchPub/PacketDecoder to sdk style projects
Browse files Browse the repository at this point in the history
Remove Linux build configurations from solution
  • Loading branch information
ethanmoffat committed Feb 9, 2022
1 parent 40fb1d1 commit 1b092e2
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 223 deletions.
83 changes: 8 additions & 75 deletions BatchPub/BatchPub.csproj
Original file line number Diff line number Diff line change
@@ -1,83 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<ProjectGuid>{18DC9959-1C79-4956-9FD1-438B9D445439}</ProjectGuid>
<TargetFramework>net6.0-windows</TargetFramework>
<OutputType>WinExe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>BatchPub</RootNamespace>
<AssemblyName>BatchPub</AssemblyName>
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<UseWindowsForms>true</UseWindowsForms>
<ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
<PlatformTarget>AnyCPU</PlatformTarget>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
<PlatformTarget>AnyCPU</PlatformTarget>
<OutputPath>bin\Release\</OutputPath>
<Optimize>true</Optimize>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Net" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
</ItemGroup>
<ItemGroup>
<Compile Include="frmMain.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="frmMain.Designer.cs">
<DependentUpon>frmMain.cs</DependentUpon>
</Compile>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<EmbeddedResource Include="frmMain.resx">
<DependentUpon>frmMain.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</EmbeddedResource>
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
<DesignTime>True</DesignTime>
</Compile>
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
<Compile Include="Properties\Settings.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
<ProjectReference Include="..\EOLib.IO\EOLib.IO.csproj" />
<ProjectReference Include="..\EOLib\EOLib.csproj" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\EOLib.IO\EOLib.IO.csproj">
<Project>{aa07776b-3f05-404a-ba8a-24970a91c024}</Project>
<Name>EOLib.IO</Name>
</ProjectReference>
<ProjectReference Include="..\EOLib\EOLib.csproj">
<Project>{edb5ad93-303d-4b07-9fad-f6a8295d2390}</Project>
<Name>EOLib</Name>
</ProjectReference>
<PackageReference Include="Microsoft.Windows.Compatibility" Version="6.0.0" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>
1 change: 1 addition & 0 deletions BatchPub/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ static class Program
static void Main()
{
Application.EnableVisualStyles();
Application.SetHighDpiMode(HighDpiMode.SystemAware);
Application.SetCompatibleTextRenderingDefault(false);
Application.Run(new frmMain());
}
Expand Down
62 changes: 0 additions & 62 deletions EndlessClient.sln
Original file line number Diff line number Diff line change
Expand Up @@ -44,133 +44,71 @@ EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Linux - Debug|Any CPU = Linux - Debug|Any CPU
Linux - Release|Any CPU = Linux - Release|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{55238357-74F1-4465-9727-01EDF6A8A509}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{55238357-74F1-4465-9727-01EDF6A8A509}.Debug|Any CPU.Build.0 = Debug|Any CPU
{55238357-74F1-4465-9727-01EDF6A8A509}.Linux - Debug|Any CPU.ActiveCfg = Linux - Debug|Any CPU
{55238357-74F1-4465-9727-01EDF6A8A509}.Linux - Debug|Any CPU.Build.0 = Linux - Debug|Any CPU
{55238357-74F1-4465-9727-01EDF6A8A509}.Linux - Release|Any CPU.ActiveCfg = Linux - Release|Any CPU
{55238357-74F1-4465-9727-01EDF6A8A509}.Linux - Release|Any CPU.Build.0 = Linux - Release|Any CPU
{55238357-74F1-4465-9727-01EDF6A8A509}.Release|Any CPU.ActiveCfg = Release|Any CPU
{55238357-74F1-4465-9727-01EDF6A8A509}.Release|Any CPU.Build.0 = Release|Any CPU
{B6AD3196-D307-4352-9979-9237CB08B102}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B6AD3196-D307-4352-9979-9237CB08B102}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B6AD3196-D307-4352-9979-9237CB08B102}.Linux - Debug|Any CPU.ActiveCfg = Linux - Debug|Any CPU
{B6AD3196-D307-4352-9979-9237CB08B102}.Linux - Debug|Any CPU.Build.0 = Linux - Debug|Any CPU
{B6AD3196-D307-4352-9979-9237CB08B102}.Linux - Release|Any CPU.ActiveCfg = Linux - Release|Any CPU
{B6AD3196-D307-4352-9979-9237CB08B102}.Linux - Release|Any CPU.Build.0 = Linux - Release|Any CPU
{B6AD3196-D307-4352-9979-9237CB08B102}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B6AD3196-D307-4352-9979-9237CB08B102}.Release|Any CPU.Build.0 = Release|Any CPU
{8C4BC247-89ED-4629-B34B-15A5AEE88E2D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8C4BC247-89ED-4629-B34B-15A5AEE88E2D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8C4BC247-89ED-4629-B34B-15A5AEE88E2D}.Linux - Debug|Any CPU.ActiveCfg = Linux - Debug|Any CPU
{8C4BC247-89ED-4629-B34B-15A5AEE88E2D}.Linux - Debug|Any CPU.Build.0 = Linux - Debug|Any CPU
{8C4BC247-89ED-4629-B34B-15A5AEE88E2D}.Linux - Release|Any CPU.ActiveCfg = Linux - Release|Any CPU
{8C4BC247-89ED-4629-B34B-15A5AEE88E2D}.Linux - Release|Any CPU.Build.0 = Linux - Release|Any CPU
{8C4BC247-89ED-4629-B34B-15A5AEE88E2D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8C4BC247-89ED-4629-B34B-15A5AEE88E2D}.Release|Any CPU.Build.0 = Release|Any CPU
{51B93DB4-896E-497F-A56E-F7BE47CF0170}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{51B93DB4-896E-497F-A56E-F7BE47CF0170}.Debug|Any CPU.Build.0 = Debug|Any CPU
{51B93DB4-896E-497F-A56E-F7BE47CF0170}.Linux - Debug|Any CPU.ActiveCfg = Linux - Debug|Any CPU
{51B93DB4-896E-497F-A56E-F7BE47CF0170}.Linux - Debug|Any CPU.Build.0 = Linux - Debug|Any CPU
{51B93DB4-896E-497F-A56E-F7BE47CF0170}.Linux - Release|Any CPU.ActiveCfg = Linux - Release|Any CPU
{51B93DB4-896E-497F-A56E-F7BE47CF0170}.Linux - Release|Any CPU.Build.0 = Linux - Release|Any CPU
{51B93DB4-896E-497F-A56E-F7BE47CF0170}.Release|Any CPU.ActiveCfg = Release|Any CPU
{51B93DB4-896E-497F-A56E-F7BE47CF0170}.Release|Any CPU.Build.0 = Release|Any CPU
{CC113F79-4E5D-4223-845F-91F8B51AF929}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CC113F79-4E5D-4223-845F-91F8B51AF929}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CC113F79-4E5D-4223-845F-91F8B51AF929}.Linux - Debug|Any CPU.ActiveCfg = Linux - Debug|Any CPU
{CC113F79-4E5D-4223-845F-91F8B51AF929}.Linux - Debug|Any CPU.Build.0 = Linux - Debug|Any CPU
{CC113F79-4E5D-4223-845F-91F8B51AF929}.Linux - Release|Any CPU.ActiveCfg = Linux - Release|Any CPU
{CC113F79-4E5D-4223-845F-91F8B51AF929}.Linux - Release|Any CPU.Build.0 = Linux - Release|Any CPU
{CC113F79-4E5D-4223-845F-91F8B51AF929}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CC113F79-4E5D-4223-845F-91F8B51AF929}.Release|Any CPU.Build.0 = Release|Any CPU
{97411D62-DAA8-4EB9-8C42-5B95F265B9B5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{97411D62-DAA8-4EB9-8C42-5B95F265B9B5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{97411D62-DAA8-4EB9-8C42-5B95F265B9B5}.Linux - Debug|Any CPU.ActiveCfg = Linux - Debug|Any CPU
{97411D62-DAA8-4EB9-8C42-5B95F265B9B5}.Linux - Debug|Any CPU.Build.0 = Linux - Debug|Any CPU
{97411D62-DAA8-4EB9-8C42-5B95F265B9B5}.Linux - Release|Any CPU.ActiveCfg = Linux - Release|Any CPU
{97411D62-DAA8-4EB9-8C42-5B95F265B9B5}.Linux - Release|Any CPU.Build.0 = Linux - Release|Any CPU
{97411D62-DAA8-4EB9-8C42-5B95F265B9B5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{97411D62-DAA8-4EB9-8C42-5B95F265B9B5}.Release|Any CPU.Build.0 = Release|Any CPU
{12BC6C2E-CEB1-4943-9843-AB4606658376}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{12BC6C2E-CEB1-4943-9843-AB4606658376}.Debug|Any CPU.Build.0 = Debug|Any CPU
{12BC6C2E-CEB1-4943-9843-AB4606658376}.Linux - Debug|Any CPU.ActiveCfg = Linux - Debug|Any CPU
{12BC6C2E-CEB1-4943-9843-AB4606658376}.Linux - Debug|Any CPU.Build.0 = Linux - Debug|Any CPU
{12BC6C2E-CEB1-4943-9843-AB4606658376}.Linux - Release|Any CPU.ActiveCfg = Linux - Release|Any CPU
{12BC6C2E-CEB1-4943-9843-AB4606658376}.Linux - Release|Any CPU.Build.0 = Linux - Release|Any CPU
{12BC6C2E-CEB1-4943-9843-AB4606658376}.Release|Any CPU.ActiveCfg = Release|Any CPU
{12BC6C2E-CEB1-4943-9843-AB4606658376}.Release|Any CPU.Build.0 = Release|Any CPU
{2A903DEF-46C6-4E67-A039-A1561DB26C53}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2A903DEF-46C6-4E67-A039-A1561DB26C53}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2A903DEF-46C6-4E67-A039-A1561DB26C53}.Linux - Debug|Any CPU.ActiveCfg = Linux - Debug|Any CPU
{2A903DEF-46C6-4E67-A039-A1561DB26C53}.Linux - Debug|Any CPU.Build.0 = Linux - Debug|Any CPU
{2A903DEF-46C6-4E67-A039-A1561DB26C53}.Linux - Release|Any CPU.ActiveCfg = Linux - Release|Any CPU
{2A903DEF-46C6-4E67-A039-A1561DB26C53}.Linux - Release|Any CPU.Build.0 = Linux - Release|Any CPU
{2A903DEF-46C6-4E67-A039-A1561DB26C53}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2A903DEF-46C6-4E67-A039-A1561DB26C53}.Release|Any CPU.Build.0 = Release|Any CPU
{FF9D8961-6E65-4B87-82FA-1C920CA9D37F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FF9D8961-6E65-4B87-82FA-1C920CA9D37F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FF9D8961-6E65-4B87-82FA-1C920CA9D37F}.Linux - Debug|Any CPU.ActiveCfg = Linux - Debug|Any CPU
{FF9D8961-6E65-4B87-82FA-1C920CA9D37F}.Linux - Debug|Any CPU.Build.0 = Linux - Debug|Any CPU
{FF9D8961-6E65-4B87-82FA-1C920CA9D37F}.Linux - Release|Any CPU.ActiveCfg = Linux - Release|Any CPU
{FF9D8961-6E65-4B87-82FA-1C920CA9D37F}.Linux - Release|Any CPU.Build.0 = Linux - Release|Any CPU
{FF9D8961-6E65-4B87-82FA-1C920CA9D37F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FF9D8961-6E65-4B87-82FA-1C920CA9D37F}.Release|Any CPU.Build.0 = Release|Any CPU
{D70B6EFE-8500-4B46-A22D-50C2D6D4B336}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D70B6EFE-8500-4B46-A22D-50C2D6D4B336}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D70B6EFE-8500-4B46-A22D-50C2D6D4B336}.Linux - Debug|Any CPU.ActiveCfg = Linux - Debug|Any CPU
{D70B6EFE-8500-4B46-A22D-50C2D6D4B336}.Linux - Debug|Any CPU.Build.0 = Linux - Debug|Any CPU
{D70B6EFE-8500-4B46-A22D-50C2D6D4B336}.Linux - Release|Any CPU.ActiveCfg = Linux - Release|Any CPU
{D70B6EFE-8500-4B46-A22D-50C2D6D4B336}.Linux - Release|Any CPU.Build.0 = Linux - Release|Any CPU
{D70B6EFE-8500-4B46-A22D-50C2D6D4B336}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D70B6EFE-8500-4B46-A22D-50C2D6D4B336}.Release|Any CPU.Build.0 = Release|Any CPU
{A55498F8-78C2-4760-AA2C-429D39F35BB8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A55498F8-78C2-4760-AA2C-429D39F35BB8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A55498F8-78C2-4760-AA2C-429D39F35BB8}.Linux - Debug|Any CPU.ActiveCfg = Linux - Debug|Any CPU
{A55498F8-78C2-4760-AA2C-429D39F35BB8}.Linux - Debug|Any CPU.Build.0 = Linux - Debug|Any CPU
{A55498F8-78C2-4760-AA2C-429D39F35BB8}.Linux - Release|Any CPU.ActiveCfg = Linux - Release|Any CPU
{A55498F8-78C2-4760-AA2C-429D39F35BB8}.Linux - Release|Any CPU.Build.0 = Linux - Release|Any CPU
{A55498F8-78C2-4760-AA2C-429D39F35BB8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A55498F8-78C2-4760-AA2C-429D39F35BB8}.Release|Any CPU.Build.0 = Release|Any CPU
{09B4B9F7-64AF-4E6A-AAE1-52C41201179A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{09B4B9F7-64AF-4E6A-AAE1-52C41201179A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{09B4B9F7-64AF-4E6A-AAE1-52C41201179A}.Linux - Debug|Any CPU.ActiveCfg = Linux - Debug|Any CPU
{09B4B9F7-64AF-4E6A-AAE1-52C41201179A}.Linux - Debug|Any CPU.Build.0 = Linux - Debug|Any CPU
{09B4B9F7-64AF-4E6A-AAE1-52C41201179A}.Linux - Release|Any CPU.ActiveCfg = Linux - Release|Any CPU
{09B4B9F7-64AF-4E6A-AAE1-52C41201179A}.Linux - Release|Any CPU.Build.0 = Linux - Release|Any CPU
{09B4B9F7-64AF-4E6A-AAE1-52C41201179A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{09B4B9F7-64AF-4E6A-AAE1-52C41201179A}.Release|Any CPU.Build.0 = Release|Any CPU
{18DC9959-1C79-4956-9FD1-438B9D445439}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{18DC9959-1C79-4956-9FD1-438B9D445439}.Debug|Any CPU.Build.0 = Debug|Any CPU
{18DC9959-1C79-4956-9FD1-438B9D445439}.Linux - Debug|Any CPU.ActiveCfg = Debug|Any CPU
{18DC9959-1C79-4956-9FD1-438B9D445439}.Linux - Release|Any CPU.ActiveCfg = Release|Any CPU
{18DC9959-1C79-4956-9FD1-438B9D445439}.Release|Any CPU.ActiveCfg = Release|Any CPU
{18DC9959-1C79-4956-9FD1-438B9D445439}.Release|Any CPU.Build.0 = Release|Any CPU
{1061D316-7F0B-4BD5-9821-A8FF7DE32F6E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1061D316-7F0B-4BD5-9821-A8FF7DE32F6E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1061D316-7F0B-4BD5-9821-A8FF7DE32F6E}.Linux - Debug|Any CPU.ActiveCfg = Linux - Debug|Any CPU
{1061D316-7F0B-4BD5-9821-A8FF7DE32F6E}.Linux - Debug|Any CPU.Build.0 = Linux - Debug|Any CPU
{1061D316-7F0B-4BD5-9821-A8FF7DE32F6E}.Linux - Release|Any CPU.ActiveCfg = Release|Any CPU
{1061D316-7F0B-4BD5-9821-A8FF7DE32F6E}.Linux - Release|Any CPU.Build.0 = Release|Any CPU
{1061D316-7F0B-4BD5-9821-A8FF7DE32F6E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1061D316-7F0B-4BD5-9821-A8FF7DE32F6E}.Release|Any CPU.Build.0 = Release|Any CPU
{D6D15D36-E7F3-4A08-9A3D-6AA382D0DE14}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D6D15D36-E7F3-4A08-9A3D-6AA382D0DE14}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D6D15D36-E7F3-4A08-9A3D-6AA382D0DE14}.Linux - Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D6D15D36-E7F3-4A08-9A3D-6AA382D0DE14}.Linux - Release|Any CPU.ActiveCfg = Release|Any CPU
{D6D15D36-E7F3-4A08-9A3D-6AA382D0DE14}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D6D15D36-E7F3-4A08-9A3D-6AA382D0DE14}.Release|Any CPU.Build.0 = Release|Any CPU
{0EC2FDA3-00E9-4DF4-8743-85E2C911E6E8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0EC2FDA3-00E9-4DF4-8743-85E2C911E6E8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0EC2FDA3-00E9-4DF4-8743-85E2C911E6E8}.Linux - Debug|Any CPU.ActiveCfg = Linux - Debug|Any CPU
{0EC2FDA3-00E9-4DF4-8743-85E2C911E6E8}.Linux - Debug|Any CPU.Build.0 = Linux - Debug|Any CPU
{0EC2FDA3-00E9-4DF4-8743-85E2C911E6E8}.Linux - Release|Any CPU.ActiveCfg = Linux - Release|Any CPU
{0EC2FDA3-00E9-4DF4-8743-85E2C911E6E8}.Linux - Release|Any CPU.Build.0 = Linux - Release|Any CPU
{0EC2FDA3-00E9-4DF4-8743-85E2C911E6E8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0EC2FDA3-00E9-4DF4-8743-85E2C911E6E8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
Expand Down

0 comments on commit 1b092e2

Please sign in to comment.