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
+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6
+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7
+ <ProjectGuid >{FDB17E01-04FA-4821-BB12-C38A271133EF}</ProjectGuid >
8
+ <OutputType >Exe</OutputType >
9
+ <RootNamespace >StandAlone_CreateEmptyFileBasedTMFromAnother_UsingSameResources</RootNamespace >
10
+ <AssemblyName >StandAlone_CreateEmptyFileBasedTMFromAnother_UsingSameResources</AssemblyName >
11
+ <TargetFrameworkVersion >v4.8</TargetFrameworkVersion >
12
+ <FileAlignment >512</FileAlignment >
13
+ <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
14
+ <Deterministic >true</Deterministic >
15
+ <TargetFrameworkProfile />
16
+ </PropertyGroup >
17
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
18
+ <PlatformTarget >AnyCPU</PlatformTarget >
19
+ <DebugSymbols >true</DebugSymbols >
20
+ <DebugType >full</DebugType >
21
+ <Optimize >false</Optimize >
22
+ <OutputPath >$(MSBuildProgramFiles32)\Trados\Trados Studio\Studio17\</OutputPath >
23
+ <DefineConstants >DEBUG;TRACE</DefineConstants >
24
+ <ErrorReport >prompt</ErrorReport >
25
+ <WarningLevel >4</WarningLevel >
26
+ </PropertyGroup >
27
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
28
+ <PlatformTarget >AnyCPU</PlatformTarget >
29
+ <DebugType >pdbonly</DebugType >
30
+ <Optimize >true</Optimize >
31
+ <OutputPath >bin\Release\</OutputPath >
32
+ <DefineConstants >TRACE</DefineConstants >
33
+ <ErrorReport >prompt</ErrorReport >
34
+ <WarningLevel >4</WarningLevel >
35
+ </PropertyGroup >
36
+ <PropertyGroup >
37
+ <StartupObject />
38
+ </PropertyGroup >
39
+ <ItemGroup >
40
+ <Reference Include =" Sdl.Core.Globalization" >
41
+ <SpecificVersion >False</SpecificVersion >
42
+ <HintPath >$(MSBuildProgramFiles32)\Trados\Trados Studio\Studio17\Sdl.Core.Globalization.dll</HintPath >
43
+ </Reference >
44
+ <Reference Include =" Sdl.Core.Settings" >
45
+ <SpecificVersion >False</SpecificVersion >
46
+ <HintPath >$(MSBuildProgramFiles32)\Trados\Trados Studio\Studio17\Sdl.Core.Settings.dll</HintPath >
47
+ </Reference >
48
+ <Reference Include =" Sdl.LanguagePlatform.Core" >
49
+ <SpecificVersion >False</SpecificVersion >
50
+ <HintPath >$(MSBuildProgramFiles32)\Trados\Trados Studio\Studio17\Sdl.LanguagePlatform.Core.dll</HintPath >
51
+ </Reference >
52
+ <Reference Include =" Sdl.LanguagePlatform.TranslationMemory" >
53
+ <SpecificVersion >False</SpecificVersion >
54
+ <HintPath >$(MSBuildProgramFiles32)\Trados\Trados Studio\Studio17\Sdl.LanguagePlatform.TranslationMemory.dll</HintPath >
55
+ </Reference >
56
+ <Reference Include =" Sdl.LanguagePlatform.TranslationMemoryApi" >
57
+ <HintPath >$(MSBuildProgramFiles32)\Trados\Trados Studio\Studio17Sdl.LanguagePlatform.TranslationMemoryApi.dll</HintPath >
58
+ </Reference >
59
+ <Reference Include =" Sdl.ProjectAutomation.Core" >
60
+ <SpecificVersion >False</SpecificVersion >
61
+ <HintPath >$(MSBuildProgramFiles32)\Trados\Trados Studio\Studio17\Sdl.ProjectAutomation.Core.dll</HintPath >
62
+ </Reference >
63
+ <Reference Include =" Sdl.ProjectAutomation.FileBased" >
64
+ <SpecificVersion >False</SpecificVersion >
65
+ <HintPath >$(MSBuildProgramFiles32)\Trados\Trados Studio\Studio17\Sdl.ProjectAutomation.FileBased.dll</HintPath >
66
+ </Reference >
67
+ <Reference Include =" Sdl.ProjectAutomation.Settings" >
68
+ <SpecificVersion >False</SpecificVersion >
69
+ <HintPath >$(MSBuildProgramFiles32)\Trados\Trados Studio\Studio17\Sdl.ProjectAutomation.Settings.dll</HintPath >
70
+ </Reference >
71
+ <Reference Include =" System" />
72
+ <Reference Include =" System.Core" />
73
+ <Reference Include =" System.Xml.Linq" />
74
+ <Reference Include =" System.Data.DataSetExtensions" />
75
+ <Reference Include =" Microsoft.CSharp" />
76
+ <Reference Include =" System.Data" />
77
+ <Reference Include =" System.Net.Http" />
78
+ <Reference Include =" System.Xml" />
79
+ </ItemGroup >
80
+ <ItemGroup >
81
+ <Compile Include =" Program.cs" />
82
+ <Compile Include =" Properties\AssemblyInfo.cs" />
83
+ <Compile Include =" TmCreator.cs" />
84
+ </ItemGroup >
85
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
86
+ </Project >
0 commit comments