123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187 |
- <?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 />
- </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.3.0, Culture=neutral, processorArchitecture=MSIL">
- <HintPath>..\packages\PhihongEv.Lib.1.0.3\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="Converter\MesErrorCodeMaper.cs" />
- <Compile Include="Converter\PressStatusConverter.cs" />
- <Compile Include="KeyinListener.cs" />
- <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\WifRssiCheckProcedure.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="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 />
- <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>
|