1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project DefaultTargets =" Build" ToolsVersion =" 4.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <PropertyGroup >
4
+ <LangVersion >5</LangVersion >
5
+ </PropertyGroup >
6
+ <PropertyGroup >
7
+ <AssemblyName >CANdleExample</AssemblyName >
8
+ <OutputType >Exe</OutputType >
9
+ <RootNamespace >CANdleExample</RootNamespace >
10
+ <ProjectTypeGuids >{b69e3092-b931-443c-abe7-7e7b65f2a37f};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
11
+ <ProductVersion >9.0.21022</ProductVersion >
12
+ <SchemaVersion >2.0</SchemaVersion >
13
+ <ProjectGuid >{9686CA05-C0FE-4ED6-B707-A10AD058F14D}</ProjectGuid >
14
+ <TargetFrameworkVersion >v4.4</TargetFrameworkVersion >
15
+ <NetMfTargetsBaseDir Condition =" '$(NetMfTargetsBaseDir)'==''" >$(MSBuildExtensionsPath32)\Microsoft\.NET Micro Framework\</NetMfTargetsBaseDir >
16
+ <DeployDevice >Cross Link HERO .NETMF_Mini-USB</DeployDevice >
17
+ <DeployTransport >USB</DeployTransport >
18
+ </PropertyGroup >
19
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
20
+ <DebugSymbols >true</DebugSymbols >
21
+ <DebugType >full</DebugType >
22
+ <Optimize >false</Optimize >
23
+ <OutputPath >bin\Debug\</OutputPath >
24
+ <DefineConstants >DEBUG;TRACE</DefineConstants >
25
+ <ErrorReport >prompt</ErrorReport >
26
+ <WarningLevel >4</WarningLevel >
27
+ </PropertyGroup >
28
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
29
+ <DebugType >pdbonly</DebugType >
30
+ <Optimize >true</Optimize >
31
+ <OutputPath >bin\Release\</OutputPath >
32
+ <DefineConstants >TRACE</DefineConstants >
33
+ <ErrorReport >prompt</ErrorReport >
34
+ <WarningLevel >4</WarningLevel >
35
+ </PropertyGroup >
36
+ <Import Project =" $(NetMfTargetsBaseDir)$(TargetFrameworkVersion)\CSharp.Targets" />
37
+ <ItemGroup >
38
+ <Compile Include =" Properties\AssemblyInfo.cs" />
39
+ <Compile Include =" Program.cs" />
40
+ </ItemGroup >
41
+ <ItemGroup >
42
+ <Reference Include =" CTRE, Version=4.4.0.4, Culture=neutral, processorArchitecture=MSIL" >
43
+ <SpecificVersion >False</SpecificVersion >
44
+ <Private >False</Private >
45
+ </Reference >
46
+ <Reference Include =" CTRE.Phoenix.LowLevel, Version=5.2.1.1, Culture=neutral, processorArchitecture=MSIL" >
47
+ <SpecificVersion >False</SpecificVersion >
48
+ <Private >False</Private >
49
+ </Reference >
50
+ <Reference Include =" ctre_netmf_native, Version=1.2.0.6, Culture=neutral, processorArchitecture=MSIL" >
51
+ <SpecificVersion >False</SpecificVersion >
52
+ <Private >False</Private >
53
+ </Reference >
54
+ <Reference Include =" Microsoft.SPOT.Hardware" />
55
+ <Reference Include =" Microsoft.SPOT.Native" />
56
+ </ItemGroup >
57
+ </Project >
0 commit comments