mirror of
https://github.com/Smaug123/agda-utils
synced 2025-10-06 03:58:41 +00:00
Initial commit of the bones of an unused-open-removing Agda tool
This commit is contained in:
17
AgdaUnusedOpens/AgdaUnusedOpens.fsproj
Normal file
17
AgdaUnusedOpens/AgdaUnusedOpens.fsproj
Normal file
@@ -0,0 +1,17 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netcoreapp3.0</TargetFramework>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Compile Include="AssemblyInfo.fs" />
|
||||
<Compile Include="Seq.fs" />
|
||||
<Compile Include="Types.fs" />
|
||||
<Compile Include="AgdaFile.fs" />
|
||||
<Compile Include="AgdaCompiler.fs" />
|
||||
<Compile Include="Graph.fs" />
|
||||
<Compile Include="OpenStatement.fs" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
Reference in New Issue
Block a user