OSDN Git Service

Kybernetes1.1.6.8リリース
[kybernetes/Kybernetes.git] / main / Kybernetes.csproj
index a54889b..3c23610 100644 (file)
   <ItemGroup>\r
     <Reference Include="System" />\r
     <Reference Include="System.Core" />\r
+    <Reference Include="System.Data.SQLite, Version=1.0.92.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=x86">\r
+      <SpecificVersion>False</SpecificVersion>\r
+      <HintPath>D:\pgm\sqlite-netFx40-binary-bundle-Win32-2010-1.0.92.0\System.Data.SQLite.dll</HintPath>\r
+    </Reference>\r
     <Reference Include="System.Xml.Linq" />\r
     <Reference Include="System.Data.DataSetExtensions" />\r
     <Reference Include="Microsoft.CSharp" />\r
   </ItemGroup>\r
   <ItemGroup>\r
     <Compile Include="CmdDispatcher.cs" />\r
-    <Compile Include="command\batch\batchCommand.cs" />\r
+    <Compile Include="command\batch\BatchCommand.cs" />\r
     <Compile Include="command\batch\BatchCommandArg.cs" />\r
-    <Compile Include="command\batch\beditCommand.cs" />\r
-    <Compile Include="command\Control\AddProjectCommand.cs" />\r
-    <Compile Include="command\Control\AddProjectCommandArg.cs" />\r
-    <Compile Include="command\Control\AddTagCommand.cs" />\r
-    <Compile Include="command\Control\AddTagCommandArg.cs" />\r
-    <Compile Include="command\Control\AddTemplateCommand.cs" />\r
-    <Compile Include="command\Control\AddTemplateCommandArg.cs" />\r
-    <Compile Include="command\Control\ChAreaCommand.cs" />\r
-    <Compile Include="command\Control\ChAreaCommandArg.cs" />\r
-    <Compile Include="command\Control\CheckCommand.cs" />\r
-    <Compile Include="command\Control\CheckCommandArg.cs" />\r
-    <Compile Include="command\Control\ChnumCommand.cs" />\r
-    <Compile Include="command\Control\ChnumCommandArg.cs" />\r
-    <Compile Include="command\Control\ClearCommand.cs" />\r
-    <Compile Include="command\Control\ClearCommandArg.cs" />\r
-    <Compile Include="command\Control\ClearCommentCommand.cs" />\r
-    <Compile Include="command\Control\ClearCommentCommandArg.cs" />\r
-    <Compile Include="command\Control\ClearTagCommand.cs" />\r
-    <Compile Include="command\Control\ClearTagCommandArg.cs" />\r
-    <Compile Include="command\Control\CommentCommand.cs" />\r
-    <Compile Include="command\Control\CommentCommandArg.cs" />\r
-    <Compile Include="command\Control\DelayCommand.cs" />\r
-    <Compile Include="command\Control\DelayCommandArg.cs" />\r
-    <Compile Include="command\Control\DuplicateCommand.cs" />\r
-    <Compile Include="command\Control\DuplicateCommandArg.cs" />\r
-    <Compile Include="command\Control\EndCommand.cs" />\r
-    <Compile Include="command\Control\EndCommandArg.cs" />\r
-    <Compile Include="command\Control\RepeatCommand.cs" />\r
-    <Compile Include="command\Control\RepeatCommandArg.cs" />\r
-    <Compile Include="command\Control\ReportCommand.cs" />\r
-    <Compile Include="command\Control\ReportCommandArg.cs" />\r
-    <Compile Include="command\Control\StartCommand.cs" />\r
-    <Compile Include="command\Control\StartCommandArg.cs" />\r
-    <Compile Include="command\Control\SVCallCommand.cs" />\r
-    <Compile Include="command\Control\SVCallCommandArg.cs" />\r
-    <Compile Include="command\Control\SVEndCallCommand.cs" />\r
-    <Compile Include="command\Control\TemplateCommand.cs" />\r
-    <Compile Include="command\CRUD\AddCommand.cs" />\r
-    <Compile Include="command\CRUD\AddCommandArg.cs" />\r
-    <Compile Include="command\CRUD\DeleteCommand.cs" />\r
-    <Compile Include="command\CRUD\DeleteCommandArg.cs" />\r
-    <Compile Include="command\CRUD\EstimateCommand.cs" />\r
-    <Compile Include="command\CRUD\EstimateCommandArg.cs" />\r
-    <Compile Include="command\CRUD\ListAllCommandArg.cs" />\r
-    <Compile Include="command\CRUD\ListCommand.cs" />\r
-    <Compile Include="command\CRUD\ListCommandArg.cs" />\r
-    <Compile Include="command\CRUD\ListGoingCommandArg.cs" />\r
-    <Compile Include="command\CRUD\ListRemainCommandArg.cs" />\r
-    <Compile Include="command\CRUD\RenumCommand.cs" />\r
-    <Compile Include="command\CRUD\UpdateCommand.cs" />\r
-    <Compile Include="command\CRUD\UpdateCommandArg.cs" />\r
+    <Compile Include="command\batch\BeditCommand.cs" />\r
+    <Compile Include="command\change\AddPathCommand.cs" />\r
+    <Compile Include="command\change\AddPathCommandArg.cs" />\r
+    <Compile Include="command\change\AddProjectCommand.cs" />\r
+    <Compile Include="command\change\AddProjectCommandArg.cs" />\r
+    <Compile Include="command\change\AddTagCommand.cs" />\r
+    <Compile Include="command\change\AddTagCommandArg.cs" />\r
+    <Compile Include="command\system\AddTemplateCommand.cs" />\r
+    <Compile Include="command\system\AddTemplateCommandArg.cs" />\r
+    <Compile Include="command\control\ChAreaCommand.cs" />\r
+    <Compile Include="command\control\ChAreaCommandArg.cs" />\r
+    <Compile Include="command\control\CheckCommand.cs" />\r
+    <Compile Include="command\control\CheckCommandArg.cs" />\r
+    <Compile Include="command\control\ChnumCommand.cs" />\r
+    <Compile Include="command\control\ChnumCommandArg.cs" />\r
+    <Compile Include="command\control\ClearCommand.cs" />\r
+    <Compile Include="command\control\ClearCommandArg.cs" />\r
+    <Compile Include="command\change\ClearCommentCommand.cs" />\r
+    <Compile Include="command\change\ClearCommentCommandArg.cs" />\r
+    <Compile Include="command\change\ClearTagCommand.cs" />\r
+    <Compile Include="command\change\ClearTagCommandArg.cs" />\r
+    <Compile Include="command\change\CommentCommand.cs" />\r
+    <Compile Include="command\change\CommentCommandArg.cs" />\r
+    <Compile Include="command\control\DelayCommand.cs" />\r
+    <Compile Include="command\control\DelayCommandArg.cs" />\r
+    <Compile Include="command\change\DuplicateCommand.cs" />\r
+    <Compile Include="command\change\DuplicateCommandArg.cs" />\r
+    <Compile Include="command\control\EndCommand.cs" />\r
+    <Compile Include="command\control\EndCommandArg.cs" />\r
+    <Compile Include="command\control\PauseCommand.cs" />\r
+    <Compile Include="command\change\RepeatCommand.cs" />\r
+    <Compile Include="command\change\RepeatCommandArg.cs" />\r
+    <Compile Include="command\control\ReportCommand.cs" />\r
+    <Compile Include="command\control\ReportCommandArg.cs" />\r
+    <Compile Include="command\control\StartCommand.cs" />\r
+    <Compile Include="command\control\StartCommandArg.cs" />\r
+    <Compile Include="command\control\SVCallCommand.cs" />\r
+    <Compile Include="command\control\SVCallCommandArg.cs" />\r
+    <Compile Include="command\control\SVEndCallCommand.cs" />\r
+    <Compile Include="command\system\TemplateCommand.cs" />\r
+    <Compile Include="command\change\AddCommand.cs" />\r
+    <Compile Include="command\change\AddCommandArg.cs" />\r
+    <Compile Include="command\change\DeleteCommand.cs" />\r
+    <Compile Include="command\change\DeleteCommandArg.cs" />\r
+    <Compile Include="command\reference\EstimateCommand.cs" />\r
+    <Compile Include="command\reference\EstimateCommandArg.cs" />\r
+    <Compile Include="command\reference\ListAllCommandArg.cs" />\r
+    <Compile Include="command\reference\ListCommand.cs" />\r
+    <Compile Include="command\reference\ListCommandArg.cs" />\r
+    <Compile Include="command\reference\ListGoingCommandArg.cs" />\r
+    <Compile Include="command\reference\ListRemainCommandArg.cs" />\r
+    <Compile Include="command\change\RenumCommand.cs" />\r
+    <Compile Include="command\change\UpdateCommand.cs" />\r
+    <Compile Include="command\change\UpdateCommandArg.cs" />\r
     <Compile Include="command\reference\FindCommand.cs" />\r
     <Compile Include="command\reference\FindCommandArg.cs" />\r
     <Compile Include="command\reference\PwdCommand.cs" />\r
     <Compile Include="command\reference\SimulateCommandArg.cs" />\r
     <Compile Include="command\reference\SumCommand.cs" />\r
     <Compile Include="command\reference\SumCommandArg.cs" />\r
-    <Compile Include="command\SYSTEM\AllCategInner.cs" />\r
-    <Compile Include="command\SYSTEM\BGColorCommand.cs" />\r
-    <Compile Include="command\SYSTEM\ClsCommand.cs" />\r
-    <Compile Include="command\SYSTEM\CreditCommand.cs" />\r
-    <Compile Include="command\SYSTEM\DateCommand.cs" />\r
-    <Compile Include="command\SYSTEM\DateCommandArg.cs" />\r
-    <Compile Include="command\SYSTEM\DmpCommand.cs" />\r
-    <Compile Include="command\SYSTEM\EchoCommand.cs" />\r
-    <Compile Include="command\SYSTEM\EchoCommandArg.cs" />\r
-    <Compile Include="command\SYSTEM\ExitCommand.cs" />\r
-    <Compile Include="command\SYSTEM\ExpCommand.cs" />\r
-    <Compile Include="command\SYSTEM\FrColorCommand.cs" />\r
-    <Compile Include="command\SYSTEM\HelpCommand.cs" />\r
-    <Compile Include="command\SYSTEM\HelpCommandArg.cs" />\r
-    <Compile Include="command\SYSTEM\LinkCommand.cs" />\r
-    <Compile Include="command\SYSTEM\LinkCommandArg.cs" />\r
-    <Compile Include="command\SYSTEM\LogModeCommand.cs" />\r
-    <Compile Include="command\SYSTEM\LogModeCommandArg.cs" />\r
-    <Compile Include="command\SYSTEM\RebuildCommand.cs" />\r
-    <Compile Include="command\SYSTEM\TimeAreaSettingCommand.cs" />\r
-    <Compile Include="command\SYSTEM\TimerCommand.cs" />\r
-    <Compile Include="command\SYSTEM\TimerCommandArg.cs" />\r
-    <Compile Include="command\SYSTEM\TodayCommand.cs" />\r
+    <Compile Include="command\system\AllCategInner.cs" />\r
+    <Compile Include="command\system\BGColorCommand.cs" />\r
+    <Compile Include="command\system\ClsCommand.cs" />\r
+    <Compile Include="command\system\CreditCommand.cs" />\r
+    <Compile Include="command\system\DateCommand.cs" />\r
+    <Compile Include="command\system\DateCommandArg.cs" />\r
+    <Compile Include="command\system\DmpCommand.cs" />\r
+    <Compile Include="command\system\EchoCommand.cs" />\r
+    <Compile Include="command\system\EchoCommandArg.cs" />\r
+    <Compile Include="command\system\ExitCommand.cs" />\r
+    <Compile Include="command\system\ExpCommand.cs" />\r
+    <Compile Include="command\system\FrColorCommand.cs" />\r
+    <Compile Include="command\system\HelpCommand.cs" />\r
+    <Compile Include="command\system\HelpCommandArg.cs" />\r
+    <Compile Include="command\system\LinkCommand.cs" />\r
+    <Compile Include="command\system\LinkCommandArg.cs" />\r
+    <Compile Include="command\system\LogModeCommand.cs" />\r
+    <Compile Include="command\system\LogModeCommandArg.cs" />\r
+    <Compile Include="command\system\RebuildCommand.cs" />\r
+    <Compile Include="command\system\TimeAreaSettingCommand.cs" />\r
+    <Compile Include="command\timer\TimerCommand.cs" />\r
+    <Compile Include="command\timer\TimerCommandArg.cs" />\r
+    <Compile Include="command\system\TodayCommand.cs" />\r
+    <Compile Include="command\template\abCommand.cs" />\r
+    <Compile Include="command\template\commandArgs.cs" />\r
+    <Compile Include="command\template\NoArgsDummy.cs" />\r
+    <Compile Include="command\template\StandardCommandArg.cs" />\r
+    <Compile Include="control\AppInfoContainer.cs" />\r
+    <Compile Include="control\KybernetesApplicationException.cs" />\r
+    <Compile Include="control\KybernetesLogger.cs" />\r
+    <Compile Include="data\accessor\CategoryDataAccessor.cs" />\r
+    <Compile Include="data\accessor\CommandDataAccessor.cs" />\r
+    <Compile Include="data\accessor\CommentDataAccessor.cs" />\r
+    <Compile Include="data\accessor\LinkDataAccessor.cs" />\r
+    <Compile Include="data\accessor\SettingDataAccessor.cs" />\r
+    <Compile Include="data\accessor\TaskDataAccessor.cs" />\r
+    <Compile Include="data\accessor\TemplateDataAccessor.cs" />\r
+    <Compile Include="data\accessor\TimeAreaDataAccessor.cs" />\r
+    <Compile Include="data\accessor\TotalViewAccessor.cs" />\r
+    <Compile Include="data\Component\DateComponent.cs" />\r
+    <Compile Include="data\Component\TimeComponent.cs" />\r
+    <Compile Include="data\connection\CommandSqlDictionary.Designer.cs">\r
+      <DependentUpon>CommandSqlDictionary.resx</DependentUpon>\r
+      <AutoGen>True</AutoGen>\r
+      <DesignTime>True</DesignTime>\r
+    </Compile>\r
+    <Compile Include="data\connection\DBConnection.cs" />\r
+    <Compile Include="data\connection\SettingDBConnection.cs" />\r
+    <Compile Include="data\connection\SqlDictionary.Designer.cs">\r
+      <DependentUpon>SqlDictionary.resx</DependentUpon>\r
+      <AutoGen>True</AutoGen>\r
+      <DesignTime>True</DesignTime>\r
+    </Compile>\r
+    <Compile Include="data\connection\TaskDBConnection.cs" />\r
+    <Compile Include="data\DAO\CategoryData.cs" />\r
+    <Compile Include="data\DAO\CommandData.cs" />\r
+    <Compile Include="data\DAO\CommentData.cs" />\r
+    <Compile Include="data\DAO\HelpData.cs" />\r
+    <Compile Include="data\DAO\SimpleDataBean.cs" />\r
+    <Compile Include="data\DAO\TaskData.cs" />\r
+    <Compile Include="data\DAO\TemplateData.cs" />\r
+    <Compile Include="data\DAO\TimeAreaData.cs" />\r
+    <Compile Include="data\DAO\TotalCountData.cs" />\r
     <Compile Include="Program.cs" />\r
     <Compile Include="Properties\AssemblyInfo.cs" />\r
