fix: project files
This commit is contained in:
parent
7608996dda
commit
02e418d0e2
|
|
@ -22,7 +22,7 @@
|
|||
<ClCompile Include="..\..\core\actions\Action.cpp" />
|
||||
<ClCompile Include="..\..\core\actions\Animate.cpp" />
|
||||
<ClCompile Include="..\..\core\actions\Animation.cpp" />
|
||||
<ClCompile Include="..\..\core\actions\Callback.cpp" />
|
||||
<ClCompile Include="..\..\core\actions\CallFunc.cpp" />
|
||||
<ClCompile Include="..\..\core\actions\Delay.cpp" />
|
||||
<ClCompile Include="..\..\core\actions\FadeIn.cpp" />
|
||||
<ClCompile Include="..\..\core\actions\FadeOut.cpp" />
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@
|
|||
<ClCompile Include="..\..\core\actions\Animation.cpp">
|
||||
<Filter>actions</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\core\actions\Callback.cpp">
|
||||
<ClCompile Include="..\..\core\actions\CallFunc.cpp">
|
||||
<Filter>actions</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\core\actions\Delay.cpp">
|
||||
|
|
|
|||
|
|
@ -166,7 +166,7 @@
|
|||
<ClCompile Include="..\..\core\actions\Action.cpp" />
|
||||
<ClCompile Include="..\..\core\actions\Animate.cpp" />
|
||||
<ClCompile Include="..\..\core\actions\Animation.cpp" />
|
||||
<ClCompile Include="..\..\core\actions\Callback.cpp" />
|
||||
<ClCompile Include="..\..\core\actions\CallFunc.cpp" />
|
||||
<ClCompile Include="..\..\core\actions\Delay.cpp" />
|
||||
<ClCompile Include="..\..\core\actions\FadeIn.cpp" />
|
||||
<ClCompile Include="..\..\core\actions\FadeOut.cpp" />
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@
|
|||
<ClCompile Include="..\..\core\actions\Animation.cpp">
|
||||
<Filter>actions</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\core\actions\Callback.cpp">
|
||||
<ClCompile Include="..\..\core\actions\CallFunc.cpp">
|
||||
<Filter>actions</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\core\actions\Delay.cpp">
|
||||
|
|
|
|||
|
|
@ -199,7 +199,7 @@
|
|||
<ClCompile Include="..\..\core\actions\Action.cpp" />
|
||||
<ClCompile Include="..\..\core\actions\Animate.cpp" />
|
||||
<ClCompile Include="..\..\core\actions\Animation.cpp" />
|
||||
<ClCompile Include="..\..\core\actions\Callback.cpp" />
|
||||
<ClCompile Include="..\..\core\actions\CallFunc.cpp" />
|
||||
<ClCompile Include="..\..\core\actions\Delay.cpp" />
|
||||
<ClCompile Include="..\..\core\actions\FadeIn.cpp" />
|
||||
<ClCompile Include="..\..\core\actions\FadeOut.cpp" />
|
||||
|
|
|
|||
|
|
@ -36,9 +36,6 @@
|
|||
<ClCompile Include="..\..\core\actions\Animation.cpp">
|
||||
<Filter>actions</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\core\actions\Callback.cpp">
|
||||
<Filter>actions</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\core\actions\Delay.cpp">
|
||||
<Filter>actions</Filter>
|
||||
</ClCompile>
|
||||
|
|
@ -204,6 +201,9 @@
|
|||
<ClCompile Include="..\..\core\utils\Random.cpp">
|
||||
<Filter>utils</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\core\actions\CallFunc.cpp">
|
||||
<Filter>actions</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\..\core\easy2d.h" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue