diff options
author | Benoit Germain <benoit.germain@ubisoft.com> | 2025-03-21 16:59:11 +0100 |
---|---|---|
committer | Benoit Germain <benoit.germain@ubisoft.com> | 2025-03-21 16:59:11 +0100 |
commit | f42485097080f1c221b6a83a4ff29a457a9a9da1 (patch) | |
tree | 8dbd409b2c3e987c1cd301c9cd5c9c66bf035c24 | |
parent | ab6f397df60c7ff6116705b7d045a990979176aa (diff) | |
download | lanes-f42485097080f1c221b6a83a4ff29a457a9a9da1.tar.gz lanes-f42485097080f1c221b6a83a4ff29a457a9a9da1.tar.bz2 lanes-f42485097080f1c221b6a83a4ff29a457a9a9da1.zip |
Remove .user file
-rw-r--r-- | Lanes.vcxproj.user | 191 |
1 files changed, 0 insertions, 191 deletions
diff --git a/Lanes.vcxproj.user b/Lanes.vcxproj.user deleted file mode 100644 index e80b250..0000000 --- a/Lanes.vcxproj.user +++ /dev/null | |||
@@ -1,191 +0,0 @@ | |||
1 | <?xml version="1.0" encoding="utf-8"?> | ||
2 | <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
3 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.1|Win32'"> | ||
4 | <LocalDebuggerCommand>$(SolutionDir)..\Lua51\bin\$(Platform)\Debug\lua51.exe</LocalDebuggerCommand> | ||
5 | </PropertyGroup> | ||
6 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release LuaJIT|Win32'"> | ||
7 | <LocalDebuggerCommand>$(SolutionDir)..\LuaJIT-GIT\bin\$(Platform)\luajitgit.exe</LocalDebuggerCommand> | ||
8 | </PropertyGroup> | ||
9 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.3|Win32'"> | ||
10 | <LocalDebuggerCommand>$(SolutionDir)..\Lua53\bin\$(Platform)\Debug\lua53.exe</LocalDebuggerCommand> | ||
11 | </PropertyGroup> | ||
12 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.4|Win32'"> | ||
13 | <LocalDebuggerCommand>$(SolutionDir)..\framework\lua54.exe</LocalDebuggerCommand> | ||
14 | </PropertyGroup> | ||
15 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release MoonJIT|Win32'"> | ||
16 | <LocalDebuggerCommand>$(SolutionDir)..\MoonJIT\bin\$(Platform)\moonjit.exe</LocalDebuggerCommand> | ||
17 | </PropertyGroup> | ||
18 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.3|Win32'"> | ||
19 | <LocalDebuggerCommand>$(SolutionDir)..\Lua53\bin\$(Platform)\Release\lua53.exe</LocalDebuggerCommand> | ||
20 | </PropertyGroup> | ||
21 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.4|Win32'"> | ||
22 | <LocalDebuggerCommand>$(SolutionDir)..\framework\lua54.exe</LocalDebuggerCommand> | ||
23 | </PropertyGroup> | ||
24 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.2|Win32'"> | ||
25 | <LocalDebuggerCommand>$(SolutionDir)..\Lua52\bin\$(Platform)\Debug\lua52.exe</LocalDebuggerCommand> | ||
26 | </PropertyGroup> | ||
27 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.1|Win32'"> | ||
28 | <LocalDebuggerCommandArguments>error.lua</LocalDebuggerCommandArguments> | ||
29 | </PropertyGroup> | ||
30 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release LuaJIT|Win32'"> | ||
31 | <LocalDebuggerCommandArguments>-joff -i</LocalDebuggerCommandArguments> | ||
32 | </PropertyGroup> | ||
33 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.3|Win32'"> | ||
34 | <LocalDebuggerCommandArguments> | ||
35 | </LocalDebuggerCommandArguments> | ||
36 | </PropertyGroup> | ||
37 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.4|Win32'"> | ||
38 | <LocalDebuggerCommandArguments /> | ||
39 | </PropertyGroup> | ||
40 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release MoonJIT|Win32'"> | ||
41 | <LocalDebuggerCommandArguments /> | ||
42 | </PropertyGroup> | ||
43 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.3|Win32'"> | ||
44 | <LocalDebuggerCommandArguments /> | ||
45 | </PropertyGroup> | ||
46 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.4|Win32'"> | ||
47 | <LocalDebuggerCommandArguments /> | ||
48 | </PropertyGroup> | ||
49 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.2|Win32'"> | ||
50 | <LocalDebuggerCommandArguments>Launcher.lua</LocalDebuggerCommandArguments> | ||
51 | </PropertyGroup> | ||
52 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.1|Win32'"> | ||
53 | <LocalDebuggerWorkingDirectory>$(SolutionDir)Lanes\lanes\tests\</LocalDebuggerWorkingDirectory> | ||
54 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> | ||
55 | </PropertyGroup> | ||
56 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release LuaJIT|Win32'"> | ||
57 | <LocalDebuggerWorkingDirectory>$(SolutionDir)Lanes\lanes\tests\</LocalDebuggerWorkingDirectory> | ||
58 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> | ||
59 | </PropertyGroup> | ||
60 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.3|Win32'"> | ||
61 | <LocalDebuggerWorkingDirectory>$(SolutionDir)Lanes\lanes\tests\</LocalDebuggerWorkingDirectory> | ||
62 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> | ||
63 | </PropertyGroup> | ||
64 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.4|Win32'"> | ||
65 | <LocalDebuggerWorkingDirectory>$(SolutionDir)Lanes\lanes\tests\</LocalDebuggerWorkingDirectory> | ||
66 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> | ||
67 | </PropertyGroup> | ||
68 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release MoonJIT|Win32'"> | ||
69 | <LocalDebuggerWorkingDirectory>$(SolutionDir)Lanes\lanes\tests\</LocalDebuggerWorkingDirectory> | ||
70 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> | ||
71 | </PropertyGroup> | ||
72 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.3|Win32'"> | ||
73 | <LocalDebuggerWorkingDirectory>$(SolutionDir)Lanes\lanes\tests\</LocalDebuggerWorkingDirectory> | ||
74 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> | ||
75 | </PropertyGroup> | ||
76 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.4|Win32'"> | ||
77 | <LocalDebuggerWorkingDirectory>$(SolutionDir)Lanes\lanes\tests\</LocalDebuggerWorkingDirectory> | ||
78 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> | ||
79 | </PropertyGroup> | ||
80 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.2|Win32'"> | ||
81 | <LocalDebuggerWorkingDirectory>$(SolutionDir)Lanes\lanes\tests\</LocalDebuggerWorkingDirectory> | ||
82 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> | ||
83 | </PropertyGroup> | ||
84 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.2|Win32'"> | ||
85 | <LocalDebuggerCommand>$(SolutionDir)..\Lua52\bin\$(Platform)\Release\lua52.exe</LocalDebuggerCommand> | ||
86 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> | ||
87 | <LocalDebuggerCommandArguments>keeper.lua</LocalDebuggerCommandArguments> | ||
88 | <LocalDebuggerWorkingDirectory>$(SolutionDir)Lanes\lanes\tests\</LocalDebuggerWorkingDirectory> | ||
89 | </PropertyGroup> | ||
90 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.1|x64'"> | ||
91 | <LocalDebuggerCommand>$(SolutionDir)..\Lua51\bin\$(Platform)\Debug\lua51.exe</LocalDebuggerCommand> | ||
92 | <LocalDebuggerCommandArguments>keeper.lua timer.lua</LocalDebuggerCommandArguments> | ||
93 | <LocalDebuggerWorkingDirectory>$(SolutionDir)Lanes\lanes\tests\</LocalDebuggerWorkingDirectory> | ||
94 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> | ||
95 | <RemoteDebuggerCommandArguments>keeper.lua timer.lua</RemoteDebuggerCommandArguments> | ||
96 | </PropertyGroup> | ||
97 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.1|ORBIS'"> | ||
98 | <LocalDebuggerCommand>C:\Lua\5.1\lua51.exe</LocalDebuggerCommand> | ||
99 | <LocalDebuggerCommandArguments /> | ||
100 | <LocalDebuggerWorkingDirectory>C:\Lua\5.1\</LocalDebuggerWorkingDirectory> | ||
101 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> | ||
102 | </PropertyGroup> | ||
103 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release LuaJIT|x64'"> | ||
104 | <LocalDebuggerCommand>$(SolutionDir)..\LuaJIT-GIT\bin\$(Platform)\luajitgit.exe</LocalDebuggerCommand> | ||
105 | <LocalDebuggerCommandArguments>cancel.lua hook</LocalDebuggerCommandArguments> | ||
106 | <LocalDebuggerWorkingDirectory>$(SolutionDir)Lanes\lanes\tests\</LocalDebuggerWorkingDirectory> | ||
107 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> | ||
108 | <RemoteDebuggerCommandArguments>cancel.lua hook</RemoteDebuggerCommandArguments> | ||
109 | </PropertyGroup> | ||
110 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug LuaJIT 2.0.5|ORBIS'"> | ||
111 | <LocalDebuggerCommand>C:\Lua\JIT2_64\luajit64.exe</LocalDebuggerCommand> | ||
112 | <LocalDebuggerCommandArguments /> | ||
113 | <LocalDebuggerWorkingDirectory>C:\Lua\JIT2_64\</LocalDebuggerWorkingDirectory> | ||
114 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> | ||
115 | </PropertyGroup> | ||
116 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug LuaJIT 2.1.0-beta3|ORBIS'"> | ||
117 | <LocalDebuggerCommand>C:\Lua\JIT2_64\luajit64.exe</LocalDebuggerCommand> | ||
118 | <LocalDebuggerCommandArguments /> | ||
119 | <LocalDebuggerWorkingDirectory>C:\Lua\JIT2_64\</LocalDebuggerWorkingDirectory> | ||
120 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> | ||
121 | </PropertyGroup> | ||
122 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release LuaJIT|ORBIS'"> | ||
123 | <LocalDebuggerCommand>C:\Lua\JIT2_64\luajit64.exe</LocalDebuggerCommand> | ||
124 | <LocalDebuggerCommandArguments /> | ||
125 | <LocalDebuggerWorkingDirectory>C:\Lua\JIT2_64\</LocalDebuggerWorkingDirectory> | ||
126 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> | ||
127 | </PropertyGroup> | ||
128 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.3|x64'"> | ||
129 | <LocalDebuggerCommand>$(SolutionDir)..\Lua53\bin\$(Platform)\Release\lua53.exe</LocalDebuggerCommand> | ||
130 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> | ||
131 | <LocalDebuggerWorkingDirectory>$(SolutionDir)Lanes\lanes\tests\</LocalDebuggerWorkingDirectory> | ||
132 | <LocalDebuggerCommandArguments>-i -- basic.lua</LocalDebuggerCommandArguments> | ||
133 | </PropertyGroup> | ||
134 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.4|x64'"> | ||
135 | <LocalDebuggerCommand>$(SolutionDir)..\framework\lua54.exe</LocalDebuggerCommand> | ||
136 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> | ||
137 | <LocalDebuggerWorkingDirectory>$(SolutionDir)Lanes\lanes\tests\</LocalDebuggerWorkingDirectory> | ||
138 | <LocalDebuggerCommandArguments>-e "TEST1=50 PREFILL1=1000 FILL1=100000" linda_perf.lua timer.lua</LocalDebuggerCommandArguments> | ||
139 | <RemoteDebuggerCommandArguments>-e "TEST1=50 PREFILL1=1000 FILL1=100000" linda_perf.lua timer.lua</RemoteDebuggerCommandArguments> | ||
140 | </PropertyGroup> | ||
141 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.3|ORBIS'"> | ||
142 | <LocalDebuggerCommand>D:\Boulot\anubis\Lua\framework\lua53.exe</LocalDebuggerCommand> | ||
143 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> | ||
144 | </PropertyGroup> | ||
145 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.4|ORBIS'"> | ||
146 | <LocalDebuggerCommand>D:\Boulot\anubis\Lua\framework\lua53.exe</LocalDebuggerCommand> | ||
147 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> | ||
148 | </PropertyGroup> | ||
149 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.3|x64'"> | ||
150 | <LocalDebuggerCommand>$(SolutionDir)..\Lua53\bin\$(Platform)\Debug\lua53.exe</LocalDebuggerCommand> | ||
151 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> | ||
152 | <LocalDebuggerWorkingDirectory>$(SolutionDir)Lanes\lanes\tests\</LocalDebuggerWorkingDirectory> | ||
153 | <LocalDebuggerCommandArguments>cancel.lua "kill"</LocalDebuggerCommandArguments> | ||
154 | <RemoteDebuggerCommandArguments>cancel.lua "kill"</RemoteDebuggerCommandArguments> | ||
155 | </PropertyGroup> | ||
156 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.4|x64'"> | ||
157 | <LocalDebuggerCommand>$(SolutionDir)..\framework\lua54.exe</LocalDebuggerCommand> | ||
158 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> | ||
159 | <LocalDebuggerWorkingDirectory>$(SolutionDir)Lanes\lanes\tests\</LocalDebuggerWorkingDirectory> | ||
160 | <LocalDebuggerCommandArguments>protect_allocator.lua</LocalDebuggerCommandArguments> | ||
161 | <RemoteDebuggerCommandArguments>protect_allocator.lua</RemoteDebuggerCommandArguments> | ||
162 | </PropertyGroup> | ||
163 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release MoonJIT|x64'"> | ||
164 | <LocalDebuggerCommand>$(SolutionDir)..\MoonJIT\bin\$(Platform)\moonjit.exe</LocalDebuggerCommand> | ||
165 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> | ||
166 | <LocalDebuggerWorkingDirectory>$(SolutionDir)Lanes\lanes\tests\</LocalDebuggerWorkingDirectory> | ||
167 | <LocalDebuggerCommandArguments>-joff -i</LocalDebuggerCommandArguments> | ||
168 | </PropertyGroup> | ||
169 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.2|x64'"> | ||
170 | <LocalDebuggerCommand>$(SolutionDir)..\Lua52\bin\$(Platform)\Debug\lua52.exe</LocalDebuggerCommand> | ||
171 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> | ||
172 | <LocalDebuggerWorkingDirectory>$(SolutionDir)Lanes\lanes\tests\</LocalDebuggerWorkingDirectory> | ||
173 | <LocalDebuggerCommandArguments>keeper.lua timer.lua</LocalDebuggerCommandArguments> | ||
174 | <RemoteDebuggerCommandArguments>keeper.lua timer.lua</RemoteDebuggerCommandArguments> | ||
175 | </PropertyGroup> | ||
176 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.1|Win32'"> | ||
177 | <LocalDebuggerWorkingDirectory>$(SolutionDir)Lanes\lanes\tests\</LocalDebuggerWorkingDirectory> | ||
178 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> | ||
179 | <LocalDebuggerCommand>$(SolutionDir)..\Lua51\bin\$(Platform)\Release\lua51.exe</LocalDebuggerCommand> | ||
180 | </PropertyGroup> | ||
181 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.1|x64'"> | ||
182 | <LocalDebuggerWorkingDirectory>$(SolutionDir)Lanes\lanes\tests\</LocalDebuggerWorkingDirectory> | ||
183 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> | ||
184 | <LocalDebuggerCommand>$(SolutionDir)..\Lua51\bin\$(Platform)\Release\lua51.exe</LocalDebuggerCommand> | ||
185 | </PropertyGroup> | ||
186 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.2|x64'"> | ||
187 | <LocalDebuggerWorkingDirectory>$(SolutionDir)Lanes\lanes\tests\</LocalDebuggerWorkingDirectory> | ||
188 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> | ||
189 | <LocalDebuggerCommand>$(SolutionDir)..\Lua52\bin\$(Platform)\Release\lua52.exe</LocalDebuggerCommand> | ||
190 | </PropertyGroup> | ||
191 | </Project> \ No newline at end of file | ||