-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBytewizer.TinyCLR.sln
46 lines (46 loc) · 2.33 KB
/
Bytewizer.TinyCLR.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29613.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{40530C8E-DA66-475B-8FB5-BD7D664CAE1B}"
ProjectSection(SolutionItems) = preProject
src\Directory.Build.props = src\Directory.Build.props
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Github", "Github", "{2FED2E95-7D76-40C9-994A-8C3D5A272B6B}"
ProjectSection(SolutionItems) = preProject
.github\workflows\build.yml = .github\workflows\build.yml
.github\workflows\release.yml = .github\workflows\release.yml
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bytewizer.TinyCLR.Einstein", "src\Einstein\Bytewizer.TinyCLR.Einstein.csproj", "{227319D7-9F2A-430E-AC8C-2732CB8D16C0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Bytewizer.TinyCLR.Tesla", "src\Tesla\Bytewizer.TinyCLR.Tesla.csproj", "{E5BD63EB-B0FB-401D-9108-8D7B02147722}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{227319D7-9F2A-430E-AC8C-2732CB8D16C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{227319D7-9F2A-430E-AC8C-2732CB8D16C0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{227319D7-9F2A-430E-AC8C-2732CB8D16C0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{227319D7-9F2A-430E-AC8C-2732CB8D16C0}.Release|Any CPU.Build.0 = Release|Any CPU
{E5BD63EB-B0FB-401D-9108-8D7B02147722}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E5BD63EB-B0FB-401D-9108-8D7B02147722}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E5BD63EB-B0FB-401D-9108-8D7B02147722}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E5BD63EB-B0FB-401D-9108-8D7B02147722}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{2FED2E95-7D76-40C9-994A-8C3D5A272B6B} = {40530C8E-DA66-475B-8FB5-BD7D664CAE1B}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3056C385-FEE8-4E9C-8353-73B8D4979AC1}
EndGlobalSection
EndGlobal