1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project ToolsVersion =" Current" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <PropertyGroup Label =" Globals" >
4
+ <NanoFrameworkProjectSystemPath >$(MSBuildExtensionsPath)\nanoFramework\v1.0\</NanoFrameworkProjectSystemPath >
5
+ </PropertyGroup >
6
+ <Import Project =" $(NanoFrameworkProjectSystemPath)NFProjectSystem.Default.props" Condition =" Exists('$(NanoFrameworkProjectSystemPath)NFProjectSystem.Default.props')" />
7
+ <PropertyGroup >
8
+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
9
+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
10
+ <ProjectTypeGuids >{11A8DD76-328B-46DF-9F39-F559912D0360};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
11
+ <ProjectGuid >5f445929-f0d2-4280-ac92-47ee05a8efca</ProjectGuid >
12
+ <OutputType >Exe</OutputType >
13
+ <AppDesignerFolder >Properties</AppDesignerFolder >
14
+ <FileAlignment >512</FileAlignment >
15
+ <RootNamespace >NFWebSockets.Server.RgbExample</RootNamespace >
16
+ <AssemblyName >NFWebSockets.Server.RgbExample</AssemblyName >
17
+ <TargetFrameworkVersion >v1.0</TargetFrameworkVersion >
18
+ </PropertyGroup >
19
+ <Import Project =" $(NanoFrameworkProjectSystemPath)NFProjectSystem.props" Condition =" Exists('$(NanoFrameworkProjectSystemPath)NFProjectSystem.props')" />
20
+ <ItemGroup >
21
+ <Compile Include =" Program.cs" />
22
+ <Compile Include =" Properties\AssemblyInfo.cs" />
23
+ </ItemGroup >
24
+ <ItemGroup >
25
+ <Reference Include =" Iot.Device.Button" >
26
+ <HintPath >packages\nanoFramework.Iot.Device.Button.1.0.288-preview.48\lib\Iot.Device.Button.dll</HintPath >
27
+ </Reference >
28
+ <Reference Include =" mscorlib" >
29
+ <HintPath >packages\nanoFramework.CoreLibrary.1.12.0-preview.5\lib\mscorlib.dll</HintPath >
30
+ </Reference >
31
+ <Reference Include =" nanoFramework.AtomLite" >
32
+ <HintPath >packages\nanoFramework.AtomLite.1.0.1-preview.43\lib\nanoFramework.AtomLite.dll</HintPath >
33
+ </Reference >
34
+ <Reference Include =" nanoFramework.Hardware.Esp32" >
35
+ <HintPath >packages\nanoFramework.Hardware.Esp32.1.3.5-preview.6\lib\nanoFramework.Hardware.Esp32.dll</HintPath >
36
+ </Reference >
37
+ <Reference Include =" nanoFramework.Hardware.Esp32.Rmt" >
38
+ <HintPath >packages\nanoFramework.Hardware.Esp32.Rmt.1.2.2-preview.6\lib\nanoFramework.Hardware.Esp32.Rmt.dll</HintPath >
39
+ </Reference >
40
+ <Reference Include =" nanoFramework.Runtime.Events" >
41
+ <HintPath >packages\nanoFramework.Runtime.Events.1.10.0-preview.6\lib\nanoFramework.Runtime.Events.dll</HintPath >
42
+ </Reference >
43
+ <Reference Include =" nanoFramework.System.Collections" >
44
+ <HintPath >packages\nanoFramework.System.Collections.1.4.0-preview.14\lib\nanoFramework.System.Collections.dll</HintPath >
45
+ </Reference >
46
+ <Reference Include =" nanoFramework.System.Text" >
47
+ <HintPath >packages\nanoFramework.System.Text.1.1.3-preview.13\lib\nanoFramework.System.Text.dll</HintPath >
48
+ </Reference >
49
+ <Reference Include =" nanoFramework.WebServer" >
50
+ <HintPath >packages\nanoFramework.WebServer.1.0.0-preview.218\lib\nanoFramework.WebServer.dll</HintPath >
51
+ </Reference >
52
+ <Reference Include =" System.Device.Adc" >
53
+ <HintPath >packages\nanoFramework.System.Device.Adc.1.0.2-preview.6\lib\System.Device.Adc.dll</HintPath >
54
+ </Reference >
55
+ <Reference Include =" System.Device.Dac" >
56
+ <HintPath >packages\nanoFramework.System.Device.Dac.1.4.3-preview.6\lib\System.Device.Dac.dll</HintPath >
57
+ </Reference >
58
+ <Reference Include =" System.Device.Gpio" >
59
+ <HintPath >packages\nanoFramework.System.Device.Gpio.1.0.3-preview.8\lib\System.Device.Gpio.dll</HintPath >
60
+ </Reference >
61
+ <Reference Include =" System.Device.I2c" >
62
+ <HintPath >packages\nanoFramework.System.Device.I2c.1.0.3-preview.6\lib\System.Device.I2c.dll</HintPath >
63
+ </Reference >
64
+ <Reference Include =" System.Device.Spi" >
65
+ <HintPath >packages\nanoFramework.System.Device.Spi.1.0.3-preview.19\lib\System.Device.Spi.dll</HintPath >
66
+ </Reference >
67
+ <Reference Include =" System.Device.WiFi" >
68
+ <HintPath >packages\nanoFramework.System.Device.WiFi.1.4.0-preview.34\lib\System.Device.WiFi.dll</HintPath >
69
+ </Reference >
70
+ <Reference Include =" System.Drawing" >
71
+ <HintPath >packages\nanoFramework.System.Drawing.1.0.288-preview.45\lib\System.Drawing.dll</HintPath >
72
+ </Reference >
73
+ <Reference Include =" System.Net" >
74
+ <HintPath >packages\nanoFramework.System.Net.1.8.0-preview.26\lib\System.Net.dll</HintPath >
75
+ </Reference >
76
+ <Reference Include =" System.Net.Http" >
77
+ <HintPath >packages\nanoFramework.System.Net.Http.Server.1.4.0-preview.22\lib\System.Net.Http.dll</HintPath >
78
+ </Reference >
79
+ <Reference Include =" System.Net.WebSockets" >
80
+ <HintPath >packages\nanoFramework.System.Net.WebSockets.Server.1.0.0-preview.75\lib\System.Net.WebSockets.dll</HintPath >
81
+ </Reference >
82
+ <Reference Include =" System.Threading" >
83
+ <HintPath >packages\nanoFramework.System.Threading.1.0.4-preview.14\lib\System.Threading.dll</HintPath >
84
+ </Reference >
85
+ <Reference Include =" Windows.Storage" >
86
+ <HintPath >packages\nanoFramework.Windows.Storage.1.4.6-preview.25\lib\Windows.Storage.dll</HintPath >
87
+ </Reference >
88
+ <Reference Include =" Windows.Storage.Streams" >
89
+ <HintPath >packages\nanoFramework.Windows.Storage.Streams.1.12.4-preview.14\lib\Windows.Storage.Streams.dll</HintPath >
90
+ </Reference >
91
+ </ItemGroup >
92
+ <ItemGroup >
93
+ <None Include =" packages.config" />
94
+ </ItemGroup >
95
+ <Import Project =" $(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets" Condition =" Exists('$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets')" />
96
+ <ProjectExtensions >
97
+ <ProjectCapabilities >
98
+ <ProjectConfigurationsDeclaredAsItems />
99
+ </ProjectCapabilities >
100
+ </ProjectExtensions >
101
+ </Project >
0 commit comments