+    <Compile Include="view\BaseForm.cs">\r
+      <SubType>Form</SubType>\r
+    </Compile>\r
+    <Compile Include="view\BaseForm.Designer.cs">\r
+      <DependentUpon>BaseForm.cs</DependentUpon>\r
+    </Compile>\r
+    <Compile Include="view\CaptionPanelController.cs" />\r
+    <Compile Include="view\CategorySetting.cs">\r
+      <SubType>Form</SubType>\r
+    </Compile>\r
+    <Compile Include="view\CategorySetting.Designer.cs">\r
+      <DependentUpon>CategorySetting.cs</DependentUpon>\r
+    </Compile>\r
+    <Compile Include="view\ClockForm.cs">\r
+      <SubType>Form</SubType>\r
+    </Compile>\r
+    <Compile Include="view\ClockForm.Designer.cs">\r
+      <DependentUpon>ClockForm.cs</DependentUpon>\r
+    </Compile>\r
+    <Compile Include="view\CmdDispatchEventArg.cs" />\r
+    <Compile Include="view\CmdHistory.cs" />\r
+    <Compile Include="view\Credit.cs">\r
+      <SubType>Form</SubType>\r
+    </Compile>\r
+    <Compile Include="view\Credit.Designer.cs">\r
+      <DependentUpon>Credit.cs</DependentUpon>\r
+    </Compile>\r
+    <Compile Include="view\DropBoxInputBox.cs">\r
+      <SubType>Form</SubType>\r
+    </Compile>\r
+    <Compile Include="view\DropBoxInputBox.Designer.cs">\r
+      <DependentUpon>DropBoxInputBox.cs</DependentUpon>\r
+    </Compile>\r
+    <Compile Include="view\FileInputBox.cs">\r
+      <SubType>Form</SubType>\r
+    </Compile>\r
+    <Compile Include="view\FileInputBox.Designer.cs">\r
+      <DependentUpon>FileInputBox.cs</DependentUpon>\r
+    </Compile>\r
+    <Compile Include="view\IndexPanelController.cs" />\r
+    <Compile Include="view\InputBox.cs">\r
+      <SubType>Form</SubType>\r
+    </Compile>\r
+    <Compile Include="view\InputBox.Designer.cs">\r
+      <DependentUpon>InputBox.cs</DependentUpon>\r
+    </Compile>\r
+    <Compile Include="view\PanelController.cs">\r
+      <SubType>Component</SubType>\r
+    </Compile>\r
+    <Compile Include="view\TemplateBox.cs">\r
+      <SubType>Form</SubType>\r
+    </Compile>\r
+    <Compile Include="view\TemplateBox.Designer.cs">\r
+      <DependentUpon>TemplateBox.cs</DependentUpon>\r
+    </Compile>\r
+    <Compile Include="view\TimeAreaSetting.cs">\r
+      <SubType>Form</SubType>\r
+    </Compile>\r
+    <Compile Include="view\TimeAreaSetting.Designer.cs">\r
+      <DependentUpon>TimeAreaSetting.cs</DependentUpon>\r
+    </Compile>\r
+    <Compile Include="view\YesNoDialog.cs" />\r
+    <EmbeddedResource Include="data\connection\CommandSqlDictionary.resx">\r
+      <Generator>ResXFileCodeGenerator</Generator>\r
+      <LastGenOutput>CommandSqlDictionary.Designer.cs</LastGenOutput>\r
+      <SubType>Designer</SubType>\r
+    </EmbeddedResource>\r
+    <EmbeddedResource Include="data\connection\SqlDictionary.resx">\r
+      <Generator>ResXFileCodeGenerator</Generator>\r
+      <LastGenOutput>SqlDictionary.Designer.cs</LastGenOutput>\r
+      <SubType>Designer</SubType>\r
+    </EmbeddedResource>\r
     <EmbeddedResource Include="Properties\Resources.resx">\r
       <Generator>ResXFileCodeGenerator</Generator>\r
       <LastGenOutput>Resources.Designer.cs</LastGenOutput>\r
       <DependentUpon>Resources.resx</DependentUpon>\r
       <DesignTime>True</DesignTime>\r
     </Compile>\r
