Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Coscine
backend
apis
BlobApi
Commits
76bac645
Commit
76bac645
authored
Dec 03, 2020
by
Benedikt Heinrichs
Browse files
Only x64 build
parent
0a0408d2
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/Blob.sln
View file @
76bac645
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28803.156
...
...
@@ -8,19 +8,13 @@ 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
{4F76105D-8FC5-403A-A822-9F306A028A76}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4F76105D-8FC5-403A-A822-9F306A028A76}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4F76105D-8FC5-403A-A822-9F306A028A76}.Debug|x64.ActiveCfg = Debug|x64
{4F76105D-8FC5-403A-A822-9F306A028A76}.Debug|x64.Build.0 = Debug|x64
{4F76105D-8FC5-403A-A822-9F306A028A76}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4F76105D-8FC5-403A-A822-9F306A028A76}.Release|Any CPU.Build.0 = Release|Any CPU
{4F76105D-8FC5-403A-A822-9F306A028A76}.Release|x64.ActiveCfg = Release|x64
{4F76105D-8FC5-403A-A822-9F306A028A76}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
...
...
src/Blob/Blob.csproj
View file @
76bac645
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project
ToolsVersion=
"15.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<Import
Project=
"..\packages\EntityFramework.6.4.4\build\EntityFramework.props"
Condition=
"Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.props')"
/>
<Import
Project=
"..\packages\NSwag.AspNetCore.13.6.2\build\NSwag.AspNetCore.props"
Condition=
"Exists('..\packages\NSwag.AspNetCore.13.6.2\build\NSwag.AspNetCore.props')"
/>
...
...
@@ -26,7 +26,7 @@
</NuGetPackageImportStamp>
</PropertyGroup>
<PropertyGroup
Condition=
" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "
>
<PlatformTarget>
x
8
6
</PlatformTarget>
<PlatformTarget>
x6
4
</PlatformTarget>
<DebugSymbols>
true
</DebugSymbols>
<DebugType>
full
</DebugType>
<Optimize>
false
</Optimize>
...
...
@@ -37,38 +37,14 @@
<DocumentationFile>
bin\Debug\Coscine.Api.Blob.xml
</DocumentationFile>
</PropertyGroup>
<PropertyGroup
Condition=
" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "
>
<PlatformTarget>
AnyCPU
</PlatformTarget>
<PlatformTarget>
x64
</PlatformTarget>
<DebugType>
pdbonly
</DebugType>
<Optimize>
true
</Optimize>
<OutputPath>
bin\Release\
</OutputPath>
<DefineConstants>
TRACE
</DefineConstants>
<ErrorReport>
prompt
</ErrorReport>
<WarningLevel>
4
</WarningLevel>
<DocumentationFile>
bin\Debug\Coscine.Api.Blob.xml
</DocumentationFile>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)' == 'Debug|x64'"
>
<DebugSymbols>
true
</DebugSymbols>
<OutputPath>
bin\x64\Debug\
</OutputPath>
<DefineConstants>
DEBUG;TRACE
</DefineConstants>
<DocumentationFile>
bin\Debug\Coscine.Api.Blob.xml
</DocumentationFile>
<DebugType>
full
</DebugType>
<PlatformTarget>
x64
</PlatformTarget>
<LangVersion>
7.3
</LangVersion>
<ErrorReport>
prompt
</ErrorReport>
<CodeAnalysisRuleSet>
MinimumRecommendedRules.ruleset
</CodeAnalysisRuleSet>
<Prefer32Bit>
true
</Prefer32Bit>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)' == 'Release|x64'"
>
<OutputPath>
bin\x64\Release\
</OutputPath>
<DefineConstants>
TRACE
</DefineConstants>
<DocumentationFile>
bin\Debug\Coscine.Api.Blob.xml
</DocumentationFile>
<Optimize>
true
</Optimize>
<DebugType>
pdbonly
</DebugType>
<PlatformTarget>
x64
</PlatformTarget>
<LangVersion>
7.3
</LangVersion>
<ErrorReport>
prompt
</ErrorReport>
<CodeAnalysisRuleSet>
MinimumRecommendedRules.ruleset
</CodeAnalysisRuleSet>
<Prefer32Bit>
true
</Prefer32Bit>
<DocumentationFile>
bin\Release\Coscine.Api.Blob.xml
</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<Reference
Include=
"AWSSDK.Core, Version=3.3.0.0, Culture=neutral, PublicKeyToken=885c28607f98e604, processorArchitecture=MSIL"
>
...
...
@@ -601,4 +577,4 @@
<Import
Project=
"..\packages\Microsoft.Extensions.ApiDescription.Server.3.0.0\build\Microsoft.Extensions.ApiDescription.Server.targets"
Condition=
"Exists('..\packages\Microsoft.Extensions.ApiDescription.Server.3.0.0\build\Microsoft.Extensions.ApiDescription.Server.targets')"
/>
<Import
Project=
"..\packages\NSwag.AspNetCore.13.6.2\build\NSwag.AspNetCore.targets"
Condition=
"Exists('..\packages\NSwag.AspNetCore.13.6.2\build\NSwag.AspNetCore.targets')"
/>
<Import
Project=
"..\packages\EntityFramework.6.4.4\build\EntityFramework.targets"
Condition=
"Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')"
/>
</Project>
\ No newline at end of file
</Project>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment