This repository has been archived by the owner on Jun 5, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
NetmfPackInstaller.sln
46 lines (46 loc) · 2.91 KB
/
NetmfPackInstaller.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 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetmfPackInstaller", "NetmfPackInstaller\NetmfPackInstaller.csproj", "{4D6FE417-4296-4C77-8B3E-26976A1F8C08}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CMSIS.Pack", "CMSIS.Pack\CMSIS.Pack.csproj", "{145D7231-C105-41BE-B646-5D400097C744}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTests", "UnitTests\UnitTests.csproj", "{E4D675B0-5DBD-45BE-A4A0-B2C0F1BF42E3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SemVer.NET", "SemVer.NET\SemVer.NET.csproj", "{1FAE553D-F158-4B0C-A935-09332ECE2A51}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ValidatePackSchema", "ValidatePackSchema\ValidatePackSchema.csproj", "{B662F887-AAB6-4B73-B986-B8425E8EF0E8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4D6FE417-4296-4C77-8B3E-26976A1F8C08}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4D6FE417-4296-4C77-8B3E-26976A1F8C08}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4D6FE417-4296-4C77-8B3E-26976A1F8C08}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4D6FE417-4296-4C77-8B3E-26976A1F8C08}.Release|Any CPU.Build.0 = Release|Any CPU
{145D7231-C105-41BE-B646-5D400097C744}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{145D7231-C105-41BE-B646-5D400097C744}.Debug|Any CPU.Build.0 = Debug|Any CPU
{145D7231-C105-41BE-B646-5D400097C744}.Release|Any CPU.ActiveCfg = Release|Any CPU
{145D7231-C105-41BE-B646-5D400097C744}.Release|Any CPU.Build.0 = Release|Any CPU
{E4D675B0-5DBD-45BE-A4A0-B2C0F1BF42E3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E4D675B0-5DBD-45BE-A4A0-B2C0F1BF42E3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E4D675B0-5DBD-45BE-A4A0-B2C0F1BF42E3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E4D675B0-5DBD-45BE-A4A0-B2C0F1BF42E3}.Release|Any CPU.Build.0 = Release|Any CPU
{1FAE553D-F158-4B0C-A935-09332ECE2A51}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1FAE553D-F158-4B0C-A935-09332ECE2A51}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1FAE553D-F158-4B0C-A935-09332ECE2A51}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1FAE553D-F158-4B0C-A935-09332ECE2A51}.Release|Any CPU.Build.0 = Release|Any CPU
{B662F887-AAB6-4B73-B986-B8425E8EF0E8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B662F887-AAB6-4B73-B986-B8425E8EF0E8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B662F887-AAB6-4B73-B986-B8425E8EF0E8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B662F887-AAB6-4B73-B986-B8425E8EF0E8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal