mirror of
				https://github.com/gnh1201/welsonjs.git
				synced 2025-10-30 20:41:18 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			300 lines
		
	
	
		
			18 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			300 lines
		
	
	
		
			18 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="utf-8"?>
 | |
| <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 | |
|   <Import Project="..\packages\Grpc.Tools.2.67.0\build\Grpc.Tools.props" Condition="Exists('..\packages\Grpc.Tools.2.67.0\build\Grpc.Tools.props')" />
 | |
|   <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
 | |
|   <PropertyGroup>
 | |
|     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
 | |
|     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
 | |
|     <ProjectGuid>{09F295EE-5EDB-4327-ABBE-DDCCDF5EDD9E}</ProjectGuid>
 | |
|     <OutputType>Exe</OutputType>
 | |
|     <RootNamespace>WelsonJS.Service</RootNamespace>
 | |
|     <AssemblyName>WelsonJS.Service</AssemblyName>
 | |
|     <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
 | |
|     <FileAlignment>512</FileAlignment>
 | |
|     <Deterministic>true</Deterministic>
 | |
|     <TargetFrameworkProfile />
 | |
|     <NuGetPackageImportStamp>
 | |
|     </NuGetPackageImportStamp>
 | |
|     <PublishUrl>게시\</PublishUrl>
 | |
|     <Install>true</Install>
 | |
|     <InstallFrom>Disk</InstallFrom>
 | |
|     <UpdateEnabled>false</UpdateEnabled>
 | |
|     <UpdateMode>Foreground</UpdateMode>
 | |
|     <UpdateInterval>7</UpdateInterval>
 | |
|     <UpdateIntervalUnits>Days</UpdateIntervalUnits>
 | |
|     <UpdatePeriodically>false</UpdatePeriodically>
 | |
|     <UpdateRequired>false</UpdateRequired>
 | |
|     <MapFileExtensions>true</MapFileExtensions>
 | |
|     <ApplicationRevision>0</ApplicationRevision>
 | |
|     <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
 | |
|     <IsWebBootstrapper>false</IsWebBootstrapper>
 | |
|     <UseApplicationTrust>false</UseApplicationTrust>
 | |
|     <BootstrapperEnabled>true</BootstrapperEnabled>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
 | |
|     <PlatformTarget>AnyCPU</PlatformTarget>
 | |
|     <DebugSymbols>true</DebugSymbols>
 | |
|     <DebugType>full</DebugType>
 | |
|     <Optimize>false</Optimize>
 | |
|     <OutputPath>bin\Debug\</OutputPath>
 | |
|     <DefineConstants>DEBUG;TRACE</DefineConstants>
 | |
|     <ErrorReport>prompt</ErrorReport>
 | |
|     <WarningLevel>4</WarningLevel>
 | |
|     <Prefer32Bit>false</Prefer32Bit>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
 | |
|     <PlatformTarget>AnyCPU</PlatformTarget>
 | |
|     <DebugType>pdbonly</DebugType>
 | |
|     <Optimize>true</Optimize>
 | |
|     <OutputPath>bin\Release\</OutputPath>
 | |
|     <DefineConstants>TRACE</DefineConstants>
 | |
|     <ErrorReport>prompt</ErrorReport>
 | |
|     <WarningLevel>4</WarningLevel>
 | |
|     <Prefer32Bit>false</Prefer32Bit>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
 | |
|     <DebugSymbols>true</DebugSymbols>
 | |
|     <OutputPath>bin\x64\Debug\</OutputPath>
 | |
|     <DefineConstants>DEBUG;TRACE</DefineConstants>
 | |
|     <DebugType>full</DebugType>
 | |
|     <PlatformTarget>x64</PlatformTarget>
 | |
|     <LangVersion>7.3</LangVersion>
 | |
|     <ErrorReport>prompt</ErrorReport>
 | |
|     <Prefer32Bit>false</Prefer32Bit>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
 | |
|     <OutputPath>bin\x64\Release\</OutputPath>
 | |
|     <DefineConstants>TRACE</DefineConstants>
 | |
|     <Optimize>true</Optimize>
 | |
|     <DebugType>pdbonly</DebugType>
 | |
|     <PlatformTarget>x64</PlatformTarget>
 | |
|     <LangVersion>7.3</LangVersion>
 | |
|     <ErrorReport>prompt</ErrorReport>
 | |
|     <Prefer32Bit>false</Prefer32Bit>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
 | |
|     <DebugSymbols>true</DebugSymbols>
 | |
|     <OutputPath>bin\x86\Debug\</OutputPath>
 | |
|     <DefineConstants>DEBUG;TRACE</DefineConstants>
 | |
|     <DebugType>full</DebugType>
 | |
