<?xml version="1.0" encoding="utf-16"?>
<UserSettingsXml xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<AuthType>Ptc</AuthType> <!-- Google or Ptc -->
<DefaultLatitude>40.764905</DefaultLatitude> <!-- Change this to your Latitude -->
<DefaultLongitude>-73.972609</DefaultLongitude> <!-- Change this to your Longitude -->
<GoogleRefreshToken>xyz</GoogleRefreshToken> <!-- When starting the Program you will get your token to fill in. -->
<PtcPassword>xyz</PtcPassword> <!-- IF you are using PTC fill in your password -->
<PtcUsername>xyz</PtcUsername> <!-- IF you are using PTC fill in your username -->
<EvolveAllGivenPokemons>false</EvolveAllGivenPokemons> <!-- Do you want to evolve all of your pokemon? Change to true -->
<TransferType>leaveStrongest</TransferType> <!-- Transfertypes are as follows: leaveStrongest, all, duplicate, cp leave at none to keep all pokemon caught. -->
<TransferCPThreshold>10</TransferCPThreshold> <!-- IF you are using the Transfertype cp then this will be the maximum cp to transfer -->
</UserSettingsXml>