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 >{2C14B903-C97D-4FC3-AECC-613922C8427E}</ProjectGuid >
8- <OutputType >Exe</OutputType >
9- <RootNamespace >EPLAN_Remote_Client</RootNamespace >
10- <AssemblyName >EPLAN Remote Client</AssemblyName >
11- <TargetFrameworkVersion >v4.7.2</TargetFrameworkVersion >
12- <FileAlignment >512</FileAlignment >
13- <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
14- <Deterministic >true</Deterministic >
15- </PropertyGroup >
16- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
17- <PlatformTarget >AnyCPU</PlatformTarget >
18- <DebugSymbols >true</DebugSymbols >
19- <DebugType >full</DebugType >
20- <Optimize >false</Optimize >
21- <OutputPath >bin\Debug\</OutputPath >
22- <DefineConstants >DEBUG;TRACE</DefineConstants >
23- <ErrorReport >prompt</ErrorReport >
24- <WarningLevel >4</WarningLevel >
25- </PropertyGroup >
26- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
27- <PlatformTarget >AnyCPU</PlatformTarget >
28- <DebugType >pdbonly</DebugType >
29- <Optimize >true</Optimize >
30- <OutputPath >bin\Release\</OutputPath >
31- <DefineConstants >TRACE</DefineConstants >
32- <ErrorReport >prompt</ErrorReport >
33- <WarningLevel >4</WarningLevel >
34- </PropertyGroup >
35- <ItemGroup >
36- <Reference Include =" Eplan.EplApi.RemoteClientu, Version=1.0.0.0, Culture=neutral, PublicKeyToken=57aaa27e22f7b107, processorArchitecture=MSIL" >
37- <SpecificVersion >False</SpecificVersion >
38- <HintPath >C:\Program Files\EPLAN\Platform\2022.0.3\Bin\Eplan.EplApi.RemoteClientu.dll</HintPath >
39- </Reference >
40- <Reference Include =" Eplan.EplApi.Starteru, Version=1.0.0.0, Culture=neutral, PublicKeyToken=57aaa27e22f7b107, processorArchitecture=MSIL" >
41- <SpecificVersion >False</SpecificVersion >
42- <HintPath >C:\Program Files\EPLAN\Platform\2022.0.3\Bin\Eplan.EplApi.Starteru.dll</HintPath >
43- </Reference >
44- <Reference Include =" System" />
45- <Reference Include =" System.Core" />
46- <Reference Include =" System.Xml.Linq" />
47- <Reference Include =" System.Data.DataSetExtensions" />
48- <Reference Include =" Microsoft.CSharp" />
49- <Reference Include =" System.Data" />
50- <Reference Include =" System.Net.Http" />
51- <Reference Include =" System.Xml" />
52- </ItemGroup >
53- <ItemGroup >
54- <Compile Include =" Program.cs" />
55- <Compile Include =" Properties\AssemblyInfo.cs" />
56- </ItemGroup >
57- <ItemGroup >
58- <None Include =" App.config" />
59- </ItemGroup >
60- <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
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 >{2C14B903-C97D-4FC3-AECC-613922C8427E}</ProjectGuid >
8+ <OutputType >Exe</OutputType >
9+ <RootNamespace >EPLAN_Remote_Client</RootNamespace >
10+ <AssemblyName >EPLAN Remote Client</AssemblyName >
11+ <TargetFrameworkVersion >v4.8.1</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 >x64</PlatformTarget >
19+ <DebugSymbols >true</DebugSymbols >
20+ <DebugType >full</DebugType >
21+ <Optimize >false</Optimize >
22+ <OutputPath >bin\Debug\</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+ <ItemGroup >
37+ <Reference Include =" Eplan.EplApi.RemoteClientu" >
38+ <SpecificVersion >False</SpecificVersion >
39+ <HintPath >C:\Program Files\EPLAN\Platform\2026.0.1\Bin\Eplan.EplApi.RemoteClientu.dll</HintPath >
40+ <Private >True</Private >
41+ </Reference >
42+ <Reference Include =" Eplan.EplApi.Remotingu" >
43+ <SpecificVersion >False</SpecificVersion >
44+ <HintPath >C:\Program Files\EPLAN\Platform\2026.0.1\Bin\Eplan.EplApi.Remotingu.dll</HintPath >
45+ <Private >True</Private >
46+ </Reference >
47+ <Reference Include =" Google.Protobuf" >
48+ <SpecificVersion >False</SpecificVersion >
49+ <HintPath >C:\Program Files\EPLAN\Platform\2026.0.1\Bin\Google.Protobuf.dll</HintPath >
50+ <Private >True</Private >
51+ </Reference >
52+ <Reference Include =" Grpc.Core" >
53+ <SpecificVersion >False</SpecificVersion >
54+ <HintPath >C:\Program Files\EPLAN\Platform\2026.0.1\Bin\Grpc.Core.dll</HintPath >
55+ <Private >True</Private >
56+ </Reference >
57+ <Reference Include =" Grpc.Core.Api" >
58+ <SpecificVersion >False</SpecificVersion >
59+ <HintPath >C:\Program Files\EPLAN\Platform\2026.0.1\Bin\Grpc.Core.Api.dll</HintPath >
60+ <Private >True</Private >
61+ </Reference >
62+ <Reference Include =" System" />
63+ <Reference Include =" System.Core" />
64+ <Reference Include =" System.Memory, Version=4.0.1.2" />
65+ <Reference Include =" System.Runtime.CompilerServices.Unsafe, Version=6.0.0.0" />
66+ <Reference Include =" System.Runtime.Remoting" />
67+ <Reference Include =" System.Xml.Linq" />
68+ <Reference Include =" System.Data.DataSetExtensions" />
69+ <Reference Include =" Microsoft.CSharp" >
70+ <Private >True</Private >
71+ </Reference >
72+ <Reference Include =" System.Data" />
73+ <Reference Include =" System.Net.Http" />
74+ <Reference Include =" System.Xml" />
75+ </ItemGroup >
76+ <ItemGroup >
77+ <Compile Include =" Program.cs" />
78+ <Compile Include =" Properties\AssemblyInfo.cs" />
79+ </ItemGroup >
80+ <ItemGroup >
81+ <None Include =" App.config" />
82+ </ItemGroup >
83+ <ItemGroup >
84+ <Content Include =" grpc_csharp_ext.x64.dll" >
85+ <CopyToOutputDirectory >Always</CopyToOutputDirectory >
86+ </Content >
87+ </ItemGroup >
88+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
6189</Project >
0 commit comments