mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
Some rearranging of folders in OpenSim.Region
This commit is contained in:
@@ -95,6 +95,9 @@
|
||||
<Compile Include="InterpreterLogic.cs">
|
||||
<SubType>Code</SubType>
|
||||
</Compile>
|
||||
<Compile Include="InterpreterMethods.cs">
|
||||
<SubType>Code</SubType>
|
||||
</Compile>
|
||||
<Compile Include="InterpreterReturn.cs">
|
||||
<SubType>Code</SubType>
|
||||
</Compile>
|
||||
@@ -119,9 +122,6 @@
|
||||
<Compile Include="Thread.cs">
|
||||
<SubType>Code</SubType>
|
||||
</Compile>
|
||||
<Compile Include="InterpreterMethods.cs">
|
||||
<SubType>Code</SubType>
|
||||
</Compile>
|
||||
<Compile Include="Properties\AssemblyInfo.cs">
|
||||
<SubType>Code</SubType>
|
||||
</Compile>
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
<include name="Heap.cs" />
|
||||
<include name="Interpreter.cs" />
|
||||
<include name="InterpreterLogic.cs" />
|
||||
<include name="InterpreterMethods.cs" />
|
||||
<include name="InterpreterReturn.cs" />
|
||||
<include name="MainMemory.cs" />
|
||||
<include name="MethodMemory.cs" />
|
||||
@@ -24,7 +25,6 @@
|
||||
<include name="Stack.cs" />
|
||||
<include name="StackFrame.cs" />
|
||||
<include name="Thread.cs" />
|
||||
<include name="InterpreterMethods.cs" />
|
||||
<include name="Properties/AssemblyInfo.cs" />
|
||||
<include name="Types/ArrayReference.cs" />
|
||||
<include name="Types/BaseType.cs" />
|
||||
|
||||
Reference in New Issue
Block a user