-
Notifications
You must be signed in to change notification settings - Fork 132
/
Copy pathStandAlone_CreateEmptyFileBasedTMFromAnother_UsingSameResources.csproj
56 lines (56 loc) · 2.45 KB
/
StandAlone_CreateEmptyFileBasedTMFromAnother_UsingSameResources.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net48</TargetFramework>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<PlatformTarget>x86</PlatformTarget>
<OutputType>Exe</OutputType>
<TradosFolder>$(MSBuildProgramFiles32)\Trados\Trados Studio\Studio18</TradosFolder>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<OutputPath>$(TradosFolder)\</OutputPath>
</PropertyGroup>
<PropertyGroup>
<StartupObject />
</PropertyGroup>
<ItemGroup>
<Reference Include="Sdl.Core.Globalization">
<SpecificVersion>False</SpecificVersion>
<HintPath>$(TradosFolder)\Sdl.Core.Globalization.dll</HintPath>
</Reference>
<Reference Include="Sdl.Core.Globalization.Async">
<HintPath>$(TradosFolder)\Sdl.Core.Globalization.Async.dll</HintPath>
</Reference>
<Reference Include="Sdl.Core.Settings">
<SpecificVersion>False</SpecificVersion>
<HintPath>$(TradosFolder)\Sdl.Core.Settings.dll</HintPath>
</Reference>
<Reference Include="Sdl.LanguagePlatform.Core">
<SpecificVersion>False</SpecificVersion>
<HintPath>$(TradosFolder)\Sdl.LanguagePlatform.Core.dll</HintPath>
</Reference>
<Reference Include="Sdl.LanguagePlatform.TranslationMemory">
<SpecificVersion>False</SpecificVersion>
<HintPath>$(TradosFolder)\Sdl.LanguagePlatform.TranslationMemory.dll</HintPath>
</Reference>
<Reference Include="Sdl.LanguagePlatform.TranslationMemoryApi">
<HintPath>$(TradosFolder)\Sdl.LanguagePlatform.TranslationMemoryApi.dll</HintPath>
</Reference>
<Reference Include="Sdl.ProjectAutomation.Core">
<SpecificVersion>False</SpecificVersion>
<HintPath>$(TradosFolder)\Sdl.ProjectAutomation.Core.dll</HintPath>
</Reference>
<Reference Include="Sdl.ProjectAutomation.FileBased">
<SpecificVersion>False</SpecificVersion>
<HintPath>$(TradosFolder)\Sdl.ProjectAutomation.FileBased.dll</HintPath>
</Reference>
<Reference Include="Sdl.ProjectAutomation.Settings">
<SpecificVersion>False</SpecificVersion>
<HintPath>$(TradosFolder)\Sdl.ProjectAutomation.Settings.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="System.Data.DataSetExtensions" Version="4.5.0" />
</ItemGroup>
</Project>