EapMainFrame.csproj 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212
  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>{8F75C7C1-4900-4DAA-A122-F6DF4D5759D2}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>EapMainFrame</RootNamespace>
  10. <AssemblyName>EapMainFrame</AssemblyName>
  11. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  14. <Deterministic>true</Deterministic>
  15. <IsWebBootstrapper>true</IsWebBootstrapper>
  16. <TargetFrameworkProfile />
  17. <PublishUrl>E:\Release\EapMainFrame\</PublishUrl>
  18. <Install>true</Install>
  19. <InstallFrom>Web</InstallFrom>
  20. <UpdateEnabled>true</UpdateEnabled>
  21. <UpdateMode>Foreground</UpdateMode>
  22. <UpdateInterval>7</UpdateInterval>
  23. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  24. <UpdatePeriodically>false</UpdatePeriodically>
  25. <UpdateRequired>false</UpdateRequired>
  26. <MapFileExtensions>true</MapFileExtensions>
  27. <InstallUrl>http://mes.natlinear.com:9911/</InstallUrl>
  28. <UpdateUrl>http://mes.natlinear.com:9911/</UpdateUrl>
  29. <CreateWebPageOnPublish>true</CreateWebPageOnPublish>
  30. <WebPage>publish.htm</WebPage>
  31. <ApplicationRevision>13</ApplicationRevision>
  32. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  33. <UseApplicationTrust>false</UseApplicationTrust>
  34. <PublishWizardCompleted>true</PublishWizardCompleted>
  35. <BootstrapperEnabled>true</BootstrapperEnabled>
  36. <BootstrapperComponentsLocation>Relative</BootstrapperComponentsLocation>
  37. </PropertyGroup>
  38. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  39. <PlatformTarget>AnyCPU</PlatformTarget>
  40. <DebugSymbols>true</DebugSymbols>
  41. <DebugType>full</DebugType>
  42. <Optimize>false</Optimize>
  43. <OutputPath>bin\Debug\</OutputPath>
  44. <DefineConstants>DEBUG;TRACE</DefineConstants>
  45. <ErrorReport>prompt</ErrorReport>
  46. <WarningLevel>4</WarningLevel>
  47. <Prefer32Bit>false</Prefer32Bit>
  48. </PropertyGroup>
  49. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  50. <PlatformTarget>AnyCPU</PlatformTarget>
  51. <DebugType>pdbonly</DebugType>
  52. <Optimize>true</Optimize>
  53. <OutputPath>bin\Release\</OutputPath>
  54. <DefineConstants>TRACE</DefineConstants>
  55. <ErrorReport>prompt</ErrorReport>
  56. <WarningLevel>4</WarningLevel>
  57. <Prefer32Bit>false</Prefer32Bit>
  58. </PropertyGroup>
  59. <PropertyGroup>
  60. <ManifestCertificateThumbprint>E41A86C8973803C5509079083A47F42B0CBC94EE</ManifestCertificateThumbprint>
  61. </PropertyGroup>
  62. <PropertyGroup>
  63. <ManifestKeyFile>MesMainFrame_TemporaryKey.pfx</ManifestKeyFile>
  64. </PropertyGroup>
  65. <PropertyGroup>
  66. <GenerateManifests>true</GenerateManifests>
  67. </PropertyGroup>
  68. <PropertyGroup>
  69. <SignManifests>false</SignManifests>
  70. </PropertyGroup>
  71. <ItemGroup>
  72. <Reference Include="AxShockwaveFlashObjects, Version=1.0.0.0, Culture=neutral, PublicKeyToken=692fbea5521e1304" />
  73. <Reference Include="CrystalDecisions.CrystalReports.Engine, Version=13.0.4000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304, processorArchitecture=MSIL" />
  74. <Reference Include="CrystalDecisions.ReportSource, Version=13.0.4000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304, processorArchitecture=MSIL" />
  75. <Reference Include="CrystalDecisions.Shared, Version=13.0.4000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304, processorArchitecture=MSIL" />
  76. <Reference Include="CrystalDecisions.Windows.Forms, Version=13.0.4000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304, processorArchitecture=MSIL" />
  77. <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  78. <HintPath>packages\Newtonsoft.Json.12.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
  79. </Reference>
  80. <Reference Include="PresentationCore" />
  81. <Reference Include="PresentationFramework" />
  82. <Reference Include="QRCoder, Version=1.4.1.0, Culture=neutral, processorArchitecture=MSIL">
  83. <HintPath>packages\QRCoder.1.4.1\lib\net40\QRCoder.dll</HintPath>
  84. </Reference>
  85. <Reference Include="System" />
  86. <Reference Include="System.Configuration" />
  87. <Reference Include="System.Core" />
  88. <Reference Include="System.Web" />
  89. <Reference Include="System.Web.Extensions" />
  90. <Reference Include="System.Web.Services" />
  91. <Reference Include="System.Xml.Linq" />
  92. <Reference Include="System.Data.DataSetExtensions" />
  93. <Reference Include="Microsoft.CSharp" />
  94. <Reference Include="System.Data" />
  95. <Reference Include="System.Deployment" />
  96. <Reference Include="System.Drawing" />
  97. <Reference Include="System.Windows.Forms" />
  98. <Reference Include="System.Xml" />
  99. <Reference Include="WindowsBase" />
  100. </ItemGroup>
  101. <ItemGroup>
  102. <Compile Include="CrystalReport1.cs">
  103. <AutoGen>True</AutoGen>
  104. <DesignTime>True</DesignTime>
  105. <DependentUpon>CrystalReport1.rpt</DependentUpon>
  106. <SubType>Component</SubType>
  107. </Compile>
  108. <Compile Include="DataSet1.Designer.cs">
  109. <AutoGen>True</AutoGen>
  110. <DesignTime>True</DesignTime>
  111. <DependentUpon>DataSet1.xsd</DependentUpon>
  112. </Compile>
  113. <Compile Include="Form1.cs">
  114. <SubType>Form</SubType>
  115. </Compile>
  116. <Compile Include="Form1.Designer.cs">
  117. <DependentUpon>Form1.cs</DependentUpon>
  118. </Compile>
  119. <Compile Include="MainFrame.cs">
  120. <SubType>Form</SubType>
  121. </Compile>
  122. <Compile Include="MainFrame.Designer.cs">
  123. <DependentUpon>MainFrame.cs</DependentUpon>
  124. </Compile>
  125. <Compile Include="Login.cs">
  126. <SubType>Form</SubType>
  127. </Compile>
  128. <Compile Include="Login.Designer.cs">
  129. <DependentUpon>Login.cs</DependentUpon>
  130. </Compile>
  131. <Compile Include="Program.cs" />
  132. <Compile Include="Properties\AssemblyInfo.cs" />
  133. <EmbeddedResource Include="CrystalReport1.rpt">
  134. <Generator>CrystalDecisions.VSDesigner.CodeGen.ReportCodeGenerator</Generator>
  135. <LastGenOutput>CrystalReport1.cs</LastGenOutput>
  136. </EmbeddedResource>
  137. <EmbeddedResource Include="Form1.resx">
  138. <DependentUpon>Form1.cs</DependentUpon>
  139. </EmbeddedResource>
  140. <EmbeddedResource Include="MainFrame.resx">
  141. <DependentUpon>MainFrame.cs</DependentUpon>
  142. </EmbeddedResource>
  143. <EmbeddedResource Include="Login.resx">
  144. <DependentUpon>Login.cs</DependentUpon>
  145. </EmbeddedResource>
  146. <EmbeddedResource Include="Properties\Resources.resx">
  147. <Generator>ResXFileCodeGenerator</Generator>
  148. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  149. <SubType>Designer</SubType>
  150. </EmbeddedResource>
  151. <Compile Include="Properties\Resources.Designer.cs">
  152. <AutoGen>True</AutoGen>
  153. <DependentUpon>Resources.resx</DependentUpon>
  154. <DesignTime>True</DesignTime>
  155. </Compile>
  156. <None Include="DataSet1.xsc">
  157. <DependentUpon>DataSet1.xsd</DependentUpon>
  158. </None>
  159. <None Include="DataSet1.xsd">
  160. <SubType>Designer</SubType>
  161. <Generator>MSDataSetGenerator</Generator>
  162. <LastGenOutput>DataSet1.Designer.cs</LastGenOutput>
  163. </None>
  164. <None Include="DataSet1.xss">
  165. <DependentUpon>DataSet1.xsd</DependentUpon>
  166. </None>
  167. <None Include="packages.config" />
  168. <None Include="Properties\Settings.settings">
  169. <Generator>SettingsSingleFileGenerator</Generator>
  170. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  171. </None>
  172. <Compile Include="Properties\Settings.Designer.cs">
  173. <AutoGen>True</AutoGen>
  174. <DependentUpon>Settings.settings</DependentUpon>
  175. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  176. </Compile>
  177. </ItemGroup>
  178. <ItemGroup>
  179. <None Include="App.config">
  180. <SubType>Designer</SubType>
  181. </None>
  182. </ItemGroup>
  183. <ItemGroup>
  184. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  185. <Visible>False</Visible>
  186. <ProductName>.NET Framework 3.5 SP1</ProductName>
  187. <Install>false</Install>
  188. </BootstrapperPackage>
  189. </ItemGroup>
  190. <ItemGroup>
  191. <ProjectReference Include="..\..\DataAcc\Cksoft.Unity\Cksoft.Unity.csproj">
  192. <Project>{1afb6409-97f7-414c-bd83-9886d34d9081}</Project>
  193. <Name>Cksoft.Unity</Name>
  194. </ProjectReference>
  195. <ProjectReference Include="..\..\MesMainFrame\DllPubInfo\DllPubInfo.csproj">
  196. <Project>{add976ab-2ac0-4fc4-bd10-17667ac899a5}</Project>
  197. <Name>DllPubInfo</Name>
  198. </ProjectReference>
  199. <ProjectReference Include="..\DllEapEntity\DllEapEntity.csproj">
  200. <Project>{1dcb77bf-3755-480f-b3f2-11e47ced4980}</Project>
  201. <Name>DllEapEntity</Name>
  202. </ProjectReference>
  203. <ProjectReference Include="..\DllEapUi\DllEapUi.csproj">
  204. <Project>{867a49ab-7579-4e2f-a243-a0b2c6312290}</Project>
  205. <Name>DllEapUi</Name>
  206. </ProjectReference>
  207. </ItemGroup>
  208. <ItemGroup>
  209. <Service Include="{C0C07587-41A7-46C8-8FBD-3F9C8EBE2DDC}" />
  210. </ItemGroup>
  211. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  212. </Project>