-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8cc74bc
commit dc001a8
Showing
2 changed files
with
19 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,24 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>net8.0</TargetFramework> | ||
<ImplicitUsings>enable</ImplicitUsings> | ||
<Nullable>enable</Nullable> | ||
<Product>Systran [Beta]</Product> | ||
<Description>SYSTRAN Translate API is built around a RESTful API and can be used in all types of applications.This API Reference is intended for developers who want to write applications that can interact with the SYSTRAN Translate API. You can integrate our translation technology directly in your internal or external applications to make them multilingual or translate texts and files by using the SYSTRAN Translate API.</Description> | ||
<<<<<<< HEAD | ||
<Version>1.0.2</Version> | ||
======= | ||
<Version>1.0.1</Version> | ||
>>>>>>> main | ||
<AssemblyName>Apps.Systran</AssemblyName> | ||
</PropertyGroup> | ||
<PropertyGroup> | ||
<TargetFramework>net8.0</TargetFramework> | ||
<ImplicitUsings>enable</ImplicitUsings> | ||
<Nullable>enable</Nullable> | ||
<Product>Systran [Beta]</Product> | ||
<Description>SYSTRAN Translate API is built around a RESTful API and can be used in all types of applications.This API Reference is intended for developers who want to write applications that can interact with the SYSTRAN Translate API. You can integrate our translation technology directly in your internal or external applications to make them multilingual or translate texts and files by using the SYSTRAN Translate API.</Description> | ||
<Version>1.0.2</Version> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Blackbird.Applications.Sdk.Common" Version="2.11.0" /> | ||
<PackageReference Include="Blackbird.Applications.Sdk.Glossaries.Utils" Version="1.0.1" /> | ||
<PackageReference Include="Blackbird.Applications.Sdk.Utils" Version="1.0.26" /> | ||
</ItemGroup> | ||
<AssemblyName>Apps.Systran</AssemblyName> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<ItemGroup> | ||
<PackageReference Include="Blackbird.Applications.Sdk.Common" Version="2.11.0" /> | ||
<PackageReference Include="Blackbird.Applications.Sdk.Glossaries.Utils" Version="1.0.1" /> | ||
<PackageReference Include="Blackbird.Applications.Sdk.Utils" Version="1.0.26" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<EmbeddedResource CopyToOutputDirectory="Always" Include="image\icon.png"></EmbeddedResource> | ||
</ItemGroup> | ||
</ItemGroup> | ||
|
||
<<<<<<< HEAD | ||
</Project> | ||
======= | ||
</Project> | ||
>>>>>>> main | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters