|
|
@@ -26,32 +26,15 @@
|
|
|
<Link>Core\%(RecursiveDir)%(FileName)%(Extension)</Link>
|
|
|
</Compile>
|
|
|
|
|
|
- <Compile Include="..\..\Unity\Codes\Model\Demo\Unit\UnitType.cs">
|
|
|
- <Link>Demo\Unit\UnitType.cs</Link>
|
|
|
- </Compile>
|
|
|
-
|
|
|
- <Compile Include="..\..\Unity\Codes\Model\Module\Recast\**\*.cs">
|
|
|
+ <Compile Include="..\..\Unity\Codes\Model\Module\Recast\**\*.cs">
|
|
|
<Link>Module\Recast\%(RecursiveDir)%(FileName)%(Extension)</Link>
|
|
|
</Compile>
|
|
|
|
|
|
- <Compile Include="..\..\Unity\Codes\Model\Demo\SessionStreamDispatcherType.cs">
|
|
|
- <Link>Demo\SessionStreamDispatcherType.cs</Link>
|
|
|
- </Compile>
|
|
|
|
|
|
<Compile Include="..\..\Unity\Assets\Mono\Core\**\*.cs">
|
|
|
<Link>Core\%(RecursiveDir)%(FileName)%(Extension)</Link>
|
|
|
</Compile>
|
|
|
|
|
|
-
|
|
|
- <Compile Include="..\..\Unity\Codes\Model\Demo\Move\MoveComponent.cs">
|
|
|
- <Link>Demo\Move\MoveComponent.cs</Link>
|
|
|
- </Compile>
|
|
|
-
|
|
|
-
|
|
|
- <Compile Include="..\..\Unity\Codes\Model\Demo\TimerType.cs">
|
|
|
- <Link>Demo\TimerType.cs</Link>
|
|
|
- </Compile>
|
|
|
-
|
|
|
<Compile Include="..\..\Unity\Codes\Model\Module\Config\**\*.cs">
|
|
|
<Link>Module\Config\%(RecursiveDir)%(FileName)%(Extension)</Link>
|
|
|
</Compile>
|
|
|
@@ -66,39 +49,26 @@
|
|
|
|
|
|
<Compile Remove="Libs\**" />
|
|
|
|
|
|
- <Compile Include="..\..\Unity\Codes\Model\Module\ActorLocation\ActorResponse.cs">
|
|
|
- <Link>Module\ActorLocation\ActorResponse.cs</Link>
|
|
|
- </Compile>
|
|
|
- <Compile Include="..\..\Unity\Codes\Model\Module\ActorLocation\IActorLocationMessage.cs">
|
|
|
- <Link>Module\ActorLocation\IActorLocationMessage.cs</Link>
|
|
|
- </Compile>
|
|
|
- <Compile Include="..\..\Unity\Codes\Model\Module\Actor\IActorMessage.cs">
|
|
|
- <Link>Module\Actor\IActorMessage.cs</Link>
|
|
|
- </Compile>
|
|
|
+ <Compile Remove="..\..\Unity\Codes\Model\Share\**" />
|
|
|
+
|
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|
|
|
- <Compile Include="..\..\Unity\Assets\Mono\Module\NetworkTCP\**\*.cs">
|
|
|
- <Link>Module\NetworkTCP\%(RecursiveDir)%(FileName)%(Extension)</Link>
|
|
|
- </Compile>
|
|
|
- <Compile Include="..\..\Unity\Codes\Model\Module\Numeric\INumericWatcher.cs">
|
|
|
- <Link>Module\Numeric\INumericWatcher.cs</Link>
|
|
|
- </Compile>
|
|
|
- <Compile Include="..\..\Unity\Codes\Model\Module\Numeric\NumericComponent.cs">
|
|
|
- <Link>Module\Numeric\NumericComponent.cs</Link>
|
|
|
+
|
|
|
+ <Compile Include="..\..\Unity\Codes\Model\Module\Actor\**\*.cs">
|
|
|
+ <Link>Module\Actor\%(RecursiveDir)%(FileName)%(Extension)</Link>
|
|
|
</Compile>
|
|
|
- <Compile Include="..\..\Unity\Codes\Model\Module\Numeric\NumericType.cs">
|
|
|
- <Link>Module\Numeric\NumericType.cs</Link>
|
|
|
+
|
|
|
+ <Compile Include="..\..\Unity\Codes\Model\Module\ActorLocation\**\*.cs">
|
|
|
+ <Link>Module\ActorLocation\%(RecursiveDir)%(FileName)%(Extension)</Link>
|
|
|
</Compile>
|
|
|
- <Compile Include="..\..\Unity\Codes\Model\Module\Numeric\NumericWatcherAttribute.cs">
|
|
|
- <Link>Module\Numeric\NumericWatcherAttribute.cs</Link>
|
|
|
+
|
|
|
+ <Compile Include="..\..\Unity\Assets\Mono\Module\NetworkTCP\**\*.cs">
|
|
|
+ <Link>Module\NetworkTCP\%(RecursiveDir)%(FileName)%(Extension)</Link>
|
|
|
</Compile>
|
|
|
- <Compile Include="..\..\Unity\Codes\Model\Module\Numeric\NumericWatcherComponent.cs">
|
|
|
- <Link>Module\Numeric\NumericWatcherComponent.cs</Link>
|
|
|
+ <Compile Include="..\..\Unity\Codes\Model\Module\Numeric\**\*.cs">
|
|
|
+ <Link>Module\Numeric\%(RecursiveDir)%(FileName)%(Extension)</Link>
|
|
|
</Compile>
|
|
|
- </ItemGroup>
|
|
|
-
|
|
|
- <ItemGroup>
|
|
|
-
|
|
|
+
|
|
|
<Compile Include="..\..\Unity\Assets\Mono\Module\Network\**\*.cs">
|
|
|
<Link>Module\Network\%(RecursiveDir)%(FileName)%(Extension)</Link>
|
|
|
</Compile>
|
|
|
@@ -110,6 +80,13 @@
|
|
|
<Compile Include="..\..\Unity\Assets\Mono\Module\Message\**\*.cs">
|
|
|
<Link>Module\Message\%(RecursiveDir)%(FileName)%(Extension)</Link>
|
|
|
</Compile>
|
|
|
+
|
|
|
+ <Compile Include="..\..\Unity\Codes\Model\Client\**\*.cs">
|
|
|
+ <Link>Client\%(RecursiveDir)%(FileName)%(Extension)</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\..\Unity\Codes\Model\Share\**\*.cs">
|
|
|
+ <Link>Share\%(RecursiveDir)%(FileName)%(Extension)</Link>
|
|
|
+ </Compile>
|
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|
|
|
<ProjectReference Include="..\..\ThirdParty\ETTask\ETTask.csproj" />
|