File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
LibNoDaveConnectionLibrary.WinForms Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 55 <TargetFrameworks >net6.0-windows;net461</TargetFrameworks >
66 <UseWindowsForms >true</UseWindowsForms >
77 <EnableWindowsTargeting >true</EnableWindowsTargeting >
8+ <GenerateResourceUsePreserializedResources >false</GenerateResourceUsePreserializedResources >
89 </PropertyGroup >
910 <PropertyGroup >
1011 <PackageId >DotNetProjects.DotNetSiemensPLCToolBoxLibrary.WinForms</PackageId >
Original file line number Diff line number Diff line change 99 <ItemGroup >
1010 <ProjectReference Include =" ..\LibNoDaveConnectionLibrary\DotNetSiemensPLCToolBoxLibrary.csproj" />
1111 </ItemGroup >
12- <Target Name =" PostBuild" AfterTargets =" PostBuildEvent" >
13- <Exec Command =" copy ..\DotNetSiemensPLCToolBoxLibrary.TIAV15_1\bin\Debug\net461\DotNetSiemensPLCToolBoxLibrary.TIAV*.* .\bin\Debug\net48" />
14- <Exec Command =" copy ..\DotNetSiemensPLCToolBoxLibrary.TIAV16\bin\Debug\net461\DotNetSiemensPLCToolBoxLibrary.TIAV*.* .\bin\Debug\net48" />
15- <Exec Command =" copy ..\DotNetSiemensPLCToolBoxLibrary.TIAV17\bin\Debug\net48\DotNetSiemensPLCToolBoxLibrary.TIAV*.* .\bin\Debug\net48" />
16- <Exec Command =" copy ..\DotNetSiemensPLCToolBoxLibrary.TIAV18\bin\Debug\net48\DotNetSiemensPLCToolBoxLibrary.TIAV*.* .\bin\Debug\net48" />
17- <Exec Command =" copy ..\DotNetSiemensPLCToolBoxLibrary.TIAV19\bin\Debug\net48\DotNetSiemensPLCToolBoxLibrary.TIAV*.* .\bin\Debug\net48" />
12+ <Target Name =" PostBuild" AfterTargets =" PostBuildEvent" >
13+ <ItemGroup >
14+ <MySourceFiles Include =" ../DotNetSiemensPLCToolBoxLibrary.TIA*/bin/Debug/net*/DotNetSiemensPLCToolBoxLibrary.TIAV*.*" />
15+ </ItemGroup >
16+ <Copy SourceFiles =" @(MySourceFiles)" DestinationFolder =" ./bin/Debug/net48" ></Copy >
1817 </Target >
1918</Project >
You can’t perform that action at this time.
0 commit comments