MaintainModule.csproj 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net8.0-windows</TargetFramework>
  4. <OutputPath>$(SolutionDir)Binary\Modules</OutputPath>
  5. <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
  6. <Nullable>enable</Nullable>
  7. <UseWPF>true</UseWPF>
  8. <ImplicitUsings>enable</ImplicitUsings>
  9. <TargetFramework>net8.0-windows</TargetFramework>
  10. <OutputPath>$(SolutionDir)Binary\Modules</OutputPath>
  11. <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
  12. <Nullable>enable</Nullable>
  13. <UseWPF>true</UseWPF>
  14. </PropertyGroup>
  15. <ItemGroup>
  16. <None Remove="properties\5njxgjrv.dnd~" />
  17. <None Remove="Resources\Boat.png" />
  18. <None Remove="Resources\BoatCore.png" />
  19. <None Remove="Resources\BoatShell.png" />
  20. <None Remove="Resources\Buffer.png" />
  21. <None Remove="Resources\Fims.png" />
  22. <None Remove="Resources\Foup-robo.png" />
  23. <None Remove="Resources\Loadport.png" />
  24. <None Remove="Resources\Pos1.png" />
  25. <None Remove="Resources\Pos2.png" />
  26. <None Remove="Resources\Pos3.png" />
  27. <None Remove="Resources\WaferRobot.png" />
  28. </ItemGroup>
  29. <ItemGroup>
  30. <PackageReference Include="CommunityToolkit.Mvvm" />
  31. <PackageReference Include="Prism.DryIoc" />
  32. </ItemGroup>
  33. <ItemGroup>
  34. <ProjectReference Include="..\..\Data\DataVM\DataVM.csproj" />
  35. <ProjectReference Include="..\..\UICommon\UICommon.csproj" />
  36. <ProjectReference Include="..\ModuleBase\ModuleBase.csproj" />
  37. </ItemGroup>
  38. <ItemGroup>
  39. <Resource Include="Resources\Boat.png" />
  40. <Resource Include="Resources\BoatCore.png" />
  41. <Resource Include="Resources\BoatShell.png" />
  42. <Resource Include="Resources\Buffer.png" />
  43. <Resource Include="Resources\Fims.png" />
  44. <Resource Include="Resources\Foup-robo.png" />
  45. <Resource Include="Resources\Loadport.png" />
  46. <Resource Include="Resources\Pos1.png" />
  47. <Resource Include="Resources\Pos2.png" />
  48. <Resource Include="Resources\Pos3.png" />
  49. <Resource Include="Resources\WaferRobot.png" />
  50. </ItemGroup>
  51. </Project>