Added more Extensions
This commit is contained in:
parent
7ae6deebf3
commit
08f0a3c77f
@ -0,0 +1,54 @@
|
||||
<UniversalEditor Version="4.0">
|
||||
<ProjectTypes>
|
||||
<ProjectType ID="{F184B08F-C81C-45F6-A57F-5ABD9991F28F}">
|
||||
<Information>
|
||||
<Title>VB.NET Project</Title>
|
||||
</Information>
|
||||
<BuildActions>
|
||||
<BuildAction ID="{8A5A000E-EA45-415F-86E4-2186808BD386}">
|
||||
<Execute>
|
||||
<Conditional>
|
||||
<Conditions>
|
||||
<Condition Variable="OperatingSystemPlatform" Comparison="Equals" Value="Windows" />
|
||||
</Conditions>
|
||||
<TrueResult>
|
||||
<GlobalVariableReference ID="FrameworkPath" />
|
||||
<PathSeparator />
|
||||
<Literal Value="vbc.exe" />
|
||||
</TrueResult>
|
||||
<FalseResult>
|
||||
<Literal Value="vbnc" />
|
||||
</FalseResult>
|
||||
</Conditional>
|
||||
<Literal Value=" " />
|
||||
<Literal Value="/target: " />
|
||||
<ProjectVariableReference ID="ProjectTarget" />
|
||||
|
||||
<Literal Value="/out: " />
|
||||
<ProjectVariableReference ID="OutputFileName" />
|
||||
|
||||
<Literal Value="/rootnamespace: " />
|
||||
<ProjectVariableReference ID="RootNamespace" />
|
||||
|
||||
<ProjectReferenceList ArrayItemPrefix="/reference:" ArrayItemSeparator=" " />
|
||||
<ProjectFileList ArrayItemSeparator=" " />
|
||||
</Execute>
|
||||
</BuildAction>
|
||||
</BuildActions>
|
||||
<ProjectVariables>
|
||||
<ProjectVariable ID="ProjectTarget" Type="Selection">
|
||||
<ValidValues>
|
||||
<ValidValue Title="Console Executable" Value="exe" />
|
||||
<ValidValue Title="GUI Executable" Value="winexe" />
|
||||
<ValidValue Title="Class Library" Value="library" />
|
||||
<ValidValue Title="Module" Value="module" />
|
||||
<ValidValue Title="AppContainer Executable" Value="appcontainerexe" />
|
||||
<ValidValue Title="Windows Metadata object" Value="winmdobj" />
|
||||
</ValidValues>
|
||||
</ProjectVariable>
|
||||
<ProjectVariable ID="OutputFileName" Type="File" />
|
||||
<ProjectVariable ID="RootNamespace" Type="String" />
|
||||
</ProjectVariables>
|
||||
</ProjectType>
|
||||
</ProjectTypes>
|
||||
</UniversalEditor>
|
||||
@ -0,0 +1,9 @@
|
||||
<UniversalEditor Version="4.0">
|
||||
<ProjectTypes>
|
||||
<ProjectType ID="{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}">
|
||||
<Information>
|
||||
<Title>C# Project</Title>
|
||||
</Information>
|
||||
</ProjectType>
|
||||
</ProjectTypes>
|
||||
</UniversalEditor>
|
||||
@ -79,6 +79,8 @@
|
||||
<Content Include="Editors\UniversalEditor.Editors.Web.WebService.Description.WebServiceDescriptionEditor\Images\ImageList\16x16\Service.png" />
|
||||
<Content Include="Editors\UniversalEditor.Editors.Web.WebService.Description.WebServiceDescriptionEditor\Images\ImageList\32x32\Message.png" />
|
||||
<Content Include="Editors\UniversalEditor.Editors.Web.WebService.Description.WebServiceDescriptionEditor\Images\ImageList\32x32\Service.png" />
|
||||
<Content Include="Extensions\SoftwareDeveloper\ProjectTypes\{F184B08F-C81C-45F6-A57F-5ABD9991F28F}.xml" />
|
||||
<Content Include="Extensions\SoftwareDeveloper\ProjectTypes\{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}.xml" />
|
||||
<Content Include="Languages\English.xml" />
|
||||
<Content Include="Languages\Japanese.xml" />
|
||||
<Content Include="ProjectTypes\{A0786B88-2ADB-4C21-ABE8-AA2D79766269}.xml" />
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user