Restore project and document templates (not sure how this got borked)

This commit is contained in:
Michael Becker 2014-08-14 11:46:24 -04:00
parent 7c3eed797e
commit 249ea598b4
220 changed files with 1913 additions and 35 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 666 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 514 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 672 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 490 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 692 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 504 B

View File

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8" ?>
<UniversalEditor Version="2.0">
<ProjectTemplates>
<ProjectTemplate ID="{CAE3966B-F980-4595-8C1E-B45087B4CCA6}" TypeID="{84512A4B-8649-4356-B6B4-85A7E29A2889}">
<Information>
<Title>Empty Concert</Title>
<Description>Creates a blank Concertroid concert project.</Description>
<IconPath LargeFileName="Images/Concert_32x32.png" SmallFileName="Images/Concert_16x16.png" />
<Path>
<Part>Concertroid</Part>
</Path>
</Information>
<FileSystem>
</FileSystem>
</ProjectTemplate>
</ProjectTemplates>
</UniversalEditor>

Binary file not shown.

After

Width:  |  Height:  |  Size: 139 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 152 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8" ?>
<UniversalEditor Version="2.0">
<ProjectTemplates>
<ProjectTemplate ID="{4856C44F-5236-4002-A88E-6D072E217024}" TypeID="{84512A4B-8649-4356-B6B4-85A7E29A2889}">
<Information>
<Title>Asset Library</Title>
<Description>Creates a library that can hold different types of Concertroid assets, like models, animations, and songs.</Description>
<IconPath LargeFileName="Images/Library_32x32.png" SmallFileName="Images/Library_16x16.png" />
<Path>
<Part>Concertroid</Part>
</Path>
</Information>
<FileSystem>
</FileSystem>
</ProjectTemplate>
</ProjectTemplates>
</UniversalEditor>

View File

@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8" ?>
<UniversalEditor Version="2.0">
<ProjectTemplates>
<ProjectTemplate ID="{BAB6BF34-F163-46A4-A34C-8FC0B08BC607}" TypeID="{B37FAACC-9946-454A-B4DB-4FAB8D044316}">
<Information>
<Title>Empty File System</Title>
<ProjectNamePrefix>FileSystem</ProjectNamePrefix>
<Description>Creates an empty FileSystem project for packaging files in various archive formats.</Description>
<IconPath LargeFileName="Images/FileSystem_32x32.png" SmallFileName="Images/FileSystem_16x16.png" />
<Path>
<Part>File Distribution</Part>
</Path>
</Information>
<FileSystem>
</FileSystem>
</ProjectTemplate>
</ProjectTemplates>
</UniversalEditor>

View File

@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8" ?>
<UniversalEditor Version="2.0">
<ProjectTemplates>
<ProjectTemplate ID="{BAB6BF34-F163-46A4-A34C-8FC0B08BC607}" TypeID="{8E28DA96-1267-4077-910E-91D5E863C557}">
<Information>
<Title>Empty Torrent</Title>
<ProjectNamePrefix>Torrent</ProjectNamePrefix>
<Description>Creates an empty Torrent project for distributing files over peer-to-peer networks.</Description>
<IconPath LargeFileName="Images/Torrent_32x32.png" SmallFileName="Images/Torrent_16x16.png" />
<Path>
<Part>File Distribution</Part>
</Path>
</Information>
<FileSystem>
</FileSystem>
</ProjectTemplate>
</ProjectTemplates>
</UniversalEditor>

Binary file not shown.

After

Width:  |  Height:  |  Size: 121 KiB

View File

@ -0,0 +1,28 @@
<?xml version="1.0" encoding="UTF-8" ?>
<UniversalEditor Version="2.0">
<ProjectTemplates>
<ProjectTemplate ID="{A8EA5BD2-5BDB-49E0-A45F-72655D372254}" TypeID="{66B5E33A-CDDC-4ED3-AF6A-8457F37D13DC}">
<Information>
<Title>Basic AIR Project</Title>
<ProjectNamePrefix>BasicAIR</ProjectNamePrefix>
<Description>Creates an Adobe AIR application with one form.</Description>
<IconPath LargeFileName="Images/Application_32x32.png" SmallFileName="Images/Application_16x16.png" />
<Path>
<Part>Software Development</Part>
<Part>Adobe</Part>
<Part>AIR</Part>
</Path>
</Information>
<FileSystem>
<Files>
<File DestinationFileName="Window.xml">
<Content ContentType="text/plain"><![CDATA[<?xml version="1.0" encoding="utf-8"?>
<mx:WindowedApplication xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute">
<mx:Label text="Hello World!" horizontalCenter="0" fontSize="36" verticalCenter="0"/>
</mx:WindowedApplication>]]></Content>
</File>
</Files>
</FileSystem>
</ProjectTemplate>
</ProjectTemplates>
</UniversalEditor>

