Ignore:
Timestamp:
Nov 15, 2004, 2:12:03 AM (19 years ago)
Author:
altba\tomoyo
Message:

MacFaceFloat?

  • %USERPROFILE%\Application Data\MacFace\ に設定を保存するようにした。
  • 設定ダイアログを作成した。

MacFaceLibrary?

  • パターンをクラスとして扱えるようにした(FacePattern?)。
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MacFaceFloat/MacFaceFloat.csproj

    r9 r13  
    1919                PreBuildEvent = ""
    2020                PostBuildEvent = ""
    21                 RootNamespace = "MacFace"
     21                RootNamespace = "MacFace.FloatApp"
    2222                RunPostBuildEvent = "OnBuildSuccess"
    2323                StartupObject = ""
     
    114114                />
    115115                <File
     116                    RelPath = "AppSettings.cs"
     117                    SubType = "Code"
     118                    BuildAction = "Compile"
     119                />
     120                <File
    116121                    RelPath = "AssemblyInfo.cs"
    117122                    SubType = "Code"
    118123                    BuildAction = "Compile"
     124                />
     125                <File
     126                    RelPath = "AutoConfigurator.cs"
     127                    SubType = "Code"
     128                    BuildAction = "Compile"
     129                />
     130                <File
     131                    RelPath = "Configuration.cs"
     132                    SubType = "Code"
     133                    BuildAction = "Compile"
     134                />
     135                <File
     136                    RelPath = "ConfigurationForm.cs"
     137                    SubType = "Form"
     138                    BuildAction = "Compile"
     139                />
     140                <File
     141                    RelPath = "ConfigurationForm.resx"
     142                    DependentUpon = "ConfigurationForm.cs"
     143                    BuildAction = "EmbeddedResource"
    119144                />
    120145                <File
Note: See TracChangeset for help on using the changeset viewer.