Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tUtils
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Jira
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
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Digital Twin
Twinzo
tUtils
Commits
e729b507
Commit
e729b507
authored
3 years ago
by
Patrik Paško
Browse files
Options
Downloads
Patches
Plain Diff
Add project files.
parent
52982f4a
No related branches found
Branches containing commit
No related tags found
1 merge request
!1
Develop
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
tUtils.sln
+25
-0
25 additions, 0 deletions
tUtils.sln
tUtils/Class1.cs
+8
-0
8 additions, 0 deletions
tUtils/Class1.cs
tUtils/tUtils.csproj
+7
-0
7 additions, 0 deletions
tUtils/tUtils.csproj
with
40 additions
and
0 deletions
tUtils.sln
0 → 100644
+
25
−
0
View file @
e729b507
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31205.134
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "tUtils", "tUtils\tUtils.csproj", "{7DFBBCC7-5C2D-4A45-A17F-F56C66F93C61}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7DFBBCC7-5C2D-4A45-A17F-F56C66F93C61}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7DFBBCC7-5C2D-4A45-A17F-F56C66F93C61}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7DFBBCC7-5C2D-4A45-A17F-F56C66F93C61}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7DFBBCC7-5C2D-4A45-A17F-F56C66F93C61}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {090BED87-1992-4F59-93EC-FDB8A349F09B}
EndGlobalSection
EndGlobal
This diff is collapsed.
Click to expand it.
tUtils/Class1.cs
0 → 100644
+
8
−
0
View file @
e729b507
using
System
;
namespace
tUtils
{
public
class
Class1
{
}
}
This diff is collapsed.
Click to expand it.
tUtils/tUtils.csproj
0 → 100644
+
7
−
0
View file @
e729b507
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
</Project>
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