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" />
|
<Reference Include="System.Xml" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Compile Include="RoomDesigner.cs">
|
|
||||||
<SubType>UserControl</SubType>
|
|
||||||
</Compile>
|
|
||||||
<Compile Include="RoomDesigner.Designer.cs">
|
|
||||||
<DependentUpon>RoomDesigner.cs</DependentUpon>
|
|
||||||
</Compile>
|
|
||||||
<Compile Include="VisualContainer.cs">
|
<Compile Include="VisualContainer.cs">
|
||||||
<SubType>UserControl</SubType>
|
<SubType>UserControl</SubType>
|
||||||
</Compile>
|
</Compile>
|
||||||
|
@ -62,10 +56,6 @@
|
||||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<EmbeddedResource Include="RoomDesigner.resx">
|
|
||||||
<DependentUpon>RoomDesigner.cs</DependentUpon>
|
|
||||||
<SubType>Designer</SubType>
|
|
||||||
</EmbeddedResource>
|
|
||||||
<EmbeddedResource Include="VisualContainer.resx">
|
<EmbeddedResource Include="VisualContainer.resx">
|
||||||
<DependentUpon>VisualContainer.cs</DependentUpon>
|
<DependentUpon>VisualContainer.cs</DependentUpon>
|
||||||
<SubType>Designer</SubType>
|
<SubType>Designer</SubType>
|
||||||
|
|
|
@ -33,7 +33,7 @@
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Reference Include="ManagedScriptingWIN, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
<Reference Include="ManagedScriptingWIN, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
||||||
<SpecificVersion>False</SpecificVersion>
|
<SpecificVersion>False</SpecificVersion>
|
||||||
<HintPath>..\..\..\Copy\ManagedScripting Beta1\Release\Engine Libraries\Standard\Windows\ManagedScriptingWIN.dll</HintPath>
|
<HintPath>..\ManagedScriptingWIN.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="System" />
|
<Reference Include="System" />
|
||||||
<Reference Include="System.Core">
|
<Reference Include="System.Core">
|
||||||
|
|
|
@ -140,7 +140,7 @@ namespace VisualDesigner
|
||||||
page1.Text = currentScript.Name;
|
page1.Text = currentScript.Name;
|
||||||
if (currentScript.Name == "Room")
|
if (currentScript.Name == "Room")
|
||||||
{
|
{
|
||||||
page1.Controls.Add(new VisualComponents.RoomDesigner((Room)currentScript.Instance));
|
//page1.Controls.Add(new VisualComponents.RoomDesigner((Room)currentScript.Instance));
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue