123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185 |
- <?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>
- <RestoreProjectStyle>PackageReference</RestoreProjectStyle>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProjectGuid>{8AECE79D-0F1A-40FC-BCC0-12D99534DA82}</ProjectGuid>
- <OutputType>WinExe</OutputType>
- <RootNamespace>AILicenseGenerator</RootNamespace>
- <AssemblyName>AILicenseGenerator</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>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <PlatformTarget>x64</PlatformTarget>
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>..\..\..\Bin\AILicenseGenerator\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <PlatformTarget>x64</PlatformTarget>
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>..\..\..\Bin\AILicenseGenerator\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="System" />
- <Reference Include="System.Data" />
- <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>
- <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="Extensions\TranslaterExtension.cs" />
- <Compile Include="Helpers\AIConvertHelper.cs" />
- <Compile Include="Helpers\DesBuilder.cs" />
- <Compile Include="Helpers\DirectoryHelper.cs" />
- <Compile Include="Helpers\Logger.cs" />
- <Compile Include="Helpers\TranslateHelper.cs" />
- <Compile Include="MainWindow.xaml.cs">
- <DependentUpon>MainWindow.xaml</DependentUpon>
- <SubType>Code</SubType>
- </Compile>
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Models\AIEngineInfoDTO.cs" />
- <Compile Include="Models\AIFunctionInfoDTO.cs" />
- <Compile Include="Properties\AssemblyInfo.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="Properties\Resources.Designer.cs">
- <AutoGen>True</AutoGen>
- <DesignTime>True</DesignTime>
- <DependentUpon>Resources.resx</DependentUpon>
- </Compile>
- <Compile Include="Properties\Settings.Designer.cs">
- <AutoGen>True</AutoGen>
- <DependentUpon>Settings.settings</DependentUpon>
- <DesignTimeSharedInput>True</DesignTimeSharedInput>
- </Compile>
- <EmbeddedResource Include="Properties\Resources.resx">
- <Generator>ResXFileCodeGenerator</Generator>
- <LastGenOutput>Resources.Designer.cs</LastGenOutput>
- </EmbeddedResource>
- <None Include="Properties\Settings.settings">
- <Generator>SettingsSingleFileGenerator</Generator>
- <LastGenOutput>Settings.Designer.cs</LastGenOutput>
- </None>
- <None Include="Resources\Chinese.json">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </None>
- </ItemGroup>
- <ItemGroup>
- <None Include="App.config" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\..\Common.Client\Common.Client.csproj">
- <Project>{87ee8cba-e38c-4a30-89f5-c66332ebdaca}</Project>
- <Name>Common.Client</Name>
- </ProjectReference>
- <ProjectReference Include="..\..\AISDK\AIDiagnosisSDK\AIDiagnosisSDK.csproj">
- <Project>{efb630f8-88e8-4c18-a087-439cbab8a3e4}</Project>
- <Name>AIDiagnosisSDK</Name>
- </ProjectReference>
- <ProjectReference Include="..\..\AISDK\AmnioticFluidDiagnosisSDK\AmnioticFluidDiagnosisSDK.csproj">
- <Project>{9711170d-6d91-48aa-aaa2-616c395fd2c6}</Project>
- <Name>AmnioticFluidDiagnosisSDK</Name>
- </ProjectReference>
- <ProjectReference Include="..\..\AISDK\AutoBLineDiagnosisSDK\AutoBLineDiagnosisSDK.csproj">
- <Project>{6956c15e-fd7d-4d27-8e55-addc59433a35}</Project>
- <Name>AutoBLineDiagnosisSDK</Name>
- </ProjectReference>
- <ProjectReference Include="..\..\AISDK\AutoDFRDiagnosisSDK\AutoDFRDiagnosisSDK.csproj">
- <Project>{20cf83c6-5711-413e-bcca-6161a1a49e7a}</Project>
- <Name>AutoDFRDiagnosisSDK</Name>
- </ProjectReference>
- <ProjectReference Include="..\..\AISDK\AutoEFDiagnosisSDK\AutoEFDiagnosisSDK.csproj">
- <Project>{c43e465e-d252-4fe0-b7b8-7fead3c549dc}</Project>
- <Name>AutoEFDiagnosisSDK</Name>
- </ProjectReference>
- <ProjectReference Include="..\..\AISDK\AutoIVCDiagnosisSDK\AutoIVCDiagnosisSDK.csproj">
- <Project>{97e46836-70d7-4a78-b6cb-03abac1f5920}</Project>
- <Name>AutoIVCDiagnosisSDK</Name>
- </ProjectReference>
- <ProjectReference Include="..\..\AISDK\AutoVTIDiagnosisSDK\AutoVTIDiagnosisSDK.csproj">
- <Project>{e6bb4961-a7e8-437d-9c05-49716de468d7}</Project>
- <Name>AutoVTIDiagnosisSDK</Name>
- </ProjectReference>
- <ProjectReference Include="..\..\AISDK\CarotidClassificationSDK\CarotidClassificationSDK.csproj">
- <Project>{a266d499-92da-462f-b5a7-d8638e4b8bb4}</Project>
- <Name>CarotidClassificationSDK</Name>
- </ProjectReference>
- <ProjectReference Include="..\..\AISDK\Common\AIDiagnosis.Common\AIDiagnosis.Common.csproj">
- <Project>{e93ba1d6-41e7-4f63-927d-d5c55ce51691}</Project>
- <Name>AIDiagnosis.Common</Name>
- </ProjectReference>
- <ProjectReference Include="..\..\AISDK\CustomizeDiagnosisSDK\CustomizeDiagnosisSDK.csproj">
- <Project>{9fe5efd2-05c5-4ca2-b57a-6b33899647c7}</Project>
- <Name>CustomizeDiagnosisSDK</Name>
- </ProjectReference>
- <ProjectReference Include="..\..\AISDK\FatLayerIdentificationSDK\FatLayerIdentificationSDK.csproj">
- <Project>{7feb5af9-8eaf-4e71-accf-d19d24d53161}</Project>
- <Name>FatLayerIdentificationSDK</Name>
- </ProjectReference>
- <ProjectReference Include="..\..\AISDK\HepatoRenalRatioDiagnosisSDK\HepatoRenalRatioDiagnosisSDK.csproj">
- <Project>{7fec1456-0724-477f-a3de-55200d5efd00}</Project>
- <Name>HepatoRenalRatioDiagnosisSDK</Name>
- </ProjectReference>
- <ProjectReference Include="..\..\AISDK\MyocardialDiagnosisSDK\MyocardialDiagnosisSDK.csproj">
- <Project>{62ef830a-dc98-4e77-befc-973830fd6821}</Project>
- <Name>MyocardialDiagnosisSDK</Name>
- </ProjectReference>
- <ProjectReference Include="..\..\AISDK\NerveIdentificationSDK\NerveIdentificationSDK.csproj">
- <Project>{d6de0267-1774-465f-a4e1-03db387b47bd}</Project>
- <Name>NerveIdentificationSDK</Name>
- </ProjectReference>
- <ProjectReference Include="..\..\AISDK\ThyroidClassificationSDK\ThyroidClassificationSDK.csproj">
- <Project>{3e7274e5-7fc9-4075-b0d9-dc9e3f9d047a}</Project>
- <Name>ThyroidClassificationSDK</Name>
- </ProjectReference>
- <ProjectReference Include="..\..\AISDK\VetHeartDiagnosisSDK\VetHeartDiagnosisSDK.csproj">
- <Project>{48e44349-5e35-4a8a-922e-55391d44d625}</Project>
- <Name>VetHeartDiagnosisSDK</Name>
- </ProjectReference>
- <ProjectReference Include="..\..\Vinno.AISDK\Vinno.AI.CommonSDK\Vinno.AI.CommonSDK.csproj">
- <Project>{e527df4d-ff90-477f-b54c-a45f7556ee8e}</Project>
- <Name>Vinno.AI.CommonSDK</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup />
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- </Project>
|