|
|
@@ -23,36 +23,23 @@
|
|
|
</PropertyGroup>
|
|
|
<ItemGroup>
|
|
|
|
|
|
- <Compile Include="..\..\Codes\Plugins\*\Model\Server\**\*.cs">
|
|
|
- <Link>Server\Plugins\$([System.String]::new(%(RecursiveDir)).Replace('Model\Server',''))%(FileName)%(Extension)</Link>
|
|
|
- </Compile>
|
|
|
-
|
|
|
- <Compile Include="..\..\Codes\Plugins\*\Model\Client\**\*.cs">
|
|
|
- <Link>Client\Plugins\$([System.String]::new(%(RecursiveDir)).Replace('Model\Client',''))%(FileName)%(Extension)</Link>
|
|
|
- </Compile>
|
|
|
-
|
|
|
-
|
|
|
- <Compile Include="..\..\Codes\Plugins\*\Model\Share\**\*.cs">
|
|
|
- <Link>Share\Plugins\$([System.String]::new(%(RecursiveDir)).Replace('Model\Share',''))%(FileName)%(Extension)</Link>
|
|
|
- </Compile>
|
|
|
-
|
|
|
<Compile Include="..\..\Unity\Assets\Mono\Core\**\*.cs">
|
|
|
<Link>Core\%(RecursiveDir)%(FileName)%(Extension)</Link>
|
|
|
</Compile>
|
|
|
|
|
|
- <Compile Include="..\..\Codes\Model\Server\**\*.cs">
|
|
|
+ <Compile Include="..\..\Unity\Assets\Scripts\Codes\Model\Server\**\*.cs">
|
|
|
<Link>Server\%(RecursiveDir)%(FileName)%(Extension)</Link>
|
|
|
</Compile>
|
|
|
|
|
|
- <Compile Include="..\..\Codes\Model\Client\**\*.cs">
|
|
|
+ <Compile Include="..\..\Unity\Assets\Scripts\Codes\Model\Client\**\*.cs">
|
|
|
<Link>Client\%(RecursiveDir)%(FileName)%(Extension)</Link>
|
|
|
</Compile>
|
|
|
|
|
|
- <Compile Include="..\..\Codes\Model\Share\**\*.cs">
|
|
|
+ <Compile Include="..\..\Unity\Assets\Scripts\Codes\Model\Share\**\*.cs">
|
|
|
<Link>Share\%(RecursiveDir)%(FileName)%(Extension)</Link>
|
|
|
</Compile>
|
|
|
|
|
|
- <Compile Include="..\..\Codes\Generate\Server\**\*.cs">
|
|
|
+ <Compile Include="..\..\Unity\Assets\Scripts\Codes\Model\Generate\Server\**\*.cs">
|
|
|
<Link>Generate\%(RecursiveDir)%(FileName)%(Extension)</Link>
|
|
|
</Compile>
|
|
|
|