317 lines
		
	
	
		
			15 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			317 lines
		
	
	
		
			15 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="utf-8"?>
 | |
| <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 | |
|   <PropertyGroup>
 | |
|     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
 | |
|     <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
 | |
|     <ProductVersion>
 | |
|     </ProductVersion>
 | |
|     <SchemaVersion>2.0</SchemaVersion>
 | |
|     <ProjectGuid>{01516930-42EA-46B2-8643-395E7B2EB314}</ProjectGuid>
 | |
|     <OutputType>WinExe</OutputType>
 | |
|     <StartupObject>
 | |
|     </StartupObject>
 | |
|     <RootNamespace>vmsnet</RootNamespace>
 | |
|     <AssemblyName>TrendViewer</AssemblyName>
 | |
|     <FileAlignment>512</FileAlignment>
 | |
|     <MyType>WindowsForms</MyType>
 | |
|     <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
 | |
|     <TargetFrameworkProfile>
 | |
|     </TargetFrameworkProfile>
 | |
|     <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>
 | |
|     <NuGetPackageImportStamp>
 | |
|     </NuGetPackageImportStamp>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
 | |
|     <PlatformTarget>x64</PlatformTarget>
 | |
|     <DebugSymbols>true</DebugSymbols>
 | |
|     <DebugType>full</DebugType>
 | |
|     <DefineDebug>true</DefineDebug>
 | |
|     <DefineTrace>true</DefineTrace>
 | |
|     <OutputPath>..\..\cVMS.NET_CS\bin\Debug\Trendviewer\</OutputPath>
 | |
|     <DocumentationFile>
 | |
|     </DocumentationFile>
 | |
|     <NOWARN>1591,660,661</NOWARN>
 | |
|     <Prefer32Bit>false</Prefer32Bit>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
 | |
|     <PlatformTarget>x86</PlatformTarget>
 | |
|     <DebugType>pdbonly</DebugType>
 | |
|     <DefineDebug>false</DefineDebug>
 | |
|     <DefineTrace>true</DefineTrace>
 | |
|     <Optimize>true</Optimize>
 | |
|     <OutputPath>bin\Debug\</OutputPath>
 | |
|     <DocumentationFile>
 | |
|     </DocumentationFile>
 | |
|     <NOWARN>1591,660,661</NOWARN>
 | |
|     <Prefer32Bit>false</Prefer32Bit>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup>
 | |
|     <OptionExplicit>On</OptionExplicit>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup>
 | |
|     <OptionCompare>Binary</OptionCompare>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup>
 | |
|     <OptionStrict>Off</OptionStrict>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup>
 | |
|     <OptionInfer>On</OptionInfer>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup>
 | |
|     <ApplicationIcon>Alert.ico</ApplicationIcon>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup>
 | |
|     <SignManifests>false</SignManifests>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup>
 | |
|     <TargetZone>LocalIntranet</TargetZone>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup>
 | |
|     <GenerateManifests>false</GenerateManifests>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup>
 | |
|     <ApplicationManifest>Properties\app.manifest</ApplicationManifest>
 | |
|   </PropertyGroup>
 | |
|   <ItemGroup>
 | |
|     <Compile Include="Class\EventArgs.cs" />
 | |
|     <Compile Include="Class\StructAndEnum.cs" />
 | |
|     <Compile Include="DocumentElement.cs">
 | |
|       <DependentUpon>DocumentElement.xsd</DependentUpon>
 | |
|     </Compile>
 | |
|     <Compile Include="DocumentElement.Designer.cs">
 | |
|       <DependentUpon>DocumentElement.xsd</DependentUpon>
 | |
|       <AutoGen>True</AutoGen>
 | |
|       <DesignTime>True</DesignTime>
 | |
|     </Compile>
 | |
|     <Compile Include="DS1.Designer.cs">
 | |
|       <AutoGen>True</AutoGen>
 | |
|       <DesignTime>True</DesignTime>
 | |
|       <DependentUpon>DS1.xsd</DependentUpon>
 | |
|     </Compile>
 | |
|     <Compile Include="Dialog\fPleaseWait.cs">
 | |
|       <SubType>Form</SubType>
 | |
|     </Compile>
 | |
|     <Compile Include="Dialog\fPleaseWait.Designer.cs">
 | |
|       <DependentUpon>fPleaseWait.cs</DependentUpon>
 | |
|     </Compile>
 | |
|     <Compile Include="MethodExts.cs" />
 | |
|     <Compile Include="Program.cs" />
 | |
|     <Compile Include="Class\ChartData.cs" />
 | |
|     <Compile Include="Class\CFDBK.cs" />
 | |
|     <Compile Include="Class\CFDB.cs" />
 | |
|     <Compile Include="Setting\CSetting.cs" />
 | |
|     <Compile Include="Dialog\Frm_SelectCH.Designer.cs">
 | |
|       <DependentUpon>Frm_SelectCH.cs</DependentUpon>
 | |
|     </Compile>
 | |
|     <Compile Include="Dialog\Frm_SelectCH.cs">
 | |
|       <SubType>Form</SubType>
 | |
|     </Compile>
 | |
|     <Compile Include="Dialog\Frm_SMsg.Designer.cs">
 | |
|       <DependentUpon>Frm_SMsg.cs</DependentUpon>
 | |
|     </Compile>
 | |
|     <Compile Include="Dialog\Frm_SMsg.cs">
 | |
|       <SubType>Form</SubType>
 | |
|     </Compile>
 | |
|     <Compile Include="Properties\Resources.Designer.cs">
 | |
|       <AutoGen>True</AutoGen>
 | |
|       <DesignTime>True</DesignTime>
 | |
|       <DependentUpon>Resources.resx</DependentUpon>
 | |
|     </Compile>
 | |
|     <Compile Include="Properties\Settings.Designer.cs">
 | |
|       <AutoGen>True</AutoGen>
 | |
|       <DesignTimeSharedInput>True</DesignTimeSharedInput>
 | |
|       <DependentUpon>Settings.settings</DependentUpon>
 | |
|     </Compile>
 | |
|     <Compile Include="PUBC.cs" />
 | |
|     <Compile Include="Frm_GraphSetup.Designer.cs">
 | |
|       <DependentUpon>Frm_GraphSetup.cs</DependentUpon>
 | |
|     </Compile>
 | |
|     <Compile Include="Frm_GraphSetup.cs">
 | |
|       <SubType>Form</SubType>
 | |
|     </Compile>
 | |
|     <Compile Include="Frm_trend.cs">
 | |
|       <SubType>Form</SubType>
 | |
|     </Compile>
 | |
|     <Compile Include="Frm_trend.Designer.cs">
 | |
|       <DependentUpon>Frm_trend.cs</DependentUpon>
 | |
|     </Compile>
 | |
|     <Compile Include="Class\CFDBA.cs" />
 | |
|     <Compile Include="PUB.cs" />
 | |
|     <Compile Include="Properties\AssemblyInfo.cs" />
 | |
|     <Compile Include="Setting\Frm_Config.Designer.cs">
 | |
|       <DependentUpon>Frm_Config.cs</DependentUpon>
 | |
|     </Compile>
 | |
|     <Compile Include="Setting\Frm_Config.cs">
 | |
|       <SubType>Form</SubType>
 | |
|     </Compile>
 | |
|     <Compile Include="UControl\TrendCtrlII\CChinfo.cs" />
 | |
|     <Compile Include="UControl\TrendCtrlII\CMouseinfo.cs" />
 | |
|     <Compile Include="UControl\TrendCtrlII\CStyle.cs" />
 | |
|     <Compile Include="UControl\TrendCtrlII\CTimeinfo.cs" />
 | |
|     <Compile Include="UControl\TrendCtrlII\CUserCursor.cs" />
 | |
|     <Compile Include="UControl\TrendCtrlII\MethodExts.cs" />
 | |
|     <Compile Include="UControl\TrendCtrlII\TrendCtrlII.cs">
 | |
|       <SubType>UserControl</SubType>
 | |
|     </Compile>
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <EmbeddedResource Include="Dialog\fPleaseWait.resx">
 | |
|       <DependentUpon>fPleaseWait.cs</DependentUpon>
 | |
|     </EmbeddedResource>
 | |
|     <EmbeddedResource Include="Dialog\Frm_SelectCH.resx">
 | |
|       <DependentUpon>Frm_SelectCH.cs</DependentUpon>
 | |
|     </EmbeddedResource>
 | |
|     <EmbeddedResource Include="Dialog\Frm_SMsg.resx">
 | |
|       <DependentUpon>Frm_SMsg.cs</DependentUpon>
 | |
|     </EmbeddedResource>
 | |
|     <EmbeddedResource Include="Properties\Resources.resx">
 | |
|       <Generator>ResXFileCodeGenerator</Generator>
 | |
|       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
 | |
|     </EmbeddedResource>
 | |
|     <EmbeddedResource Include="Frm_GraphSetup.resx">
 | |
|       <DependentUpon>Frm_GraphSetup.cs</DependentUpon>
 | |
|     </EmbeddedResource>
 | |
|     <EmbeddedResource Include="Frm_trend.resx">
 | |
|       <DependentUpon>Frm_trend.cs</DependentUpon>
 | |
|     </EmbeddedResource>
 | |
|     <EmbeddedResource Include="Properties\licenses.licx" />
 | |
|     <EmbeddedResource Include="Setting\Frm_Config.resx">
 | |
|       <DependentUpon>Frm_Config.cs</DependentUpon>
 | |
|     </EmbeddedResource>
 | |
|     <EmbeddedResource Include="UControl\TrendCtrlII\TrendCtrlII.resx">
 | |
|       <DependentUpon>TrendCtrlII.cs</DependentUpon>
 | |
|     </EmbeddedResource>
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <None Include="app.config" />
 | |
|     <None Include="DocumentElement.xsc">
 | |
|       <DependentUpon>DocumentElement.xsd</DependentUpon>
 | |
|     </None>
 | |
|     <None Include="DocumentElement.xsd">
 | |
|       <Generator>MSDataSetGenerator</Generator>
 | |
|       <LastGenOutput>DocumentElement.Designer.cs</LastGenOutput>
 | |
|       <CustomToolNamespace>vmsnet</CustomToolNamespace>
 | |
|       <SubType>Designer</SubType>
 | |
|     </None>
 | |
|     <None Include="DocumentElement.xss">
 | |
|       <DependentUpon>DocumentElement.xsd</DependentUpon>
 | |
|     </None>
 | |
|     <None Include="DS1.xsc">
 | |
|       <DependentUpon>DS1.xsd</DependentUpon>
 | |
|     </None>
 | |
|     <None Include="DS1.xsd">
 | |
|       <SubType>Designer</SubType>
 | |
|       <Generator>MSDataSetGenerator</Generator>
 | |
|       <LastGenOutput>DS1.Designer.cs</LastGenOutput>
 | |
|     </None>
 | |
|     <None Include="DS1.xss">
 | |
|       <DependentUpon>DS1.xsd</DependentUpon>
 | |
|     </None>
 | |
|     <None Include="OpenTK.dll.config" />
 | |
|     <None Include="packages.config" />
 | |
|     <None Include="Properties\app.manifest" />
 | |
|     <None Include="Properties\DataSources\ChartData.datasource" />
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <Reference Include="arCommUtil, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
 | |
|       <SpecificVersion>False</SpecificVersion>
 | |
|       <HintPath>..\..\DLL\arCommUtil.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="mscorlib" />
 | |
|     <Reference Include="Microsoft.CSharp" />
 | |
|     <Reference Include="OpenTK, Version=3.1.0.0, Culture=neutral, PublicKeyToken=bad199fe84eb3df4, processorArchitecture=MSIL">
 | |
|       <HintPath>..\..\packages\OpenTK.3.1.0\lib\net20\OpenTK.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="OpenTK.GLControl, Version=3.1.0.0, Culture=neutral, PublicKeyToken=bad199fe84eb3df4, processorArchitecture=MSIL">
 | |
|       <HintPath>..\..\packages\OpenTK.GLControl.3.1.0\lib\net20\OpenTK.GLControl.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="PresentationCore" />
 | |
|     <Reference Include="ScottPlot, Version=5.0.37.0, Culture=neutral, PublicKeyToken=86698dc10387c39e, processorArchitecture=MSIL">
 | |
|       <HintPath>..\..\packages\ScottPlot.5.0.37\lib\net462\ScottPlot.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="ScottPlot.WinForms, Version=5.0.37.0, Culture=neutral, PublicKeyToken=86698dc10387c39e, processorArchitecture=MSIL">
 | |
|       <HintPath>..\..\packages\ScottPlot.WinForms.5.0.37\lib\net462\ScottPlot.WinForms.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="SkiaSharp, Version=2.88.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
 | |
|       <HintPath>..\..\packages\SkiaSharp.2.88.8\lib\net462\SkiaSharp.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="SkiaSharp.Views.Desktop.Common, Version=2.88.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
 | |
|       <HintPath>..\..\packages\SkiaSharp.Views.Desktop.Common.2.88.8\lib\net462\SkiaSharp.Views.Desktop.Common.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="SkiaSharp.Views.WindowsForms, Version=2.88.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
 | |
|       <HintPath>..\..\packages\SkiaSharp.Views.WindowsForms.2.88.8\lib\net462\SkiaSharp.Views.WindowsForms.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="System" />
 | |
|     <Reference Include="System.Core" />
 | |
|     <Reference Include="System.Data" />
 | |
|     <Reference Include="System.Data.DataSetExtensions" />
 | |
|     <Reference Include="System.Data.Linq" />
 | |
|     <Reference Include="System.Drawing" />
 | |
|     <Reference Include="System.Windows.Forms" />
 | |
|     <Reference Include="System.Windows.Forms.DataVisualization" />
 | |
