Created new namespace folders for current engine overhaul
Moved ParseProperty into MudEngine.Core
This commit is contained in:
parent
a1cc6c41a4
commit
98e01dfd98
2 changed files with 7 additions and 1 deletions
|
@ -54,7 +54,7 @@
|
||||||
<Reference Include="System.Xml" />
|
<Reference Include="System.Xml" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Compile Include="Attributes\ParseProperty.cs" />
|
<Compile Include="Core\ParseProperty.cs" />
|
||||||
<Compile Include="Commands\BaseCommand.cs" />
|
<Compile Include="Commands\BaseCommand.cs" />
|
||||||
<Compile Include="Commands\CommandRestart.cs" />
|
<Compile Include="Commands\CommandRestart.cs" />
|
||||||
<Compile Include="Commands\CommandLogin.cs" />
|
<Compile Include="Commands\CommandLogin.cs" />
|
||||||
|
@ -97,6 +97,12 @@
|
||||||
<Name>rScripting</Name>
|
<Name>rScripting</Name>
|
||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<Folder Include="Attributes\" />
|
||||||
|
<Folder Include="Communication\" />
|
||||||
|
<Folder Include="Objects\" />
|
||||||
|
<Folder Include="World\" />
|
||||||
|
</ItemGroup>
|
||||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||||
Other similar extension points exist, see Microsoft.Common.targets.
|
Other similar extension points exist, see Microsoft.Common.targets.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue