Browse Source

Project created

Piotr Czajkowski 3 years ago
parent
commit
0b02d1a3d0
3 changed files with 38 additions and 0 deletions
  1. 6 0
      PSDText/PSDText.cs
  2. 7 0
      PSDText/PSDText.csproj
  3. 25 0
      PSDText/PSDText.sln

+ 6 - 0
PSDText/PSDText.cs

@@ -0,0 +1,6 @@
+namespace PSDText
+{
+    public class PSDText
+    {
+    }
+}

+ 7 - 0
PSDText/PSDText.csproj

@@ -0,0 +1,7 @@
+<Project Sdk="Microsoft.NET.Sdk">
+
+  <PropertyGroup>
+    <TargetFramework>netcoreapp3.1</TargetFramework>
+  </PropertyGroup>
+
+</Project>

+ 25 - 0
PSDText/PSDText.sln

@@ -0,0 +1,25 @@
+
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio Version 16
+VisualStudioVersion = 16.0.30204.135
+MinimumVisualStudioVersion = 10.0.40219.1
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PSDText", "PSDText.csproj", "{10FBABA1-F50D-4730-8E15-36ACF1807C0C}"
+EndProject
+Global
+	GlobalSection(SolutionConfigurationPlatforms) = preSolution
+		Debug|Any CPU = Debug|Any CPU
+		Release|Any CPU = Release|Any CPU
+	EndGlobalSection
+	GlobalSection(ProjectConfigurationPlatforms) = postSolution
+		{10FBABA1-F50D-4730-8E15-36ACF1807C0C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+		{10FBABA1-F50D-4730-8E15-36ACF1807C0C}.Debug|Any CPU.Build.0 = Debug|Any CPU
+		{10FBABA1-F50D-4730-8E15-36ACF1807C0C}.Release|Any CPU.ActiveCfg = Release|Any CPU
+		{10FBABA1-F50D-4730-8E15-36ACF1807C0C}.Release|Any CPU.Build.0 = Release|Any CPU
+	EndGlobalSection
+	GlobalSection(SolutionProperties) = preSolution
+		HideSolutionNode = FALSE
+	EndGlobalSection
+	GlobalSection(ExtensibilityGlobals) = postSolution
+		SolutionGuid = {BEA7F6A2-EE19-465E-8B51-1E56600102FC}
+	EndGlobalSection
+EndGlobal