Initilizer.csproj 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159
  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>{7A23D514-38E1-423E-9238-464B0E2AFCC0}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>AwInitilizer</RootNamespace>
  10. <AssemblyName>AwInitilizer</AssemblyName>
  11. <TargetFrameworkVersion>v4.8</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. <TargetFrameworkProfile />
  18. </PropertyGroup>
  19. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  20. <PlatformTarget>AnyCPU</PlatformTarget>
  21. <DebugSymbols>true</DebugSymbols>
  22. <DebugType>full</DebugType>
  23. <Optimize>false</Optimize>
  24. <OutputPath>bin\Debug\</OutputPath>
  25. <DefineConstants>DEBUG;TRACE</DefineConstants>
  26. <ErrorReport>prompt</ErrorReport>
  27. <WarningLevel>4</WarningLevel>
  28. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  29. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  31. <PlatformTarget>AnyCPU</PlatformTarget>
  32. <DebugType>pdbonly</DebugType>
  33. <Optimize>true</Optimize>
  34. <OutputPath>bin\Release\</OutputPath>
  35. <DefineConstants>TRACE</DefineConstants>
  36. <ErrorReport>prompt</ErrorReport>
  37. <WarningLevel>4</WarningLevel>
  38. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  39. </PropertyGroup>
  40. <PropertyGroup>
  41. <ApplicationManifest>app.manifest</ApplicationManifest>
  42. </PropertyGroup>
  43. <ItemGroup>
  44. <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  45. <HintPath>..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
  46. </Reference>
  47. <Reference Include="System" />
  48. <Reference Include="System.Data" />
  49. <Reference Include="System.Web" />
  50. <Reference Include="System.Xml" />
  51. <Reference Include="Microsoft.CSharp" />
  52. <Reference Include="System.Core" />
  53. <Reference Include="System.Xml.Linq" />
  54. <Reference Include="System.Data.DataSetExtensions" />
  55. <Reference Include="System.Net.Http" />
  56. <Reference Include="System.Xaml">
  57. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  58. </Reference>
  59. <Reference Include="WindowsBase" />
  60. <Reference Include="PresentationCore" />
  61. <Reference Include="PresentationFramework" />
  62. </ItemGroup>
  63. <ItemGroup>
  64. <ApplicationDefinition Include="App.xaml">
  65. <Generator>MSBuild:Compile</Generator>
  66. <SubType>Designer</SubType>
  67. </ApplicationDefinition>
  68. <Compile Include="Procedure\VersionLogProcedure.cs" />
  69. <Compile Include="SigninDialog.xaml.cs">
  70. <DependentUpon>SigninDialog.xaml</DependentUpon>
  71. </Compile>
  72. <Page Include="HintDialog.xaml">
  73. <SubType>Designer</SubType>
  74. <Generator>MSBuild:Compile</Generator>
  75. </Page>
  76. <Page Include="MainWindow.xaml">
  77. <Generator>MSBuild:Compile</Generator>
  78. <SubType>Designer</SubType>
  79. </Page>
  80. <Compile Include="App.xaml.cs">
  81. <DependentUpon>App.xaml</DependentUpon>
  82. <SubType>Code</SubType>
  83. </Compile>
  84. <Compile Include="Assist\SemaphoreQueue.cs" />
  85. <Compile Include="Assist\SerialPortocol.cs" />
  86. <Compile Include="Assist\TcpSerializer.cs" />
  87. <Compile Include="Assist\WebClientTimeout.cs">
  88. <SubType>Component</SubType>
  89. </Compile>
  90. <Compile Include="Converter\BooleanAndConverter.cs" />
  91. <Compile Include="DLL\SajetConnect.cs" />
  92. <Compile Include="HintDialog.xaml.cs">
  93. <DependentUpon>HintDialog.xaml</DependentUpon>
  94. </Compile>
  95. <Compile Include="Interface\IIogger.cs" />
  96. <Compile Include="Interface\ISerialPort.cs" />
  97. <Compile Include="MainViewModel.cs" />
  98. <Compile Include="MainWindow.xaml.cs">
  99. <DependentUpon>MainWindow.xaml</DependentUpon>
  100. <SubType>Code</SubType>
  101. </Compile>
  102. <Page Include="SigninDialog.xaml">
  103. <SubType>Designer</SubType>
  104. <Generator>MSBuild:Compile</Generator>
  105. </Page>
  106. </ItemGroup>
  107. <ItemGroup>
  108. <Compile Include="Model\ButtonStatus.cs" />
  109. <Compile Include="Model\FirmwareUpdateModel.cs" />
  110. <Compile Include="Model\SettingConfig.cs" />
  111. <Compile Include="Model\UploadFile.cs" />
  112. <Compile Include="Procedure\ButtonStatusCheckPorcedure.cs" />
  113. <Compile Include="Model\EvseSerialResponseModel.cs" />
  114. <Compile Include="Model\SimStatus.cs" />
  115. <Compile Include="Procedure\BasicInfoUpdateProcedure.cs" />
  116. <Compile Include="Procedure\FirmwareUpdateProcedure.cs" />
  117. <Compile Include="Procedure\FourGenModuleCheckProcedure.cs" />
  118. <Compile Include="Procedure\ProcedureBase.cs" />
  119. <Compile Include="Model\SystemID.cs" />
  120. <Compile Include="Model\UpdateData.cs" />
  121. <Compile Include="Procedure\RestarttoIdelProcedure.cs" />
  122. <Compile Include="Properties\AssemblyInfo.cs">
  123. <SubType>Code</SubType>
  124. </Compile>
  125. <Compile Include="Properties\Resources.Designer.cs">
  126. <AutoGen>True</AutoGen>
  127. <DesignTime>True</DesignTime>
  128. <DependentUpon>Resources.resx</DependentUpon>
  129. </Compile>
  130. <Compile Include="Properties\Settings.Designer.cs">
  131. <AutoGen>True</AutoGen>
  132. <DependentUpon>Settings.settings</DependentUpon>
  133. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  134. </Compile>
  135. <EmbeddedResource Include="Properties\Resources.resx">
  136. <Generator>ResXFileCodeGenerator</Generator>
  137. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  138. </EmbeddedResource>
  139. <None Include="app.manifest" />
  140. <None Include="packages.config" />
  141. <None Include="Properties\Settings.settings">
  142. <Generator>SettingsSingleFileGenerator</Generator>
  143. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  144. </None>
  145. </ItemGroup>
  146. <ItemGroup>
  147. <None Include="App.config" />
  148. </ItemGroup>
  149. <ItemGroup>
  150. <Content Include="DLL\SajetConnect.dll">
  151. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  152. </Content>
  153. <Resource Include="Image\Blue.png" />
  154. <Resource Include="Image\Emergency.png" />
  155. <Resource Include="Image\Green.png" />
  156. </ItemGroup>
  157. <ItemGroup />
  158. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  159. </Project>