diff options
| author | Benoit Germain <benoit.germain@ubisoft.com> | 2025-12-01 09:15:27 +0100 |
|---|---|---|
| committer | Benoit Germain <benoit.germain@ubisoft.com> | 2025-12-01 09:15:27 +0100 |
| commit | 469bc8451db8078dca6cac4350cf874c47cef5f2 (patch) | |
| tree | 67b32d1964e432697417b1c9a08a8954ea28621c /Lanes.vcxproj | |
| parent | 11503fb0fa1b63f9fc4b9076da27de5b1ae5669a (diff) | |
| download | lanes-master.tar.gz lanes-master.tar.bz2 lanes-master.zip | |
Diffstat (limited to '')
| -rw-r--r-- | Lanes.vcxproj | 4 | ||||
| -rw-r--r-- | Lanes.vcxproj.filters | 12 |
2 files changed, 16 insertions, 0 deletions
diff --git a/Lanes.vcxproj b/Lanes.vcxproj index 120f473..dedffc0 100644 --- a/Lanes.vcxproj +++ b/Lanes.vcxproj | |||
| @@ -1779,6 +1779,8 @@ xcopy /F /I /R /Y "$(OutputPath)$(TargetName).pdb" "$(SolutionDir)_LuaVersions/$ | |||
| 1779 | </ItemGroup> | 1779 | </ItemGroup> |
| 1780 | <ItemGroup> | 1780 | <ItemGroup> |
| 1781 | <None Include="..\..\.clang-format" /> | 1781 | <None Include="..\..\.clang-format" /> |
| 1782 | <None Include="ABOUT" /> | ||
| 1783 | <None Include="BUGS" /> | ||
| 1782 | <None Include="CHANGES" /> | 1784 | <None Include="CHANGES" /> |
| 1783 | <CustomBuild Include="src\lanes.lua"> | 1785 | <CustomBuild Include="src\lanes.lua"> |
| 1784 | <FileType>Document</FileType> | 1786 | <FileType>Document</FileType> |
| @@ -2024,11 +2026,13 @@ xcopy /F /I /R /Y "$(OutputPath)$(TargetName).pdb" "$(SolutionDir)_LuaVersions/$ | |||
| 2024 | </MaxItemsInBatch> | 2026 | </MaxItemsInBatch> |
| 2025 | </CustomBuild> | 2027 | </CustomBuild> |
| 2026 | <None Include="CMakeLists.txt" /> | 2028 | <None Include="CMakeLists.txt" /> |
| 2029 | <None Include="COPYRIGHT" /> | ||
| 2027 | <None Include="docs\comparison.html" /> | 2030 | <None Include="docs\comparison.html" /> |
| 2028 | <None Include="docs\index.html" /> | 2031 | <None Include="docs\index.html" /> |
| 2029 | <None Include="lanes-4.0.0-0.rockspec" /> | 2032 | <None Include="lanes-4.0.0-0.rockspec" /> |
| 2030 | <None Include="Lanes.slnenv" /> | 2033 | <None Include="Lanes.slnenv" /> |
| 2031 | <None Include="make-vc.cmd" /> | 2034 | <None Include="make-vc.cmd" /> |
| 2035 | <None Include="README" /> | ||
| 2032 | <None Include="Shared.makefile" /> | 2036 | <None Include="Shared.makefile" /> |
| 2033 | <None Include="src\Lanes.makefile" /> | 2037 | <None Include="src\Lanes.makefile" /> |
| 2034 | <None Include="Makefile" /> | 2038 | <None Include="Makefile" /> |
diff --git a/Lanes.vcxproj.filters b/Lanes.vcxproj.filters index b8196c8..4cf3a2b 100644 --- a/Lanes.vcxproj.filters +++ b/Lanes.vcxproj.filters | |||
| @@ -300,6 +300,18 @@ | |||
| 300 | <None Include="tests\pingpong.lua"> | 300 | <None Include="tests\pingpong.lua"> |
| 301 | <Filter>tests</Filter> | 301 | <Filter>tests</Filter> |
| 302 | </None> | 302 | </None> |
| 303 | <None Include="ABOUT"> | ||
| 304 | <Filter>Resource Files</Filter> | ||
| 305 | </None> | ||
| 306 | <None Include="BUGS"> | ||
| 307 | <Filter>Resource Files</Filter> | ||
| 308 | </None> | ||
| 309 | <None Include="COPYRIGHT"> | ||
| 310 | <Filter>Resource Files</Filter> | ||
| 311 | </None> | ||
| 312 | <None Include="README"> | ||
| 313 | <Filter>Resource Files</Filter> | ||
| 314 | </None> | ||
| 303 | </ItemGroup> | 315 | </ItemGroup> |
| 304 | <ItemGroup> | 316 | <ItemGroup> |
| 305 | <CustomBuild Include="src\lanes.lua"> | 317 | <CustomBuild Include="src\lanes.lua"> |
