OSDN Git Service

Kybernetes1.1.6.8リリース
[kybernetes/Kybernetes.git] / base / Basement.csproj
diff --git a/base/Basement.csproj b/base/Basement.csproj
deleted file mode 100644 (file)
index a155662..0000000
+++ /dev/null
@@ -1,281 +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)' == '' ">AnyCPU</Platform>\r
-    <ProductVersion>8.0.30703</ProductVersion>\r
-    <SchemaVersion>2.0</SchemaVersion>\r
-    <ProjectGuid>{0E6CEAEE-475E-4DD0-9568-B25C23D6CCE7}</ProjectGuid>\r
-    <OutputType>Library</OutputType>\r
-    <AppDesignerFolder>Properties</AppDesignerFolder>\r
-    <RootNamespace>com.andoutomo.kybernetes</RootNamespace>\r
-    <AssemblyName>kybernetes.basement</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|AnyCPU' ">\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|AnyCPU' ">\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>\r
-    </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
-  <PropertyGroup>\r
-    <SignManifests>true</SignManifests>\r
-  </PropertyGroup>\r
-  <PropertyGroup>\r
-    <StartupObject />\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\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\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\TemplateData.cs" />\r
-    <Compile Include="data\DAO\TimeAreaData.cs" />\r
-    <Compile Include="data\DAO\TotalCountData.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\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\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\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\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="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