<?xml version="1.0" encoding="utf-8"?>
<!-- 
  Main configuration file for application settings
  Last updated: April 7, 2025
  Version: 1.0
-->
<Settings xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <!-- 
    LibraryPath: Points to the directory containing ConVoid Revit Families
    - Can be a network or shared location
    - All users require read access to this location
    - Default: {DOCUMENTS}\conclass\Revit Content
	You can use special folder placeholders with {FOLDERNAME} syntax:
	- {DOCUMENTS} - User's Documents folder
	- {DESKTOP} - User's Desktop folder
	- {APPDATA} - User's Roaming Application Data folder
	- {LOCALAPPDATA} - User's Local Application Data folder 
	- {PROGRAMFILES} - Program Files directory
	- {USERPROFILE} - User's profile directory (usually C:\Users\Username)

	Examples:
	- {DOCUMENTS}\conclass\Revit Content
	- {DESKTOP}\Project Files
	- {PROGRAMFILES}\YourCompany\Data
	- {USERPROFILE}\Documents\conclass
  -->
  <LibraryPath>{DOCUMENTS}\conclass\Revit Content</LibraryPath>
  
  <!-- 
    BcfPath: Storage location for BCF (Building Collaboration Format) files
    - Must be a private, non-shared location
    - Only the current user should have read/write access
    - Default: {DOCUMENTS}\conclass
	You can use special folder placeholders with {FOLDERNAME} syntax:
	- {DOCUMENTS} - User's Documents folder
	- {DESKTOP} - User's Desktop folder
	- {APPDATA} - User's Roaming Application Data folder
	- {LOCALAPPDATA} - User's Local Application Data folder 
	- {PROGRAMFILES} - Program Files directory
	- {USERPROFILE} - User's profile directory (usually C:\Users\Username)

	Examples:
	- {DOCUMENTS}\conclass\Revit Content
	- {DESKTOP}\Project Files
	- {PROGRAMFILES}\YourCompany\Data
	- {USERPROFILE}\Documents\conclass
  -->
  <BcfPath>{DOCUMENTS}\conclass</BcfPath>
</Settings>