openstack-cli-powershell/Openstack.Client.Powershell/bin/Release/Openstack.Client.Powershell.dll.config
paybackman 961f31ef64 Initial Code Import
Change-Id: Ic5be6fe4e739c01656160ee8a8070ab08aef448f
2014-04-07 15:48:17 -05:00

16 lines
1.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<configSections>
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<section name="Openstack.Client.Powershell.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false"/>
</sectionGroup>
</configSections>
<userSettings>
<Openstack.Client.Powershell.Properties.Settings>
<setting name="FileQueueAppPath2" serializeAs="String">
<value>C:\Projects\OS\Openstack.Client.Powershell\Openstack.Client.AsyncQueue\Openstack.Client.AsyncQueue\bin\Debug\Openstack.Client.AsyncQueue.exe</value>
</setting>
</Openstack.Client.Powershell.Properties.Settings>
</userSettings>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/></startup></configuration>