OSDN Git Service

na-get-lib,複数ソフトインストールかつハッシュ検証失敗したとき、ハッシュ検証成功したソフトの状態がおかしくなる不具合を修正
[applistation/AppliStation.git] / AppliStation / AppliStation.csproj
index 908fae6..76139b2 100644 (file)
@@ -1,4 +1,4 @@
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
   <PropertyGroup>\r
     <ProjectGuid>{0FC9CFF6-95CE-4C2D-833D-F6D697CD57EB}</ProjectGuid>\r
     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
     <WarningLevel>4</WarningLevel>\r
     <TreatWarningsAsErrors>false</TreatWarningsAsErrors>\r
     <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>\r
+    <ApplicationIcon>AppliStation.ico</ApplicationIcon>\r
   </PropertyGroup>\r
   <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">\r
     <OutputPath>bin\Debug\</OutputPath>\r
     <DebugSymbols>true</DebugSymbols>\r
     <DebugType>Full</DebugType>\r
-    <Optimize>false</Optimize>\r
+    <Optimize>true</Optimize>\r
     <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>\r
     <DefineConstants>DEBUG;TRACE</DefineConstants>\r
     <OutputType>WinExe</OutputType>\r
     <Reference Include="System.Xml" />\r
   </ItemGroup>\r
   <ItemGroup>\r
+    <Compile Include="AppliStation.PackageInfo\PackageDescripter.cs" />\r
+    <Compile Include="AppliStation.PackageInfo\InstallerInfoForm.cs" />\r
+    <Compile Include="AppliStation.PackageInfo\InstallerInfoForm.Designer.cs">\r
+      <DependentUpon>InstallerInfoForm.cs</DependentUpon>\r
+    </Compile>\r
+    <Compile Include="AppliStation.PackageInfo\PackageInfoForm.cs" />\r
+    <Compile Include="AppliStation.PackageInfo\PackageInfoForm.Designer.cs">\r
+      <DependentUpon>PackageInfoForm.cs</DependentUpon>\r
+    </Compile>\r
     <Compile Include="AppliStation.Util\ExceptionDialogForm.cs" />\r
     <Compile Include="AppliStation.Util\ExceptionDialogForm.Designer.cs">\r
       <DependentUpon>ExceptionDialogForm.cs</DependentUpon>\r
     </Compile>\r
     <Compile Include="AppliStation.Util\ListViewItemSortComparer.cs" />\r
     <Compile Include="AppliStation.Util\NativeMethods.cs" />\r
+    <Compile Include="AppliStation.Util\GUIUtils.cs" />\r
+    <Compile Include="AppliStation.Util\OptionDialog.cs" />\r
+    <Compile Include="AppliStation.Util\OptionDialog.Designer.cs">\r
+      <DependentUpon>OptionDialog.cs</DependentUpon>\r
+    </Compile>\r
+    <Compile Include="AppliStation.Util\SprashScreenLayered.cs" />\r
+    <Compile Include="AppliStation.Util\ToolStripPetitLauncherMenuItem.cs" />\r
+    <Compile Include="AppliStation.Util\ToolStripWeb2LikeTextBox.cs" />\r
     <Compile Include="AssemblyInfo.cs" />\r
-    <Compile Include="ArgParse.cs" />\r
+    <Compile Include="PackageListView.cs" />\r
     <Compile Include="PackageListViewForm.cs" />\r
     <Compile Include="PackageListViewForm.Designer.cs">\r
       <DependentUpon>PackageListViewForm.cs</DependentUpon>\r
     </Compile>\r
-    <Compile Include="PackagesInstallConfirmForm.cs" />\r
-    <Compile Include="PackagesInstallConfirmForm.Designer.cs">\r
-      <DependentUpon>PackagesInstallConfirmForm.cs</DependentUpon>\r
+    <Compile Include="InstallationConfirmForm.cs" />\r
+    <Compile Include="InstallationConfirmForm.Designer.cs">\r
+      <DependentUpon>InstallationConfirmForm.cs</DependentUpon>\r
     </Compile>\r
     <Compile Include="PackageUninstallConfirmForm.cs" />\r
     <Compile Include="PackageUninstallConfirmForm.Designer.cs">\r
       <DependentUpon>PackageUninstallConfirmForm.cs</DependentUpon>\r
     </Compile>\r
     <Compile Include="Program.cs" />\r
+    <Compile Include="UserPrefForm.cs" />\r
+    <Compile Include="UserPrefForm.Designer.cs">\r
+      <DependentUpon>UserPrefForm.cs</DependentUpon>\r
+    </Compile>\r
+    <EmbeddedResource Include="AppliStation.PackageInfo\InstallerInfoForm.resx">\r
+      <DependentUpon>InstallerInfoForm.cs</DependentUpon>\r
+    </EmbeddedResource>\r
+    <EmbeddedResource Include="AppliStation.PackageInfo\PackageInfoForm.resx">\r
+      <DependentUpon>PackageInfoForm.cs</DependentUpon>\r
+    </EmbeddedResource>\r
     <EmbeddedResource Include="AppliStation.Util\ExceptionDialogForm.resx">\r
       <DependentUpon>ExceptionDialogForm.Designer.cs</DependentUpon>\r
     </EmbeddedResource>\r
     <EmbeddedResource Include="AppliStation.Util\ExecutionProgressViewer.resx">\r
       <DependentUpon>ExecutionProgressViewer.cs</DependentUpon>\r
     </EmbeddedResource>\r
+    <EmbeddedResource Include="AppliStation.Util\OptionDialog.resx">\r
+      <DependentUpon>OptionDialog.cs</DependentUpon>\r
+    </EmbeddedResource>\r
     <EmbeddedResource Include="PackageListViewForm.resx">\r
       <DependentUpon>PackageListViewForm.cs</DependentUpon>\r
     </EmbeddedResource>\r
-    <EmbeddedResource Include="PackagesInstallConfirmForm.resx">\r
-      <DependentUpon>PackagesInstallConfirmForm.cs</DependentUpon>\r
+    <EmbeddedResource Include="InstallationConfirmForm.resx">\r
+      <DependentUpon>InstallationConfirmForm.cs</DependentUpon>\r
     </EmbeddedResource>\r
     <EmbeddedResource Include="PackageUninstallConfirmForm.resx">\r
       <DependentUpon>PackageUninstallConfirmForm.cs</DependentUpon>\r
     </EmbeddedResource>\r
+    <EmbeddedResource Include="UserPrefForm.resx">\r
+      <DependentUpon>UserPrefForm.cs</DependentUpon>\r
+    </EmbeddedResource>\r
+    <None Include="AppliStation.ico" />\r
     <None Include="SplashScreen.png">\r
       <CopyToOutputDirectory>Always</CopyToOutputDirectory>\r
     </None>\r
   </ItemGroup>\r
   <ItemGroup>\r
     <Folder Include="AppliStation.Util" />\r
+    <Folder Include="AppliStation.PackageInfo" />\r
     <ProjectReference Include="..\na-get-lib\na-get-lib.csproj">\r
       <Project>{058E953D-3986-4F74-8516-5A50D267D36A}</Project>\r
       <Name>na-get-lib</Name>\r
     </ProjectReference>\r
   </ItemGroup>\r
-</Project>
\ No newline at end of file
+</Project>\r