-
Notifications
You must be signed in to change notification settings - Fork 0
/
LexicalAnalyser.csproj
24 lines (22 loc) · 1.09 KB
/
LexicalAnalyser.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<RootNamespace>LexicalAnalyser</RootNamespace>
<Company>NUL-X</Company>
<AssemblyVersion>1.4</AssemblyVersion>
<FileVersion>1.4</FileVersion>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageVersion>1.4</PackageVersion>
<Title>Lexical Analyser</Title>
<Authors>MERZAK-X</Authors>
<Description>Lexical Analyser is a program that determines whether a source code is accepted by a given DFSA Deterministic Finite State Automaton.</Description>
<Copyright>NUL-X, 2020</Copyright>
<PackageProjectUrl>https://merzak-x.github.io/LexicalAnalyser/</PackageProjectUrl>
<RepositoryUrl>https://github.com/MERZAK-X/LexicalAnalyser</RepositoryUrl>
<AssemblyName>LexicalAnalyser</AssemblyName>
<PackageId>LexicalAnalyser</PackageId>
<Product>LexicalAnalyser</Product>
<RepositoryType>git</RepositoryType>
</PropertyGroup>
</Project>