add ProjectType for CIL intermediate language project (ILproj)

This commit is contained in:
Michael Becker 2019-12-12 00:14:42 -05:00
parent 7811408db6
commit 60f1179ab7
No known key found for this signature in database
GPG Key ID: 389DFF5D73781A12
2 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,28 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE UniversalEditor SYSTEM "U:\Doctypes\UniversalEditor.dtd">
<UniversalEditor Version="3.0">
<ProjectTypes>
<ProjectType ID="{B4EC64DC-6D44-11DD-AAB0-C9A155D89593}">
<Information>
<Title>Common Language Runtime Intermediate Language Project</Title>
</Information>
<Tasks>
<Task Title="Build">
<Actions>
<Action TypeID="{EE505E05-F125-4718-BA0A-879C72B5125A}">
<CommandLine>
<VariableReference Scope="Global" ID="CompilerExecutablePath" />
<Literal Value=" /target:" />
<VariableReference Scope="Project" ID="ProjectTarget" />
<Literal Value=" /out:&quot;" />
<VariableReference Scope="Project" ID="OutputFileName" />
<Literal Value="&quot; " />
<ConstantReference Scope="Project" ID="ProjectFiles" Separator=" " />
</CommandLine>
</Action>
</Actions>
</Task>
</Tasks>
</ProjectType>
</ProjectTypes>
</UniversalEditor>

View File

@ -36,6 +36,7 @@
</PropertyGroup>
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Extensions\SoftwareDeveloper\ProjectTypes\{B4EC64DC-6D44-11DD-AAB0-C9A155D89593}.uexml" />
</ItemGroup>
<ItemGroup>
<Content Include="Associations\Chunked.uexml" />