123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProjectGuid>{4FA32095-48F9-4EC1-9B76-4EDCAB038E4D}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>LatticeScreenServer</RootNamespace>
- <AssemblyName>LatticeScreenServer</AssemblyName>
- <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <Deterministic>true</Deterministic>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
- <DebugSymbols>true</DebugSymbols>
- <OutputPath>..\output\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <DebugType>full</DebugType>
- <PlatformTarget>x86</PlatformTarget>
- <LangVersion>7.3</LangVersion>
- <ErrorReport>prompt</ErrorReport>
- <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
- <OutputPath>bin\x86\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <Optimize>true</Optimize>
- <DebugType>pdbonly</DebugType>
- <PlatformTarget>x86</PlatformTarget>
- <LangVersion>7.3</LangVersion>
- <ErrorReport>prompt</ErrorReport>
- <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="System" />
- <Reference Include="System.configuration" />
- <Reference Include="System.Core" />
- <Reference Include="System.Drawing" />
- <Reference Include="System.Windows.Forms" />
- <Reference Include="System.Data.DataSetExtensions" />
- <Reference Include="System.Data" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Aligns\BitmapProgramAlignList.cs" />
- <Compile Include="Aligns\BitmapProgramAlignMode.cs" />
- <Compile Include="Aligns\ClockProgramFormat.cs" />
- <Compile Include="Aligns\ClockProgramFormatList.cs" />
- <Compile Include="Aligns\TextProgramAlign.cs" />
- <Compile Include="Aligns\TextProgramAlignList.cs" />
- <Compile Include="Aligns\TextProgramAlignMode.cs" />
- <Compile Include="CarouselController.cs" />
- <Compile Include="Hards\BitmapProgramStruct.cs" />
- <Compile Include="Hards\ControlType.cs" />
- <Compile Include="Hards\LedControl.cs" />
- <Compile Include="Hards\LedControl_bak.cs" />
- <Compile Include="Hards\LedEQSdk.cs" />
- <Compile Include="LedLatticeScreen.cs" />
- <Compile Include="Log.cs" />
- <Compile Include="OnbonResources.Designer.cs">
- <AutoGen>True</AutoGen>
- <DesignTime>True</DesignTime>
- <DependentUpon>OnbonResources.resx</DependentUpon>
- </Compile>
- <Compile Include="Programs\BitmapProgram.cs" />
- <Compile Include="Programs\CallingProgram.cs" />
- <Compile Include="Programs\ClockCustomizedProgram.cs" />
- <Compile Include="Programs\ClockDateTimeProgram.cs" />
- <Compile Include="Programs\MultPixelProgram.cs" />
- <Compile Include="Programs\ProgramBase.cs" />
- <Compile Include="Programs\TextProgram.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\HNWD.Pregrant.BusinessLogic\HNWD.Pregrant.BusinessLogic.csproj">
- <Project>{5c5d0067-3fff-445d-8f34-81e37bd8491f}</Project>
- <Name>HNWD.Pregrant.BusinessLogic</Name>
- </ProjectReference>
- <ProjectReference Include="..\HNWD.Pregrant.Common\HNWD.Pregrant.Common.csproj">
- <Project>{19dbc4bf-fb9e-45fe-a983-14ce569c4cd2}</Project>
- <Name>HNWD.Pregrant.Common</Name>
- </ProjectReference>
- <ProjectReference Include="..\HNWD.Pregrant.DataAccess\HNWD.Pregrant.DataAccess.csproj">
- <Project>{6a87d03a-5ddf-4156-84e4-92db0cecc694}</Project>
- <Name>HNWD.Pregrant.DataAccess</Name>
- </ProjectReference>
- <ProjectReference Include="..\HNWD.Pregrant.Model\HNWD.Pregrant.Model.csproj">
- <Project>{34f21f47-f2a7-49b8-a8ba-b1836aa6f5fe}</Project>
- <Name>HNWD.Pregrant.Model</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <EmbeddedResource Include="OnbonResources.resx">
- <Generator>ResXFileCodeGenerator</Generator>
- <LastGenOutput>OnbonResources.Designer.cs</LastGenOutput>
- </EmbeddedResource>
- </ItemGroup>
- <ItemGroup>
- <None Include="Resources\bx_sdk_dual.dll" />
- </ItemGroup>
- <ItemGroup>
- <None Include="Resources\cairo-1.14.6.dll" />
- </ItemGroup>
- <ItemGroup>
- <None Include="Resources\freetype.dll" />
- </ItemGroup>
- <ItemGroup>
- <None Include="Resources\freetype265.dll" />
- </ItemGroup>
- <ItemGroup>
- <None Include="Resources\libpng16.dll" />
- </ItemGroup>
- <ItemGroup>
- <None Include="Resources\msvcr110.dll" />
- </ItemGroup>
- <ItemGroup>
- <None Include="Resources\zlibwapi.dll" />
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- </Project>
|