Skip to content

Commit

Permalink
chore: remove configuration for global
Browse files Browse the repository at this point in the history
  • Loading branch information
zhyupe committed Mar 5, 2021
1 parent a2a176d commit c615cb0
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 33 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build:
strategy:
matrix:
configuration: [Release, Release-Global]
configuration: [Release]

runs-on: windows-latest

Expand Down
11 changes: 0 additions & 11 deletions Cafe.Matcha.Packer/Cafe.Matcha.Packer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,6 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release-Global|AnyCPU'">
<OutputPath>..\bin\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<LangVersion>7.3</LangVersion>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<Prefer32Bit>true</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down
10 changes: 0 additions & 10 deletions Cafe.Matcha.sln
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ Global
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release-Global|Any CPU = Release-Global|Any CPU
Release-Global|x64 = Release-Global|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0A8BC2CF-BCBA-4A7F-974A-11F078BED997}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
Expand All @@ -34,10 +32,6 @@ Global
{0A8BC2CF-BCBA-4A7F-974A-11F078BED997}.Release|Any CPU.Build.0 = Release|Any CPU
{0A8BC2CF-BCBA-4A7F-974A-11F078BED997}.Release|x64.ActiveCfg = Debug|Any CPU
{0A8BC2CF-BCBA-4A7F-974A-11F078BED997}.Release|x64.Build.0 = Debug|Any CPU
{0A8BC2CF-BCBA-4A7F-974A-11F078BED997}.Release-Global|Any CPU.ActiveCfg = Release-Global|Any CPU
{0A8BC2CF-BCBA-4A7F-974A-11F078BED997}.Release-Global|Any CPU.Build.0 = Release-Global|Any CPU
{0A8BC2CF-BCBA-4A7F-974A-11F078BED997}.Release-Global|x64.ActiveCfg = Release-Global|Any CPU
{0A8BC2CF-BCBA-4A7F-974A-11F078BED997}.Release-Global|x64.Build.0 = Release-Global|Any CPU
{5D469F03-878B-4652-AF39-20434C1EC28C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5D469F03-878B-4652-AF39-20434C1EC28C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5D469F03-878B-4652-AF39-20434C1EC28C}.Debug|x64.ActiveCfg = Debug|Any CPU
Expand All @@ -46,10 +40,6 @@ Global
{5D469F03-878B-4652-AF39-20434C1EC28C}.Release|Any CPU.Build.0 = Release|Any CPU
{5D469F03-878B-4652-AF39-20434C1EC28C}.Release|x64.ActiveCfg = Release|Any CPU
{5D469F03-878B-4652-AF39-20434C1EC28C}.Release|x64.Build.0 = Release|Any CPU
{5D469F03-878B-4652-AF39-20434C1EC28C}.Release-Global|Any CPU.ActiveCfg = Release-Global|Any CPU
{5D469F03-878B-4652-AF39-20434C1EC28C}.Release-Global|Any CPU.Build.0 = Release-Global|Any CPU
{5D469F03-878B-4652-AF39-20434C1EC28C}.Release-Global|x64.ActiveCfg = Release-Global|Any CPU
{5D469F03-878B-4652-AF39-20434C1EC28C}.Release-Global|x64.Build.0 = Release-Global|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
11 changes: 0 additions & 11 deletions Cafe.Matcha/Cafe.Matcha.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,6 @@
<PropertyGroup>
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release-Global|AnyCPU'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>..\bin\Release-Global\</OutputPath>
<Optimize>true</Optimize>
<DebugType>full</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<LangVersion>7.3</LangVersion>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<DefineConstants>GLOBAL</DefineConstants>
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<ItemGroup>
<Reference Include="Advanced Combat Tracker">
Expand Down

0 comments on commit c615cb0

Please sign in to comment.