Skip to content

Commit

Permalink
Restore output paths to previous scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanmoffat committed Feb 9, 2022
1 parent 1b092e2 commit c6022ff
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 41 deletions.
17 changes: 0 additions & 17 deletions BatchMap/BatchMap - Backup.csproj

This file was deleted.

4 changes: 2 additions & 2 deletions BatchMap/BatchMap.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<TargetFramework>net6.0</TargetFramework>
<OutputType>Exe</OutputType>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<Configurations>Debug;Release;Linux - Debug;Linux - Release</Configurations>
<OutputPath>..\bin\$(Configuration)\utils\BatchMap</OutputPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration.Contains(`Linux`))'">
<PropertyGroup Condition="$([MSBuild]::IsOSPlatform('Linux'))">
<DefineConstants>$(DefineConstants);LINUX</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration.Contains(`Debug`))'">
Expand Down
1 change: 1 addition & 0 deletions BatchPub/BatchPub.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<TargetFramework>net6.0-windows</TargetFramework>
<OutputType>WinExe</OutputType>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<OutputPath>..\bin\$(Configuration)\utils\BatchPub</OutputPath>
<UseWindowsForms>true</UseWindowsForms>
<ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets>
</PropertyGroup>
Expand Down
1 change: 0 additions & 1 deletion EOBot/EOBot.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<OutputType>Exe</OutputType>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<OutputPath>..\bin\$(Configuration)\Utils\EOBot\</OutputPath>
<Configurations>Debug;Release;Linux - Debug;Linux - Release</Configurations>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\EOLib.Config\EOLib.Config.csproj" />
Expand Down
3 changes: 1 addition & 2 deletions EOLib.Config.Test/EOLib.Config.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@
<OutputType>Library</OutputType>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<OutputPath>..\bin\$(Configuration)\</OutputPath>
<Configurations>Debug;Release;Linux - Debug;Linux - Release</Configurations>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration.Contains(`Linux`))'">
<PropertyGroup Condition="$([MSBuild]::IsOSPlatform('Linux'))">
<DefineConstants>$(DefineConstants);LINUX</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration.Contains(`Debug`))'">
Expand Down
3 changes: 1 addition & 2 deletions EOLib.Config/EOLib.Config.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@
<OutputType>Library</OutputType>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<OutputPath>..\bin\$(Configuration)\</OutputPath>
<Configurations>Debug;Release;Linux - Debug;Linux - Release</Configurations>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration.Contains(`Linux`))'">
<PropertyGroup Condition="$([MSBuild]::IsOSPlatform('Linux'))">
<DefineConstants>$(DefineConstants);LINUX</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration.Contains(`Debug`))'">
Expand Down
3 changes: 1 addition & 2 deletions EOLib.Graphics/EOLib.Graphics.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@
<OutputType>Library</OutputType>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<OutputPath>..\bin\$(Configuration)\</OutputPath>
<Configurations>Debug;Release;Linux - Debug;Linux - Release</Configurations>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration.Contains(`Linux`))'">
<PropertyGroup Condition="$([MSBuild]::IsOSPlatform('Linux'))">
<DefineConstants>$(DefineConstants);LINUX</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration.Contains(`Debug`))'">
Expand Down
3 changes: 1 addition & 2 deletions EOLib.IO.Test/EOLib.IO.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@
<OutputType>Library</OutputType>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<OutputPath>..\bin\$(Configuration)\</OutputPath>
<Configurations>Debug;Release;Linux - Debug;Linux - Release</Configurations>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration.Contains(`Linux`))'">
<PropertyGroup Condition="$([MSBuild]::IsOSPlatform('Linux'))">
<DefineConstants>$(DefineConstants);LINUX</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration.Contains(`Debug`))'">
Expand Down
3 changes: 1 addition & 2 deletions EOLib.IO/EOLib.IO.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@
<OutputType>Library</OutputType>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<OutputPath>..\bin\$(Configuration)\</OutputPath>
<Configurations>Debug;Release;Linux - Debug;Linux - Release</Configurations>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration.Contains(`Linux`))'">
<PropertyGroup Condition="$([MSBuild]::IsOSPlatform('Linux'))">
<DefineConstants>$(DefineConstants);LINUX</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration.Contains(`Debug`))'">
Expand Down
3 changes: 1 addition & 2 deletions EOLib.Localization.Test/EOLib.Localization.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@
<OutputType>Library</OutputType>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<OutputPath>..\bin\$(Configuration)\</OutputPath>
<Configurations>Debug;Release;Linux - Debug;Linux - Release</Configurations>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration.Contains(`Linux`))'">
<PropertyGroup Condition="$([MSBuild]::IsOSPlatform('Linux'))">
<DefineConstants>$(DefineConstants);LINUX</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration.Contains(`Debug`))'">
Expand Down
3 changes: 1 addition & 2 deletions EOLib.Localization/EOLib.Localization.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@
<OutputType>Library</OutputType>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<OutputPath>..\bin\$(Configuration)\</OutputPath>
<Configurations>Debug;Release;Linux - Debug;Linux - Release</Configurations>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration.Contains(`Linux`))'">
<PropertyGroup Condition="$([MSBuild]::IsOSPlatform('Linux'))">
<DefineConstants>$(DefineConstants);LINUX</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration.Contains(`Debug`))'">
Expand Down
3 changes: 1 addition & 2 deletions EOLib.Logger/EOLib.Logger.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@
<OutputType>Library</OutputType>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<OutputPath>..\bin\$(Configuration)\</OutputPath>
<Configurations>Debug;Release;Linux - Debug;Linux - Release</Configurations>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration.Contains(`Linux`))'">
<PropertyGroup Condition="$([MSBuild]::IsOSPlatform('Linux'))">
<DefineConstants>$(DefineConstants);LINUX</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration.Contains(`Debug`))'">
Expand Down
3 changes: 1 addition & 2 deletions EOLib.Test/EOLib.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@
<OutputType>Library</OutputType>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<OutputPath>..\bin\$(Configuration)\</OutputPath>
<Configurations>Debug;Release;Linux - Debug;Linux - Release</Configurations>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration.Contains(`Linux`))'">
<PropertyGroup Condition="$([MSBuild]::IsOSPlatform('Linux'))">
<DefineConstants>$(DefineConstants);LINUX</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration.Contains(`Debug`))'">
Expand Down
3 changes: 1 addition & 2 deletions EOLib/EOLib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@
<OutputType>Library</OutputType>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<OutputPath>..\bin\$(Configuration)\</OutputPath>
<Configurations>Debug;Release;Linux - Debug;Linux - Release</Configurations>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration.Contains(`Linux`))'">
<PropertyGroup Condition="$([MSBuild]::IsOSPlatform('Linux'))">
<DefineConstants>$(DefineConstants);LINUX</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration.Contains(`Debug`))'">
Expand Down
3 changes: 2 additions & 1 deletion EndlessClient/EndlessClient.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<_ResolveReferenceDependencies>true</_ResolveReferenceDependencies>
<NoWarn>CS0649;NU1701</NoWarn>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<OutputPath>..\bin\$(Configuration)\</OutputPath>
<UseWindowsForms>true</UseWindowsForms>
<UseWPF>true</UseWPF>
<ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets>
Expand All @@ -16,7 +17,7 @@
<ApplicationIcon>Resources\Game.ico</ApplicationIcon>
</PropertyGroup>
<PropertyGroup Condition="$([MSBuild]::IsOSPlatform('Linux'))">
<DefineConstants>LINUX</DefineConstants>
<DefineConstants>$(DefineConstants);LINUX</DefineConstants>
</PropertyGroup>
<ItemGroup>
<MonoGameContentReference Include="ContentPipeline\Content.mgcb" />
Expand Down
1 change: 1 addition & 0 deletions PacketDecoder/PacketDecoder.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<TargetFramework>net6.0-windows</TargetFramework>
<OutputType>WinExe</OutputType>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<OutputPath>..\bin\$(Configuration)\utils\PacketDecoder</OutputPath>
<UseWindowsForms>true</UseWindowsForms>
<ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets>
</PropertyGroup>
Expand Down

0 comments on commit c6022ff

Please sign in to comment.