2024-07-22 07:04:40 +00:00
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion= "15.0" xmlns= "http://schemas.microsoft.com/developer/msbuild/2003" >
2024-08-29 06:34:54 +00:00
<Import Project= "..\packages\Grpc.Tools.2.66.0\build\Grpc.Tools.props" Condition= "Exists('..\packages\Grpc.Tools.2.66.0\build\Grpc.Tools.props')" />
2024-07-22 07:04:40 +00:00
<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>
2024-07-29 12:43:14 +00:00
<OutputType > Exe</OutputType>
2024-07-22 07:04:40 +00:00
<RootNamespace > WelsonJS.Service</RootNamespace>
<AssemblyName > WelsonJS.Service</AssemblyName>
2024-07-26 08:24:56 +00:00
<TargetFrameworkVersion > v4.8</TargetFrameworkVersion>
2024-07-22 07:04:40 +00:00
<FileAlignment > 512</FileAlignment>
<Deterministic > true</Deterministic>
2024-07-22 11:15:31 +00:00
<TargetFrameworkProfile />
2024-08-12 03:47:19 +00:00
<NuGetPackageImportStamp >
</NuGetPackageImportStamp>
2024-08-29 06:34:54 +00:00
<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>
2024-07-22 07:04:40 +00:00
</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>
2024-07-22 11:15:31 +00:00
<Prefer32Bit > false</Prefer32Bit>
2024-07-22 07:04:40 +00:00
</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>
2024-07-22 11:15:31 +00:00
<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 />
2024-07-22 07:04:40 +00:00
</PropertyGroup>
2024-10-03 04:55:26 +00:00
<PropertyGroup >
<ApplicationIcon > favicon.ico</ApplicationIcon>
</PropertyGroup>
2024-07-22 07:04:40 +00:00
<ItemGroup >
2024-09-14 13:33:58 +00:00
<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>
2024-09-09 06:26:16 +00:00
<Reference Include= "Google.Protobuf, Version=3.28.0.0, Culture=neutral, PublicKeyToken=a7d26565bac4d604, processorArchitecture=MSIL" >
<HintPath > ..\packages\Google.Protobuf.3.28.0\lib\net45\Google.Protobuf.dll</HintPath>
2024-08-19 08:04:50 +00:00
</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>
2024-08-29 06:34:54 +00:00
<Reference Include= "Grpc.Core.Api, Version=2.0.0.0, Culture=neutral, PublicKeyToken=d754f35622e28bad, processorArchitecture=MSIL" >
<HintPath > ..\packages\Grpc.Core.Api.2.65.0\lib\net462\Grpc.Core.Api.dll</HintPath>
</Reference>
2024-08-19 08:04:50 +00:00
<Reference Include= "Grpc.Net.Client, Version=2.0.0.0, Culture=neutral, PublicKeyToken=d754f35622e28bad, processorArchitecture=MSIL" >
<HintPath > ..\packages\Grpc.Net.Client.2.65.0\lib\net462\Grpc.Net.Client.dll</HintPath>
</Reference>
2024-08-29 06:34:54 +00:00
<Reference Include= "Grpc.Net.Client.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=d754f35622e28bad, processorArchitecture=MSIL" >
<HintPath > ..\packages\Grpc.Net.Client.Web.2.65.0\lib\netstandard2.0\Grpc.Net.Client.Web.dll</HintPath>
</Reference>
2024-08-19 08:04:50 +00:00
<Reference Include= "Grpc.Net.Common, Version=2.0.0.0, Culture=neutral, PublicKeyToken=d754f35622e28bad, processorArchitecture=MSIL" >
<HintPath > ..\packages\Grpc.Net.Common.2.65.0\lib\netstandard2.0\Grpc.Net.Common.dll</HintPath>
</Reference>
2024-08-12 12:05:17 +00:00
<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>
2024-07-22 11:15:31 +00:00
<Reference Include= "Microsoft.CSharp" />
2024-08-19 08:04:50 +00:00
<Reference Include= "Microsoft.Extensions.DependencyInjection.Abstractions, Version=8.0.0.1, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL" >
<HintPath > ..\packages\Microsoft.Extensions.DependencyInjection.Abstractions.8.0.1\lib\net462\Microsoft.Extensions.DependencyInjection.Abstractions.dll</HintPath>
</Reference>
<Reference Include= "Microsoft.Extensions.Logging.Abstractions, Version=8.0.0.1, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL" >
<HintPath > ..\packages\Microsoft.Extensions.Logging.Abstractions.8.0.1\lib\net462\Microsoft.Extensions.Logging.Abstractions.dll</HintPath>
</Reference>
2024-08-29 19:39:58 +00:00
<Reference Include= "RestSharp, Version=112.0.0.0, Culture=neutral, PublicKeyToken=598062e77f915f75" >
<HintPath > ..\packages\RestSharp.112.0.0\lib\net48\RestSharp.dll</HintPath>
<Private > True</Private>
2024-08-12 12:05:17 +00:00
</Reference>
2024-07-22 07:04:40 +00:00
<Reference Include= "System" />
2024-08-29 06:34:54 +00:00
<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>
2024-07-22 09:47:08 +00:00
<Reference Include= "System.Configuration.Install" />
2024-07-22 07:04:40 +00:00
<Reference Include= "System.Data" />
2024-08-19 08:04:50 +00:00
<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>
2024-07-29 12:43:14 +00:00
<Reference Include= "System.Drawing" />
2024-09-18 18:29:43 +00:00
<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>
2024-07-22 09:47:08 +00:00
<Reference Include= "System.Management" />
2024-08-29 06:34:54 +00:00
<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>
2024-08-13 08:39:26 +00:00
<Reference Include= "System.Net.Http" />
2024-08-19 08:04:50 +00:00
<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>
2024-08-12 12:05:17 +00:00
<Reference Include= "System.Numerics" />
2024-08-29 06:34:54 +00:00
<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.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>
2024-07-22 07:04:40 +00:00
<Reference Include= "System.ServiceProcess" />
2024-08-12 12:05:17 +00:00
<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.4, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" >
<HintPath > ..\packages\System.Text.Json.8.0.4\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" />
2024-07-29 12:43:14 +00:00
<Reference Include= "System.Windows.Forms" />
2024-07-22 07:04:40 +00:00
<Reference Include= "System.Xml" />
2024-09-02 05:17:06 +00:00
<Reference Include= "Tesseract, Version=5.2.0.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\packages\Tesseract.5.2.0\lib\net48\Tesseract.dll</HintPath>
</Reference>
2024-07-22 07:04:40 +00:00
</ItemGroup>
<ItemGroup >
2024-08-12 03:47:19 +00:00
<Compile Include= "FileEventMonitor.cs" />
2024-08-29 06:34:54 +00:00
<Compile Include= "HeartbeatClient.cs" />
2024-08-24 12:32:44 +00:00
<Compile Include= "Model\FileMatchResult.cs" />
2024-07-22 09:47:08 +00:00
<Compile Include= "ServiceMain.cs" >
2024-07-22 07:04:40 +00:00
<SubType > Component</SubType>
</Compile>
2024-07-22 09:47:08 +00:00
<Compile Include= "ServiceMain.Designer.cs" >
<DependentUpon > ServiceMain.cs</DependentUpon>
2024-07-22 07:04:40 +00:00
</Compile>
<Compile Include= "Program.cs" />
2024-07-22 09:47:08 +00:00
<Compile Include= "ProjectInstaller.cs" >
<SubType > Component</SubType>
</Compile>
<Compile Include= "ProjectInstaller.Designer.cs" >
<DependentUpon > ProjectInstaller.cs</DependentUpon>
</Compile>
2024-07-22 07:04:40 +00:00
<Compile Include= "Properties\AssemblyInfo.cs" />
2024-08-24 12:32:44 +00:00
<Compile Include= "ScreenMatch.cs" />
<Compile Include= "Model\ScreenMatchResult.cs" />
2024-07-22 07:04:40 +00:00
</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>
2024-07-22 11:15:31 +00:00
<Private > True</Private>
2024-07-22 07:04:40 +00:00
</COMReference>
</ItemGroup>
2024-07-22 09:47:08 +00:00
<ItemGroup >
<EmbeddedResource Include= "ProjectInstaller.resx" >
<DependentUpon > ProjectInstaller.cs</DependentUpon>
</EmbeddedResource>
</ItemGroup>
2024-07-22 11:15:31 +00:00
<ItemGroup >
<None Include= "app.config" />
2024-08-12 03:47:19 +00:00
<None Include= "packages.config" />
2024-07-22 11:15:31 +00:00
</ItemGroup>
2024-08-15 08:47:29 +00:00
<ItemGroup >
<ProjectReference Include= "..\WelsonJS.Toolkit\WelsonJS.Toolkit.csproj" >
<Project > {d6007282-b4f7-4694-ac67-bb838d91b77a}</Project>
<Name > WelsonJS.Toolkit</Name>
</ProjectReference>
</ItemGroup>
2024-08-19 08:04:50 +00:00
<ItemGroup >
2024-08-29 06:34:54 +00:00
<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>
2024-10-03 04:55:26 +00:00
<ItemGroup >
<Content Include= "favicon.ico" />
</ItemGroup>
2024-08-29 06:34:54 +00:00
<ItemGroup >
<Protobuf Include= "Protos\heartbeat.proto" GrpcServices= "Client" />
2024-08-19 08:04:50 +00:00
</ItemGroup>
2024-07-22 07:04:40 +00:00
<Import Project= "$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
2024-08-12 03:47:19 +00:00
<Target Name= "EnsureNuGetPackageBuildImports" BeforeTargets= "PrepareForBuild" >
<PropertyGroup >
<ErrorText > 이 프로젝트는 이 컴퓨터에 없는 NuGet 패키지를 참조합니다. 해당 패키지를 다운로드하려면 NuGet 패키지 복원을 사용하십시오. 자세한 내용은 http://go.microsoft.com/fwlink/?LinkID=322105를 참조하십시오. 누락된 파일은 {0}입니다.</ErrorText>
</PropertyGroup>
2024-08-19 08:04:50 +00:00
<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'))" />
2024-08-29 06:34:54 +00:00
<Error Condition= "!Exists('..\packages\Grpc.Tools.2.66.0\build\Grpc.Tools.props')" Text= "$([System.String]::Format('$(ErrorText)', '..\packages\Grpc.Tools.2.66.0\build\Grpc.Tools.props'))" />
<Error Condition= "!Exists('..\packages\Grpc.Tools.2.66.0\build\Grpc.Tools.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\packages\Grpc.Tools.2.66.0\build\Grpc.Tools.targets'))" />
2024-09-02 05:17:06 +00:00
<Error Condition= "!Exists('..\packages\Tesseract.5.2.0\build\Tesseract.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\packages\Tesseract.5.2.0\build\Tesseract.targets'))" />
2024-08-12 03:47:19 +00:00
</Target>
2024-08-19 08:04:50 +00:00
<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')" />
2024-08-29 06:34:54 +00:00
<Import Project= "..\packages\Grpc.Tools.2.66.0\build\Grpc.Tools.targets" Condition= "Exists('..\packages\Grpc.Tools.2.66.0\build\Grpc.Tools.targets')" />
2024-09-02 05:17:06 +00:00
<Import Project= "..\packages\Tesseract.5.2.0\build\Tesseract.targets" Condition= "Exists('..\packages\Tesseract.5.2.0\build\Tesseract.targets')" />
2024-07-22 07:04:40 +00:00
</Project>