OSDN Git Service

演習相手がレベル166以上だと獲得経験値の予測が小さくなるのを直す
[kancollesniffer/KancolleSniffer.git] / KancolleSniffer / KancolleSniffer.csproj
index 9b0dddd..bf137d0 100644 (file)
@@ -9,7 +9,7 @@
     <AppDesignerFolder>Properties</AppDesignerFolder>\r
     <RootNamespace>KancolleSniffer</RootNamespace>\r
     <AssemblyName>KancolleSniffer</AssemblyName>\r
-    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>\r
+    <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>\r
     <FileAlignment>512</FileAlignment>\r
     <TargetFrameworkProfile />\r
   </PropertyGroup>\r
@@ -25,6 +25,7 @@
     <Prefer32Bit>false</Prefer32Bit>\r
     <DocumentationFile>\r
     </DocumentationFile>\r
+    <LangVersion>latest</LangVersion>\r
   </PropertyGroup>\r
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
     <PlatformTarget>AnyCPU</PlatformTarget>\r
     <ErrorReport>prompt</ErrorReport>\r
     <WarningLevel>4</WarningLevel>\r
     <Prefer32Bit>false</Prefer32Bit>\r
+    <LangVersion>latest</LangVersion>\r
   </PropertyGroup>\r
   <PropertyGroup>\r
     <ApplicationIcon>app.ico</ApplicationIcon>\r
   </PropertyGroup>\r
+  <PropertyGroup>\r
+    <ApplicationManifest>app.manifest</ApplicationManifest>\r
+  </PropertyGroup>\r
   <ItemGroup>\r
-    <Reference Include="DynamicJson, Version=1.2.0.0, Culture=neutral, processorArchitecture=MSIL">\r
-      <SpecificVersion>False</SpecificVersion>\r
-      <HintPath>..\Libraries\DynamicJson\DynamicJson.dll</HintPath>\r
-    </Reference>\r
-    <Reference Include="FiddlerCore4, Version=4.4.5.6, Culture=neutral, PublicKeyToken=67cb91587178ac5a, processorArchitecture=MSIL">\r
-      <SpecificVersion>False</SpecificVersion>\r
-      <HintPath>..\Libraries\FiddlerCore\FiddlerCore4.dll</HintPath>\r
-    </Reference>\r
     <Reference Include="Microsoft.CSharp" />\r
     <Reference Include="System" />\r
     <Reference Include="System.Core" />\r
+    <Reference Include="System.Data" />\r
     <Reference Include="System.Drawing" />\r
-    <Reference Include="System.Web" />\r
     <Reference Include="System.Windows.Forms" />\r
+    <Reference Include="System.Xml" />\r
   </ItemGroup>\r
   <ItemGroup>\r
-    <Compile Include="AkashiTimer.cs" />\r
+    <Compile Include="Log\LogProcessor.cs" />\r
+    <Compile Include="Model\Achievement.cs" />\r
+    <Compile Include="Model\AkashiTimer.cs" />\r
+    <Compile Include="Model\AlarmCounter.cs" />\r
+    <Compile Include="Model\AlarmTimer.cs" />\r
+    <Compile Include="Model\ItemMaster.cs" />\r
+    <Compile Include="Model\Inventry.cs" />\r
+    <Compile Include="Model\ItemSpec.cs" />\r
+    <Compile Include="Model\ItemStatus.cs" />\r
+    <Compile Include="Model\PracticeExp.cs" />\r
+    <Compile Include="Model\ShipSpec.cs" />\r
+    <Compile Include="Log\BattleLogProcessor.cs" />\r
+    <Compile Include="View\AntiAirPanel.cs">\r
+      <SubType>Component</SubType>\r
+    </Compile>\r
+    <Compile Include="View\AirBattleResultPanel.cs" />\r
+    <Compile Include="Util\Ascii85.cs" />\r
+    <Compile Include="Model\BaseAirCoprs.cs" />\r
+    <Compile Include="Model\BattleInfo.cs" />\r
+    <Compile Include="View\BattleResultPanel.cs">\r
+      <SubType>Component</SubType>\r
+    </Compile>\r
+    <Compile Include="Model\CellInfo.cs" />\r
+    <Compile Include="ErrorLog.cs" />\r
     <Compile Include="Config.cs" />\r
     <Compile Include="ConfigDialog.cs">\r
       <SubType>Form</SubType>\r
     <Compile Include="ConfigDialog.Designer.cs">\r
       <DependentUpon>ConfigDialog.cs</DependentUpon>\r
     </Compile>\r
