Visual Designer:
* Was referencing VisualComponents.RoomDesigner.cs even though it has been deleted.
This commit is contained in:
parent
c6c2e4dc9c
commit
ef10e79a4c
3 changed files with 2 additions and 12 deletions
|
@ -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>
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue