TestTool.RemoteTriggerAPP.csproj 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157
  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>{F39A3B1E-2B93-40E1-9C7B-8CEE2529BF52}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>TestTool.RemoteTriggerAPP</RootNamespace>
  10. <AssemblyName>TestTool.RemoteTriggerAPP</AssemblyName>
  11. <TargetFrameworkVersion>v4.7.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. <PublishUrl>publish\</PublishUrl>
  18. <Install>true</Install>
  19. <InstallFrom>Disk</InstallFrom>
  20. <UpdateEnabled>false</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. <ApplicationRevision>0</ApplicationRevision>
  28. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  29. <IsWebBootstrapper>false</IsWebBootstrapper>
  30. <UseApplicationTrust>false</UseApplicationTrust>
  31. <BootstrapperEnabled>true</BootstrapperEnabled>
  32. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  34. <PlatformTarget>AnyCPU</PlatformTarget>
  35. <DebugSymbols>true</DebugSymbols>
  36. <DebugType>full</DebugType>
  37. <Optimize>false</Optimize>
  38. <OutputPath>bin\Debug\</OutputPath>
  39. <DefineConstants>DEBUG;TRACE</DefineConstants>
  40. <ErrorReport>prompt</ErrorReport>
  41. <WarningLevel>4</WarningLevel>
  42. </PropertyGroup>
  43. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  44. <PlatformTarget>AnyCPU</PlatformTarget>
  45. <DebugType>pdbonly</DebugType>
  46. <Optimize>true</Optimize>
  47. <OutputPath>bin\Release\</OutputPath>
  48. <DefineConstants>TRACE</DefineConstants>
  49. <ErrorReport>prompt</ErrorReport>
  50. <WarningLevel>4</WarningLevel>
  51. </PropertyGroup>
  52. <ItemGroup>
  53. <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  54. <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath>
  55. </Reference>
  56. <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  57. <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  58. </Reference>
  59. <Reference Include="EVCB_OCPP.Domain">
  60. <HintPath>DLL\EVCB_OCPP.Domain.dll</HintPath>
  61. </Reference>
  62. <Reference Include="EVCB_OCPP.Packet">
  63. <HintPath>DLL\EVCB_OCPP.Packet.dll</HintPath>
  64. </Reference>
  65. <Reference Include="FluentFTP, Version=45.1.0.0, Culture=neutral, PublicKeyToken=f4af092b1d8df44f, processorArchitecture=MSIL">
  66. <HintPath>..\packages\FluentFTP.45.1.0\lib\net462\FluentFTP.dll</HintPath>
  67. </Reference>
  68. <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  69. <HintPath>..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
  70. </Reference>
  71. <Reference Include="System" />
  72. <Reference Include="System.ComponentModel.DataAnnotations" />
  73. <Reference Include="System.Configuration" />
  74. <Reference Include="System.Data" />
  75. <Reference Include="System.Xml" />
  76. <Reference Include="Microsoft.CSharp" />
  77. <Reference Include="System.Core" />
  78. <Reference Include="System.Xml.Linq" />
  79. <Reference Include="System.Data.DataSetExtensions" />
  80. <Reference Include="System.Net.Http" />
  81. <Reference Include="System.Xaml">
  82. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  83. </Reference>
  84. <Reference Include="WindowsBase" />
  85. <Reference Include="PresentationCore" />
  86. <Reference Include="PresentationFramework" />
  87. </ItemGroup>
  88. <ItemGroup>
  89. <ApplicationDefinition Include="App.xaml">
  90. <Generator>MSBuild:Compile</Generator>
  91. <SubType>Designer</SubType>
  92. </ApplicationDefinition>
  93. <Page Include="MainWindow.xaml">
  94. <Generator>MSBuild:Compile</Generator>
  95. <SubType>Designer</SubType>
  96. </Page>
  97. <Compile Include="App.xaml.cs">
  98. <DependentUpon>App.xaml</DependentUpon>
  99. <SubType>Code</SubType>
  100. </Compile>
  101. <Compile Include="FluentFTPClient.cs" />
  102. <Compile Include="FTPClient.cs" />
  103. <Compile Include="MainWindow.xaml.cs">
  104. <DependentUpon>MainWindow.xaml</DependentUpon>
  105. <SubType>Code</SubType>
  106. </Compile>
  107. </ItemGroup>
  108. <ItemGroup>
  109. <Compile Include="Properties\AssemblyInfo.cs">
  110. <SubType>Code</SubType>
  111. </Compile>
  112. <Compile Include="Properties\Resources.Designer.cs">
  113. <AutoGen>True</AutoGen>
  114. <DesignTime>True</DesignTime>
  115. <DependentUpon>Resources.resx</DependentUpon>
  116. </Compile>
  117. <Compile Include="Properties\Settings.Designer.cs">
  118. <AutoGen>True</AutoGen>
  119. <DependentUpon>Settings.settings</DependentUpon>
  120. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  121. </Compile>
  122. <EmbeddedResource Include="Properties\Resources.resx">
  123. <Generator>ResXFileCodeGenerator</Generator>
  124. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  125. </EmbeddedResource>
  126. <None Include="packages.config" />
  127. <None Include="Properties\Settings.settings">
  128. <Generator>SettingsSingleFileGenerator</Generator>
  129. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  130. </None>
  131. </ItemGroup>
  132. <ItemGroup>
  133. <None Include="App.config">
  134. <SubType>Designer</SubType>
  135. </None>
  136. </ItemGroup>
  137. <ItemGroup>
  138. <Folder Include="DLL\" />
  139. </ItemGroup>
  140. <ItemGroup>
  141. <BootstrapperPackage Include=".NETFramework,Version=v4.7.1">
  142. <Visible>False</Visible>
  143. <ProductName>Microsoft .NET Framework 4.7.1 %28x86 和 x64%29</ProductName>
  144. <Install>true</Install>
  145. </BootstrapperPackage>
  146. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  147. <Visible>False</Visible>
  148. <ProductName>.NET Framework 3.5 SP1</ProductName>
  149. <Install>false</Install>
  150. </BootstrapperPackage>
  151. </ItemGroup>
  152. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  153. <PropertyGroup>
  154. <PreBuildEvent>
  155. </PreBuildEvent>
  156. </PropertyGroup>
  157. </Project>