-    <Compile Include="DockInfo.cs" />\r
+    <Compile Include="ConfirmDialog.cs">\r
+      <SubType>Form</SubType>\r
+    </Compile>\r
+    <Compile Include="ConfirmDialog.Designer.cs">\r
+      <DependentUpon>ConfirmDialog.cs</DependentUpon>\r
+    </Compile>\r
+    <Compile Include="View\CUDColors.cs" />\r
+    <Compile Include="Model\DockInfo.cs" />\r
+    <Compile Include="Model\Fleet.cs" />\r
+    <Compile Include="View\CustomColors.cs" />\r
+    <Compile Include="View\FleetPanel.cs">\r
+      <SubType>Component</SubType>\r
+    </Compile>\r
+    <Compile Include="Model\ExMapInfo.cs" />\r
+    <Compile Include="ErrorDialog.cs">\r
+      <SubType>Form</SubType>\r
+    </Compile>\r
+    <Compile Include="ErrorDialog.Designer.cs">\r
+      <DependentUpon>ErrorDialog.cs</DependentUpon>\r
+    </Compile>\r
+    <Compile Include="Net\HttpProxy.cs" />\r
+    <Compile Include="Util\HttpUtility.cs" />\r
+    <Compile Include="View\ItemTreeView.cs">\r
+      <SubType>Component</SubType>\r
+    </Compile>\r
+    <Compile Include="Util\JsonParser.cs" />\r
+    <Compile Include="Log\Logger.cs" />\r
+    <Compile Include="Net\LogServer.cs" />\r
+    <Compile Include="Model\MaterialInfo.cs" />\r
+    <Compile Include="Model\MiscTextInfo.cs" />\r
+    <Compile Include="Model\AdditionalData.cs" />\r
+    <Compile Include="NotificationConfigDialog.cs">\r
+      <SubType>Form</SubType>\r
+    </Compile>\r
+    <Compile Include="NotificationConfigDialog.Designer.cs">\r
+      <DependentUpon>NotificationConfigDialog.cs</DependentUpon>\r
+    </Compile>\r
+    <Compile Include="NotificationManager.cs" />\r
+    <Compile Include="Model\PresetDeck.cs" />\r
+    <Compile Include="Net\ProxyManager.cs" />\r
+    <Compile Include="Net\PushNotification.cs" />\r
+    <Compile Include="View\PanelWithToolTip.cs">\r
+      <SubType>Component</SubType>\r
+    </Compile>\r
+    <Compile Include="View\RepairListForMain.cs">\r
+      <SubType>Component</SubType>\r
+    </Compile>\r
+    <Compile Include="View\MainFormLabels.cs" />\r
+    <Compile Include="ListForm.cs">\r
+      <SubType>Form</SubType>\r
+    </Compile>\r
+    <Compile Include="ListForm.Designer.cs">\r
+      <DependentUpon>ListForm.cs</DependentUpon>\r
+    </Compile>\r
     <Compile Include="MainForm.cs">\r
       <SubType>Form</SubType>\r
     </Compile>\r
     <Compile Include="MainForm.Designer.cs">\r
       <DependentUpon>MainForm.cs</DependentUpon>\r
     </Compile>\r
-    <Compile Include="MissionInfo.cs" />\r
+    <Compile Include="Model\MissionInfo.cs" />\r
     <Compile Include="Program.cs" />\r
     <Compile Include="Properties\AssemblyInfo.cs" />\r
-    <Compile Include="QuestInfo.cs" />\r
-    <Compile Include="ShipInfo.cs" />\r
-    <Compile Include="ShipMaster.cs" />\r
+    <Compile Include="Model\QuestInfo.cs" />\r
+    <Compile Include="Model\ConditionTimer.cs" />\r
+    <Compile Include="View\ResizableToolTip.cs">\r
+      <SubType>Component</SubType>\r
+    </Compile>\r
+    <Compile Include="Model\ShipInfo.cs" />\r
+    <Compile Include="View\ShipLabel.cs" />\r
+    <Compile Include="View\ShipListPanel.cs">\r
+      <SubType>Component</SubType>\r
+    </Compile>\r
+    <Compile Include="Model\ShipMaster.cs" />\r
+    <Compile Include="Model\ShipStatus.cs" />\r
     <Compile Include="Sniffer.cs" />\r
-    <Compile Include="ItemInfo.cs" />\r
-    <Compile Include="Win32API.cs" />\r
+    <Compile Include="Model\ItemInfo.cs" />\r
+    <Compile Include="Model\Status.cs" />\r
+    <Compile Include="View\SwipeScrollify.cs" />\r
+    <Compile Include="Net\SystemProxy.cs" />\r
+    <Compile Include="TextGenerator.cs" />\r
+    <Compile Include="Util\Win32API.cs" />\r
     <EmbeddedResource Include="ConfigDialog.resx">\r
       <DependentUpon>ConfigDialog.cs</DependentUpon>\r
     </EmbeddedResource>\r
+    <EmbeddedResource Include="ConfirmDialog.resx">\r
+      <DependentUpon>ConfirmDialog.cs</DependentUpon>\r
+    </EmbeddedResource>\r
+    <EmbeddedResource Include="ErrorDialog.resx">\r
+      <DependentUpon>ErrorDialog.cs</DependentUpon>\r
+    </EmbeddedResource>\r
+    <EmbeddedResource Include="ListForm.resx">\r
+      <DependentUpon>ListForm.cs</DependentUpon>\r
+    </EmbeddedResource>\r
     <EmbeddedResource Include="MainForm.resx">\r
       <DependentUpon>MainForm.cs</DependentUpon>\r
     </EmbeddedResource>\r
+    <EmbeddedResource Include="NotificationConfigDialog.resx">\r
+      <DependentUpon>NotificationConfigDialog.cs</DependentUpon>\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
+    <None Include="app.manifest" />\r
     <None Include="Properties\Settings.settings">\r
       <Generator>SettingsSingleFileGenerator</Generator>\r
       <LastGenOutput>Settings.Designer.cs</LastGenOutput>\r
   </ItemGroup>\r
   <ItemGroup>\r
     <Content Include="app.ico" />\r
+    <None Include="Resources\arrow.png" />\r
+    <None Include="Resources\arrow virtical.png" />\r
   </ItemGroup>\r
+  <ItemGroup />\r
   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
+  <PropertyGroup>\r
+    <PostBuildEvent>COPY $(SolutionDir)\Data\*.* $(TargetDir)</PostBuildEvent>\r
+  </PropertyGroup>\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