IoTSharp.sln 2.8 KB
Newer Older
麦壳饼's avatar
麦壳饼 已提交
1 2

Microsoft Visual Studio Solution File, Format Version 12.00
麦壳饼's avatar
麦壳饼 已提交
3 4
# Visual Studio Version 16
VisualStudioVersion = 16.0.28803.156
麦壳饼's avatar
麦壳饼 已提交
5 6 7 8 9
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D5C97089-F896-436D-8E99-27B2E43BC65F}"
	ProjectSection(SolutionItems) = preProject
		LICENSE = LICENSE
		README.md = README.md
麦壳饼's avatar
麦壳饼 已提交
10
		roadmap.md = roadmap.md
麦壳饼's avatar
麦壳饼 已提交
11 12
	EndProjectSection
EndProject
麦壳饼's avatar
rename  
麦壳饼 已提交
13 14
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IoTSharp.Test", "IoTSharp.Test\IoTSharp.Test.csproj", "{70DFF66F-6791-4713-81F3-DD7A64B59185}"
EndProject
麦壳饼's avatar
麦壳饼 已提交
15
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IoTSharp", "IoTSharp\IoTSharp.csproj", "{CCD2C255-72D2-4A25-B0E9-E30FBEF774C7}"
麦壳饼's avatar
麦壳饼 已提交
16
EndProject
麦壳饼's avatar
麦壳饼 已提交
17 18 19 20
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IoTSharp.Cicada", "IoTSharp.Cicada\IoTSharp.Cicada\IoTSharp.Cicada.csproj", "{EC9B85A8-74C9-43E2-AD91-E5EE55E67B1A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IoTSharp.Sdk", "IoTSharp.SDKs\IoTSharp.Sdk.CSharp\IoTSharp.Sdk.csproj", "{C3BA5E01-C699-4A16-937E-F78BB9DD77FA}"
EndProject
麦壳饼's avatar
麦壳饼 已提交
21 22 23 24 25 26
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
麦壳饼's avatar
麦壳饼 已提交
27 28 29 30
		{70DFF66F-6791-4713-81F3-DD7A64B59185}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{70DFF66F-6791-4713-81F3-DD7A64B59185}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{70DFF66F-6791-4713-81F3-DD7A64B59185}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{70DFF66F-6791-4713-81F3-DD7A64B59185}.Release|Any CPU.Build.0 = Release|Any CPU
麦壳饼's avatar
rename  
麦壳饼 已提交
31 32 33 34
		{CCD2C255-72D2-4A25-B0E9-E30FBEF774C7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{CCD2C255-72D2-4A25-B0E9-E30FBEF774C7}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{CCD2C255-72D2-4A25-B0E9-E30FBEF774C7}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{CCD2C255-72D2-4A25-B0E9-E30FBEF774C7}.Release|Any CPU.Build.0 = Release|Any CPU
麦壳饼's avatar
麦壳饼 已提交
35 36 37 38 39 40 41 42
		{EC9B85A8-74C9-43E2-AD91-E5EE55E67B1A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{EC9B85A8-74C9-43E2-AD91-E5EE55E67B1A}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{EC9B85A8-74C9-43E2-AD91-E5EE55E67B1A}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{EC9B85A8-74C9-43E2-AD91-E5EE55E67B1A}.Release|Any CPU.Build.0 = Release|Any CPU
		{C3BA5E01-C699-4A16-937E-F78BB9DD77FA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{C3BA5E01-C699-4A16-937E-F78BB9DD77FA}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{C3BA5E01-C699-4A16-937E-F78BB9DD77FA}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{C3BA5E01-C699-4A16-937E-F78BB9DD77FA}.Release|Any CPU.Build.0 = Release|Any CPU
麦壳饼's avatar
麦壳饼 已提交
43 44 45 46 47 48 49 50
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
		SolutionGuid = {CD7ADD62-E3BD-453A-B653-BC70DB9FF817}
	EndGlobalSection
EndGlobal