Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Admin
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
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
apis
Admin
Commits
a68b4890
Commit
a68b4890
authored
4 years ago
by
L. Ellenbeck
Browse files
Options
Downloads
Patches
Plain Diff
WIP: switched to x64 coscine/issues#1163
parent
19005c4d
Branches
Topic/1163-adminApi
No related tags found
1 merge request
!1
Topic/1163 admin api
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/Admin.sln
+6
-0
6 additions, 0 deletions
src/Admin.sln
src/Admin/Admin.csproj
+22
-0
22 additions, 0 deletions
src/Admin/Admin.csproj
with
28 additions
and
0 deletions
src/Admin.sln
+
6
−
0
View file @
a68b4890
...
...
@@ -8,13 +8,19 @@ 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
{04914153-8D29-4252-A3C2-24C887840C69}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{04914153-8D29-4252-A3C2-24C887840C69}.Debug|Any CPU.Build.0 = Debug|Any CPU
{04914153-8D29-4252-A3C2-24C887840C69}.Debug|x64.ActiveCfg = Debug|x64
{04914153-8D29-4252-A3C2-24C887840C69}.Debug|x64.Build.0 = Debug|x64
{04914153-8D29-4252-A3C2-24C887840C69}.Release|Any CPU.ActiveCfg = Release|Any CPU
{04914153-8D29-4252-A3C2-24C887840C69}.Release|Any CPU.Build.0 = Release|Any CPU
{04914153-8D29-4252-A3C2-24C887840C69}.Release|x64.ActiveCfg = Release|x64
{04914153-8D29-4252-A3C2-24C887840C69}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
...
...
This diff is collapsed.
Click to expand it.
src/Admin/Admin.csproj
+
22
−
0
View file @
a68b4890
...
...
@@ -44,6 +44,28 @@
<ErrorReport>
prompt
</ErrorReport>
<WarningLevel>
4
</WarningLevel>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)' == 'Debug|x64'"
>
<DebugSymbols>
true
</DebugSymbols>
<OutputPath>
bin\x64\Debug\
</OutputPath>
<DefineConstants>
DEBUG;TRACE
</DefineConstants>
<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>
<Optimize>
true
</Optimize>
<DebugType>
pdbonly
</DebugType>
<PlatformTarget>
x64
</PlatformTarget>
<LangVersion>
7.3
</LangVersion>
<ErrorReport>
prompt
</ErrorReport>
<CodeAnalysisRuleSet>
MinimumRecommendedRules.ruleset
</CodeAnalysisRuleSet>
<Prefer32Bit>
true
</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference
Include=
"Consul, Version=0.7.2.6, Culture=neutral, PublicKeyToken=20a6ad9a81df1d95, processorArchitecture=MSIL"
>
<HintPath>
..\packages\Consul.0.7.2.6\lib\net45\Consul.dll
</HintPath>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment