123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298 |
- <Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <OutputType>WinExe</OutputType>
- <TargetFramework>net6.0-windows</TargetFramework>
- <Nullable>enable</Nullable>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <UseWPF>true</UseWPF>
- <UseWindowsForms>true</UseWindowsForms>
- <ImplicitUsings>disable</ImplicitUsings>
- <LangVersion>latest</LangVersion>
- </PropertyGroup>
- <ItemGroup>
- <Compile Remove="View\Device\**" />
- <Compile Remove="View\Plan\Shaker\**" />
- <Compile Remove="View\Plan\TestChambersPlan\**" />
- <EmbeddedResource Remove="View\Device\**" />
- <EmbeddedResource Remove="View\Plan\Shaker\**" />
- <EmbeddedResource Remove="View\Plan\TestChambersPlan\**" />
- <None Remove="View\Device\**" />
- <None Remove="View\Plan\Shaker\**" />
- <None Remove="View\Plan\TestChambersPlan\**" />
- <Page Remove="View\Device\**" />
- <Page Remove="View\Plan\Shaker\**" />
- <Page Remove="View\Plan\TestChambersPlan\**" />
- </ItemGroup>
- <ItemGroup>
- <Compile Remove="View\BaseSystemConfig.xaml.cs" />
- <Compile Remove="View\EditSampleStatus.xaml.cs" />
- </ItemGroup>
- <ItemGroup>
- <Page Remove="View\BaseSystemConfig.xaml" />
- <Page Remove="View\EditSampleStatus.xaml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="View\Device\ConstantTemperatureHumiditySegmentView.xaml.cs" />
- <Compile Include="View\Device\ConstantTemperatureSegmentView.xaml.cs" />
- <Compile Include="View\Device\DeviceBaseConfigView.xaml.cs" />
- <Compile Include="View\Device\HighLowTemperatureHumiditySegmentView.xaml.cs" />
- <Compile Include="View\Device\HighLowTemperatureSegmentView.xaml.cs" />
- <Compile Include="View\Device\ShakerConsoleView.xaml.cs" />
- <Compile Include="View\Device\TestChambersConfigListView.xaml.cs" />
- <Compile Include="View\Device\InternalHeatSourceConsoleView.xaml.cs" />
- <Compile Include="View\Device\InternalHeatSourceConfigListView.xaml.cs" />
- <Compile Include="View\Device\SetWindVelocityView.xaml.cs" />
- <Compile Include="View\Device\ShakerConfigListView.xaml.cs" />
- <Compile Include="View\Device\DeviceConfigWindow.xaml.cs" />
- <Compile Include="View\Device\InternalHeatSourceConfigView.xaml.cs" />
- <Compile Include="View\Device\ShakerConfigView.xaml.cs" />
- <Compile Include="View\Device\TestChambersConfigView.xaml.cs" />
- <Compile Include="View\Device\TestChambersConsoleView.xaml.cs" />
- <Compile Include="View\Device\TestChambersConstantHLTestStatusView.xaml.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="View\Device\TestChambersConstantTemperatureTestStatusView.xaml.cs" />
- <Compile Include="View\Device\TestChambersOtherFunctionView.xaml.cs" />
- <Compile Include="View\Device\TestChambersSampleView.xaml.cs" />
- <Compile Include="View\Device\ThermalCameraConfigView.xaml.cs" />
- <Compile Include="View\Device\TestChambersControlView.xaml.cs" />
- <Compile Include="View\Device\ThermalCameraConsoleView.xaml.cs" />
- <Compile Include="View\Device\ThermalCameraControlView.xaml.cs" />
- <Compile Include="View\Device\InternalHeatSourceControlView.xaml.cs" />
- <Compile Include="View\Device\ShakerControlView.xaml.cs" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\AppResource\AppResource.csproj" />
- <ProjectReference Include="..\ColorPicker\ColorPicker.csproj" />
- <ProjectReference Include="..\EventBroker\EventBroker\EventBroker.csproj" />
- <ProjectReference Include="..\GongSolutions.WPF.DragDrop\GongSolutions.WPF.DragDrop.csproj" />
- <ProjectReference Include="..\HandyControl\HandyControl\HandyControl.csproj" />
- <ProjectReference Include="..\InternalHeatSourceControl_TCP\InternalHeatSourceControl_TCP.csproj" />
- <ProjectReference Include="..\OfficeIMO.Word\OfficeIMO.Word.csproj" />
- <ProjectReference Include="..\OxyPlot\OxyPlot.SkiaSharp.Wpf\OxyPlot.SkiaSharp.Wpf.csproj" />
- <ProjectReference Include="..\TestChambersControl\TestChambers.csproj" />
- <ProjectReference Include="..\VibExpert\VibExpertNet.csproj" />
- </ItemGroup>
- <ItemGroup>
- <Page Update="View\DeviceControlView.xaml">
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Update="View\HistoryView.xaml">
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Update="View\InfoView.xaml">
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Update="View\MainView.xaml">
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Update="View\PlanControlView.xaml">
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Update="View\Plan\PlanInfoEditListView.xaml">
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Update="View\Plan\PlanInfoEditView.xaml">
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Update="View\Plan\PlanInfoHistoryListView.xaml">
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Update="View\Plan\StopPlanView.xaml">
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Update="View\Plan\WaitTimeView.xaml">
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Update="View\ReportView.xaml">
- <Generator>MSBuild:Compile</Generator>
- </Page>
- </ItemGroup>
- <ItemGroup>
- <Page Include="View\Device\ConstantTemperatureHumiditySegmentView.xaml" />
- <Page Include="View\Device\ConstantTemperatureSegmentView.xaml" />
- <Page Include="View\Device\DeviceBaseConfigView.xaml">
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="View\Device\HighLowTemperatureHumiditySegmentView.xaml" />
- <Page Include="View\Device\HighLowTemperatureSegmentView.xaml" />
- <Page Include="View\Device\ShakerConsoleView.xaml">
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="View\Device\TestChambersConfigListView.xaml">
- <SubType>Designer</SubType>
- </Page>
- <Page Include="View\Device\InternalHeatSourceConsoleView.xaml" />
- <Page Include="View\Device\InternalHeatSourceConfigListView.xaml">
- <SubType>Designer</SubType>
- </Page>
- <Page Include="View\Device\SetWindVelocityView.xaml">
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="View\Device\ShakerConfigListView.xaml" />
- <Page Include="View\Device\DeviceConfigWindow.xaml">
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="View\Device\InternalHeatSourceConfigView.xaml">
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="View\Device\ShakerConfigView.xaml">
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="View\Device\TestChambersConfigView.xaml">
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="View\Device\TestChambersConsoleView.xaml" />
- <Page Include="View\Device\TestChambersConstantHLTestStatusView.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="View\Device\TestChambersConstantTemperatureTestStatusView.xaml">
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="View\Device\TestChambersOtherFunctionView.xaml">
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="View\Device\TestChambersSampleView.xaml">
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="View\Device\ThermalCameraConfigView.xaml">
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="View\Device\TestChambersControlView.xaml">
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="View\Device\ThermalCameraConsoleView.xaml">
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="View\Device\ThermalCameraControlView.xaml">
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="View\Device\InternalHeatSourceControlView.xaml">
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="View\Device\ShakerControlView.xaml">
- <Generator>MSBuild:Compile</Generator>
- </Page>
- </ItemGroup>
- <ItemGroup>
- <Folder Include="Style\" />
- <Folder Include="View\Device\ConfigView\" />
- <Folder Include="View\Device\ControlView\" />
- </ItemGroup>
- <ItemGroup>
- <Reference Include="DnsClient">
- <HintPath>..\Import\DnsClient.dll</HintPath>
- </Reference>
- <Reference Include="HarfBuzzSharp">
- <HintPath>..\Import\HarfBuzzSharp.dll</HintPath>
- </Reference>
- <Reference Include="MongoDB.Bson">
- <HintPath>..\Import\MongoDB.Bson.dll</HintPath>
- </Reference>
- <Reference Include="MongoDB.Driver">
- <HintPath>..\Import\MongoDB.Driver.dll</HintPath>
- </Reference>
- <Reference Include="MongoDB.Driver.Core">
- <HintPath>..\Import\MongoDB.Driver.Core.dll</HintPath>
- </Reference>
- <Reference Include="MongoDB.Libmongocrypt">
- <HintPath>..\Import\MongoDB.Libmongocrypt.dll</HintPath>
- </Reference>
- <Reference Include="Quartz">
- <HintPath>..\Import\Quartz.dll</HintPath>
- </Reference>
- <Reference Include="SharpCompress">
- <HintPath>..\Import\SharpCompress.dll</HintPath>
- </Reference>
- </ItemGroup>
- <ItemGroup>
- <Compile Update="View\OperationCondition\InternalHeatSourceOperationConditionView.xaml.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Update="View\OperationCondition\EmptyOperationConditionView.xaml.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Update="View\OperationCondition\TestChambersOperationConditionView.xaml.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Update="View\Plan\TestChambersItemView.xaml.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Update="View\Plan\InternalHeatSourceItemView.xaml.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Update="View\Report\InternalHeatSourceDeviceInfoItemView.xaml.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Update="View\Report\InternalHeatSourceDeviceChartItemView.xaml.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Update="View\Report\InternalHeatSourceDeviceTableItemView.xaml.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Update="View\Report\ShakerDeviceChartItemView.xaml.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Update="View\Report\ShakerDeviceInfoItemView.xaml.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Update="View\Report\ShakerDeviceTableItemView.xaml.cs">
- <SubType>Code</SubType>
- </Compile>
- </ItemGroup>
- <ItemGroup>
- <None Update="libHarfBuzzSharp.dll">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </None>
- <None Update="libSkiaSharp.dll">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </None>
- <None Update="runtimes\linux\native\libmongocrypt.so">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </None>
- <None Update="runtimes\osx\native\libHarfBuzzSharp.dylib">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </None>
- <None Update="runtimes\osx\native\libmongocrypt.dylib">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </None>
- <None Update="runtimes\osx\native\libSkiaSharp.dylib">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </None>
- <None Update="runtimes\win-arm64\native\libHarfBuzzSharp.dll">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </None>
- <None Update="runtimes\win-arm64\native\libSkiaSharp.dll">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </None>
- <None Update="runtimes\win-x64\native\libHarfBuzzSharp.dll">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </None>
- <None Update="runtimes\win-x64\native\libSkiaSharp.dll">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </None>
- <None Update="runtimes\win-x86\native\libHarfBuzzSharp.dll">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </None>
- <None Update="runtimes\win-x86\native\libSkiaSharp.dll">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </None>
- <None Update="runtimes\win\native\mongocrypt.dll">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </None>
- </ItemGroup>
- </Project>
|