Skip to content

Commit

Permalink
Added correct version of the UI components
Browse files Browse the repository at this point in the history
  • Loading branch information
HEskandari committed Dec 6, 2010
1 parent b5eeefc commit e7a0d28
Show file tree
Hide file tree
Showing 8 changed files with 507 additions and 550 deletions.
3 changes: 1 addition & 2 deletions Rhino.Licensing.AdminTool/Rhino.Licensing.AdminTool.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Rhino.Licensing.AdminTool</RootNamespace>
<AssemblyName>Rhino.Licensing.AdminTool</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<TargetFrameworkProfile>
</TargetFrameworkProfile>
<FileAlignment>512</FileAlignment>
Expand Down Expand Up @@ -108,7 +108,6 @@
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.Security" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xaml" />
<Reference Include="System.Xml" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
Expand Down
8 changes: 3 additions & 5 deletions Rhino.Licensing.AdminTool/app.config
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
<?xml version="1.0"?>
<configuration>
<configSections>
<sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
<section name="Rhino.Licensing.AdminTool.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
<sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<section name="Rhino.Licensing.AdminTool.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false"/>
</sectionGroup>
</configSections>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>
</startup>

<applicationSettings>
<Rhino.Licensing.AdminTool.Properties.Settings>
<setting name="DefaultTrialDays" serializeAs="String">
Expand Down
Binary file modified SharedLibs/FarsiLibrary.Resources.dll
Binary file not shown.
10 changes: 5 additions & 5 deletions SharedLibs/FarsiLibrary.Resources.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified SharedLibs/FarsiLibrary.Utils.dll
Binary file not shown.
456 changes: 208 additions & 248 deletions SharedLibs/FarsiLibrary.Utils.xml

Large diffs are not rendered by default.

Binary file modified SharedLibs/FarsiLibrary.WPF.dll
Binary file not shown.
580 changes: 290 additions & 290 deletions SharedLibs/FarsiLibrary.WPF.xml

Large diffs are not rendered by default.

0 comments on commit e7a0d28

Please sign in to comment.