Skip to content

Commit

Permalink
Remove x64 build option
Browse files Browse the repository at this point in the history
  • Loading branch information
Angshuman Sarkar committed Feb 19, 2020
1 parent b5e5263 commit 32634bb
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 27 deletions.
2 changes: 1 addition & 1 deletion Hexastore.PerfConsole/Hexastore.PerfConsole.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<NoWarn>NU1608</NoWarn>
<Platforms>AnyCPU;x64</Platforms>
<Platforms>AnyCPU</Platforms>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Hexastore.Rocks/Hexastore.Rocks.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Platforms>AnyCPU;x64</Platforms>
<Platforms>AnyCPU</Platforms>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Hexastore.Test/Hexastore.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<IsPackable>false</IsPackable>

<Platforms>AnyCPU;x64</Platforms>
<Platforms>AnyCPU</Platforms>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Hexastore.Web/Hexastore.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netcoreapp3.1</TargetFramework>
<AspNetCoreHostingModel>InProcess</AspNetCoreHostingModel>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
<Platforms>AnyCPU;x64</Platforms>
<Platforms>AnyCPU</Platforms>
</PropertyGroup>

<ItemGroup>
Expand Down
22 changes: 0 additions & 22 deletions Hexastore.sln
Original file line number Diff line number Diff line change
Expand Up @@ -24,51 +24,29 @@ EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{83C88235-3496-4B18-AC09-D0F2F48D965B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{83C88235-3496-4B18-AC09-D0F2F48D965B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{83C88235-3496-4B18-AC09-D0F2F48D965B}.Debug|x64.ActiveCfg = Debug|x64
{83C88235-3496-4B18-AC09-D0F2F48D965B}.Debug|x64.Build.0 = Debug|x64
{83C88235-3496-4B18-AC09-D0F2F48D965B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{83C88235-3496-4B18-AC09-D0F2F48D965B}.Release|Any CPU.Build.0 = Release|Any CPU
{83C88235-3496-4B18-AC09-D0F2F48D965B}.Release|x64.ActiveCfg = Release|x64
{83C88235-3496-4B18-AC09-D0F2F48D965B}.Release|x64.Build.0 = Release|x64
{E20D0035-1E52-41B4-A244-DE4142AEF45E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E20D0035-1E52-41B4-A244-DE4142AEF45E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E20D0035-1E52-41B4-A244-DE4142AEF45E}.Debug|x64.ActiveCfg = Debug|x64
{E20D0035-1E52-41B4-A244-DE4142AEF45E}.Debug|x64.Build.0 = Debug|x64
{E20D0035-1E52-41B4-A244-DE4142AEF45E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E20D0035-1E52-41B4-A244-DE4142AEF45E}.Release|Any CPU.Build.0 = Release|Any CPU
{E20D0035-1E52-41B4-A244-DE4142AEF45E}.Release|x64.ActiveCfg = Release|x64
{E20D0035-1E52-41B4-A244-DE4142AEF45E}.Release|x64.Build.0 = Release|x64
{5083D115-4595-41B8-9D6B-8C7474905D2B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5083D115-4595-41B8-9D6B-8C7474905D2B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5083D115-4595-41B8-9D6B-8C7474905D2B}.Debug|x64.ActiveCfg = Debug|x64
{5083D115-4595-41B8-9D6B-8C7474905D2B}.Debug|x64.Build.0 = Debug|x64
{5083D115-4595-41B8-9D6B-8C7474905D2B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5083D115-4595-41B8-9D6B-8C7474905D2B}.Release|Any CPU.Build.0 = Release|Any CPU
{5083D115-4595-41B8-9D6B-8C7474905D2B}.Release|x64.ActiveCfg = Release|x64
{5083D115-4595-41B8-9D6B-8C7474905D2B}.Release|x64.Build.0 = Release|x64
{446D86FC-60E2-4467-BFC8-AE0A22BC38B4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{446D86FC-60E2-4467-BFC8-AE0A22BC38B4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{446D86FC-60E2-4467-BFC8-AE0A22BC38B4}.Debug|x64.ActiveCfg = Debug|x64
{446D86FC-60E2-4467-BFC8-AE0A22BC38B4}.Debug|x64.Build.0 = Debug|x64
{446D86FC-60E2-4467-BFC8-AE0A22BC38B4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{446D86FC-60E2-4467-BFC8-AE0A22BC38B4}.Release|Any CPU.Build.0 = Release|Any CPU
{446D86FC-60E2-4467-BFC8-AE0A22BC38B4}.Release|x64.ActiveCfg = Release|x64
{446D86FC-60E2-4467-BFC8-AE0A22BC38B4}.Release|x64.Build.0 = Release|x64
{A657D874-2D65-4823-A9FC-1B2B867C56A0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A657D874-2D65-4823-A9FC-1B2B867C56A0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A657D874-2D65-4823-A9FC-1B2B867C56A0}.Debug|x64.ActiveCfg = Debug|x64
{A657D874-2D65-4823-A9FC-1B2B867C56A0}.Debug|x64.Build.0 = Debug|x64
{A657D874-2D65-4823-A9FC-1B2B867C56A0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A657D874-2D65-4823-A9FC-1B2B867C56A0}.Release|Any CPU.Build.0 = Release|Any CPU
{A657D874-2D65-4823-A9FC-1B2B867C56A0}.Release|x64.ActiveCfg = Release|x64
{A657D874-2D65-4823-A9FC-1B2B867C56A0}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
2 changes: 1 addition & 1 deletion Hexastore/Hexastore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Platforms>AnyCPU;x64</Platforms>
<Platforms>AnyCPU</Platforms>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 32634bb

Please sign in to comment.