<%@ Page language="c#" Codebehind="ProjectCreatorCS.aspx.cs" AutoEventWireup="false" Inherits="ProjectCreatorCS" %>
<form id="Form1" method="post" runat="server">
	<P>Create "Sample EDK Project"?
		<asp:LinkButton id="OKButton" runat="server">OK</asp:LinkButton></P>
	<P>You must create this project to run the sample JSP code. Note that if you 
		receive an error upon creating the project, this is probably a timeout as 
		creating the project takes a few seconds. Just refresh the page after the 
		error.</P>
	<P><INPUT type="hidden" name="sourcePage" id="sourcePage" runat="server"></P>
</form>
