Skip to content

Commit

Permalink
Added Krypton.Framework project (and now commit sln)
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonia Heinen committed Jan 26, 2021
1 parent b86ae99 commit 8120212
Show file tree
Hide file tree
Showing 4 changed files with 70 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/.vs/
Krypton.sln
_*.*
Source/**/bin/
Source/**/obj/
Expand Down
60 changes: 60 additions & 0 deletions Krypton.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30717.126
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Krypton.Analysis", "Source\Analysis\Krypton.Analysis.csproj", "{77BBAC82-B5EB-4CBB-ACE3-4332FE565CF2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnitTests", "UnitTests\UnitTests.csproj", "{EBA6157E-6AF1-4283-8EC2-6611A7A38F14}"
EndProject
Project("{9092AA53-FB77-4645-B42D-1CCCA6BD08BD}") = "JsCompilationTemplate", "Source\JsCompilationTemplate\JsCompilationTemplate.njsproj", "{36573D9C-6761-41E7-A61D-EA81AFBBBA4A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Krypton.CodeGeneration", "Source\CodeGeneration\Krypton.CodeGeneration.csproj", "{BD47167E-86B7-4C77-B414-E42AA3C7A747}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Krypton.Compiler", "Source\Compiler\Krypton.Compiler.csproj", "{9D605668-438C-4D77-933B-1A17A409A166}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B1B824F2-8D6D-4186-9C52-108D483FFB8D}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Krypton.Framework", "Source\Framework\Krypton.Framework.csproj", "{6E8F5ECE-EA6C-49A8-99B8-29D77615EEC8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{77BBAC82-B5EB-4CBB-ACE3-4332FE565CF2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{77BBAC82-B5EB-4CBB-ACE3-4332FE565CF2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{77BBAC82-B5EB-4CBB-ACE3-4332FE565CF2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{77BBAC82-B5EB-4CBB-ACE3-4332FE565CF2}.Release|Any CPU.Build.0 = Release|Any CPU
{EBA6157E-6AF1-4283-8EC2-6611A7A38F14}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EBA6157E-6AF1-4283-8EC2-6611A7A38F14}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EBA6157E-6AF1-4283-8EC2-6611A7A38F14}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EBA6157E-6AF1-4283-8EC2-6611A7A38F14}.Release|Any CPU.Build.0 = Release|Any CPU
{36573D9C-6761-41E7-A61D-EA81AFBBBA4A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{36573D9C-6761-41E7-A61D-EA81AFBBBA4A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{36573D9C-6761-41E7-A61D-EA81AFBBBA4A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{36573D9C-6761-41E7-A61D-EA81AFBBBA4A}.Release|Any CPU.Build.0 = Release|Any CPU
{BD47167E-86B7-4C77-B414-E42AA3C7A747}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BD47167E-86B7-4C77-B414-E42AA3C7A747}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BD47167E-86B7-4C77-B414-E42AA3C7A747}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BD47167E-86B7-4C77-B414-E42AA3C7A747}.Release|Any CPU.Build.0 = Release|Any CPU
{9D605668-438C-4D77-933B-1A17A409A166}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9D605668-438C-4D77-933B-1A17A409A166}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9D605668-438C-4D77-933B-1A17A409A166}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9D605668-438C-4D77-933B-1A17A409A166}.Release|Any CPU.Build.0 = Release|Any CPU
{6E8F5ECE-EA6C-49A8-99B8-29D77615EEC8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6E8F5ECE-EA6C-49A8-99B8-29D77615EEC8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6E8F5ECE-EA6C-49A8-99B8-29D77615EEC8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6E8F5ECE-EA6C-49A8-99B8-29D77615EEC8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FDAF1A74-AC52-4C22-874C-02CE58A789E9}
EndGlobalSection
EndGlobal
9 changes: 9 additions & 0 deletions Source/Framework/Krypton.Framework.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<LangVersion>9.0</LangVersion>
<Nullable>enable</Nullable>
</PropertyGroup>

</Project>
1 change: 1 addition & 0 deletions UnitTests/UnitTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Source\Framework\Krypton.Framework.csproj" />
<ProjectReference Include="..\Source\Analysis\Krypton.Analysis.csproj" />
<ProjectReference Include="..\Source\CodeGeneration\Krypton.CodeGeneration.csproj" />
<ProjectReference Include="..\Source\Compiler\Krypton.Compiler.csproj" />
Expand Down

0 comments on commit 8120212

Please sign in to comment.