Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SPPageDeployer
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Coscine
backend
scripts
SPPageDeployer
Merge requests
!4
Fix: 64 Bit Build
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Fix: 64 Bit Build
Topic/758-userProfileApi
into
Product/702-createUserProfile
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Fix: 64 Bit Build
Benedikt Heinrichs
requested to merge
Topic/758-userProfileApi
into
Product/702-createUserProfile
Jun 18, 2020
Overview
0
Commits
1
Pipelines
1
Changes
1
coscine/issues#758
0
0
Merge request reports
Compare
Product/702-createUserProfile
Product/702-createUserProfile (base)
and
latest version
latest version
9dc7f6b1
1 commit,
Jun 18, 2020
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
src/SPPageDeployer/SPPageDeployer.csproj
+
1
−
1
View file @ 9dc7f6b1
Edit in single-file editor
Open in Web IDE
Show full file
@@ -28,7 +28,7 @@
<WarningLevel>
4
</WarningLevel>
</PropertyGroup>
<PropertyGroup
Condition=
" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "
>
<PlatformTarget>
AnyCPU
</PlatformTarget>
<PlatformTarget>
x64
</PlatformTarget>
<DebugType>
pdbonly
</DebugType>
<Optimize>
true
</Optimize>
<OutputPath>
bin\Release\
</OutputPath>
Loading