+    <EmbeddedResource Include="view\BaseForm.resx">\r
+      <DependentUpon>BaseForm.cs</DependentUpon>\r
+    </EmbeddedResource>\r
+    <EmbeddedResource Include="view\CategorySetting.resx">\r
+      <DependentUpon>CategorySetting.cs</DependentUpon>\r
+    </EmbeddedResource>\r
+    <EmbeddedResource Include="view\ClockForm.resx">\r
+      <DependentUpon>ClockForm.cs</DependentUpon>\r
+    </EmbeddedResource>\r
+    <EmbeddedResource Include="view\Credit.resx">\r
+      <DependentUpon>Credit.cs</DependentUpon>\r
+    </EmbeddedResource>\r
+    <EmbeddedResource Include="view\DropBoxInputBox.resx">\r
+      <DependentUpon>DropBoxInputBox.cs</DependentUpon>\r
+    </EmbeddedResource>\r
+    <EmbeddedResource Include="view\FileInputBox.resx">\r
+      <DependentUpon>FileInputBox.cs</DependentUpon>\r
+    </EmbeddedResource>\r
+    <EmbeddedResource Include="view\InputBox.resx">\r
+      <DependentUpon>InputBox.cs</DependentUpon>\r
+    </EmbeddedResource>\r
+    <EmbeddedResource Include="view\TemplateBox.resx">\r
+      <DependentUpon>TemplateBox.cs</DependentUpon>\r
+    </EmbeddedResource>\r
+    <EmbeddedResource Include="view\TimeAreaSetting.resx">\r
+      <DependentUpon>TimeAreaSetting.cs</DependentUpon>\r
+    </EmbeddedResource>\r
     <None Include="Properties\Settings.settings">\r
       <Generator>SettingsSingleFileGenerator</Generator>\r
       <LastGenOutput>Settings.Designer.cs</LastGenOutput>\r
     </Compile>\r
   </ItemGroup>\r
   <ItemGroup>\r
-    <ProjectReference Include="..\base\Basement.csproj">\r
-      <Project>{0E6CEAEE-475E-4DD0-9568-B25C23D6CCE7}</Project>\r
-      <Name>Basement</Name>\r
-    </ProjectReference>\r
-  </ItemGroup>\r
-  <ItemGroup>\r
     <Content Include="kybernetes_icon.ico" />\r
+    <None Include="Resources\kybernetes_icon.ico" />\r
   </ItemGroup>\r
   <ItemGroup>\r
     <BootstrapperPackage Include=".NETFramework,Version=v4.0,Profile=Client">\r