LatticeScreenServer.csproj 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{4FA32095-48F9-4EC1-9B76-4EDCAB038E4D}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>LatticeScreenServer</RootNamespace>
  11. <AssemblyName>LatticeScreenServer</AssemblyName>
  12. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <Deterministic>true</Deterministic>
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>bin\Debug\</OutputPath>
  21. <DefineConstants>DEBUG;TRACE</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  26. <DebugType>pdbonly</DebugType>
  27. <Optimize>true</Optimize>
  28. <OutputPath>bin\Release\</OutputPath>
  29. <DefineConstants>TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  34. <DebugSymbols>true</DebugSymbols>
  35. <OutputPath>..\output\</OutputPath>
  36. <DefineConstants>DEBUG;TRACE</DefineConstants>
  37. <DebugType>full</DebugType>
  38. <PlatformTarget>x86</PlatformTarget>
  39. <LangVersion>7.3</LangVersion>
  40. <ErrorReport>prompt</ErrorReport>
  41. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  42. </PropertyGroup>
  43. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  44. <OutputPath>bin\x86\Release\</OutputPath>
  45. <DefineConstants>TRACE</DefineConstants>
  46. <Optimize>true</Optimize>
  47. <DebugType>pdbonly</DebugType>
  48. <PlatformTarget>x86</PlatformTarget>
  49. <LangVersion>7.3</LangVersion>
  50. <ErrorReport>prompt</ErrorReport>
  51. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  52. </PropertyGroup>
  53. <ItemGroup>
  54. <Reference Include="System" />
  55. <Reference Include="System.configuration" />
  56. <Reference Include="System.Core" />
  57. <Reference Include="System.Drawing" />
  58. <Reference Include="System.Windows.Forms" />
  59. <Reference Include="System.Data.DataSetExtensions" />
  60. <Reference Include="System.Data" />
  61. </ItemGroup>
  62. <ItemGroup>
  63. <Compile Include="Aligns\BitmapProgramAlignList.cs" />
  64. <Compile Include="Aligns\BitmapProgramAlignMode.cs" />
  65. <Compile Include="Aligns\ClockProgramFormat.cs" />
  66. <Compile Include="Aligns\ClockProgramFormatList.cs" />
  67. <Compile Include="Aligns\TextProgramAlign.cs" />
  68. <Compile Include="Aligns\TextProgramAlignList.cs" />
  69. <Compile Include="Aligns\TextProgramAlignMode.cs" />
  70. <Compile Include="CarouselController.cs" />
  71. <Compile Include="Hards\BitmapProgramStruct.cs" />
  72. <Compile Include="Hards\ControlType.cs" />
  73. <Compile Include="Hards\LedControl.cs" />
  74. <Compile Include="Hards\LedControl_bak.cs" />
  75. <Compile Include="Hards\LedEQSdk.cs" />
  76. <Compile Include="LedLatticeScreen.cs" />
  77. <Compile Include="Log.cs" />
  78. <Compile Include="OnbonResources.Designer.cs">
  79. <AutoGen>True</AutoGen>
  80. <DesignTime>True</DesignTime>
  81. <DependentUpon>OnbonResources.resx</DependentUpon>
  82. </Compile>
  83. <Compile Include="Programs\BitmapProgram.cs" />
  84. <Compile Include="Programs\CallingProgram.cs" />
  85. <Compile Include="Programs\ClockCustomizedProgram.cs" />
  86. <Compile Include="Programs\ClockDateTimeProgram.cs" />
  87. <Compile Include="Programs\MultPixelProgram.cs" />
  88. <Compile Include="Programs\ProgramBase.cs" />
  89. <Compile Include="Programs\TextProgram.cs" />
  90. <Compile Include="Properties\AssemblyInfo.cs" />
  91. </ItemGroup>
  92. <ItemGroup>
  93. <ProjectReference Include="..\HNWD.Pregrant.BusinessLogic\HNWD.Pregrant.BusinessLogic.csproj">
  94. <Project>{5c5d0067-3fff-445d-8f34-81e37bd8491f}</Project>
  95. <Name>HNWD.Pregrant.BusinessLogic</Name>
  96. </ProjectReference>
  97. <ProjectReference Include="..\HNWD.Pregrant.Common\HNWD.Pregrant.Common.csproj">
  98. <Project>{19dbc4bf-fb9e-45fe-a983-14ce569c4cd2}</Project>
  99. <Name>HNWD.Pregrant.Common</Name>
  100. </ProjectReference>
  101. <ProjectReference Include="..\HNWD.Pregrant.DataAccess\HNWD.Pregrant.DataAccess.csproj">
  102. <Project>{6a87d03a-5ddf-4156-84e4-92db0cecc694}</Project>
  103. <Name>HNWD.Pregrant.DataAccess</Name>
  104. </ProjectReference>
  105. <ProjectReference Include="..\HNWD.Pregrant.Model\HNWD.Pregrant.Model.csproj">
  106. <Project>{34f21f47-f2a7-49b8-a8ba-b1836aa6f5fe}</Project>
  107. <Name>HNWD.Pregrant.Model</Name>
  108. </ProjectReference>
  109. </ItemGroup>
  110. <ItemGroup>
  111. <EmbeddedResource Include="OnbonResources.resx">
  112. <Generator>ResXFileCodeGenerator</Generator>
  113. <LastGenOutput>OnbonResources.Designer.cs</LastGenOutput>
  114. </EmbeddedResource>
  115. </ItemGroup>
  116. <ItemGroup>
  117. <None Include="Resources\bx_sdk_dual.dll" />
  118. </ItemGroup>
  119. <ItemGroup>
  120. <None Include="Resources\cairo-1.14.6.dll" />
  121. </ItemGroup>
  122. <ItemGroup>
  123. <None Include="Resources\freetype.dll" />
  124. </ItemGroup>
  125. <ItemGroup>
  126. <None Include="Resources\freetype265.dll" />
  127. </ItemGroup>
  128. <ItemGroup>
  129. <None Include="Resources\libpng16.dll" />
  130. </ItemGroup>
  131. <ItemGroup>
  132. <None Include="Resources\msvcr110.dll" />
  133. </ItemGroup>
  134. <ItemGroup>
  135. <None Include="Resources\zlibwapi.dll" />
  136. </ItemGroup>
  137. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  138. </Project>