|     <Reference Include="System.Xml" />
 | |
|     <Reference Include="System.Xml.Linq" />
 | |
|     <Reference Include="WindowsBase" />
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <Content Include="Alert.ico" />
 | |
|     <Content Include="ReadMe.txt" />
 | |
|     <None Include="Resources\icons8-positive-dynamic-48.png" />
 | |
|     <None Include="Resources\down_orange.png" />
 | |
|     <None Include="Resources\down_16.png" />
 | |
|     <None Include="Resources\up_16.png" />
 | |
|     <None Include="Resources\Orange Ball.png" />
 | |
|     <None Include="Resources\Get Info Blue Button.png" />
 | |
|     <None Include="Resources\Clear Green Button.png" />
 | |
|     <None Include="Resources\Backup Green Button.png" />
 | |
|     <None Include="Properties\Settings.settings">
 | |
|       <Generator>SettingsSingleFileGenerator</Generator>
 | |
|       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
 | |
|     </None>
 | |
|     <None Include="Resources\Red Ball.png" />
 | |
|     <None Include="Resources\Purple Ball.png" />
 | |
|     <None Include="Resources\Green Ball.png" />
 | |
|     <None Include="Resources\Blue Ball.png" />
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
 | |
|       <Visible>False</Visible>
 | |
|       <ProductName>.NET Framework 3.5 SP1</ProductName>
 | |
|       <Install>false</Install>
 | |
|     </BootstrapperPackage>
 | |
|   </ItemGroup>
 | |
|   <ItemGroup />
 | |
|   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
 | |
|        Other similar extension points exist, see Microsoft.Common.targets.
 | |
|   <Target Name="BeforeBuild">
 | |
|   </Target>
 | |
|   <Target Name="AfterBuild">
 | |
|   </Target>
 | |
|   -->
 | |
|   <Import Project="$(MSBuildBinPath)/Microsoft.CSharp.targets" />
 | |
|   <Import Project="..\..\packages\SkiaSharp.NativeAssets.macOS.2.88.8\build\net462\SkiaSharp.NativeAssets.macOS.targets" Condition="Exists('..\..\packages\SkiaSharp.NativeAssets.macOS.2.88.8\build\net462\SkiaSharp.NativeAssets.macOS.targets')" />
 | |
|   <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
 | |
|     <PropertyGroup>
 | |
|       <ErrorText>이 프로젝트는 이 컴퓨터에 없는 NuGet 패키지를 참조합니다. 해당 패키지를 다운로드하려면 NuGet 패키지 복원을 사용하십시오. 자세한 내용은 http://go.microsoft.com/fwlink/?LinkID=322105를 참조하십시오. 누락된 파일은 {0}입니다.</ErrorText>
 | |
|     </PropertyGroup>
 | |
|     <Error Condition="!Exists('..\..\packages\SkiaSharp.NativeAssets.macOS.2.88.8\build\net462\SkiaSharp.NativeAssets.macOS.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\SkiaSharp.NativeAssets.macOS.2.88.8\build\net462\SkiaSharp.NativeAssets.macOS.targets'))" />
 | |
|     <Error Condition="!Exists('..\..\packages\SkiaSharp.NativeAssets.Win32.2.88.8\build\net462\SkiaSharp.NativeAssets.Win32.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\SkiaSharp.NativeAssets.Win32.2.88.8\build\net462\SkiaSharp.NativeAssets.Win32.targets'))" />
 | |
|     <Error Condition="!Exists('..\..\packages\SkiaSharp.NativeAssets.Linux.NoDependencies.2.88.8\build\net462\SkiaSharp.NativeAssets.Linux.NoDependencies.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\SkiaSharp.NativeAssets.Linux.NoDependencies.2.88.8\build\net462\SkiaSharp.NativeAssets.Linux.NoDependencies.targets'))" />
 | |
|   </Target>
 | |
|   <Import Project="..\..\packages\SkiaSharp.NativeAssets.Win32.2.88.8\build\net462\SkiaSharp.NativeAssets.Win32.targets" Condition="Exists('..\..\packages\SkiaSharp.NativeAssets.Win32.2.88.8\build\net462\SkiaSharp.NativeAssets.Win32.targets')" />
 | |
|   <Import Project="..\..\packages\SkiaSharp.NativeAssets.Linux.NoDependencies.2.88.8\build\net462\SkiaSharp.NativeAssets.Linux.NoDependencies.targets" Condition="Exists('..\..\packages\SkiaSharp.NativeAssets.Linux.NoDependencies.2.88.8\build\net462\SkiaSharp.NativeAssets.Linux.NoDependencies.targets')" />
 | |
| </Project> | 