View File

@ -0,0 +1,34 @@
<?xml version="1.0" encoding="UTF-8" ?>
<UniversalEditor Version="2.0">
<ProjectTemplates>
<ProjectTemplate ID="{F63140FB-C539-45b0-8045-506397ADE75B}" TypeID="{EA90755A-4A5D-4FA4-B676-F7BBD8CF0D84}">
<Information>
<Title>Simple Arduino Project</Title>
<ProjectNamePrefix>SimpleArduino</ProjectNamePrefix>
<Description>Creates a simple Arduino project framework.</Description>
<IconPath LargeFileName="Images/Blank_32x32.png" SmallFileName="Images/Blank_16x16.png" />
<Path>
<Part>Software Development</Part>
<Part>Arduino</Part>
</Path>
</Information>
<FileSystem>
<Files>
<File DestinationFileName="Program.c">
<Content ContentType="text/plain"><![CDATA[void setup()
{
// put your setup code here, to run once:
}
void loop()
{
// put your main code here, to run repeatedly:
}]]></Content>
</File>
</Files>
</FileSystem>
</ProjectTemplate>
</ProjectTemplates>
</UniversalEditor>

View File

@ -0,0 +1,55 @@
<?xml version="1.0" encoding="UTF-8" ?>
<UniversalEditor Version="2.0">
<ProjectTemplates>
<ProjectTemplate ID="{07C7D5CE-536E-49E8-AD08-10E8FE2CC61A}" TypeID="{EA90755A-4A5D-4FA4-B676-F7BBD8CF0D84}">
<Information>
<Title>Blinking Arduino</Title>
<ProjectNamePrefix>BlinkingArduino</ProjectNamePrefix>
<Description>Creates an Arduino project that blinks an LED.</Description>
<IconPath LargeFileName="Images/Blink_32x32.png" SmallFileName="Images/Blink_16x16.png" />
<Path>
<Part>Software Development</Part>
<Part>Arduino</Part>
</Path>
</Information>
<FileSystem>
<Files>
<File DestinationFileName="Program.c">
<Content ContentType="text/plain"><![CDATA[//
//
// Pin 13 has an LED connected on most Arduino boards.
// give it a name:
int Pin_LED = 13;
/// <summary>
/// The setup routine, which runs once each time the board is reset.
/// </summary>
void setup()
{
// the first thing you do is to initialize pin 13 as an output pin with the line
pinMode(13, OUTPUT);
}
/// <summary>
/// The main loop routine, which runs over and over again forever.
/// </summary>
void loop()
{
// you turn the LED on with the line
digitalWrite(13, HIGH);
// which supplies 5 volts to pin 13, creating a voltage difference across the pins of the LED, lighting it up.
// do nothing for 1000 milliseconds (one second), giving enough time for a person to see the change
delay(1000);
// Then you turn it off with the line
digitalWrite(13, LOW);
// which takes pin 13 back to 0 volts, turning the LED off.
}]]></Content>
</File>
</Files>
</FileSystem>
</ProjectTemplate>
</ProjectTemplates>
</UniversalEditor>

View File

@ -0,0 +1,61 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE UniversalEditor SYSTEM "U:\Doctypes\UniversalEditor.dtd">
<UniversalEditor Version="3.0">
<ProjectTemplates>
<ProjectTemplate TypeID="{8891C1AE-6699-45DA-8B22-13BCEBB63364}">
<Information>
<Title>GTK+ Application</Title>
<ProjectNamePrefix>GtkPlusApplication</ProjectNamePrefix>
<IconPath LargeFileName="Images/BlankProject_32x32.png" SmallFileName="Images/BlankProject_16x16.png" />
<Path>
<Part>Software Development</Part>
<Part>C/C++</Part>
</Path>
</Information>
<FileSystem>
</FileSystem>
<Configuration>
<Property ID="GtkPath" Value="C:/GTK+" />
<Group ID="Compilation">
<Property ID="OutputFileName" Value="Output/Debug" />
<Property ID="OutputType" Value="GraphicalApplication" />
<Property ID="IncludePaths">
<Value>$(GtkPath)/include</Value>
<Value>$(GtkPath)/include/atk-1.0</Value>
<Value>$(GtkPath)/include/gtk-2.0</Value>
<Value>$(GtkPath)/lib/gtk-2.0/include</Value>
<Value>$(GtkPath)/include/gdk-pixbuf-2.0</Value>
<Value>$(GtkPath)/include/gio-win32-2.0</Value>
<Value>$(GtkPath)/include/cairo</Value>
<Value>$(GtkPath)/include/glib-2.0</Value>
<Value>$(GtkPath)/lib/glib-2.0/include</Value>
<Value>$(GtkPath)/include/freetype2</Value>
<Value>$(GtkPath)/include/pango-1.0</Value>
<Value>$(GtkPath)/include/libpng14</Value>
</Property>
<Property ID="LibraryPaths">
<Value>$(GtkPath)/lib</Value>
</Property>
<Property ID="LibraryReferences">
<Value>gtk-win32-2.0</Value>
<Value>gdk-win32-2.0</Value>
<Value>atk-1.0</Value>
<Value>gio-2.0</Value>
<Value>pangowin32-1.0</Value>
<Value>gdi32</Value>
<Value>pangocairo-1.0</Value>
<Value>gdk_pixbuf-2.0</Value>
<Value>lpango-1.0</Value>
<Value>cairo</Value>
<Value>gmodule-2.0</Value>
<Value>gobject-2.0</Value>
<Value>gthread-2.0</Value>
<Value>glib-2.0</Value>
<Value>intl</Value>
</Property>
</Group>
</Configuration>
</ProjectTemplate>
</ProjectTemplates>
</UniversalEditor>

