|
@@ -1,225 +1,227 @@
|
|
|
-<?xml version="1.0" encoding="utf-8"?>
|
|
|
-<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
- <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
|
- <PropertyGroup>
|
|
|
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
- <ProjectGuid>{7A23D514-38E1-423E-9238-464B0E2AFCC0}</ProjectGuid>
|
|
|
- <OutputType>WinExe</OutputType>
|
|
|
- <RootNamespace>AwInitilizer</RootNamespace>
|
|
|
- <AssemblyName>AwInitilizer</AssemblyName>
|
|
|
- <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
|
|
|
- <FileAlignment>512</FileAlignment>
|
|
|
- <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
|
- <WarningLevel>4</WarningLevel>
|
|
|
- <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
|
|
- <Deterministic>true</Deterministic>
|
|
|
- <TargetFrameworkProfile />
|
|
|
- <IsWebBootstrapper>false</IsWebBootstrapper>
|
|
|
- <PublishUrl>publish\</PublishUrl>
|
|
|
- <Install>true</Install>
|
|
|
- <InstallFrom>Disk</InstallFrom>
|
|
|
- <UpdateEnabled>false</UpdateEnabled>
|
|
|
- <UpdateMode>Foreground</UpdateMode>
|
|
|
- <UpdateInterval>7</UpdateInterval>
|
|
|
- <UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
|
|
- <UpdatePeriodically>false</UpdatePeriodically>
|
|
|
- <UpdateRequired>false</UpdateRequired>
|
|
|
- <MapFileExtensions>true</MapFileExtensions>
|
|
|
- <ApplicationRevision>0</ApplicationRevision>
|
|
|
- <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
|
|
- <UseApplicationTrust>false</UseApplicationTrust>
|
|
|
- <BootstrapperEnabled>true</BootstrapperEnabled>
|
|
|
- </PropertyGroup>
|
|
|
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
- <PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
- <DebugSymbols>true</DebugSymbols>
|
|
|
- <DebugType>full</DebugType>
|
|
|
- <Optimize>false</Optimize>
|
|
|
- <OutputPath>bin\Debug\</OutputPath>
|
|
|
- <DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
- <ErrorReport>prompt</ErrorReport>
|
|
|
- <WarningLevel>4</WarningLevel>
|
|
|
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
- </PropertyGroup>
|
|
|
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
- <PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
- <DebugType>pdbonly</DebugType>
|
|
|
- <Optimize>true</Optimize>
|
|
|
- <OutputPath>bin\Release\</OutputPath>
|
|
|
- <DefineConstants>TRACE</DefineConstants>
|
|
|
- <ErrorReport>prompt</ErrorReport>
|
|
|
- <WarningLevel>4</WarningLevel>
|
|
|
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
- </PropertyGroup>
|
|
|
- <PropertyGroup>
|
|
|
- <ApplicationManifest>app.manifest</ApplicationManifest>
|
|
|
- </PropertyGroup>
|
|
|
- <ItemGroup>
|
|
|
- <Reference Include="FluentFTP, Version=37.0.2.0, Culture=neutral, PublicKeyToken=f4af092b1d8df44f, processorArchitecture=MSIL">
|
|
|
- <HintPath>..\packages\FluentFTP.37.0.2\lib\net45\FluentFTP.dll</HintPath>
|
|
|
- </Reference>
|
|
|
- <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
|
|
- <HintPath>..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
|
|
|
- </Reference>
|
|
|
- <Reference Include="PhihongEv.Lib, Version=1.0.14.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
- <HintPath>..\packages\PhihongEv.Lib.1.0.14\lib\net40\PhihongEv.Lib.dll</HintPath>
|
|
|
- </Reference>
|
|
|
- <Reference Include="RestSharp, Version=106.15.0.0, Culture=neutral, PublicKeyToken=598062e77f915f75, processorArchitecture=MSIL">
|
|
|
- <HintPath>..\packages\RestSharp.106.15.0\lib\net452\RestSharp.dll</HintPath>
|
|
|
- </Reference>
|
|
|
- <Reference Include="System" />
|
|
|
- <Reference Include="System.Data" />
|
|
|
- <Reference Include="System.Web" />
|
|
|
- <Reference Include="System.Xml" />
|
|
|
- <Reference Include="Microsoft.CSharp" />
|
|
|
- <Reference Include="System.Core" />
|
|
|
- <Reference Include="System.Xml.Linq" />
|
|
|
- <Reference Include="System.Data.DataSetExtensions" />
|
|
|
- <Reference Include="System.Net.Http" />
|
|
|
- <Reference Include="System.Xaml">
|
|
|
- <RequiredTargetFramework>4.0</RequiredTargetFramework>
|
|
|
- </Reference>
|
|
|
- <Reference Include="WindowsBase" />
|
|
|
- <Reference Include="PresentationCore" />
|
|
|
- <Reference Include="PresentationFramework" />
|
|
|
- </ItemGroup>
|
|
|
- <ItemGroup>
|
|
|
- <ApplicationDefinition Include="App.xaml">
|
|
|
- <Generator>MSBuild:Compile</Generator>
|
|
|
- <SubType>Designer</SubType>
|
|
|
- </ApplicationDefinition>
|
|
|
- <Compile Include="Assist\EvApi.cs" />
|
|
|
- <Compile Include="Assist\EvHttpClient.cs" />
|
|
|
- <Compile Include="Assist\EvHttpClientLogger.cs" />
|
|
|
- <Compile Include="Converter\MesErrorCodeMaper.cs" />
|
|
|
- <Compile Include="Converter\PressStatusConverter.cs" />
|
|
|
- <Compile Include="KeyinListener.cs" />
|
|
|
- <Compile Include="ManualSn.xaml.cs">
|
|
|
- <DependentUpon>ManualSn.xaml</DependentUpon>
|
|
|
- </Compile>
|
|
|
- <Compile Include="Model\AppSettingConfig.cs" />
|
|
|
- <Compile Include="ProcedureLog\LogWriter.cs" />
|
|
|
- <Compile Include="Procedure\FirmwareFtpUploadProcedure.cs" />
|
|
|
- <Compile Include="Procedure\FirmwareBundleUploadProcedure.cs" />
|
|
|
- <Compile Include="Procedure\FirmwareCheckVersionProcedure.cs" />
|
|
|
- <Compile Include="Procedure\FirmwareUploadProcedure.cs" />
|
|
|
- <Compile Include="Procedure\VersionLogProcedure.cs" />
|
|
|
- <Compile Include="Procedure\TelcomModemImeiRecordProcedure.cs" />
|
|
|
- <Compile Include="Procedure\WifRssiCheckProcedure.cs" />
|
|
|
- <Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
- <Compile Include="Resx\AppResources.Designer.cs">
|
|
|
- <AutoGen>True</AutoGen>
|
|
|
- <DesignTime>True</DesignTime>
|
|
|
- <DependentUpon>AppResources.resx</DependentUpon>
|
|
|
- </Compile>
|
|
|
- <Compile Include="SettingConfig.cs" />
|
|
|
- <Compile Include="SigninDialog.xaml.cs">
|
|
|
- <DependentUpon>SigninDialog.xaml</DependentUpon>
|
|
|
- </Compile>
|
|
|
- <Page Include="HintDialog.xaml">
|
|
|
- <SubType>Designer</SubType>
|
|
|
- <Generator>MSBuild:Compile</Generator>
|
|
|
- </Page>
|
|
|
- <Page Include="MainWindow.xaml">
|
|
|
- <Generator>MSBuild:Compile</Generator>
|
|
|
- <SubType>Designer</SubType>
|
|
|
- </Page>
|
|
|
- <Compile Include="App.xaml.cs">
|
|
|
- <DependentUpon>App.xaml</DependentUpon>
|
|
|
- <SubType>Code</SubType>
|
|
|
- </Compile>
|
|
|
- <Compile Include="Assist\SemaphoreQueue.cs" />
|
|
|
- <Compile Include="Assist\SerialPortocol.cs" />
|
|
|
- <Compile Include="Assist\TcpSerializer.cs" />
|
|
|
- <Compile Include="Assist\WebClientTimeout.cs">
|
|
|
- <SubType>Component</SubType>
|
|
|
- </Compile>
|
|
|
- <Compile Include="Converter\BooleanAndConverter.cs" />
|
|
|
- <Compile Include="HintDialog.xaml.cs">
|
|
|
- <DependentUpon>HintDialog.xaml</DependentUpon>
|
|
|
- </Compile>
|
|
|
- <Compile Include="Interface\IIogger.cs" />
|
|
|
- <Compile Include="Interface\ISerialPort.cs" />
|
|
|
- <Compile Include="MainViewModel.cs" />
|
|
|
- <Compile Include="MainWindow.xaml.cs">
|
|
|
- <DependentUpon>MainWindow.xaml</DependentUpon>
|
|
|
- <SubType>Code</SubType>
|
|
|
- </Compile>
|
|
|
- <Page Include="ManualSn.xaml">
|
|
|
- <SubType>Designer</SubType>
|
|
|
- <Generator>MSBuild:Compile</Generator>
|
|
|
- </Page>
|
|
|
- <Page Include="SigninDialog.xaml">
|
|
|
- <SubType>Designer</SubType>
|
|
|
- <Generator>MSBuild:Compile</Generator>
|
|
|
- </Page>
|
|
|
- </ItemGroup>
|
|
|
- <ItemGroup>
|
|
|
- <Compile Include="Model\ButtonStatus.cs" />
|
|
|
- <Compile Include="Model\FirmwareUpdateModel.cs" />
|
|
|
- <Compile Include="Model\SettingConfig.cs" />
|
|
|
- <Compile Include="Model\UploadFile.cs" />
|
|
|
- <Compile Include="Procedure\ButtonStatusCheckPorcedure.cs" />
|
|
|
- <Compile Include="Model\EvseSerialResponseModel.cs" />
|
|
|
- <Compile Include="Model\SimStatus.cs" />
|
|
|
- <Compile Include="Procedure\BasicInfoUpdateProcedure.cs" />
|
|
|
- <Compile Include="Procedure\FirmwareUpdateProcedure.cs" />
|
|
|
- <Compile Include="Procedure\FourGenModuleCheckProcedure.cs" />
|
|
|
- <Compile Include="Procedure\ProcedureBase.cs" />
|
|
|
- <Compile Include="Model\UpdateData.cs" />
|
|
|
- <Compile Include="Procedure\RestarttoIdelProcedure.cs" />
|
|
|
- <Compile Include="Properties\Settings.Designer.cs">
|
|
|
- <AutoGen>True</AutoGen>
|
|
|
- <DependentUpon>Settings.settings</DependentUpon>
|
|
|
- <DesignTimeSharedInput>True</DesignTimeSharedInput>
|
|
|
- </Compile>
|
|
|
- <EmbeddedResource Include="Resx\AppResources.resx">
|
|
|
- <Generator>PublicResXFileCodeGenerator</Generator>
|
|
|
- <LastGenOutput>AppResources.Designer.cs</LastGenOutput>
|
|
|
- </EmbeddedResource>
|
|
|
- <EmbeddedResource Include="Resx\AppResources.zh-CHS.resx" />
|
|
|
- <None Include="app.manifest" />
|
|
|
- <None Include="packages.config" />
|
|
|
- <None Include="Properties\Settings.settings">
|
|
|
- <Generator>SettingsSingleFileGenerator</Generator>
|
|
|
- <LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|
|
- </None>
|
|
|
- </ItemGroup>
|
|
|
- <ItemGroup>
|
|
|
- <None Include="App.config" />
|
|
|
- </ItemGroup>
|
|
|
- <ItemGroup>
|
|
|
- <Resource Include="Image\Blue.png" />
|
|
|
- <Resource Include="Image\Emergency.png" />
|
|
|
- <Resource Include="Image\Green.png" />
|
|
|
- </ItemGroup>
|
|
|
- <ItemGroup>
|
|
|
- <BootstrapperPackage Include=".NETFramework,Version=v4.8">
|
|
|
- <Visible>False</Visible>
|
|
|
- <ProductName>Microsoft .NET Framework 4.8 %28x86 and x64%29</ProductName>
|
|
|
- <Install>true</Install>
|
|
|
- </BootstrapperPackage>
|
|
|
- <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
|
|
- <Visible>False</Visible>
|
|
|
- <ProductName>.NET Framework 3.5 SP1</ProductName>
|
|
|
- <Install>false</Install>
|
|
|
- </BootstrapperPackage>
|
|
|
- </ItemGroup>
|
|
|
- <ItemGroup>
|
|
|
- <ProjectReference Include="..\MesAdaptor\MesAdaptor.csproj">
|
|
|
- <Project>{6b69cf23-270b-429b-a21d-ad98c2dff678}</Project>
|
|
|
- <Name>MesAdaptor</Name>
|
|
|
- </ProjectReference>
|
|
|
- </ItemGroup>
|
|
|
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
- <PropertyGroup>
|
|
|
- <PreBuildEvent>GitVersion.exe $(SolutionDir) /updateassemblyinfo</PreBuildEvent>
|
|
|
- </PropertyGroup>
|
|
|
- <PropertyGroup>
|
|
|
- <ReactorLocation>"C:\Program Files (x86)\Eziriz\.NET Reactor\dotNET_Reactor.exe"</ReactorLocation>
|
|
|
- <ReactorProject>"D:\RobertProject\.net Reactor\ap.nrproj"</ReactorProject>
|
|
|
- </PropertyGroup>
|
|
|
- <Target Name="AfterCompile">
|
|
|
- </Target>
|
|
|
+<?xml version="1.0" encoding="utf-8"?>
|
|
|
+<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
+ <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
|
+ <PropertyGroup>
|
|
|
+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
+ <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
+ <ProjectGuid>{7A23D514-38E1-423E-9238-464B0E2AFCC0}</ProjectGuid>
|
|
|
+ <OutputType>WinExe</OutputType>
|
|
|
+ <RootNamespace>AwInitilizer</RootNamespace>
|
|
|
+ <AssemblyName>AwInitilizer</AssemblyName>
|
|
|
+ <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
|
|
|
+ <FileAlignment>512</FileAlignment>
|
|
|
+ <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
|
+ <WarningLevel>4</WarningLevel>
|
|
|
+ <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
|
|
+ <Deterministic>true</Deterministic>
|
|
|
+ <TargetFrameworkProfile />
|
|
|
+ <IsWebBootstrapper>false</IsWebBootstrapper>
|
|
|
+ <PublishUrl>publish\</PublishUrl>
|
|
|
+ <Install>true</Install>
|
|
|
+ <InstallFrom>Disk</InstallFrom>
|
|
|
+ <UpdateEnabled>false</UpdateEnabled>
|
|
|
+ <UpdateMode>Foreground</UpdateMode>
|
|
|
+ <UpdateInterval>7</UpdateInterval>
|
|
|
+ <UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
|
|
+ <UpdatePeriodically>false</UpdatePeriodically>
|
|
|
+ <UpdateRequired>false</UpdateRequired>
|
|
|
+ <MapFileExtensions>true</MapFileExtensions>
|
|
|
+ <ApplicationRevision>0</ApplicationRevision>
|
|
|
+ <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
|
|
+ <UseApplicationTrust>false</UseApplicationTrust>
|
|
|
+ <BootstrapperEnabled>true</BootstrapperEnabled>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
+ <PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
+ <DebugSymbols>true</DebugSymbols>
|
|
|
+ <DebugType>full</DebugType>
|
|
|
+ <Optimize>false</Optimize>
|
|
|
+ <OutputPath>bin\Debug\</OutputPath>
|
|
|
+ <DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
+ <ErrorReport>prompt</ErrorReport>
|
|
|
+ <WarningLevel>4</WarningLevel>
|
|
|
+ <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
+ <PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
+ <DebugType>pdbonly</DebugType>
|
|
|
+ <Optimize>true</Optimize>
|
|
|
+ <OutputPath>bin\Release\</OutputPath>
|
|
|
+ <DefineConstants>TRACE</DefineConstants>
|
|
|
+ <ErrorReport>prompt</ErrorReport>
|
|
|
+ <WarningLevel>4</WarningLevel>
|
|
|
+ <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup>
|
|
|
+ <ApplicationManifest>app.manifest</ApplicationManifest>
|
|
|
+ </PropertyGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <Reference Include="FluentFTP, Version=37.0.2.0, Culture=neutral, PublicKeyToken=f4af092b1d8df44f, processorArchitecture=MSIL">
|
|
|
+ <HintPath>..\packages\FluentFTP.37.0.2\lib\net45\FluentFTP.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
|
|
+ <HintPath>..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="PhihongEv.Lib, Version=1.0.16.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
+ <HintPath>..\packages\PhihongEv.Lib.1.0.16\lib\net40\PhihongEv.Lib.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="RestSharp, Version=106.15.0.0, Culture=neutral, PublicKeyToken=598062e77f915f75, processorArchitecture=MSIL">
|
|
|
+ <HintPath>..\packages\RestSharp.106.15.0\lib\net452\RestSharp.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="System" />
|
|
|
+ <Reference Include="System.Data" />
|
|
|
+ <Reference Include="System.Web" />
|
|
|
+ <Reference Include="System.Xml" />
|
|
|
+ <Reference Include="Microsoft.CSharp" />
|
|
|
+ <Reference Include="System.Core" />
|
|
|
+ <Reference Include="System.Xml.Linq" />
|
|
|
+ <Reference Include="System.Data.DataSetExtensions" />
|
|
|
+ <Reference Include="System.Net.Http" />
|
|
|
+ <Reference Include="System.Xaml">
|
|
|
+ <RequiredTargetFramework>4.0</RequiredTargetFramework>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="WindowsBase" />
|
|
|
+ <Reference Include="PresentationCore" />
|
|
|
+ <Reference Include="PresentationFramework" />
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <ApplicationDefinition Include="App.xaml">
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
+ <SubType>Designer</SubType>
|
|
|
+ </ApplicationDefinition>
|
|
|
+ <Compile Include="Assist\EvApi.cs" />
|
|
|
+ <Compile Include="Assist\EvHttpClient.cs" />
|
|
|
+ <Compile Include="Assist\EvHttpClientLogger.cs" />
|
|
|
+ <Compile Include="Converter\MesErrorCodeMaper.cs" />
|
|
|
+ <Compile Include="Converter\PressStatusConverter.cs" />
|
|
|
+ <Compile Include="KeyinListener.cs" />
|
|
|
+ <Compile Include="ManualSn.xaml.cs">
|
|
|
+ <DependentUpon>ManualSn.xaml</DependentUpon>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="Model\AppSettingConfig.cs" />
|
|
|
+ <Compile Include="Model\SimStatusString.cs" />
|
|
|
+ <Compile Include="ProcedureLog\LogWriter.cs" />
|
|
|
+ <Compile Include="Procedure\FirmwareFtpUploadProcedure.cs" />
|
|
|
+ <Compile Include="Procedure\FirmwareBundleUploadProcedure.cs" />
|
|
|
+ <Compile Include="Procedure\FirmwareCheckVersionProcedure.cs" />
|
|
|
+ <Compile Include="Procedure\FirmwareUploadProcedure.cs" />
|
|
|
+ <Compile Include="Procedure\DsiableChargeAuthProcedure.cs" />
|
|
|
+ <Compile Include="Procedure\VersionLogProcedure.cs" />
|
|
|
+ <Compile Include="Procedure\TelcomModemImeiRecordProcedure.cs" />
|
|
|
+ <Compile Include="Procedure\WifRssiCheckProcedure.cs" />
|
|
|
+ <Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
+ <Compile Include="Resx\AppResources.Designer.cs">
|
|
|
+ <AutoGen>True</AutoGen>
|
|
|
+ <DesignTime>True</DesignTime>
|
|
|
+ <DependentUpon>AppResources.resx</DependentUpon>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="SettingConfig.cs" />
|
|
|
+ <Compile Include="SigninDialog.xaml.cs">
|
|
|
+ <DependentUpon>SigninDialog.xaml</DependentUpon>
|
|
|
+ </Compile>
|
|
|
+ <Page Include="HintDialog.xaml">
|
|
|
+ <SubType>Designer</SubType>
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
+ </Page>
|
|
|
+ <Page Include="MainWindow.xaml">
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
+ <SubType>Designer</SubType>
|
|
|
+ </Page>
|
|
|
+ <Compile Include="App.xaml.cs">
|
|
|
+ <DependentUpon>App.xaml</DependentUpon>
|
|
|
+ <SubType>Code</SubType>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="Assist\SemaphoreQueue.cs" />
|
|
|
+ <Compile Include="Assist\SerialPortocol.cs" />
|
|
|
+ <Compile Include="Assist\TcpSerializer.cs" />
|
|
|
+ <Compile Include="Assist\WebClientTimeout.cs">
|
|
|
+ <SubType>Component</SubType>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="Converter\BooleanAndConverter.cs" />
|
|
|
+ <Compile Include="HintDialog.xaml.cs">
|
|
|
+ <DependentUpon>HintDialog.xaml</DependentUpon>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="Interface\IIogger.cs" />
|
|
|
+ <Compile Include="Interface\ISerialPort.cs" />
|
|
|
+ <Compile Include="MainViewModel.cs" />
|
|
|
+ <Compile Include="MainWindow.xaml.cs">
|
|
|
+ <DependentUpon>MainWindow.xaml</DependentUpon>
|
|
|
+ <SubType>Code</SubType>
|
|
|
+ </Compile>
|
|
|
+ <Page Include="ManualSn.xaml">
|
|
|
+ <SubType>Designer</SubType>
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
+ </Page>
|
|
|
+ <Page Include="SigninDialog.xaml">
|
|
|
+ <SubType>Designer</SubType>
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
+ </Page>
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <Compile Include="Model\ButtonStatus.cs" />
|
|
|
+ <Compile Include="Model\FirmwareUpdateModel.cs" />
|
|
|
+ <Compile Include="Model\SettingConfig.cs" />
|
|
|
+ <Compile Include="Model\UploadFile.cs" />
|
|
|
+ <Compile Include="Procedure\ButtonStatusCheckPorcedure.cs" />
|
|
|
+ <Compile Include="Model\EvseSerialResponseModel.cs" />
|
|
|
+ <Compile Include="Model\SimStatus.cs" />
|
|
|
+ <Compile Include="Procedure\BasicInfoUpdateProcedure.cs" />
|
|
|
+ <Compile Include="Procedure\FirmwareUpdateProcedure.cs" />
|
|
|
+ <Compile Include="Procedure\FourGenModuleCheckProcedure.cs" />
|
|
|
+ <Compile Include="Procedure\ProcedureBase.cs" />
|
|
|
+ <Compile Include="Model\UpdateData.cs" />
|
|
|
+ <Compile Include="Procedure\RestarttoIdelProcedure.cs" />
|
|
|
+ <Compile Include="Properties\Settings.Designer.cs">
|
|
|
+ <AutoGen>True</AutoGen>
|
|
|
+ <DependentUpon>Settings.settings</DependentUpon>
|
|
|
+ <DesignTimeSharedInput>True</DesignTimeSharedInput>
|
|
|
+ </Compile>
|
|
|
+ <EmbeddedResource Include="Resx\AppResources.resx">
|
|
|
+ <Generator>PublicResXFileCodeGenerator</Generator>
|
|
|
+ <LastGenOutput>AppResources.Designer.cs</LastGenOutput>
|
|
|
+ </EmbeddedResource>
|
|
|
+ <EmbeddedResource Include="Resx\AppResources.zh-CHS.resx" />
|
|
|
+ <None Include="app.manifest" />
|
|
|
+ <None Include="packages.config" />
|
|
|
+ <None Include="Properties\Settings.settings">
|
|
|
+ <Generator>SettingsSingleFileGenerator</Generator>
|
|
|
+ <LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|
|
+ </None>
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <None Include="App.config" />
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <Resource Include="Image\Blue.png" />
|
|
|
+ <Resource Include="Image\Emergency.png" />
|
|
|
+ <Resource Include="Image\Green.png" />
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <BootstrapperPackage Include=".NETFramework,Version=v4.8">
|
|
|
+ <Visible>False</Visible>
|
|
|
+ <ProductName>Microsoft .NET Framework 4.8 %28x86 and x64%29</ProductName>
|
|
|
+ <Install>true</Install>
|
|
|
+ </BootstrapperPackage>
|
|
|
+ <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
|
|
+ <Visible>False</Visible>
|
|
|
+ <ProductName>.NET Framework 3.5 SP1</ProductName>
|
|
|
+ <Install>false</Install>
|
|
|
+ </BootstrapperPackage>
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <ProjectReference Include="..\MesAdaptor\MesAdaptor.csproj">
|
|
|
+ <Project>{6b69cf23-270b-429b-a21d-ad98c2dff678}</Project>
|
|
|
+ <Name>MesAdaptor</Name>
|
|
|
+ </ProjectReference>
|
|
|
+ </ItemGroup>
|
|
|
+ <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
+ <PropertyGroup>
|
|
|
+ <PreBuildEvent>GitVersion.exe $(SolutionDir) /updateassemblyinfo</PreBuildEvent>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup>
|
|
|
+ <ReactorLocation>"C:\Program Files (x86)\Eziriz\.NET Reactor\dotNET_Reactor.exe"</ReactorLocation>
|
|
|
+ <ReactorProject>"D:\RobertProject\.net Reactor\ap.nrproj"</ReactorProject>
|
|
|
+ </PropertyGroup>
|
|
|
+ <Target Name="AfterCompile">
|
|
|
+ </Target>
|
|
|
</Project>
|