forked from mcneel/ghpython
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.config
18 lines (18 loc) · 990 Bytes
/
app.config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0"?>
<configuration>
<configSections>
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<section name="GhPython.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false"/>
</sectionGroup>
</configSections>
<userSettings>
<GhPython.Properties.Settings>
<setting name="EditorLocation" serializeAs="String">
<value>30, 30</value>
</setting>
<setting name="EditorSize" serializeAs="String">
<value>600, 700</value>
</setting>
</GhPython.Properties.Settings>
</userSettings>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup></configuration>