View File

@ -0,0 +1,37 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE UniversalEditor SYSTEM "U:\Doctypes\UniversalEditor.dtd">
<UniversalEditor Version="3.0">
<ProjectTemplates>
<ProjectTemplate TypeID="{375F1E79-E5E6-4D5C-973C-C6C89DD89197}">
<Information>
<Title>Class Library</Title>
<ProjectNamePrefix>ClassLibrary</ProjectNamePrefix>
<IconPath LargeFileName="Images/Library_32x32.png" SmallFileName="Images/Library_16x16.png" />
<Path>
<Part>Software Development</Part>
<Part>Common Language Runtime</Part>
<Part>COBOL</Part>
</Path>
</Information>
<FileSystem>
<Files>
<File DestinationFileName="$(ClassName).cs">
<Content Type="text/plain"><![CDATA[using System;
using System.Text;
namespace $(Project.Title)
{
public class $(ClassName)
{
}
}
]]></Content>
</File>
</Files>
</FileSystem>
<Variables>
<Variable DataType="String" Name="ClassName" Title="Class name:" Value="Class1" />
</Variables>
</ProjectTemplate>
</ProjectTemplates>
</UniversalEditor>

View File

@ -0,0 +1,43 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE UniversalEditor SYSTEM "U:\Doctypes\UniversalEditor.dtd">
<UniversalEditor Version="3.0">
<ProjectTemplates>
<ProjectTemplate TypeID="{375F1E79-E5E6-4D5C-973C-C6C89DD89197}">
<Information>
<Title>Console Application</Title>
<ProjectNamePrefix>ConsoleApplication</ProjectNamePrefix>
<IconPath LargeFileName="Images/Console_32x32.png" SmallFileName="Images/Console_16x16.png" />
<Path>
<Part>Software Development</Part>
<Part>Common Language Runtime</Part>
<Part>COBOL</Part>
</Path>
</Information>
<FileSystem>
<Files>
<File DestinationFileName="Program.cs">
<Content Type="text/plain"><![CDATA[using System;
using System.Text;
namespace $(Project.DefaultNamespace)
{
class Program
{
static void Main(string[] args)
{
// Write a Hello, World message...
Console.WriteLine("Hello, world!");
// ... and pause the console
Console.Write("Press any key to continue . . .");
Console.ReadKey(true);
}
}
}
]]></Content>
</File>
</Files>
</FileSystem>
</ProjectTemplate>
</ProjectTemplates>
</UniversalEditor>

View File

@ -0,0 +1,64 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE UniversalEditor SYSTEM "U:\Doctypes\UniversalEditor.dtd">
<UniversalEditor Version="3.0">
<ProjectTemplates>
<ProjectTemplate TypeID="{375F1E79-E5E6-4D5C-973C-C6C89DD89197}">
<Information>
<Title>Database Project</Title>
<ProjectNamePrefix>Database</ProjectNamePrefix>
<IconPath LargeFileName="Images/Database_32x32.png" SmallFileName="Images/Database_16x16.png" />
<Path>
<Part>Software Development</Part>
<Part>Common Language Runtime</Part>
<Part>COBOL</Part>
</Path>
</Information>
<FileSystem>
<Folders>
<Folder Name="Test Scripts">
<Files>
<File DestinationFileName="Test.sql">
<Content Type="text/plain"><![CDATA[-- Examples for queries that exercise different SQL objects implemented by this assembly
-----------------------------------------------------------------------------------------
-- Stored procedure
-----------------------------------------------------------------------------------------
-- exec StoredProcedureName
-----------------------------------------------------------------------------------------
-- User defined function
-----------------------------------------------------------------------------------------
-- select dbo.FunctionName()
-----------------------------------------------------------------------------------------
-- User defined type
-----------------------------------------------------------------------------------------
-- CREATE TABLE test_table (col1 UserType)
-- go
--
-- INSERT INTO test_table VALUES (convert(uri, 'Instantiation String 1'))
-- INSERT INTO test_table VALUES (convert(uri, 'Instantiation String 2'))
-- INSERT INTO test_table VALUES (convert(uri, 'Instantiation String 3'))
--
-- select col1::method1() from test_table
-----------------------------------------------------------------------------------------
-- User defined type
-----------------------------------------------------------------------------------------
-- select dbo.AggregateName(Column1) from Table1
select 'To run your project, please edit the Test.sql file in your project. This file is located in the Test Scripts folder in the Solution Explorer.'
]]></Content>
</File>
</Files>
</Folder>
</Folders>
</FileSystem>
</ProjectTemplate>
</ProjectTemplates>
</UniversalEditor>