|     <PlatformTarget>x86</PlatformTarget>
 | |
|     <LangVersion>7.3</LangVersion>
 | |
|     <ErrorReport>prompt</ErrorReport>
 | |
|     <WarningLevel>4</WarningLevel>
 | |
|     <Prefer32Bit>false</Prefer32Bit>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
 | |
|     <OutputPath>bin\x86\Release\</OutputPath>
 | |
|     <DefineConstants>TRACE</DefineConstants>
 | |
|     <Optimize>true</Optimize>
 | |
|     <DebugType>pdbonly</DebugType>
 | |
|     <PlatformTarget>x86</PlatformTarget>
 | |
|     <LangVersion>7.3</LangVersion>
 | |
|     <ErrorReport>prompt</ErrorReport>
 | |
|     <Prefer32Bit>false</Prefer32Bit>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup>
 | |
|     <StartupObject />
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup>
 | |
|     <ApplicationIcon>favicon.ico</ApplicationIcon>
 | |
|   </PropertyGroup>
 | |
|   <ItemGroup>
 | |
|     <Reference Include="ClamAV.Net, Version=0.1.166.0, Culture=neutral, processorArchitecture=MSIL">
 | |
|       <HintPath>..\packages\ClamAV.Net.0.1.166\lib\netstandard2.0\ClamAV.Net.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="Google.Protobuf, Version=3.28.2.0, Culture=neutral, PublicKeyToken=a7d26565bac4d604, processorArchitecture=MSIL">
 | |
|       <HintPath>..\packages\Google.Protobuf.3.28.2\lib\net45\Google.Protobuf.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="Grpc.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=d754f35622e28bad, processorArchitecture=MSIL">
 | |
|       <HintPath>..\packages\Grpc.Core.2.46.6\lib\net45\Grpc.Core.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="Grpc.Core.Api, Version=2.0.0.0, Culture=neutral, PublicKeyToken=d754f35622e28bad, processorArchitecture=MSIL">
 | |
|       <HintPath>..\packages\Grpc.Core.Api.2.66.0\lib\net462\Grpc.Core.Api.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="Grpc.Net.Client, Version=2.0.0.0, Culture=neutral, PublicKeyToken=d754f35622e28bad, processorArchitecture=MSIL">
 | |
|       <HintPath>..\packages\Grpc.Net.Client.2.66.0\lib\net462\Grpc.Net.Client.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="Grpc.Net.Client.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=d754f35622e28bad, processorArchitecture=MSIL">
 | |
|       <HintPath>..\packages\Grpc.Net.Client.Web.2.66.0\lib\netstandard2.0\Grpc.Net.Client.Web.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="Grpc.Net.Common, Version=2.0.0.0, Culture=neutral, PublicKeyToken=d754f35622e28bad, processorArchitecture=MSIL">
 | |
|       <HintPath>..\packages\Grpc.Net.Common.2.66.0\lib\netstandard2.0\Grpc.Net.Common.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
 | |
|       <HintPath>..\packages\Microsoft.Bcl.AsyncInterfaces.8.0.0\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="Microsoft.CSharp" />
 | |
|     <Reference Include="Microsoft.Extensions.Configuration, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
 | |
|       <HintPath>..\packages\Microsoft.Extensions.Configuration.8.0.0\lib\net462\Microsoft.Extensions.Configuration.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="Microsoft.Extensions.Configuration.Abstractions, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
 | |
|       <HintPath>..\packages\Microsoft.Extensions.Configuration.Abstractions.8.0.0\lib\net462\Microsoft.Extensions.Configuration.Abstractions.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="Microsoft.Extensions.Configuration.Binder, Version=8.0.0.2, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
 | |
|       <HintPath>..\packages\Microsoft.Extensions.Configuration.Binder.8.0.2\lib\net462\Microsoft.Extensions.Configuration.Binder.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="Microsoft.Extensions.DependencyInjection, Version=8.0.0.1, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
 | |
|       <HintPath>..\packages\Microsoft.Extensions.DependencyInjection.8.0.1\lib\net462\Microsoft.Extensions.DependencyInjection.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="Microsoft.Extensions.DependencyInjection.Abstractions, Version=8.0.0.2, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
 | |
|       <HintPath>..\packages\Microsoft.Extensions.DependencyInjection.Abstractions.8.0.2\lib\net462\Microsoft.Extensions.DependencyInjection.Abstractions.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="Microsoft.Extensions.Logging, Version=8.0.0.1, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
 | |
|       <HintPath>..\packages\Microsoft.Extensions.Logging.8.0.1\lib\net462\Microsoft.Extensions.Logging.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="Microsoft.Extensions.Logging.Abstractions, Version=8.0.0.2, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
 | |
