1<?xml version="1.0" encoding="UTF-8"?>
2<configuration>
3    <!-- The name of the target platform. This parameter is only used to name the final archive.
4         Example values: win64-vc141, linux64-gcc48, mac64-clang, etc. -->
5    <platform>win64-vc141</platform>
6
7    <!-- The name of the configuration. Binary files will be taken from sandbox/bin/<configuration>/. -->
8    <configuration>vc141\Ship</configuration>
9
10    <!-- The path to the appleseed installation where binaries files will be taken from. -->
11    <appleseed_path>C:\appleseed</appleseed_path>
12
13    <!-- The path to appleseed header files. -->
14    <appleseed_headers_path>C:\appleseed\src\appleseed</appleseed_headers_path>
15
16    <!-- The path to the Qt shared libraries. -->
17    <qt_runtime_path>C:\dev\qt\5.12.2\msvc2017_64\bin</qt_runtime_path>
18
19    <!-- The path to the platform runtime files (Windows only). -->
20    <platform_runtime_path>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\VC\Redist\MSVC\14.16.27012\x64\Microsoft.VC141.CRT</platform_runtime_path>
21
22    <!-- The path to a Python 2.7 installation. -->
23    <python_path>C:\appleseed-deps\python27</python_path>
24
25    <!-- The directory inside which the final archive file will be created. -->
26    <package_output_path>C:\appleseed\archives\releases</package_output_path>
27</configuration>
28