|
| 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>a2d510ad-1108-4beb-be32-49b8d9b93f6d</ProjectGuid> |
| 12 | + <OutputType>Exe</OutputType> |
| 13 | + <AppDesignerFolder>Properties</AppDesignerFolder> |
| 14 | + <FileAlignment>512</FileAlignment> |
| 15 | + <RootNamespace>MicrophoneIn</RootNamespace> |
| 16 | + <AssemblyName>MicrophoneIn</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 | + <Compile Include="WavFileHeader.cs" /> |
| 24 | + </ItemGroup> |
| 25 | + <ItemGroup> |
| 26 | + <Reference Include="mscorlib"> |
| 27 | + <HintPath>packages\nanoFramework.CoreLibrary.1.12.0\lib\mscorlib.dll</HintPath> |
| 28 | + </Reference> |
| 29 | + <Reference Include="nanoFramework.Hardware.Esp32"> |
| 30 | + <HintPath>packages\nanoFramework.Hardware.Esp32.1.4.8\lib\nanoFramework.Hardware.Esp32.dll</HintPath> |
| 31 | + </Reference> |
| 32 | + <Reference Include="nanoFramework.Runtime.Events"> |
| 33 | + <HintPath>packages\nanoFramework.Runtime.Events.1.11.1\lib\nanoFramework.Runtime.Events.dll</HintPath> |
| 34 | + </Reference> |
| 35 | + <Reference Include="nanoFramework.System.Text"> |
| 36 | + <HintPath>packages\nanoFramework.System.Text.1.2.22\lib\nanoFramework.System.Text.dll</HintPath> |
| 37 | + </Reference> |
| 38 | + <Reference Include="System.Device.I2s"> |
| 39 | + <HintPath>packages\nanoFramework.System.Device.I2s.1.0.3\lib\System.Device.I2s.dll</HintPath> |
| 40 | + </Reference> |
| 41 | + <Reference Include="System.IO.FileSystem"> |
| 42 | + <HintPath>packages\nanoFramework.System.IO.FileSystem.1.1.15\lib\System.IO.FileSystem.dll</HintPath> |
| 43 | + </Reference> |
| 44 | + <Reference Include="System.IO.Streams"> |
| 45 | + <HintPath>packages\nanoFramework.System.IO.Streams.1.1.27\lib\System.IO.Streams.dll</HintPath> |
| 46 | + </Reference> |
| 47 | + </ItemGroup> |
| 48 | + <ItemGroup> |
| 49 | + <None Include="packages.config" /> |
| 50 | + </ItemGroup> |
| 51 | + <Import Project="$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets" Condition="Exists('$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets')" /> |
| 52 | + <ProjectExtensions> |
| 53 | + <ProjectCapabilities> |
| 54 | + <ProjectConfigurationsDeclaredAsItems /> |
| 55 | + </ProjectCapabilities> |
| 56 | + </ProjectExtensions> |
| 57 | +</Project> |
0 commit comments