View File

@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE UniversalEditor SYSTEM "U:\Doctypes\UniversalEditor.dtd">
<UniversalEditor Version="3.0">
<ProjectTemplates>
<ProjectTemplate TypeID="{375F1E79-E5E6-4D5C-973C-C6C89DD89197}">
<Information>
<Title>Silverlight Application</Title>
<ProjectNamePrefix>SilverlightApplication</ProjectNamePrefix>
<IconPath LargeFileName="Images/Silverlight_32x32.png" SmallFileName="Images/Silverlight_16x16.png" />
<Path>
<Part>Software Development</Part>
<Part>Common Language Runtime</Part>
<Part>COBOL</Part>
</Path>
</Information>
<FileSystem>
</FileSystem>
</ProjectTemplate>
</ProjectTemplates>
</UniversalEditor>

View File

@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE UniversalEditor SYSTEM "U:\Doctypes\UniversalEditor.dtd">
<UniversalEditor Version="3.0">
<ProjectTemplates>
<ProjectTemplate TypeID="{375F1E79-E5E6-4D5C-973C-C6C89DD89197}">
<Information>
<Title>Windows Forms Application</Title>
<ProjectNamePrefix>WindowsApplication</ProjectNamePrefix>
<IconPath LargeFileName="Images/Application_32x32.png" SmallFileName="Images/Application_16x16.png" />
<Path>
<Part>Software Development</Part>
<Part>Common Language Runtime</Part>
<Part>COBOL</Part>
</Path>
</Information>
<FileSystem>
</FileSystem>
</ProjectTemplate>
</ProjectTemplates>
</UniversalEditor>

View File

@ -0,0 +1,37 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE UniversalEditor SYSTEM "U:\Doctypes\UniversalEditor.dtd">
<UniversalEditor Version="3.0">
<ProjectTemplates>
<ProjectTemplate TypeID="{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}">
<Information>
<Title>Class Library</Title>
<ProjectNamePrefix>ClassLibrary</ProjectNamePrefix>
<IconPath LargeFileName="Images/Library_32x32.png" SmallFileName="Images/Library_16x16.png" />
<Path>
<Part>Software Development</Part>
<Part>Common Language Runtime</Part>
<Part>C#</Part>
</Path>
</Information>
<FileSystem>
<Files>
<File DestinationFileName="$(ClassName).cs">
<Content Type="text/plain"><![CDATA[using System;
using System.Text;
namespace $(Project.Title)
{
public class $(ClassName)
{
}
}
]]></Content>
</File>
</Files>
</FileSystem>
<Variables>
<Variable DataType="String" Name="ClassName" Title="Class name:" Value="Class1" />
</Variables>
</ProjectTemplate>
</ProjectTemplates>
</UniversalEditor>

View File

@ -0,0 +1,43 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE UniversalEditor SYSTEM "U:\Doctypes\UniversalEditor.dtd">
<UniversalEditor Version="3.0">
<ProjectTemplates>
<ProjectTemplate TypeID="{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}">
<Information>
<Title>Console Application</Title>
<ProjectNamePrefix>ConsoleApplication</ProjectNamePrefix>
<IconPath LargeFileName="Images/Console_32x32.png" SmallFileName="Images/Console_16x16.png" />
<Path>
<Part>Software Development</Part>
<Part>Common Language Runtime</Part>
<Part>C#</Part>
</Path>
</Information>
<FileSystem>
<Files>
<File DestinationFileName="Program.cs">
<Content Type="text/plain"><![CDATA[using System;
using System.Text;
namespace $(Project.DefaultNamespace)
{
class Program
{
static void Main(string[] args)
{
// Write a Hello, World message...
Console.WriteLine("Hello, world!");
// ... and pause the console
Console.Write("Press any key to continue . . .");
Console.ReadKey(true);
}
}
}
]]></Content>
</File>
</Files>
</FileSystem>
</ProjectTemplate>
</ProjectTemplates>
</UniversalEditor>

Some files were not shown because too many files have changed in this diff Show More