AILicenseGenerator.csproj 9.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202
  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>{5E483C76-45B6-4C78-8BDA-452A9213EC59}</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\AILicenseGeneratorFor9E\</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\AILicenseGeneratorFor9E\</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. <Compile Include="..\..\License\AILicenseGenerator\Extensions\TranslaterExtension.cs">
  60. <Link>Extensions\TranslaterExtension.cs</Link>
  61. </Compile>
  62. <Compile Include="..\..\License\AILicenseGenerator\Helpers\AIConvertHelper.cs">
  63. <Link>Helpers\AIConvertHelper.cs</Link>
  64. </Compile>
  65. <Compile Include="..\..\License\AILicenseGenerator\Helpers\DesBuilder.cs">
  66. <Link>Helpers\DesBuilder.cs</Link>
  67. </Compile>
  68. <Compile Include="..\..\License\AILicenseGenerator\Helpers\DirectoryHelper.cs">
  69. <Link>Helpers\DirectoryHelper.cs</Link>
  70. </Compile>
  71. <Compile Include="..\..\License\AILicenseGenerator\Helpers\Logger.cs">
  72. <Link>Helpers\Logger.cs</Link>
  73. </Compile>
  74. <Compile Include="..\..\License\AILicenseGenerator\Helpers\TranslateHelper.cs">
  75. <Link>Helpers\TranslateHelper.cs</Link>
  76. </Compile>
  77. <Compile Include="..\..\License\AILicenseGenerator\MainWindow.xaml.cs">
  78. <Link>MainWindow.xaml.cs</Link>
  79. </Compile>
  80. <Compile Include="..\..\License\AILicenseGenerator\Models\AIEngineInfoDTO.cs">
  81. <Link>Models\AIEngineInfoDTO.cs</Link>
  82. </Compile>
  83. <Compile Include="..\..\License\AILicenseGenerator\Models\AIFunctionInfoDTO.cs">
  84. <Link>Models\AIFunctionInfoDTO.cs</Link>
  85. </Compile>
  86. <Compile Include="App.xaml.cs">
  87. <DependentUpon>App.xaml</DependentUpon>
  88. <SubType>Code</SubType>
  89. </Compile>
  90. </ItemGroup>
  91. <ItemGroup>
  92. <Compile Include="Properties\AssemblyInfo.cs">
  93. <SubType>Code</SubType>
  94. </Compile>
  95. <Compile Include="Properties\Resources.Designer.cs">
  96. <AutoGen>True</AutoGen>
  97. <DesignTime>True</DesignTime>
  98. <DependentUpon>Resources.resx</DependentUpon>
  99. </Compile>
  100. <Compile Include="Properties\Settings.Designer.cs">
  101. <AutoGen>True</AutoGen>
  102. <DependentUpon>Settings.settings</DependentUpon>
  103. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  104. </Compile>
  105. <EmbeddedResource Include="Properties\Resources.resx">
  106. <Generator>ResXFileCodeGenerator</Generator>
  107. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  108. </EmbeddedResource>
  109. <None Include="..\..\License\AILicenseGenerator\Resources\Chinese.json">
  110. <Link>Resources\Chinese.json</Link>
  111. </None>
  112. <None Include="Properties\Settings.settings">
  113. <Generator>SettingsSingleFileGenerator</Generator>
  114. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  115. </None>
  116. </ItemGroup>
  117. <ItemGroup>
  118. <None Include="App.config" />
  119. </ItemGroup>
  120. <ItemGroup>
  121. <ProjectReference Include="..\..\AISDKFor9E\AutoEFDiagnosisSDK\AutoEFDiagnosisSDK.csproj">
  122. <Project>{6ad67cbf-cb1c-48c0-8f61-ab778da1e252}</Project>
  123. <Name>AutoEFDiagnosisSDK</Name>
  124. </ProjectReference>
  125. <ProjectReference Include="..\..\AISDK\AIDiagnosisSDK\AIDiagnosisSDK.csproj">
  126. <Project>{efb630f8-88e8-4c18-a087-439cbab8a3e4}</Project>
  127. <Name>AIDiagnosisSDK</Name>
  128. </ProjectReference>
  129. <ProjectReference Include="..\..\AISDK\AmnioticFluidDiagnosisSDK\AmnioticFluidDiagnosisSDK.csproj">
  130. <Project>{9711170d-6d91-48aa-aaa2-616c395fd2c6}</Project>
  131. <Name>AmnioticFluidDiagnosisSDK</Name>
  132. </ProjectReference>
  133. <ProjectReference Include="..\..\AISDK\AutoBLineDiagnosisSDK\AutoBLineDiagnosisSDK.csproj">
  134. <Project>{6956c15e-fd7d-4d27-8e55-addc59433a35}</Project>
  135. <Name>AutoBLineDiagnosisSDK</Name>
  136. </ProjectReference>
  137. <ProjectReference Include="..\..\AISDK\AutoDFRDiagnosisSDK\AutoDFRDiagnosisSDK.csproj">
  138. <Project>{20cf83c6-5711-413e-bcca-6161a1a49e7a}</Project>
  139. <Name>AutoDFRDiagnosisSDK</Name>
  140. </ProjectReference>
  141. <ProjectReference Include="..\..\AISDK\AutoIVCDiagnosisSDK\AutoIVCDiagnosisSDK.csproj">
  142. <Project>{97e46836-70d7-4a78-b6cb-03abac1f5920}</Project>
  143. <Name>AutoIVCDiagnosisSDK</Name>
  144. </ProjectReference>
  145. <ProjectReference Include="..\..\AISDK\AutoVTIDiagnosisSDK\AutoVTIDiagnosisSDK.csproj">
  146. <Project>{e6bb4961-a7e8-437d-9c05-49716de468d7}</Project>
  147. <Name>AutoVTIDiagnosisSDK</Name>
  148. </ProjectReference>
  149. <ProjectReference Include="..\..\AISDK\CarotidClassificationSDK\CarotidClassificationSDK.csproj">
  150. <Project>{a266d499-92da-462f-b5a7-d8638e4b8bb4}</Project>
  151. <Name>CarotidClassificationSDK</Name>
  152. </ProjectReference>
  153. <ProjectReference Include="..\..\AISDK\Common\AIDiagnosis.Common\AIDiagnosis.Common.csproj">
  154. <Project>{e93ba1d6-41e7-4f63-927d-d5c55ce51691}</Project>
  155. <Name>AIDiagnosis.Common</Name>
  156. </ProjectReference>
  157. <ProjectReference Include="..\..\AISDK\CustomizeDiagnosisSDK\CustomizeDiagnosisSDK.csproj">
  158. <Project>{9fe5efd2-05c5-4ca2-b57a-6b33899647c7}</Project>
  159. <Name>CustomizeDiagnosisSDK</Name>
  160. </ProjectReference>
  161. <ProjectReference Include="..\..\..\Common.Client\Common.Client.csproj">
  162. <Project>{87ee8cba-e38c-4a30-89f5-c66332ebdaca}</Project>
  163. <Name>Common.Client</Name>
  164. </ProjectReference>
  165. <ProjectReference Include="..\..\AISDK\FatLayerIdentificationSDK\FatLayerIdentificationSDK.csproj">
  166. <Project>{7feb5af9-8eaf-4e71-accf-d19d24d53161}</Project>
  167. <Name>FatLayerIdentificationSDK</Name>
  168. </ProjectReference>
  169. <ProjectReference Include="..\..\AISDK\HepatoRenalRatioDiagnosisSDK\HepatoRenalRatioDiagnosisSDK.csproj">
  170. <Project>{7fec1456-0724-477f-a3de-55200d5efd00}</Project>
  171. <Name>HepatoRenalRatioDiagnosisSDK</Name>
  172. </ProjectReference>
  173. <ProjectReference Include="..\..\AISDK\MyocardialDiagnosisSDK\MyocardialDiagnosisSDK.csproj">
  174. <Project>{62ef830a-dc98-4e77-befc-973830fd6821}</Project>
  175. <Name>MyocardialDiagnosisSDK</Name>
  176. </ProjectReference>
  177. <ProjectReference Include="..\..\AISDK\NerveIdentificationSDK\NerveIdentificationSDK.csproj">
  178. <Project>{d6de0267-1774-465f-a4e1-03db387b47bd}</Project>
  179. <Name>NerveIdentificationSDK</Name>
  180. </ProjectReference>
  181. <ProjectReference Include="..\..\AISDK\ThyroidClassificationSDK\ThyroidClassificationSDK.csproj">
  182. <Project>{3e7274e5-7fc9-4075-b0d9-dc9e3f9d047a}</Project>
  183. <Name>ThyroidClassificationSDK</Name>
  184. </ProjectReference>
  185. <ProjectReference Include="..\..\AISDK\VetHeartDiagnosisSDK\VetHeartDiagnosisSDK.csproj">
  186. <Project>{48e44349-5e35-4a8a-922e-55391d44d625}</Project>
  187. <Name>VetHeartDiagnosisSDK</Name>
  188. </ProjectReference>
  189. <ProjectReference Include="..\..\Vinno.AISDK\Vinno.AI.CommonSDK\Vinno.AI.CommonSDK.csproj">
  190. <Project>{e527df4d-ff90-477f-b54c-a45f7556ee8e}</Project>
  191. <Name>Vinno.AI.CommonSDK</Name>
  192. </ProjectReference>
  193. </ItemGroup>
  194. <ItemGroup>
  195. <Page Include="..\..\License\AILicenseGenerator\MainWindow.xaml">
  196. <Link>MainWindow.xaml</Link>
  197. <Generator>MSBuild:Compile</Generator>
  198. <SubType>Designer</SubType>
  199. </Page>
  200. </ItemGroup>
  201. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  202. </Project>