1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project ToolsVersion =" 15.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <PropertyGroup Label =" Globals" >
4
+ <NanoFrameworkProjectSystemPath >$(MSBuildToolsPath)..\..\..\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 >acd083dd-5fcf-4e14-a1d0-aede3e63ee4c</ProjectGuid >
12
+ <OutputType >Exe</OutputType >
13
+ <AppDesignerFolder >Properties</AppDesignerFolder >
14
+ <FileAlignment >512</FileAlignment >
15
+ <RootNamespace >DacSample</RootNamespace >
16
+ <AssemblyName >DacSample</AssemblyName >
17
+ <TargetFrameworkVersion >v1.0</TargetFrameworkVersion >
18
+ </PropertyGroup >
19
+ <Import Project =" $(NanoFrameworkProjectSystemPath)NFProjectSystem.props" Condition =" Exists('$(NanoFrameworkProjectSystemPath)NFProjectSystem.props')" />
20
+ <ItemGroup >
21
+ <Compile Include =" Scenario1ConfigureDac.cs" />
22
+ <Compile Include =" Properties\AssemblyInfo.cs" />
23
+ <Compile Include =" Scenario4SineWave.cs" />
24
+ <Compile Include =" Scenario3SquareWave.cs" />
25
+ <Compile Include =" Scenario2TriangleWave.cs" />
26
+ </ItemGroup >
27
+ <ItemGroup >
28
+ <Reference Include =" mscorlib, Version=1.2.6.0, Culture=neutral, PublicKeyToken=c07d481e9758c731" >
29
+ <HintPath >..\packages\nanoFramework.CoreLibrary.1.2.6-preview.7\lib\mscorlib.dll</HintPath >
30
+ <Private >True</Private >
31
+ <SpecificVersion >True</SpecificVersion >
32
+ </Reference >
33
+ <Reference Include =" System.Devices.Dac, Version=1.0.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731" >
34
+ <HintPath >..\packages\nanoFramework.System.Devices.Dac.1.0.0-preview.17\lib\System.Devices.Dac.dll</HintPath >
35
+ <Private >True</Private >
36
+ <SpecificVersion >True</SpecificVersion >
37
+ </Reference >
38
+ <Reference Include =" System.Math, Version=1.0.6.0, Culture=neutral, PublicKeyToken=c07d481e9758c731" >
39
+ <HintPath >..\packages\nanoFramework.System.Math.1.0.6-preview.15\lib\System.Math.dll</HintPath >
40
+ <Private >True</Private >
41
+ <SpecificVersion >True</SpecificVersion >
42
+ </Reference >
43
+ </ItemGroup >
44
+ <ItemGroup >
45
+ <None Include =" packages.config" />
46
+ </ItemGroup >
47
+ <Import Project =" $(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets" Condition =" Exists('$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets')" />
48
+ <ProjectExtensions >
49
+ <ProjectCapabilities >
50
+ <ProjectConfigurationsDeclaredAsItems />
51
+ </ProjectCapabilities >
52
+ </ProjectExtensions >
53
+ </Project >
0 commit comments