OSDN Git Service

ファイルから数値を読むクラスをstaticにするのをやめる
[kancollesniffer/KancolleSniffer.git] / KancolleSniffer / KancolleSniffer.csproj
index 1a4c479..88687be 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
@@ -35,6 +36,7 @@
     <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
     <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="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="Achievement.cs" />\r
     <Compile Include="AkashiTimer.cs" />\r
+    <Compile Include="AlarmTimer.cs" />\r
+    <Compile Include="AntiAirPanel.cs">\r
+      <SubType>Component</SubType>\r
+    </Compile>\r
+    <Compile Include="AirBattleResultPanel.cs" />\r
+    <Compile Include="Ascii85.cs" />\r
+    <Compile Include="BaseAirCoprs.cs" />\r
     <Compile Include="BattleInfo.cs" />\r
+    <Compile Include="BattleResultPanel.cs">\r
+      <SubType>Component</SubType>\r
+    </Compile>\r
+    <Compile Include="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="DbTreeView.cs">\r
-      <SubType>Component</SubType>\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="CUDColor.cs" />\r
     <Compile Include="DockInfo.cs" />\r
-    <Compile Include="EquipPanel.cs">\r
+    <Compile Include="Fleet.cs" />\r
+    <Compile Include="FleetPanel.cs">\r
       <SubType>Component</SubType>\r
     </Compile>\r
     <Compile Include="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="HttpProxy.cs" />\r
+    <Compile Include="HttpUtility.cs" />\r
     <Compile Include="ItemTreeView.cs">\r
       <SubType>Component</SubType>\r
     </Compile>\r
+    <Compile Include="JsonParser.cs" />\r
     <Compile Include="Logger.cs" />\r
     <Compile Include="LogServer.cs" />\r
+    <Compile Include="MaterialInfo.cs" />\r
     <Compile Include="MiscTextInfo.cs" />\r
-    <Compile Include="MissingData.cs" />\r
-    <Compile Include="ShipLabels.cs" />\r
-    <Compile Include="ShipListForm.cs">\r
+    <Compile Include="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="PresetDeck.cs" />\r
+    <Compile Include="ProxyManager.cs" />\r
+    <Compile Include="PushNotification.cs" />\r
+    <Compile Include="RepairListForMain.cs">\r
+      <SubType>Component</SubType>\r
+    </Compile>\r
+    <Compile Include="MainFormLabels.cs" />\r
+    <Compile Include="ListForm.cs">\r
       <SubType>Form</SubType>\r
     </Compile>\r
-    <Compile Include="ShipListForm.Designer.cs">\r
-      <DependentUpon>ShipListForm.cs</DependentUpon>\r
+    <Compile Include="ListForm.Designer.cs">\r
+      <DependentUpon>ListForm.cs</DependentUpon>\r
     </Compile>\r
     <Compile Include="MainForm.cs">\r
       <SubType>Form</SubType>\r
     <Compile Include="Properties\AssemblyInfo.cs" />\r
     <Compile Include="QuestInfo.cs" />\r
     <Compile Include="ConditionTimer.cs" />\r
+    <Compile Include="ResizableToolTip.cs">\r
+      <SubType>Component</SubType>\r
+    </Compile>\r
     <Compile Include="ShipInfo.cs" />\r
+    <Compile Include="ShipLabel.cs" />\r
+    <Compile Include="ShipListPanel.cs">\r
+      <SubType>Component</SubType>\r
+    </Compile>\r
     <Compile Include="ShipMaster.cs" />\r
+    <Compile Include="ShipStatus.cs" />\r
     <Compile Include="Sniffer.cs" />\r
     <Compile Include="ItemInfo.cs" />\r
     <Compile Include="Status.cs" />\r
     <Compile Include="SwipeScrollify.cs" />\r
     <Compile Include="SystemProxy.cs" />\r
+    <Compile Include="TextGenerator.cs" />\r
     <Compile Include="Win32API.cs" />\r
     <EmbeddedResource Include="ConfigDialog.resx">\r
       <DependentUpon>ConfigDialog.cs</DependentUpon>\r
     </EmbeddedResource>\r
-    <EmbeddedResource Include="ShipListForm.resx">\r
-      <DependentUpon>ShipListForm.cs</DependentUpon>\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
   <ItemGroup>\r
     <Content Include="app.ico" />\r
   </ItemGroup>\r
-  <ItemGroup>\r
-    <ProjectReference Include="..\Nekoxy\Nekoxy.csproj">\r
-      <Project>{92dfa8a8-a110-4692-862d-7f0c229794b5}</Project>\r
-      <Name>Nekoxy</Name>\r
-    </ProjectReference>\r
-  </ItemGroup>\r
   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
   <PropertyGroup>\r
-    <PostBuildEvent>\r
-    </PostBuildEvent>\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