Skip to content

Commit

Permalink
remove bits relate to old build that were still lingering
Browse files Browse the repository at this point in the history
  • Loading branch information
Todd committed Nov 3, 2023
1 parent 94f0c3d commit e43cffa
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 20 deletions.
12 changes: 0 additions & 12 deletions Flurl.sln
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{86A5ACB4-F
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Flurl.Test", "test\Flurl.Test\Flurl.Test.csproj", "{DF68EB0E-9566-4577-B709-291520383F8D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{B6BF9238-4541-4E1F-955E-C95F1C2A1F46}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
Build\build.cmd = Build\build.cmd
Build\build.sh = Build\build.sh
Build\Flurl.netstandard.sln = Build\Flurl.netstandard.sln
Build\test.cmd = Build\test.cmd
Build\test.coverage.cmd = Build\test.coverage.cmd
Build\test.coverage.sh = Build\test.coverage.sh
Build\test.sh = Build\test.sh
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Flurl.CodeGen", "src\Flurl.CodeGen\Flurl.CodeGen.csproj", "{BE943E04-705F-42B1-BF95-A0642D9CA51D}"
EndProject
Global
Expand Down
4 changes: 0 additions & 4 deletions src/Flurl.Http/Flurl.Http.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>

<PropertyGroup Condition="'$(APPVEYOR)' == 'true'">
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DocumentationFile>bin\Release\Flurl.Http.xml</DocumentationFile>
</PropertyGroup>
Expand Down
4 changes: 0 additions & 4 deletions src/Flurl/Flurl.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>

<PropertyGroup Condition="'$(APPVEYOR)' == 'true'">
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DocumentationFile>bin\Release\Flurl.xml</DocumentationFile>
</PropertyGroup>
Expand Down

0 comments on commit e43cffa

Please sign in to comment.