Merge commit '1a74bce2ad0f4ac2c1b21d34220c4a7d44548be2' as 'FSI.Lib'

This commit is contained in:
maier_S
2022-03-14 11:02:41 +01:00
51 changed files with 6124 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0-windows</TargetFramework>
<OutputType>Library</OutputType>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<UseWPF>true</UseWPF>
<ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets>
<AssemblyVersion>1.0</AssemblyVersion>
</PropertyGroup>
<ItemGroup>
<None Remove="Icons\Cross.png" />
<None Remove="Icons\FondiumU.ico" />
<None Remove="Icons\Open.png" />
</ItemGroup>
<ItemGroup>
<AppDesigner Include="Properties\" />
</ItemGroup>
<ItemGroup>
<Resource Include="Icons\Cross.png" />
<Resource Include="Icons\FondiumU.ico" />
<Resource Include="Icons\Open.png" />
</ItemGroup>
<ItemGroup>
<None Include="Guis\SieStarterCsvExporter\Convert_SINAMICS_trace_CSV.exe">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>