TINF20C_ModellingWizard_Dev.../SOURCE/ModellingWizardForDeviceDescriptions/ModellingWizardForDeviceDescriptions.csproj
H4CK3R-01 79d2aef017 Implemented AML Engine
- Open AutomationML files
- Save AutomationML files
- Create new AutomationML document
- Show RoleClassLibrarys and InterfaceClassLibrarys of document
-Show Attributes of different Librarys
- Basic filter for attributes
- Switch between expert and easy mode
- Added Link to wiki
2021-11-22 16:11:24 +01:00

30 lines
956 B
XML

<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<UseWindowsForms>true</UseWindowsForms>
<AssemblyName>ModellingWizardForDeviceDescriptions</AssemblyName>
<RootNamespace>ModellingWizardForDeviceDescriptions</RootNamespace>
<ApplicationIcon>logo.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Compile Update="Properties\Resources.Designer.cs">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Update="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Aml.Engine" Version="1.6.1" />
</ItemGroup>
</Project>