Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
T
TiledToOrx
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
4
Snippets
Groups
Projects
Show more breadcrumbs
Sausage
TiledToOrx
Commits
959ee504
Commit
959ee504
authored
5 years ago
by
John Cheesman
Browse files
Options
Downloads
Patches
Plain Diff
Add CLI project to solution, change to netcoreapp2.1
parent
096fe73a
No related branches found
No related tags found
1 merge request
!1
Add CLI
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
TiledToOrx.CLI/TiledToOrx.CLI.csproj
+2
-2
2 additions, 2 deletions
TiledToOrx.CLI/TiledToOrx.CLI.csproj
TiledToOrx.sln
+11
-1
11 additions, 1 deletion
TiledToOrx.sln
with
13 additions
and
3 deletions
TiledToOrx.CLI/TiledToOrx.CLI.csproj
+
2
−
2
View file @
959ee504
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<ProjectReference Include="..\TiledToOrx.Core\TiledToOrx.Core.csproj" />
...
...
@@ -10,7 +10,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp
3.0
</TargetFramework>
<TargetFramework>netcoreapp
2.1
</TargetFramework>
</PropertyGroup>
</Project>
This diff is collapsed.
Click to expand it.
TiledToOrx.sln
+
11
−
1
View file @
959ee504
...
...
@@ -5,7 +5,9 @@ VisualStudioVersion = 15.0.28307.168
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TiledToOrx", "TiledToOrx\TiledToOrx.csproj", "{9FE0B836-850A-452E-8655-7164C9C6686D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TiledToOrx.Core", "TiledToOrx.Core\TiledToOrx.Core.csproj", "{084206D7-381A-40B3-B58F-2DB06D6213C2}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TiledToOrx.Core", "TiledToOrx.Core\TiledToOrx.Core.csproj", "{084206D7-381A-40B3-B58F-2DB06D6213C2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TiledToOrx.CLI", "TiledToOrx.CLI\TiledToOrx.CLI.csproj", "{B7046A61-90CA-44DB-B91E-AF8005C12022}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
...
...
@@ -29,6 +31,14 @@ Global
{084206D7-381A-40B3-B58F-2DB06D6213C2}.Release|Any CPU.Build.0 = Release|Any CPU
{084206D7-381A-40B3-B58F-2DB06D6213C2}.Release|x86.ActiveCfg = Release|Any CPU
{084206D7-381A-40B3-B58F-2DB06D6213C2}.Release|x86.Build.0 = Release|Any CPU
{B7046A61-90CA-44DB-B91E-AF8005C12022}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B7046A61-90CA-44DB-B91E-AF8005C12022}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B7046A61-90CA-44DB-B91E-AF8005C12022}.Debug|x86.ActiveCfg = Debug|Any CPU
{B7046A61-90CA-44DB-B91E-AF8005C12022}.Debug|x86.Build.0 = Debug|Any CPU
{B7046A61-90CA-44DB-B91E-AF8005C12022}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B7046A61-90CA-44DB-B91E-AF8005C12022}.Release|Any CPU.Build.0 = Release|Any CPU
{B7046A61-90CA-44DB-B91E-AF8005C12022}.Release|x86.ActiveCfg = Release|Any CPU
{B7046A61-90CA-44DB-B91E-AF8005C12022}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
...
...
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