IoTSharp.sln 1.9 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
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D5C97089-F896-436D-8E99-27B2E43BC65F}"
	ProjectSection(SolutionItems) = preProject
8
		appveyor.yml = appveyor.yml
麦壳饼's avatar
麦壳饼 已提交
9 10
		LICENSE = LICENSE
		README.md = README.md
麦壳饼's avatar
麦壳饼 已提交
11
		roadmap.md = roadmap.md
麦壳饼's avatar
麦壳饼 已提交
12 13
	EndProjectSection
EndProject
麦壳饼's avatar
rename  
麦壳饼 已提交
14 15
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IoTSharp.Test", "IoTSharp.Test\IoTSharp.Test.csproj", "{70DFF66F-6791-4713-81F3-DD7A64B59185}"
EndProject
麦壳饼's avatar
麦壳饼 已提交
16
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IoTSharp", "IoTSharp\IoTSharp.csproj", "{CCD2C255-72D2-4A25-B0E9-E30FBEF774C7}"
麦壳饼's avatar
麦壳饼 已提交
17
EndProject
麦壳饼's avatar
麦壳饼 已提交
18 19 20 21 22 23
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
麦壳饼's avatar
麦壳饼 已提交
24 25 26 27
		{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  
麦壳饼 已提交
28 29 30 31
		{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
麦壳饼 已提交
32 33 34 35 36 37 38 39
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
		SolutionGuid = {CD7ADD62-E3BD-453A-B653-BC70DB9FF817}
	EndGlobalSection
EndGlobal