OSDN Git Service

NotificationManagerでタイマーをリピートをサポートする
[kancollesniffer/KancolleSniffer.git] / KancolleSniffer / KancolleSniffer.csproj
index 07b8052..e9de585 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
@@ -23,6 +23,9 @@
     <ErrorReport>prompt</ErrorReport>\r
     <WarningLevel>4</WarningLevel>\r
     <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.Xml.Linq" />\r
-    <Reference Include="System.Data.DataSetExtensions" />\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="Achievement.cs" />\r
+    <Compile Include="AkashiTimer.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="ErrorLog.cs" />\r
+    <Compile Include="Config.cs" />\r
+    <Compile Include="ConfigDialog.cs">\r
+      <SubType>Form</SubType>\r
+    </Compile>\r
+    <Compile Include="ConfigDialog.Designer.cs">\r
+      <DependentUpon>ConfigDialog.cs</DependentUpon>\r
+    </Compile>\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="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="KancolleDb.cs" />\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="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="PushBullet.cs" />\r
+    <Compile Include="RepairListForMain.cs">\r
+      <SubType>Component</SubType>\r
+    </Compile>\r
+    <Compile Include="ShipLabels.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="Program.cs" />\r
     <Compile Include="Properties\AssemblyInfo.cs" />\r
+    <Compile Include="QuestInfo.cs" />\r
+    <Compile Include="ConditionTimer.cs" />\r
+    <Compile Include="ShipInfo.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="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
     <Content Include="app.ico" />\r
   </ItemGroup>\r
   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
+  <PropertyGroup>\r
+    <PostBuildEvent>COPY $(SolutionDir)\Data\EnemySlot.csv $(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