AILicenseGenerator.csproj 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185
  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. <RestoreProjectStyle>PackageReference</RestoreProjectStyle>
  6. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  7. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  8. <ProjectGuid>{8AECE79D-0F1A-40FC-BCC0-12D99534DA82}</ProjectGuid>
  9. <OutputType>WinExe</OutputType>
  10. <RootNamespace>AILicenseGenerator</RootNamespace>
  11. <AssemblyName>AILicenseGenerator</AssemblyName>
  12. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  15. <WarningLevel>4</WarningLevel>
  16. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  17. <Deterministic>true</Deterministic>
  18. </PropertyGroup>
  19. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  20. <PlatformTarget>x64</PlatformTarget>
  21. <DebugSymbols>true</DebugSymbols>
  22. <DebugType>full</DebugType>
  23. <Optimize>false</Optimize>
  24. <OutputPath>..\..\..\Bin\AILicenseGenerator\</OutputPath>
  25. <DefineConstants>DEBUG;TRACE</DefineConstants>
  26. <ErrorReport>prompt</ErrorReport>
  27. <WarningLevel>4</WarningLevel>
  28. </PropertyGroup>
  29. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  30. <PlatformTarget>x64</PlatformTarget>
  31. <DebugType>pdbonly</DebugType>
  32. <Optimize>true</Optimize>
  33. <OutputPath>..\..\..\Bin\AILicenseGenerator\</OutputPath>
  34. <DefineConstants>TRACE</DefineConstants>
  35. <ErrorReport>prompt</ErrorReport>
  36. <WarningLevel>4</WarningLevel>
  37. </PropertyGroup>
  38. <ItemGroup>
  39. <Reference Include="System" />
  40. <Reference Include="System.Data" />
  41. <Reference Include="System.Xml" />
  42. <Reference Include="Microsoft.CSharp" />
  43. <Reference Include="System.Core" />
  44. <Reference Include="System.Xml.Linq" />
  45. <Reference Include="System.Data.DataSetExtensions" />
  46. <Reference Include="System.Net.Http" />
  47. <Reference Include="System.Xaml">
  48. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  49. </Reference>
  50. <Reference Include="WindowsBase" />
  51. <Reference Include="PresentationCore" />
  52. <Reference Include="PresentationFramework" />
  53. </ItemGroup>
  54. <ItemGroup>
  55. <ApplicationDefinition Include="App.xaml">
  56. <Generator>MSBuild:Compile</Generator>
  57. <SubType>Designer</SubType>
  58. </ApplicationDefinition>
  59. <Page Include="MainWindow.xaml">
  60. <Generator>MSBuild:Compile</Generator>
  61. <SubType>Designer</SubType>
  62. </Page>
  63. <Compile Include="App.xaml.cs">
  64. <DependentUpon>App.xaml</DependentUpon>
  65. <SubType>Code</SubType>
  66. </Compile>
  67. <Compile Include="Extensions\TranslaterExtension.cs" />
  68. <Compile Include="Helpers\AIConvertHelper.cs" />
  69. <Compile Include="Helpers\DesBuilder.cs" />
  70. <Compile Include="Helpers\DirectoryHelper.cs" />
  71. <Compile Include="Helpers\Logger.cs" />
  72. <Compile Include="Helpers\TranslateHelper.cs" />
  73. <Compile Include="MainWindow.xaml.cs">
  74. <DependentUpon>MainWindow.xaml</DependentUpon>
  75. <SubType>Code</SubType>
  76. </Compile>
  77. </ItemGroup>
  78. <ItemGroup>
  79. <Compile Include="Models\AIEngineInfoDTO.cs" />
  80. <Compile Include="Models\AIFunctionInfoDTO.cs" />
  81. <Compile Include="Properties\AssemblyInfo.cs">
  82. <SubType>Code</SubType>
  83. </Compile>
  84. <Compile Include="Properties\Resources.Designer.cs">
  85. <AutoGen>True</AutoGen>
  86. <DesignTime>True</DesignTime>
  87. <DependentUpon>Resources.resx</DependentUpon>
  88. </Compile>
  89. <Compile Include="Properties\Settings.Designer.cs">
  90. <AutoGen>True</AutoGen>
  91. <DependentUpon>Settings.settings</DependentUpon>
  92. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  93. </Compile>
  94. <EmbeddedResource Include="Properties\Resources.resx">
  95. <Generator>ResXFileCodeGenerator</Generator>
  96. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  97. </EmbeddedResource>
  98. <None Include="Properties\Settings.settings">
  99. <Generator>SettingsSingleFileGenerator</Generator>
  100. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  101. </None>
  102. <None Include="Resources\Chinese.json">
  103. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  104. </None>
  105. </ItemGroup>
  106. <ItemGroup>
  107. <None Include="App.config" />
  108. </ItemGroup>
  109. <ItemGroup>
  110. <ProjectReference Include="..\..\..\Common.Client\Common.Client.csproj">
  111. <Project>{87ee8cba-e38c-4a30-89f5-c66332ebdaca}</Project>
  112. <Name>Common.Client</Name>
  113. </ProjectReference>
  114. <ProjectReference Include="..\..\AISDK\AIDiagnosisSDK\AIDiagnosisSDK.csproj">
  115. <Project>{efb630f8-88e8-4c18-a087-439cbab8a3e4}</Project>
  116. <Name>AIDiagnosisSDK</Name>
  117. </ProjectReference>
  118. <ProjectReference Include="..\..\AISDK\AmnioticFluidDiagnosisSDK\AmnioticFluidDiagnosisSDK.csproj">
  119. <Project>{9711170d-6d91-48aa-aaa2-616c395fd2c6}</Project>
  120. <Name>AmnioticFluidDiagnosisSDK</Name>
  121. </ProjectReference>
  122. <ProjectReference Include="..\..\AISDK\AutoBLineDiagnosisSDK\AutoBLineDiagnosisSDK.csproj">
  123. <Project>{6956c15e-fd7d-4d27-8e55-addc59433a35}</Project>
  124. <Name>AutoBLineDiagnosisSDK</Name>
  125. </ProjectReference>
  126. <ProjectReference Include="..\..\AISDK\AutoDFRDiagnosisSDK\AutoDFRDiagnosisSDK.csproj">
  127. <Project>{20cf83c6-5711-413e-bcca-6161a1a49e7a}</Project>
  128. <Name>AutoDFRDiagnosisSDK</Name>
  129. </ProjectReference>
  130. <ProjectReference Include="..\..\AISDK\AutoEFDiagnosisSDK\AutoEFDiagnosisSDK.csproj">
  131. <Project>{c43e465e-d252-4fe0-b7b8-7fead3c549dc}</Project>
  132. <Name>AutoEFDiagnosisSDK</Name>
  133. </ProjectReference>
  134. <ProjectReference Include="..\..\AISDK\AutoIVCDiagnosisSDK\AutoIVCDiagnosisSDK.csproj">
  135. <Project>{97e46836-70d7-4a78-b6cb-03abac1f5920}</Project>
  136. <Name>AutoIVCDiagnosisSDK</Name>
  137. </ProjectReference>
  138. <ProjectReference Include="..\..\AISDK\AutoVTIDiagnosisSDK\AutoVTIDiagnosisSDK.csproj">
  139. <Project>{e6bb4961-a7e8-437d-9c05-49716de468d7}</Project>
  140. <Name>AutoVTIDiagnosisSDK</Name>
  141. </ProjectReference>
  142. <ProjectReference Include="..\..\AISDK\CarotidClassificationSDK\CarotidClassificationSDK.csproj">
  143. <Project>{a266d499-92da-462f-b5a7-d8638e4b8bb4}</Project>
  144. <Name>CarotidClassificationSDK</Name>
  145. </ProjectReference>
  146. <ProjectReference Include="..\..\AISDK\Common\AIDiagnosis.Common\AIDiagnosis.Common.csproj">
  147. <Project>{e93ba1d6-41e7-4f63-927d-d5c55ce51691}</Project>
  148. <Name>AIDiagnosis.Common</Name>
  149. </ProjectReference>
  150. <ProjectReference Include="..\..\AISDK\CustomizeDiagnosisSDK\CustomizeDiagnosisSDK.csproj">
  151. <Project>{9fe5efd2-05c5-4ca2-b57a-6b33899647c7}</Project>
  152. <Name>CustomizeDiagnosisSDK</Name>
  153. </ProjectReference>
  154. <ProjectReference Include="..\..\AISDK\FatLayerIdentificationSDK\FatLayerIdentificationSDK.csproj">
  155. <Project>{7feb5af9-8eaf-4e71-accf-d19d24d53161}</Project>
  156. <Name>FatLayerIdentificationSDK</Name>
  157. </ProjectReference>
  158. <ProjectReference Include="..\..\AISDK\HepatoRenalRatioDiagnosisSDK\HepatoRenalRatioDiagnosisSDK.csproj">
  159. <Project>{7fec1456-0724-477f-a3de-55200d5efd00}</Project>
  160. <Name>HepatoRenalRatioDiagnosisSDK</Name>
  161. </ProjectReference>
  162. <ProjectReference Include="..\..\AISDK\MyocardialDiagnosisSDK\MyocardialDiagnosisSDK.csproj">
  163. <Project>{62ef830a-dc98-4e77-befc-973830fd6821}</Project>
  164. <Name>MyocardialDiagnosisSDK</Name>
  165. </ProjectReference>
  166. <ProjectReference Include="..\..\AISDK\NerveIdentificationSDK\NerveIdentificationSDK.csproj">
  167. <Project>{d6de0267-1774-465f-a4e1-03db387b47bd}</Project>
  168. <Name>NerveIdentificationSDK</Name>
  169. </ProjectReference>
  170. <ProjectReference Include="..\..\AISDK\ThyroidClassificationSDK\ThyroidClassificationSDK.csproj">
  171. <Project>{3e7274e5-7fc9-4075-b0d9-dc9e3f9d047a}</Project>
  172. <Name>ThyroidClassificationSDK</Name>
  173. </ProjectReference>
  174. <ProjectReference Include="..\..\AISDK\VetHeartDiagnosisSDK\VetHeartDiagnosisSDK.csproj">
  175. <Project>{48e44349-5e35-4a8a-922e-55391d44d625}</Project>
  176. <Name>VetHeartDiagnosisSDK</Name>
  177. </ProjectReference>
  178. <ProjectReference Include="..\..\Vinno.AISDK\Vinno.AI.CommonSDK\Vinno.AI.CommonSDK.csproj">
  179. <Project>{e527df4d-ff90-477f-b54c-a45f7556ee8e}</Project>
  180. <Name>Vinno.AI.CommonSDK</Name>
  181. </ProjectReference>
  182. </ItemGroup>
  183. <ItemGroup />
  184. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  185. </Project>