TestTool.RemoteTriggerAPP.csproj 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  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="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  66. <HintPath>..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
  67. </Reference>
  68. <Reference Include="System" />
  69. <Reference Include="System.ComponentModel.DataAnnotations" />
  70. <Reference Include="System.Configuration" />
  71. <Reference Include="System.Data" />
  72. <Reference Include="System.Xml" />
  73. <Reference Include="Microsoft.CSharp" />
  74. <Reference Include="System.Core" />
  75. <Reference Include="System.Xml.Linq" />
  76. <Reference Include="System.Data.DataSetExtensions" />
  77. <Reference Include="System.Net.Http" />
  78. <Reference Include="System.Xaml">
  79. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  80. </Reference>
  81. <Reference Include="WindowsBase" />
  82. <Reference Include="PresentationCore" />
  83. <Reference Include="PresentationFramework" />
  84. </ItemGroup>
  85. <ItemGroup>
  86. <ApplicationDefinition Include="App.xaml">
  87. <Generator>MSBuild:Compile</Generator>
  88. <SubType>Designer</SubType>
  89. </ApplicationDefinition>
  90. <Page Include="MainWindow.xaml">
  91. <Generator>MSBuild:Compile</Generator>
  92. <SubType>Designer</SubType>
  93. </Page>
  94. <Compile Include="App.xaml.cs">
  95. <DependentUpon>App.xaml</DependentUpon>
  96. <SubType>Code</SubType>
  97. </Compile>
  98. <Compile Include="FTPClient.cs" />
  99. <Compile Include="MainWindow.xaml.cs">
  100. <DependentUpon>MainWindow.xaml</DependentUpon>
  101. <SubType>Code</SubType>
  102. </Compile>
  103. </ItemGroup>
  104. <ItemGroup>
  105. <Compile Include="Properties\AssemblyInfo.cs">
  106. <SubType>Code</SubType>
  107. </Compile>
  108. <Compile Include="Properties\Resources.Designer.cs">
  109. <AutoGen>True</AutoGen>
  110. <DesignTime>True</DesignTime>
  111. <DependentUpon>Resources.resx</DependentUpon>
  112. </Compile>
  113. <Compile Include="Properties\Settings.Designer.cs">
  114. <AutoGen>True</AutoGen>
  115. <DependentUpon>Settings.settings</DependentUpon>
  116. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  117. </Compile>
  118. <EmbeddedResource Include="Properties\Resources.resx">
  119. <Generator>ResXFileCodeGenerator</Generator>
  120. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  121. </EmbeddedResource>
  122. <None Include="packages.config" />
  123. <None Include="Properties\Settings.settings">
  124. <Generator>SettingsSingleFileGenerator</Generator>
  125. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  126. </None>
  127. </ItemGroup>
  128. <ItemGroup>
  129. <None Include="App.config">
  130. <SubType>Designer</SubType>
  131. </None>
  132. </ItemGroup>
  133. <ItemGroup>
  134. <Folder Include="DLL\" />
  135. </ItemGroup>
  136. <ItemGroup>
  137. <BootstrapperPackage Include=".NETFramework,Version=v4.7.1">
  138. <Visible>False</Visible>
  139. <ProductName>Microsoft .NET Framework 4.7.1 %28x86 和 x64%29</ProductName>
  140. <Install>true</Install>
  141. </BootstrapperPackage>
  142. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  143. <Visible>False</Visible>
  144. <ProductName>.NET Framework 3.5 SP1</ProductName>
  145. <Install>false</Install>
  146. </BootstrapperPackage>
  147. </ItemGroup>
  148. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  149. <PropertyGroup>
  150. <PreBuildEvent>
  151. </PreBuildEvent>
  152. </PropertyGroup>
  153. </Project>