OSDN Git Service

JSONパーザーをDynaJsonに切り替える
[kancollesniffer/KancolleSniffer.git] / KancolleSniffer / KancolleSniffer.csproj
index 92e4ccb..1364dae 100644 (file)
@@ -12,6 +12,8 @@
     <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>\r
     <FileAlignment>512</FileAlignment>\r
     <TargetFrameworkProfile />\r
+    <NuGetPackageImportStamp>\r
+    </NuGetPackageImportStamp>\r
   </PropertyGroup>\r
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
     <PlatformTarget>AnyCPU</PlatformTarget>\r
@@ -45,6 +47,9 @@
     <ApplicationManifest>app.manifest</ApplicationManifest>\r
   </PropertyGroup>\r
   <ItemGroup>\r
+    <Reference Include="DynaJson, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">\r
+      <HintPath>..\packages\DynaJson.2.0.0\lib\net45\DynaJson.dll</HintPath>\r
+    </Reference>\r
     <Reference Include="Microsoft.CSharp" />\r
     <Reference Include="System" />\r
     <Reference Include="System.Core" />\r
     <Reference Include="System.Xml" />\r
   </ItemGroup>\r
   <ItemGroup>\r
-    <Compile Include="Model\AirBaseParams.cs" />\r
+    <Compile Include="Log\BattleLogger.cs" />\r
+    <Compile Include="Model\AirBattleResult.cs" />\r
+    <Compile Include="Model\AirCorpsFighterPower.cs" />\r
+    <Compile Include="Model\QuestCounter.cs" />\r
     <Compile Include="Model\QuestCountList.cs" />\r
+    <Compile Include="Model\QuestSpec.cs" />\r
     <Compile Include="Privacy.cs" />\r
     <Compile Include="Log\LogProcessor.cs" />\r
     <Compile Include="Model\Achievement.cs" />\r
@@ -69,6 +78,8 @@
     <Compile Include="Model\PracticeExp.cs" />\r
     <Compile Include="Model\ShipSpec.cs" />\r
     <Compile Include="Log\BattleLogProcessor.cs" />\r
+    <Compile Include="Model\Range.cs" />\r
+    <Compile Include="Util\Clipboard.cs" />\r
     <Compile Include="View\AntiAirPanel.cs">\r
       <SubType>Component</SubType>\r
     </Compile>\r
     </Compile>\r
     <Compile Include="Net\HttpProxy.cs" />\r
     <Compile Include="Util\HttpUtility.cs" />\r
+    <Compile Include="View\FleetSpec.cs" />\r
     <Compile Include="View\GrowLeftLabel.cs" />\r
+    <Compile Include="View\MainNDockLabels.cs" />\r
     <Compile Include="View\ShipLabels.cs" />\r
     <Compile Include="View\ShipListPanel\GroupConfigLabels.cs" />\r
     <Compile Include="View\ListScroller.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="View\RepairListForMain.cs">\r
       <SubType>Component</SubType>\r
     </Compile>\r
-    <Compile Include="View\MainFormLabels.cs" />\r
+    <Compile Include="View\MainShipLabels.cs" />\r
     <Compile Include="ListForm.cs">\r
       <SubType>Form</SubType>\r
     </Compile>\r
     <Compile Include="Model\ItemInfo.cs" />\r
     <Compile Include="Model\Status.cs" />\r
     <Compile Include="View\ShipNameWidth.cs" />\r
+    <Compile Include="View\StringTruncator.cs" />\r
     <Compile Include="View\SwipeScrollify.cs" />\r
     <Compile Include="Net\SystemProxy.cs" />\r
     <Compile Include="TextGenerator.cs" />\r
       <DesignTime>True</DesignTime>\r
     </Compile>\r
     <None Include="app.manifest" />\r
+    <None Include="packages.config" />\r
     <None Include="Properties\Settings.settings">\r
       <Generator>SettingsSingleFileGenerator</Generator>\r
       <LastGenOutput>Settings.Designer.cs</LastGenOutput>\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