OSDN Git Service

一旦全ソースを削除。(構成変更のため)
[kybernetes/Kybernetes.git] / KyberNetes / Kybernetes.csproj
diff --git a/KyberNetes/Kybernetes.csproj b/KyberNetes/Kybernetes.csproj
deleted file mode 100644 (file)
index 02e7afe..0000000
+++ /dev/null
@@ -1,331 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>\r
-<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
-  <PropertyGroup>\r
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
-    <Platform Condition=" '$(Platform)' == '' ">x86</Platform>\r
-    <ProductVersion>8.0.30703</ProductVersion>\r
-    <SchemaVersion>2.0</SchemaVersion>\r
-    <ProjectGuid>{0E6CEAEE-475E-4DD0-9568-B25C23D6CCE7}</ProjectGuid>\r
-    <OutputType>WinExe</OutputType>\r
-    <AppDesignerFolder>Properties</AppDesignerFolder>\r
-    <RootNamespace>com.andoutomo.kybernetes</RootNamespace>\r
-    <AssemblyName>Kybernetes</AssemblyName>\r
-    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>\r
-    <TargetFrameworkProfile>Client</TargetFrameworkProfile>\r
-    <FileAlignment>512</FileAlignment>\r
-    <IsWebBootstrapper>false</IsWebBootstrapper>\r
-    <PublishUrl>publish\</PublishUrl>\r
-    <Install>true</Install>\r
-    <InstallFrom>Disk</InstallFrom>\r
-    <UpdateEnabled>false</UpdateEnabled>\r
-    <UpdateMode>Foreground</UpdateMode>\r
-    <UpdateInterval>7</UpdateInterval>\r
-    <UpdateIntervalUnits>Days</UpdateIntervalUnits>\r
-    <UpdatePeriodically>false</UpdatePeriodically>\r
-    <UpdateRequired>false</UpdateRequired>\r
-    <MapFileExtensions>true</MapFileExtensions>\r
-    <ApplicationRevision>1</ApplicationRevision>\r
-    <ApplicationVersion>1.1.1.%2a</ApplicationVersion>\r
-    <UseApplicationTrust>false</UseApplicationTrust>\r
-    <PublishWizardCompleted>true</PublishWizardCompleted>\r
-    <BootstrapperEnabled>true</BootstrapperEnabled>\r
-  </PropertyGroup>\r
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">\r
-    <PlatformTarget>x86</PlatformTarget>\r
-    <DebugSymbols>true</DebugSymbols>\r
-    <DebugType>full</DebugType>\r
-    <Optimize>false</Optimize>\r
-    <OutputPath>bin\Debug\</OutputPath>\r
-    <DefineConstants>DEBUG</DefineConstants>\r
-    <ErrorReport>prompt</ErrorReport>\r
-    <WarningLevel>4</WarningLevel>\r
-  </PropertyGroup>\r
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">\r
-    <PlatformTarget>x86</PlatformTarget>\r
-    <DebugType>pdbonly</DebugType>\r
-    <Optimize>true</Optimize>\r
-    <OutputPath>bin\Release\</OutputPath>\r
-    <DefineConstants>\r
-    </DefineConstants>\r
-    <ErrorReport>prompt</ErrorReport>\r
-    <WarningLevel>4</WarningLevel>\r
-  </PropertyGroup>\r
-  <PropertyGroup>\r
-    <ApplicationIcon>kybernetes_icon.ico</ApplicationIcon>\r
-  </PropertyGroup>\r
-  <PropertyGroup>\r
-    <ManifestCertificateThumbprint>45EBB91A83EEF90DB270B298077A444383E3865C</ManifestCertificateThumbprint>\r
-  </PropertyGroup>\r
-  <PropertyGroup>\r
-    <ManifestKeyFile>Kybernetes_TemporaryKey.pfx</ManifestKeyFile>\r
-  </PropertyGroup>\r
-  <PropertyGroup>\r
-    <GenerateManifests>true</GenerateManifests>\r
-  </PropertyGroup>\r
-  <PropertyGroup>\r
-    <TargetZone>LocalIntranet</TargetZone>\r
-  </PropertyGroup>\r
-  <PropertyGroup>\r
-    <ApplicationManifest>Properties\app.manifest</ApplicationManifest>\r
-  </PropertyGroup>\r
-  <PropertyGroup>\r
-    <SignManifests>true</SignManifests>\r
-  </PropertyGroup>\r
-  <ItemGroup>\r
-    <Reference Include="System" />\r
-    <Reference Include="System.Core" />\r
-    <Reference Include="System.Data.SQLite">\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
-    <Reference Include="System.Data" />\r
-    <Reference Include="System.Deployment" />\r
-    <Reference Include="System.Drawing" />\r
-    <Reference Include="System.Windows.Forms" />\r
-    <Reference Include="System.Xml" />\r
-  </ItemGroup>\r
-  <ItemGroup>\r
-    <Compile Include="command\batch\batchCommand.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\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\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\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\LongListCommand.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\reference\EstimateCommand.cs" />\r
-    <Compile Include="command\reference\EstimateCommandArg.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\ShowCommand.cs" />\r
-    <Compile Include="command\reference\ShowCommandArg.cs" />\r
-    <Compile Include="command\reference\SimulateCommand.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\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\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\TimeAreaSettingCommand.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\CmdDispatcher.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\TimeAreaDataAccessor.cs" />\r
-    <Compile Include="data\Component\DateComponent.cs" />\r
-    <Compile Include="data\Component\TimeComponent.cs" />\r
-    <Compile Include="data\connection\TaskDBConnection.cs" />\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\CommandSqlDictionary.Designer.cs">\r
-      <DependentUpon>CommandSqlDictionary.resx</DependentUpon>\r
-      <AutoGen>True</AutoGen>\r
-      <DesignTime>True</DesignTime>\r
-    </Compile>\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\TimeAreaData.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\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\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\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\SqlDictionary.resx">\r
-      <Generator>ResXFileCodeGenerator</Generator>\r
-      <LastGenOutput>SqlDictionary.Designer.cs</LastGenOutput>\r
-      <SubType>Designer</SubType>\r
-    </EmbeddedResource>\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="Properties\Resources.resx">\r
-      <Generator>ResXFileCodeGenerator</Generator>\r
-      <LastGenOutput>Resources.Designer.cs</LastGenOutput>\r
-      <SubType>Designer</SubType>\r
-    </EmbeddedResource>\r
-    <Compile Include="Properties\Resources.Designer.cs">\r
-      <AutoGen>True</AutoGen>\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\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\InputBox.resx">\r
-      <DependentUpon>InputBox.cs</DependentUpon>\r
-    </EmbeddedResource>\r
-    <EmbeddedResource Include="view\TimeAreaSetting.resx">\r
-      <DependentUpon>TimeAreaSetting.cs</DependentUpon>\r
-    </EmbeddedResource>\r
-    <None Include="Kybernetes_TemporaryKey.pfx" />\r
-    <None Include="Properties\app.manifest" />\r
-    <None Include="Properties\Settings.settings">\r
-      <Generator>SettingsSingleFileGenerator</Generator>\r
-      <LastGenOutput>Settings.Designer.cs</LastGenOutput>\r
-    </None>\r
-    <Compile Include="Properties\Settings.Designer.cs">\r
-      <AutoGen>True</AutoGen>\r
-      <DependentUpon>Settings.settings</DependentUpon>\r
-      <DesignTimeSharedInput>True</DesignTimeSharedInput>\r
-    </Compile>\r
-  </ItemGroup>\r
-  <ItemGroup>\r
-    <None Include="Resources\kybernetes_icon.ico" />\r
-  </ItemGroup>\r
-  <ItemGroup>\r
-    <Content Include="kybernetes_icon.ico" />\r
-  </ItemGroup>\r
-  <ItemGroup>\r
-    <BootstrapperPackage Include=".NETFramework,Version=v4.0,Profile=Client">\r
-      <Visible>False</Visible>\r
-      <ProductName>Microsoft .NET Framework 4 Client Profile %28x86 および x64%29</ProductName>\r
-      <Install>true</Install>\r
-    </BootstrapperPackage>\r
-    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">\r
-      <Visible>False</Visible>\r
-      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>\r
-      <Install>false</Install>\r
-    </BootstrapperPackage>\r
-    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">\r
-      <Visible>False</Visible>\r
-      <ProductName>.NET Framework 3.5 SP1</ProductName>\r
-      <Install>false</Install>\r
-    </BootstrapperPackage>\r
-    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">\r
-      <Visible>False</Visible>\r
-      <ProductName>Windows インストーラー 3.1</ProductName>\r
-      <Install>true</Install>\r
-    </BootstrapperPackage>\r
-  </ItemGroup>\r
-  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
-  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
-       Other similar extension points exist, see Microsoft.Common.targets.\r
-  <Target Name="BeforeBuild">\r
-  </Target>\r
-  <Target Name="AfterBuild">\r
-  </Target>\r
-  -->\r
-</Project>
\ No newline at end of file