Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
tDevkit
Manage
Activity
Members
Plan
Wiki
Jira
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Contributor 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
tDevkit
Commits
15d9a40b
Commit
15d9a40b
authored
2 years ago
by
Michal Ondrejička
Committed by
Daniel Andrášik
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Release 4.8
parent
d17452df
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
Main/Main.csproj
+3
-2
3 additions, 2 deletions
Main/Main.csproj
SDK/Contracts/Data/ClientContract.cs
+2
-0
2 additions, 0 deletions
SDK/Contracts/Data/ClientContract.cs
SDK/SDK.csproj
+1
-1
1 addition, 1 deletion
SDK/SDK.csproj
tDevkit.sln
+6
-0
6 additions, 0 deletions
tDevkit.sln
with
12 additions
and
3 deletions
Main/Main.csproj
+
3
−
2
View file @
15d9a40b
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<PropertyGroup>
<OutputType>Exe</OutputType>
<OutputType>Exe</OutputType>
<TargetFramework>net
5
.0</TargetFramework>
<TargetFramework>net
6
.0</TargetFramework>
<AssemblyVersion>2021.6.22.8</AssemblyVersion>
<AssemblyVersion>2021.6.22.8</AssemblyVersion>
<FileVersion>2021.6.22.8</FileVersion>
<FileVersion>2021.6.22.8</FileVersion>
<Version>1.0</Version>
</PropertyGroup>
</PropertyGroup>
<ItemGroup>
<ItemGroup>
...
...
This diff is collapsed.
Click to expand it.
SDK/Contracts/Data/ClientContract.cs
+
2
−
0
View file @
15d9a40b
...
@@ -9,5 +9,7 @@ namespace SDK.Models
...
@@ -9,5 +9,7 @@ namespace SDK.Models
public
Guid
Guid
{
get
;
set
;
}
public
Guid
Guid
{
get
;
set
;
}
public
string
Title
{
get
;
set
;
}
public
string
Title
{
get
;
set
;
}
public
string
DBName
{
get
;
set
;
}
}
}
}
}
This diff is collapsed.
Click to expand it.
SDK/SDK.csproj
+
1
−
1
View file @
15d9a40b
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<AssemblyVersion>2021.6.28.25</AssemblyVersion>
<AssemblyVersion>2021.6.28.25</AssemblyVersion>
<FileVersion>2021.6.28.25</FileVersion>
<FileVersion>2021.6.28.25</FileVersion>
<Version>4.
7
.0</Version>
<Version>4.
8
.0</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>
</PropertyGroup>
...
...
This diff is collapsed.
Click to expand it.
tDevkit.sln
+
6
−
0
View file @
15d9a40b
...
@@ -7,6 +7,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SDK", "SDK\SDK.csproj", "{A
...
@@ -7,6 +7,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SDK", "SDK\SDK.csproj", "{A
EndProject
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Test", "Test\Test\Test.csproj", "{488CE946-CD3E-49E5-A40D-AA2FD5A2744B}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Test", "Test\Test\Test.csproj", "{488CE946-CD3E-49E5-A40D-AA2FD5A2744B}"
EndProject
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Main", "Main\Main.csproj", "{E30C5B8F-0CA9-4947-8D83-95DC4612F4E1}"
EndProject
Global
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Any CPU = Debug|Any CPU
...
@@ -21,6 +23,10 @@ Global
...
@@ -21,6 +23,10 @@ Global
{488CE946-CD3E-49E5-A40D-AA2FD5A2744B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{488CE946-CD3E-49E5-A40D-AA2FD5A2744B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{488CE946-CD3E-49E5-A40D-AA2FD5A2744B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{488CE946-CD3E-49E5-A40D-AA2FD5A2744B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{488CE946-CD3E-49E5-A40D-AA2FD5A2744B}.Release|Any CPU.Build.0 = Release|Any CPU
{488CE946-CD3E-49E5-A40D-AA2FD5A2744B}.Release|Any CPU.Build.0 = Release|Any CPU
{E30C5B8F-0CA9-4947-8D83-95DC4612F4E1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E30C5B8F-0CA9-4947-8D83-95DC4612F4E1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E30C5B8F-0CA9-4947-8D83-95DC4612F4E1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E30C5B8F-0CA9-4947-8D83-95DC4612F4E1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
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