|       <HintPath>..\packages\Microsoft.Extensions.Logging.Abstractions.8.0.2\lib\net462\Microsoft.Extensions.Logging.Abstractions.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="Microsoft.Extensions.Logging.Configuration, Version=8.0.0.1, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
 | |
|       <HintPath>..\packages\Microsoft.Extensions.Logging.Configuration.8.0.1\lib\net462\Microsoft.Extensions.Logging.Configuration.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="Microsoft.Extensions.Logging.Console, Version=8.0.0.1, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
 | |
|       <HintPath>..\packages\Microsoft.Extensions.Logging.Console.8.0.1\lib\net462\Microsoft.Extensions.Logging.Console.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="Microsoft.Extensions.Options, Version=8.0.0.2, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
 | |
|       <HintPath>..\packages\Microsoft.Extensions.Options.8.0.2\lib\net462\Microsoft.Extensions.Options.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="Microsoft.Extensions.Options.ConfigurationExtensions, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
 | |
|       <HintPath>..\packages\Microsoft.Extensions.Options.ConfigurationExtensions.8.0.0\lib\net462\Microsoft.Extensions.Options.ConfigurationExtensions.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="Microsoft.Extensions.Primitives, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
 | |
|       <HintPath>..\packages\Microsoft.Extensions.Primitives.8.0.0\lib\net462\Microsoft.Extensions.Primitives.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="RestSharp, Version=112.1.0.0, Culture=neutral, PublicKeyToken=598062e77f915f75, processorArchitecture=MSIL">
 | |
|       <HintPath>..\packages\RestSharp.112.1.0\lib\net48\RestSharp.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="System" />
 | |
|     <Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
 | |
|       <HintPath>..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="System.ComponentModel.DataAnnotations" />
 | |
|     <Reference Include="System.Configuration.Install" />
 | |
|     <Reference Include="System.Data" />
 | |
|     <Reference Include="System.Diagnostics.DiagnosticSource, Version=8.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
 | |
|       <HintPath>..\packages\System.Diagnostics.DiagnosticSource.8.0.1\lib\net462\System.Diagnostics.DiagnosticSource.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="System.Drawing" />
 | |
|     <Reference Include="System.IO.Hashing, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
 | |
|       <HintPath>..\packages\System.IO.Hashing.8.0.0\lib\net462\System.IO.Hashing.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="System.Management" />
 | |
|     <Reference Include="System.Memory, Version=4.0.1.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
 | |
|       <HintPath>..\packages\System.Memory.4.5.5\lib\net461\System.Memory.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="System.Net.Http" />
 | |
|     <Reference Include="System.Net.Http.WinHttpHandler, Version=8.0.0.2, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
 | |
|       <HintPath>..\packages\System.Net.Http.WinHttpHandler.8.0.2\lib\net462\System.Net.Http.WinHttpHandler.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="System.Numerics" />
 | |
|     <Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
 | |
|       <HintPath>..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="System.Runtime" />
 | |
|     <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
 | |
|       <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="System.ServiceProcess" />
 | |
|     <Reference Include="System.Text.Encodings.Web, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
 | |
|       <HintPath>..\packages\System.Text.Encodings.Web.8.0.0\lib\net462\System.Text.Encodings.Web.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="System.Text.Json, Version=8.0.0.5, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
 | |
|       <HintPath>..\packages\System.Text.Json.8.0.5\lib\net462\System.Text.Json.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
 | |
|       <HintPath>..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
 | |
|       <HintPath>..\packages\System.ValueTuple.4.5.0\lib\net47\System.ValueTuple.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="System.Web" />
 | |
|     <Reference Include="System.Windows.Forms" />
 | |
|     <Reference Include="System.Xml" />
 | |
|     <Reference Include="Tesseract, Version=5.2.0.0, Culture=neutral, processorArchitecture=MSIL">
 | |
|       <HintPath>..\packages\Tesseract.5.2.0\lib\net48\Tesseract.dll</HintPath>
 | |
|     </Reference>
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <Compile Include="FileEventMonitor.cs" />
 | |
|     <Compile Include="HeartbeatClient.cs" />
 | |
|     <Compile Include="Logging\FileLogger.cs" />
 | |
|     <Compile Include="Logging\FileLoggerExtensions.cs" />
 | |
|     <Compile Include="Logging\FileLoggerProvider.cs" />
 | |
|     <Compile Include="Model\FileMatchResult.cs" />
 | |
|     <Compile Include="ServiceMain.cs">
 | |
|       <SubType>Component</SubType>
 | |
|     </Compile>
 | |
|     <Compile Include="ServiceMain.Designer.cs">
 | |
