| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 | 
							- <Project Sdk="Microsoft.NET.Sdk">
 
- 	<PropertyGroup>
 
- 		<TargetFramework>net8.0-windows</TargetFramework>
 
- 		<OutputPath>$(SolutionDir)Binary\Modules</OutputPath>
 
- 		<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
 
- 		<Nullable>enable</Nullable>
 
- 		<UseWPF>true</UseWPF>
 
- 		<ImplicitUsings>enable</ImplicitUsings>
 
- 		<Platforms>AnyCPU</Platforms>
 
- 	</PropertyGroup>
 
- 	<ItemGroup>
 
- 	  <None Remove="Resources\Boat.png" />
 
- 	  <None Remove="Resources\Buffer.png" />
 
- 	  <None Remove="Resources\fims.png" />
 
- 	  <None Remove="Resources\LoadPort.png" />
 
- 	  <None Remove="Resources\LoadPortPic.PNG" />
 
- 	  <None Remove="Resources\N2PurgeQutLine.PNG" />
 
- 	  <None Remove="Resources\Pipe.png" />
 
- 	  <None Remove="Resources\Pump.png" />
 
- 	  <None Remove="Resources\Robot.png" />
 
- 	</ItemGroup>
 
- 	<ItemGroup>
 
- 		<PackageReference Include="CommunityToolkit.Mvvm" />
 
- 		<PackageReference Include="Prism.DryIoc" />
 
- 	</ItemGroup>
 
- 	<ItemGroup>
 
- 	  <ProjectReference Include="..\..\Data\DataVM\DataVM.csproj" />
 
- 	  <ProjectReference Include="..\..\UICommon\UICommon.csproj" />
 
- 	  <ProjectReference Include="..\ModuleBase\ModuleBase.csproj" />
 
- 	  <ProjectReference Include="..\UniversalControls\UniversalControls.csproj" />
 
- 	</ItemGroup>
 
- 	<ItemGroup>
 
- 	  <Resource Include="Resources\Boat.png" />
 
- 	  <Resource Include="Resources\BoatCore.png" />
 
- 	  <Resource Include="Resources\BoatShell.png" />
 
- 	  <Resource Include="Resources\Buffer.png" />
 
- 	  <Resource Include="Resources\fims.png" />
 
- 	  <Resource Include="Resources\LoadPort.png" />
 
- 	  <Resource Include="Resources\LoadPortPic.PNG" />
 
- 	  <Resource Include="Resources\N2PurgeQutLine.PNG" />
 
- 	  <Resource Include="Resources\Pipe.png" />
 
- 	  <Resource Include="Resources\Pump.png" />
 
- 	  <Resource Include="Resources\Robot.png" />
 
- 	</ItemGroup>
 
- </Project>
 
 
  |