添加项目文件。
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Diagnostics;
|
||||
using System.Reflection;
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.Versioning;
|
||||
|
||||
[assembly: AssemblyVersion("1.3.0.0")]
|
||||
[assembly: AssemblyCompany("KGdev.BI3D.Revit.Addin.MainWindow.External.Browser")]
|
||||
[assembly: AssemblyConfiguration("Release 2020")]
|
||||
[assembly: AssemblyFileVersion("1.3.0")]
|
||||
[assembly: AssemblyInformationalVersion("1.3.0")]
|
||||
[assembly: AssemblyProduct("KGdev.BI3D.Revit.Addin.MainWindow.External.Browser")]
|
||||
[assembly: AssemblyTitle("KGdev.BI3D.Revit.Addin.MainWindow.External.Browser")]
|
||||
54
KGdev.BI3D.Revit.Addin.MainWindow.External.Browser/Properties/Settings.Designer.cs
generated
Normal file
54
KGdev.BI3D.Revit.Addin.MainWindow.External.Browser/Properties/Settings.Designer.cs
generated
Normal file
@@ -0,0 +1,54 @@
|
||||
using System;
|
||||
using System.CodeDom.Compiler;
|
||||
using System.Configuration;
|
||||
using System.Diagnostics;
|
||||
using System.Drawing;
|
||||
using System.Runtime.CompilerServices;
|
||||
|
||||
namespace KGdev.BI3D.Revit.Addin.MainWindow.External.Browser.Properties
|
||||
{
|
||||
[CompilerGenerated]
|
||||
[GeneratedCode("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.6.0.0")]
|
||||
internal sealed partial class Settings : ApplicationSettingsBase
|
||||
{
|
||||
public static Settings Default
|
||||
{
|
||||
get
|
||||
{
|
||||
return Settings.defaultInstance;
|
||||
}
|
||||
}
|
||||
|
||||
[UserScopedSetting]
|
||||
[DebuggerNonUserCode]
|
||||
[DefaultSettingValue("0, 0")]
|
||||
public Point WindowLocation
|
||||
{
|
||||
get
|
||||
{
|
||||
return (Point)this["WindowLocation"];
|
||||
}
|
||||
set
|
||||
{
|
||||
this["WindowLocation"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[UserScopedSetting]
|
||||
[DebuggerNonUserCode]
|
||||
[DefaultSettingValue("1500, 800")]
|
||||
public Size WindowSize
|
||||
{
|
||||
get
|
||||
{
|
||||
return (Size)this["WindowSize"];
|
||||
}
|
||||
set
|
||||
{
|
||||
this["WindowSize"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
private static Settings defaultInstance = (Settings)SettingsBase.Synchronized(new Settings());
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<SettingsFile CurrentProfile="(Default)" GeneratedClassNamespace="KGdev.BI3D.Revit.Addin.MainWindow.External.Browser.Properties" GeneratedClassName="Settings" xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings">
|
||||
<Profiles />
|
||||
<Settings>
|
||||
<Setting Name="WindowLocation" Type="System.Drawing.Point" Scope="User">
|
||||
<Value Profile="(Default)">0, 0</Value>
|
||||
</Setting>
|
||||
<Setting Name="WindowSize" Type="System.Drawing.Size" Scope="User">
|
||||
<Value Profile="(Default)">1500, 800</Value>
|
||||
</Setting>
|
||||
</Settings>
|
||||
</SettingsFile>
|
||||
Reference in New Issue
Block a user