blob: 0d54ca13ae6004614438dd54ca46310698be12a0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<?xml version='1.0' encoding='utf-8'?>
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="Project_Ports.Properties" GeneratedClassName="Settings">
<Profiles />
<Settings>
<Setting Name="hijacked" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">True</Value>
</Setting>
<Setting Name="chatterStoryline" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">True</Value>
</Setting>
<Setting Name="version" Type="System.String" Scope="User">
<Value Profile="(Default)">Alpha 0.2</Value>
</Setting>
</Settings>
</SettingsFile>
|