initial code and project commit
This commit is contained in:
8
Gardient.MatrixSDK/Class1.cs
Normal file
8
Gardient.MatrixSDK/Class1.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
using System;
|
||||
|
||||
namespace Gardient.MatrixSDK
|
||||
{
|
||||
public class Class1
|
||||
{
|
||||
}
|
||||
}
|
||||
7
Gardient.MatrixSDK/Gardient.MatrixSDK.csproj
Normal file
7
Gardient.MatrixSDK/Gardient.MatrixSDK.csproj
Normal file
@@ -0,0 +1,7 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netstandard2.0</TargetFramework>
|
||||
</PropertyGroup>
|
||||
|
||||
</Project>
|
||||
25
net-matrix-sdk.sln
Normal file
25
net-matrix-sdk.sln
Normal file
@@ -0,0 +1,25 @@
|
||||
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio 15
|
||||
VisualStudioVersion = 15.0.27428.2015
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Gardient.MatrixSDK", "Gardient.MatrixSDK\Gardient.MatrixSDK.csproj", "{AEA4E30C-4AB8-4CF5-A4ED-D4572289DD30}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
Release|Any CPU = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{AEA4E30C-4AB8-4CF5-A4ED-D4572289DD30}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{AEA4E30C-4AB8-4CF5-A4ED-D4572289DD30}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{AEA4E30C-4AB8-4CF5-A4ED-D4572289DD30}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{AEA4E30C-4AB8-4CF5-A4ED-D4572289DD30}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||
SolutionGuid = {D618A372-5EF9-4E2D-9E44-A79D12A462F7}
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
Reference in New Issue
Block a user