|       <DependentUpon>ServiceMain.cs</DependentUpon>
 | |
|     </Compile>
 | |
|     <Compile Include="Program.cs" />
 | |
|     <Compile Include="ProjectInstaller.cs">
 | |
|       <SubType>Component</SubType>
 | |
|     </Compile>
 | |
|     <Compile Include="ProjectInstaller.Designer.cs">
 | |
|       <DependentUpon>ProjectInstaller.cs</DependentUpon>
 | |
|     </Compile>
 | |
|     <Compile Include="Properties\AssemblyInfo.cs" />
 | |
|     <Compile Include="ScreenMatch.cs" />
 | |
|     <Compile Include="Model\ScreenMatchResult.cs" />
 | |
|     <Compile Include="UserVariables.cs" />
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <COMReference Include="MSScriptControl">
 | |
|       <Guid>{0E59F1D2-1FBE-11D0-8FF2-00A0D10038BC}</Guid>
 | |
|       <VersionMajor>1</VersionMajor>
 | |
|       <VersionMinor>0</VersionMinor>
 | |
|       <Lcid>0</Lcid>
 | |
|       <WrapperTool>tlbimp</WrapperTool>
 | |
|       <Isolated>False</Isolated>
 | |
|       <EmbedInteropTypes>True</EmbedInteropTypes>
 | |
|       <Private>True</Private>
 | |
|     </COMReference>
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <EmbeddedResource Include="ProjectInstaller.resx">
 | |
|       <DependentUpon>ProjectInstaller.cs</DependentUpon>
 | |
|     </EmbeddedResource>
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <None Include="app.config" />
 | |
|     <None Include="packages.config" />
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <ProjectReference Include="..\WelsonJS.Toolkit\WelsonJS.Toolkit.csproj">
 | |
|       <Project>{d6007282-b4f7-4694-ac67-bb838d91b77a}</Project>
 | |
|       <Name>WelsonJS.Toolkit</Name>
 | |
|     </ProjectReference>
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <BootstrapperPackage Include=".NETFramework,Version=v4.8">
 | |
|       <Visible>False</Visible>
 | |
|       <ProductName>Microsoft .NET Framework 4.8%28x86 및 x64%29</ProductName>
 | |
|       <Install>true</Install>
 | |
|     </BootstrapperPackage>
 | |
|     <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
 | |
|       <Visible>False</Visible>
 | |
|       <ProductName>.NET Framework 3.5 SP1</ProductName>
 | |
|       <Install>false</Install>
 | |
|     </BootstrapperPackage>
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <Content Include="favicon.ico" />
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <Protobuf Include="Protos\heartbeat.proto" GrpcServices="Client" />
 | |
|   </ItemGroup>
 | |
|   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
 | |
|   <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
 | |
|     <PropertyGroup>
 | |
|       <ErrorText>이 프로젝트는 이 컴퓨터에 없는 NuGet 패키지를 참조합니다. 해당 패키지를 다운로드하려면 NuGet 패키지 복원을 사용하십시오. 자세한 내용은 http://go.microsoft.com/fwlink/?LinkID=322105를 참조하십시오. 누락된 파일은 {0}입니다.</ErrorText>
 | |
|     </PropertyGroup>
 | |
|     <Error Condition="!Exists('..\packages\Grpc.Core.2.46.6\build\net45\Grpc.Core.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Grpc.Core.2.46.6\build\net45\Grpc.Core.targets'))" />
 | |
|     <Error Condition="!Exists('..\packages\Tesseract.5.2.0\build\Tesseract.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Tesseract.5.2.0\build\Tesseract.targets'))" />
 | |
|     <Error Condition="!Exists('..\packages\Grpc.Tools.2.67.0\build\Grpc.Tools.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Grpc.Tools.2.67.0\build\Grpc.Tools.props'))" />
 | |
|     <Error Condition="!Exists('..\packages\Grpc.Tools.2.67.0\build\Grpc.Tools.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Grpc.Tools.2.67.0\build\Grpc.Tools.targets'))" />
 | |
|   </Target>
 | |
|   <Import Project="..\packages\Grpc.Core.2.46.6\build\net45\Grpc.Core.targets" Condition="Exists('..\packages\Grpc.Core.2.46.6\build\net45\Grpc.Core.targets')" />
 | |
|   <Import Project="..\packages\Tesseract.5.2.0\build\Tesseract.targets" Condition="Exists('..\packages\Tesseract.5.2.0\build\Tesseract.targets')" />
 | |
|   <Import Project="..\packages\Grpc.Tools.2.67.0\build\Grpc.Tools.targets" Condition="Exists('..\packages\Grpc.Tools.2.67.0\build\Grpc.Tools.targets')" />
 | |
| </Project> |