EapClientSimulator.csproj 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171
  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>{BA53877A-DC4D-4A84-9B80-51262099EB26}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>EapClientSimulator</RootNamespace>
  10. <AssemblyName>EapClientSimulator</AssemblyName>
  11. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  14. <WarningLevel>4</WarningLevel>
  15. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  16. <Deterministic>true</Deterministic>
  17. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  19. <PlatformTarget>AnyCPU</PlatformTarget>
  20. <DebugSymbols>true</DebugSymbols>
  21. <DebugType>full</DebugType>
  22. <Optimize>false</Optimize>
  23. <OutputPath>bin\Debug\</OutputPath>
  24. <DefineConstants>DEBUG;TRACE</DefineConstants>
  25. <ErrorReport>prompt</ErrorReport>
  26. <WarningLevel>4</WarningLevel>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  29. <PlatformTarget>AnyCPU</PlatformTarget>
  30. <DebugType>pdbonly</DebugType>
  31. <Optimize>true</Optimize>
  32. <OutputPath>bin\Release\</OutputPath>
  33. <DefineConstants>TRACE</DefineConstants>
  34. <ErrorReport>prompt</ErrorReport>
  35. <WarningLevel>4</WarningLevel>
  36. </PropertyGroup>
  37. <ItemGroup>
  38. <Reference Include="SecsGem.Core">
  39. <HintPath>..\..\ThirdParty\dlls\SecsGem.Core.dll</HintPath>
  40. </Reference>
  41. <Reference Include="SecsGem.Core.Application">
  42. <HintPath>..\..\ThirdParty\dlls\SecsGem.Core.Application.dll</HintPath>
  43. </Reference>
  44. <Reference Include="SecsGem.Hsms.Core">
  45. <HintPath>..\..\ThirdParty\dlls\SecsGem.Hsms.Core.dll</HintPath>
  46. </Reference>
  47. <Reference Include="System" />
  48. <Reference Include="System.Configuration" />
  49. <Reference Include="System.Data" />
  50. <Reference Include="System.Memory, Version=4.0.1.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  51. <SpecificVersion>False</SpecificVersion>
  52. <HintPath>..\..\ThirdParty\dlls\System.Memory.dll</HintPath>
  53. </Reference>
  54. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  55. <SpecificVersion>False</SpecificVersion>
  56. <HintPath>..\..\ThirdParty\dlls\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  57. </Reference>
  58. <Reference Include="System.Xml" />
  59. <Reference Include="Microsoft.CSharp" />
  60. <Reference Include="System.Core" />
  61. <Reference Include="System.Xml.Linq" />
  62. <Reference Include="System.Data.DataSetExtensions" />
  63. <Reference Include="System.Net.Http" />
  64. <Reference Include="System.Xaml">
  65. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  66. </Reference>
  67. <Reference Include="WindowsBase" />
  68. <Reference Include="PresentationCore" />
  69. <Reference Include="PresentationFramework" />
  70. </ItemGroup>
  71. <ItemGroup>
  72. <ApplicationDefinition Include="App.xaml">
  73. <Generator>MSBuild:Compile</Generator>
  74. <SubType>Designer</SubType>
  75. </ApplicationDefinition>
  76. <Compile Include="FrmSequence.xaml.cs">
  77. <DependentUpon>FrmSequence.xaml</DependentUpon>
  78. </Compile>
  79. <Compile Include="GlobalData.cs" />
  80. <Compile Include="RemoteCommand.cs" />
  81. <Compile Include="RemoteParameter.cs" />
  82. <Compile Include="SecsMessageReplyUtil.cs" />
  83. <Compile Include="SecsMessageSendUtil.cs" />
  84. <Compile Include="UAlarm.xaml.cs">
  85. <DependentUpon>UAlarm.xaml</DependentUpon>
  86. </Compile>
  87. <Compile Include="UStatusVariable.xaml.cs">
  88. <DependentUpon>UStatusVariable.xaml</DependentUpon>
  89. </Compile>
  90. <Compile Include="ULpControl.xaml.cs">
  91. <DependentUpon>ULpControl.xaml</DependentUpon>
  92. </Compile>
  93. <Compile Include="UEventReport.xaml.cs">
  94. <DependentUpon>UEventReport.xaml</DependentUpon>
  95. </Compile>
  96. <Compile Include="UEvent.xaml.cs">
  97. <DependentUpon>UEvent.xaml</DependentUpon>
  98. </Compile>
  99. <Compile Include="UReport.xaml.cs">
  100. <DependentUpon>UReport.xaml</DependentUpon>
  101. </Compile>
  102. <Page Include="FrmSequence.xaml">
  103. <SubType>Designer</SubType>
  104. <Generator>MSBuild:Compile</Generator>
  105. </Page>
  106. <Page Include="MainWindow.xaml">
  107. <Generator>MSBuild:Compile</Generator>
  108. <SubType>Designer</SubType>
  109. </Page>
  110. <Compile Include="App.xaml.cs">
  111. <DependentUpon>App.xaml</DependentUpon>
  112. <SubType>Code</SubType>
  113. </Compile>
  114. <Compile Include="EapClient.cs" />
  115. <Compile Include="MainWindow.xaml.cs">
  116. <DependentUpon>MainWindow.xaml</DependentUpon>
  117. <SubType>Code</SubType>
  118. </Compile>
  119. <Page Include="UAlarm.xaml">
  120. <Generator>MSBuild:Compile</Generator>
  121. <SubType>Designer</SubType>
  122. </Page>
  123. <Page Include="UStatusVariable.xaml">
  124. <Generator>MSBuild:Compile</Generator>
  125. <SubType>Designer</SubType>
  126. </Page>
  127. <Page Include="ULpControl.xaml">
  128. <SubType>Designer</SubType>
  129. <Generator>MSBuild:Compile</Generator>
  130. </Page>
  131. <Page Include="UEventReport.xaml">
  132. <Generator>MSBuild:Compile</Generator>
  133. <SubType>Designer</SubType>
  134. </Page>
  135. <Page Include="UEvent.xaml">
  136. <Generator>MSBuild:Compile</Generator>
  137. <SubType>Designer</SubType>
  138. </Page>
  139. <Page Include="UReport.xaml">
  140. <SubType>Designer</SubType>
  141. <Generator>MSBuild:Compile</Generator>
  142. </Page>
  143. </ItemGroup>
  144. <ItemGroup>
  145. <Compile Include="Properties\AssemblyInfo.cs">
  146. <SubType>Code</SubType>
  147. </Compile>
  148. <Compile Include="Properties\Resources.Designer.cs">
  149. <AutoGen>True</AutoGen>
  150. <DesignTime>True</DesignTime>
  151. <DependentUpon>Resources.resx</DependentUpon>
  152. </Compile>
  153. <Compile Include="Properties\Settings.Designer.cs">
  154. <AutoGen>True</AutoGen>
  155. <DependentUpon>Settings.settings</DependentUpon>
  156. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  157. </Compile>
  158. <EmbeddedResource Include="Properties\Resources.resx">
  159. <Generator>ResXFileCodeGenerator</Generator>
  160. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  161. </EmbeddedResource>
  162. <None Include="Properties\Settings.settings">
  163. <Generator>SettingsSingleFileGenerator</Generator>
  164. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  165. </None>
  166. </ItemGroup>
  167. <ItemGroup>
  168. <None Include="App.config" />
  169. </ItemGroup>
  170. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  171. </Project>