-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathcopy.bat
43 lines (29 loc) · 2.27 KB
/
copy.bat
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
@echo on
copy /y DslLib\bin\Debug\netstandard2.0\Dsl.dll ..\BatchCommand\deps\Dsl.dll
copy /y DslLib\bin\Debug\netstandard2.0\Dsl.pdb ..\BatchCommand\deps\Dsl.pdb
rem copy /y DslLib\bin\Debug\netstandard2.0\Dsl.dll ..\Cs2Dsl\dep\Dsl.dll
rem copy /y DslLib\bin\Debug\netstandard2.0\Dsl.pdb ..\Cs2Dsl\dep\Dsl.pdb
rem copy /y DslLib\bin\Debug\netstandard2.0\Dsl.dll ..\Cs2Lua\dep\Dsl.dll
rem copy /y DslLib\bin\Debug\netstandard2.0\Dsl.pdb ..\Cs2Lua\dep\Dsl.pdb
rem copy /y DslLib\bin\Debug\netstandard2.0\Dsl.dll ..\Cs2LuaRewriter\dep\Dsl.dll
rem copy /y DslLib\bin\Debug\netstandard2.0\Dsl.pdb ..\Cs2LuaRewriter\dep\Dsl.pdb
rem copy /y DslLib\bin\Debug\netstandard2.0\Dsl.dll ..\CSharpHookRewriter\dep\Dsl.dll
rem copy /y DslLib\bin\Debug\netstandard2.0\Dsl.pdb ..\CSharpHookRewriter\dep\Dsl.pdb
rem copy /y DslLib\bin\Debug\netstandard2.0\Dsl.dll ..\UnusedClass\dep\Dsl.dll
rem copy /y DslLib\bin\Debug\netstandard2.0\Dsl.pdb ..\UnusedClass\dep\Dsl.pdb
rem copy /y DslLib\bin\Debug\netstandard2.0\Dsl.dll ..\ScriptInterpreterByDsl\deps\Dsl.dll
rem copy /y DslLib\bin\Debug\netstandard2.0\Dsl.pdb ..\ScriptInterpreterByDsl\deps\Dsl.pdb
rem copy /y DslLib\bin\Debug\netstandard2.0\Dsl.dll ..\mallochook\dep\Dsl.dll
rem copy /y DslLib\bin\Debug\netstandard2.0\Dsl.pdb ..\mallochook\dep\Dsl.pdb
copy /y DslLib\bin\Debug\netstandard2.0\Dsl.dll ..\DotnetPatch\dep\Dsl.dll
copy /y DslLib\bin\Debug\netstandard2.0\Dsl.pdb ..\DotnetPatch\dep\Dsl.pdb
copy /y DslLib\bin\Debug\netstandard2.0\Dsl.dll ..\CSharpGameFramework\ExternalLibrary\Dsl.dll
copy /y DslLib\bin\Debug\netstandard2.0\Dsl.pdb ..\CSharpGameFramework\ExternalLibrary\Dsl.pdb
copy /y DslLib\bin\Debug\netstandard2.0\Dsl.dll ..\GameDemo\GameLibrary\ExternLibrary\Dsl.dll
copy /y DslLib\bin\Debug\netstandard2.0\Dsl.pdb ..\GameDemo\GameLibrary\ExternLibrary\Dsl.pdb
copy /y DslLib\bin\Debug\netstandard2.0\Dsl.dll ..\BatchCommandApp\Assets\Plugins\Dsl.dll
copy /y DslLib\bin\Debug\netstandard2.0\Dsl.dll ..\CSharpGameFramework\Unity3d\Assets\Plugins\Dsl.dll
copy /y DslLib\bin\Debug\netstandard2.0\Dsl.dll ..\GameDemo\Unity3dProject\Assets\Plugins\game\Dsl.dll
copy /y DslLib\bin\Debug\netstandard2.0\Dsl.dll ..\UnityProjForProfiler\Assets\Plugins\Dsl.dll
rem copy /y DslLib\bin\Debug\netstandard2.0\Dsl.dll ..\TerrainGenByDsl\Assets\Plugins\Dsl.dll
@pause