Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
CodeGen
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
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
CodeGen
Merge requests
!1
New: Create a Api Client Script
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
New: Create a Api Client Script
x/setup
into
main
Overview
0
Commits
6
Pipelines
5
Changes
10
Merged
Benedikt Heinrichs
requested to merge
x/setup
into
main
3 years ago
Overview
0
Commits
6
Pipelines
5
Changes
10
coscine/issues#1027
Edited
3 years ago
by
Benedikt Heinrichs
0
0
Merge request reports
Viewing commit
13ee686f
Prev
Next
Show latest version
10 files
+
645
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
10
13ee686f
Intermediate state
· 13ee686f
Benedikt Heinrichs
authored
3 years ago
src/CodeGen/CodeGen.csproj
0 → 100644
+
13
−
0
View file @ 13ee686f
Edit in single-file editor
Open in Web IDE
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<AssemblyName>Coscine.CodeGen</AssemblyName>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Coscine.Configuration" Version="1.6.0" />
</ItemGroup>
</Project>
Loading