| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
- <ProductVersion>8.0.30703</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{BC275517-0578-42CB-951B-3B7C3ABBF842}</ProjectGuid>
- <OutputType>Exe</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>DreamCheekyUSB</RootNamespace>
- <AssemblyName>DreamCheekyLED</AssemblyName>
- <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
- <PlatformTarget>x86</PlatformTarget>
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <Commandlineparameters>nopause testblink</Commandlineparameters>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
- <PlatformTarget>x86</PlatformTarget>
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- </PropertyGroup>
- <PropertyGroup>
- <ApplicationIcon>1347051335_mail_light_new_2.ico</ApplicationIcon>
- </PropertyGroup>
- <PropertyGroup>
- <NoWin32Manifest>true</NoWin32Manifest>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="System" />
- <Reference Include="System.Core" />
- <Reference Include="System.Drawing" />
- <Reference Include="System.Xml.Linq" />
- <Reference Include="System.Data.DataSetExtensions" />
- <Reference Include="Microsoft.CSharp" />
- <Reference Include="System.Data" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="DreamCheekyLED.cs" />
- <Compile Include="LEDBase.cs" />
- <Compile Include="Program.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="HidSharp\AsyncResult.cs" />
- <Compile Include="HidSharp\HidDevice.cs" />
- <Compile Include="HidSharp\HidDeviceLoader.cs" />
- <Compile Include="HidSharp\HidStream.cs" />
- <Compile Include="HidSharp\Throw.cs" />
- <Compile Include="HidSharp\Platform\HidManager.cs" />
- <Compile Include="HidSharp\Platform\HidSelector.cs" />
- <Compile Include="HidSharp\Platform\Utf8Marshaler.cs" />
- <Compile Include="HidSharp\Platform\Libusb\LibusbHidManager.cs" />
- <Compile Include="HidSharp\Platform\Libusb\NativeMethods.cs" />
- <Compile Include="HidSharp\Platform\Linux\LinuxHidDevice.cs" />
- <Compile Include="HidSharp\Platform\Linux\LinuxHidManager.cs" />
- <Compile Include="HidSharp\Platform\Linux\LinuxHidStream.cs" />
- <Compile Include="HidSharp\Platform\Linux\NativeMethods.cs" />
- <Compile Include="HidSharp\Platform\MacOS\MacHidDevice.cs" />
- <Compile Include="HidSharp\Platform\MacOS\MacHidManager.cs" />
- <Compile Include="HidSharp\Platform\MacOS\MacHidStream.cs" />
- <Compile Include="HidSharp\Platform\MacOS\NativeMethods.cs" />
- <Compile Include="HidSharp\Platform\Unsupported\UnsupportedHidManager.cs" />
- <Compile Include="HidSharp\Platform\Windows\NativeMethods.cs" />
- <Compile Include="HidSharp\Platform\Windows\WinHidDevice.cs" />
- <Compile Include="HidSharp\Platform\Windows\WinHidManager.cs" />
- <Compile Include="HidSharp\Platform\Windows\WinHidStream.cs" />
- <Compile Include="HidSharp\ReportDescriptors\CollectionType.cs" />
- <Compile Include="HidSharp\ReportDescriptors\DataMainItemFlags.cs" />
- <Compile Include="HidSharp\ReportDescriptors\EncodedItem.cs" />
- <Compile Include="HidSharp\ReportDescriptors\GlobalItemTag.cs" />
- <Compile Include="HidSharp\ReportDescriptors\ItemType.cs" />
- <Compile Include="HidSharp\ReportDescriptors\LocalItemTag.cs" />
- <Compile Include="HidSharp\ReportDescriptors\MainItemTag.cs" />
- <Compile Include="HidSharp\ReportDescriptors\Parser\IndexBase.cs" />
- <Compile Include="HidSharp\ReportDescriptors\Parser\IndexList.cs" />
- <Compile Include="HidSharp\ReportDescriptors\Parser\IndexRange.cs" />
- <Compile Include="HidSharp\ReportDescriptors\Parser\LocalIndexes.cs" />
- <Compile Include="HidSharp\ReportDescriptors\Parser\Report.cs" />
- <Compile Include="HidSharp\ReportDescriptors\Parser\ReportCollection.cs" />
- <Compile Include="HidSharp\ReportDescriptors\Parser\ReportDescriptorParser.cs" />
- <Compile Include="HidSharp\ReportDescriptors\Parser\ReportMainItem.cs" />
- <Compile Include="HidSharp\ReportDescriptors\Parser\ReportSegment.cs" />
- <Compile Include="HidSharp\ReportDescriptors\Parser\ReportType.cs" />
- <Compile Include="HidSharp\ReportDescriptors\Units\CurrentUnit.cs" />
- <Compile Include="HidSharp\ReportDescriptors\Units\LengthUnit.cs" />
- <Compile Include="HidSharp\ReportDescriptors\Units\LuminousIntensityUnit.cs" />
- <Compile Include="HidSharp\ReportDescriptors\Units\MassUnit.cs" />
- <Compile Include="HidSharp\ReportDescriptors\Units\TemperatureUnit.cs" />
- <Compile Include="HidSharp\ReportDescriptors\Units\TimeUnit.cs" />
- <Compile Include="HidSharp\ReportDescriptors\Units\Unit.cs" />
- <Compile Include="HidSharp\ReportDescriptors\Units\UnitSystem.cs" />
- </ItemGroup>
- <ItemGroup>
- <Content Include="1347051335_mail_light_new_2.ico" />
- <Content Include="Readme.txt">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- </ItemGroup>
- <ItemGroup>
- <None Include="DreamCheekyLED.ps1">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </None>
- <None Include="DreamCheekyLED_Outlook.ps1">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </None>
- <None Include="HidSharp\HidSharp.csproj" />
- <None Include="HidSharp\obj\Debug\HidSharp.csproj.FilesWrittenAbsolute.txt" />
- <None Include="HidSharp\obj\Debug\HidSharp.dll" />
- <None Include="HidSharp\obj\Debug\HidSharp.dll.mdb" />
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
- Other similar extension points exist, see Microsoft.Common.targets.
- <Target Name="BeforeBuild">
- </Target>
- <Target Name="AfterBuild">
- </Target>
- -->
- <ItemGroup>
- <Folder Include="HidSharp\" />
- </ItemGroup>
- </Project>
|