Visual Designer:

* Was referencing VisualComponents.RoomDesigner.cs even though it has been deleted.
This commit is contained in:
Scionwest_cp 2009-11-22 16:27:09 -08:00
parent c6c2e4dc9c
commit ef10e79a4c
3 changed files with 2 additions and 12 deletions

View file

@ -47,12 +47,6 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="RoomDesigner.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="RoomDesigner.Designer.cs">
<DependentUpon>RoomDesigner.cs</DependentUpon>
</Compile>
<Compile Include="VisualContainer.cs">
<SubType>UserControl</SubType>
</Compile>
@ -62,10 +56,6 @@
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="RoomDesigner.resx">
<DependentUpon>RoomDesigner.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="VisualContainer.resx">
<DependentUpon>VisualContainer.cs</DependentUpon>
<SubType>Designer</SubType>

View file

@ -33,7 +33,7 @@
<ItemGroup>
<Reference Include="ManagedScriptingWIN, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\Copy\ManagedScripting Beta1\Release\Engine Libraries\Standard\Windows\ManagedScriptingWIN.dll</HintPath>
<HintPath>..\ManagedScriptingWIN.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core">

View file

@ -140,7 +140,7 @@ namespace VisualDesigner
page1.Text = currentScript.Name;
if (currentScript.Name == "Room")
{
page1.Controls.Add(new VisualComponents.RoomDesigner((Room)currentScript.Instance));
//page1.Controls.Add(new VisualComponents.RoomDesigner((Room)currentScript.Instance));
}
break;
}