@@ -124,7 +124,8 @@ python.exe ..\bin\txt_to_c.py --output .\java_interface.cpp ..\src\templates\jav
124124python.exe ..\bin\txt_to_c.py --output .\java_struct.cpp ..\src\templates\java_struct.template
125125python.exe ..\bin\txt_to_c.py --output .\java_server.cpp ..\src\templates\java_server.template
126126python.exe ..\bin\txt_to_c.py --output .\java_client.cpp ..\src\templates\java_client.template
127- python.exe ..\bin\txt_to_c.py --output .\java_const.cpp ..\src\templates\java_const.template</Command >
127+ python.exe ..\bin\txt_to_c.py --output .\java_const.cpp ..\src\templates\java_const.template
128+ python.exe ..\bin\txt_to_c.py --output .\rust_template.cpp ..\src\templates\rust_template.template</Command >
128129 </PreBuildEvent >
129130 </ItemDefinitionGroup >
130131 <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
@@ -212,6 +213,7 @@ python.exe ..\bin\txt_to_c.py --output .\java_const.cpp ..\src\templates\java_co
212213 <ClInclude Include =" ..\src\InterfaceDefinition.hpp" />
213214 <ClInclude Include =" ..\src\ParseErrors.hpp" />
214215 <ClInclude Include =" ..\src\PythonGenerator.hpp" />
216+ <ClInclude Include =" ..\src\RustGenerator.hpp" />
215217 <ClInclude Include =" ..\src\SymbolScanner.hpp" />
216218 <ClInclude Include =" ..\src\Token.hpp" />
217219 <ClInclude Include =" ..\src\types\AliasType.hpp" />
@@ -254,6 +256,7 @@ python.exe ..\bin\txt_to_c.py --output .\java_const.cpp ..\src\templates\java_co
254256 <ClCompile Include =" ..\src\InterfaceDefinition.cpp" />
255257 <ClCompile Include =" ..\src\ParseErrors.cpp" />
256258 <ClCompile Include =" ..\src\PythonGenerator.cpp" />
259+ <ClCompile Include =" ..\src\RustGenerator.cpp" />
257260 <ClCompile Include =" ..\src\SymbolScanner.cpp" />
258261 <ClCompile Include =" ..\src\Token.cpp" />
259262 <ClCompile Include =" ..\src\types\Type.cpp" />
@@ -280,6 +283,7 @@ python.exe ..\bin\txt_to_c.py --output .\java_const.cpp ..\src\templates\java_co
280283 <ClCompile Include =" java_client.cpp" />
281284 <ClCompile Include =" java_coders.cpp" />
282285 <ClCompile Include =" java_const.cpp" />
286+ <ClCompile Include =" rust_template.cpp" />
283287 <ClCompile Include =" java_enum.cpp" />
284288 <ClCompile Include =" java_interface.cpp" />
285289 <ClCompile Include =" java_server.cpp" />
0 commit comments