OSDN Git Service

バージョン12.11の準備
[kancollesniffer/KancolleSniffer.git] / KancolleSniffer / KancolleSniffer.csproj
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
3   <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />\r
4   <PropertyGroup>\r
5     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
6     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
7     <ProjectGuid>{C2DD27CE-5AB7-408B-B60C-F3BE22B01E85}</ProjectGuid>\r
8     <OutputType>WinExe</OutputType>\r
9     <AppDesignerFolder>Properties</AppDesignerFolder>\r
10     <RootNamespace>KancolleSniffer</RootNamespace>\r
11     <AssemblyName>KancolleSniffer</AssemblyName>\r
12     <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>\r
13     <FileAlignment>512</FileAlignment>\r
14     <TargetFrameworkProfile />\r
15     <NuGetPackageImportStamp>\r
16     </NuGetPackageImportStamp>\r
17   </PropertyGroup>\r
18   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
19     <PlatformTarget>AnyCPU</PlatformTarget>\r
20     <DebugSymbols>true</DebugSymbols>\r
21     <DebugType>full</DebugType>\r
22     <Optimize>false</Optimize>\r
23     <OutputPath>bin\Debug\</OutputPath>\r
24     <DefineConstants>DEBUG;TRACE</DefineConstants>\r
25     <ErrorReport>prompt</ErrorReport>\r
26     <WarningLevel>4</WarningLevel>\r
27     <Prefer32Bit>false</Prefer32Bit>\r
28     <DocumentationFile>\r
29     </DocumentationFile>\r
30     <LangVersion>latest</LangVersion>\r
31   </PropertyGroup>\r
32   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
33     <PlatformTarget>AnyCPU</PlatformTarget>\r
34     <DebugType>pdbonly</DebugType>\r
35     <Optimize>true</Optimize>\r
36     <OutputPath>bin\Release\</OutputPath>\r
37     <DefineConstants>TRACE</DefineConstants>\r
38     <ErrorReport>prompt</ErrorReport>\r
39     <WarningLevel>4</WarningLevel>\r
40     <Prefer32Bit>false</Prefer32Bit>\r
41     <LangVersion>latest</LangVersion>\r
42   </PropertyGroup>\r
43   <PropertyGroup>\r
44     <ApplicationIcon>app.ico</ApplicationIcon>\r
45   </PropertyGroup>\r
46   <PropertyGroup>\r
47     <ApplicationManifest>app.manifest</ApplicationManifest>\r
48   </PropertyGroup>\r
49   <ItemGroup>\r
50     <Reference Include="DynaJson, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">\r
51       <HintPath>..\packages\DynaJson.2.0.0\lib\net45\DynaJson.dll</HintPath>\r
52     </Reference>\r
53     <Reference Include="Microsoft.CSharp" />\r
54     <Reference Include="System" />\r
55     <Reference Include="System.Core" />\r
56     <Reference Include="System.Data" />\r
57     <Reference Include="System.Drawing" />\r
58     <Reference Include="System.Windows.Forms" />\r
59     <Reference Include="System.Xml" />\r
60   </ItemGroup>\r
61   <ItemGroup>\r
62     <Compile Include="Forms\HorizontalMainForm.cs">\r
63       <SubType>Form</SubType>\r
64     </Compile>\r
65     <Compile Include="Forms\HorizontalMainForm.designer.cs">\r
66       <DependentUpon>HorizontalMainForm.cs</DependentUpon>\r
67     </Compile>\r
68     <Compile Include="Log\BattleLogger.cs" />\r
69     <Compile Include="Main.cs" />\r
70     <Compile Include="Forms\ListFormGroup.cs" />\r
71     <Compile Include="MainWindow.cs" />\r
72     <Compile Include="Model\AirBattleResult.cs" />\r
73     <Compile Include="Model\AirCorpsFighterPower.cs" />\r
74     <Compile Include="Model\QuestCounter.cs" />\r
75     <Compile Include="Model\QuestCountList.cs" />\r
76     <Compile Include="Model\QuestSpec.cs" />\r
77     <Compile Include="Notification\Formatter.cs" />\r
78     <Compile Include="Notification\Notifier.cs" />\r
79     <Compile Include="Privacy.cs" />\r
80     <Compile Include="Log\LogProcessor.cs" />\r
81     <Compile Include="Model\Achievement.cs" />\r
82     <Compile Include="Model\AkashiTimer.cs" />\r
83     <Compile Include="Model\AlarmCounter.cs" />\r
84     <Compile Include="Model\AlarmTimer.cs" />\r
85     <Compile Include="Model\ItemMaster.cs" />\r
86     <Compile Include="Model\Inventry.cs" />\r
87     <Compile Include="Model\ItemSpec.cs" />\r
88     <Compile Include="Model\ItemStatus.cs" />\r
89     <Compile Include="Model\PracticeExp.cs" />\r
90     <Compile Include="Model\ShipSpec.cs" />\r
91     <Compile Include="Log\BattleLogProcessor.cs" />\r
92     <Compile Include="Model\Range.cs" />\r
93     <Compile Include="Util\Clipboard.cs" />\r
94     <Compile Include="Util\SoundPlayer.cs" />\r
95     <Compile Include="Util\TimeStep.cs" />\r
96     <Compile Include="View\ListWindow\IPanelResize.cs" />\r
97     <Compile Include="View\MainWindow\BattleInfoPanel.cs">\r
98       <SubType>Component</SubType>\r
99     </Compile>\r
100     <Compile Include="View\MainWindow\ChargeStatus.cs">\r
101       <SubType>Component</SubType>\r
102     </Compile>\r
103     <Compile Include="View\MainWindow\ContextMenuMain.cs">\r
104       <SubType>Component</SubType>\r
105     </Compile>\r
106     <Compile Include="View\MainWindow\ContextMenuNotifyIcon.cs">\r
107       <SubType>Component</SubType>\r
108     </Compile>\r
109     <Compile Include="View\DropDownButton.cs">\r
110       <SubType>Component</SubType>\r
111     </Compile>\r
112     <Compile Include="View\IUpdateable.cs" />\r
113     <Compile Include="View\MainWindow\FighterPower.cs" />\r
114     <Compile Include="View\MainWindow\FleetPanel.cs">\r
115       <SubType>Component</SubType>\r
116     </Compile>\r
117     <Compile Include="View\MainWindow\MaterialHistoryPanel.cs">\r
118       <SubType>Component</SubType>\r
119     </Compile>\r
120     <Compile Include="View\MainWindow\ShipInfoPanel.cs">\r
121       <SubType>Component</SubType>\r
122     </Compile>\r
123     <Compile Include="View\MainWindow\TriangleMark.cs">\r
124       <SubType>Component</SubType>\r
125     </Compile>\r
126     <Compile Include="View\UpdateContext.cs" />\r
127     <Compile Include="View\ListWindow\AntiAirPanel.cs">\r
128       <SubType>Component</SubType>\r
129     </Compile>\r
130     <Compile Include="View\ListWindow\AirBattleResultPanel.cs" />\r
131     <Compile Include="Util\Ascii85.cs" />\r
132     <Compile Include="Model\AirBase.cs" />\r
133     <Compile Include="Model\BattleInfo.cs" />\r
134     <Compile Include="View\ListWindow\BattleResultPanel.cs">\r
135       <SubType>Component</SubType>\r
136     </Compile>\r
137     <Compile Include="Model\CellInfo.cs" />\r
138     <Compile Include="ErrorLog.cs" />\r
139     <Compile Include="Config.cs" />\r
140     <Compile Include="Forms\ConfigDialog.cs">\r
141       <SubType>Form</SubType>\r
142     </Compile>\r
143     <Compile Include="Forms\ConfigDialog.Designer.cs">\r
144       <DependentUpon>ConfigDialog.cs</DependentUpon>\r
145     </Compile>\r
146     <Compile Include="Forms\ConfirmDialog.cs">\r
147       <SubType>Form</SubType>\r
148     </Compile>\r
149     <Compile Include="Forms\ConfirmDialog.Designer.cs">\r
150       <DependentUpon>ConfirmDialog.cs</DependentUpon>\r
151     </Compile>\r
152     <Compile Include="View\ControlsArranger.cs" />\r
153     <Compile Include="View\CUDColors.cs" />\r
154     <Compile Include="Model\DockInfo.cs" />\r
155     <Compile Include="Model\Fleet.cs" />\r
156     <Compile Include="View\CustomColors.cs" />\r
157     <Compile Include="View\ListWindow\FleetDataPanel.cs">\r
158       <SubType>Component</SubType>\r
159     </Compile>\r
160     <Compile Include="Model\ExMapInfo.cs" />\r
161     <Compile Include="Forms\ErrorDialog.cs">\r
162       <SubType>Form</SubType>\r
163     </Compile>\r
164     <Compile Include="Forms\ErrorDialog.Designer.cs">\r
165       <DependentUpon>ErrorDialog.cs</DependentUpon>\r
166     </Compile>\r
167     <Compile Include="Net\HttpProxy.cs" />\r
168     <Compile Include="Util\HttpUtility.cs" />\r
169     <Compile Include="View\ListWindow\FleetData.cs" />\r
170     <Compile Include="View\GrowLeftLabel.cs" />\r
171     <Compile Include="View\MainWindow\HqPanel.cs">\r
172       <SubType>Component</SubType>\r
173     </Compile>\r
174     <Compile Include="View\MainWindow\KDockPanel.cs">\r
175       <SubType>Component</SubType>\r
176     </Compile>\r
177     <Compile Include="View\MainWindow\NDockPanel.cs">\r
178       <SubType>Component</SubType>\r
179     </Compile>\r
180     <Compile Include="View\MainWindow\MissionPanel.cs">\r
181       <SubType>Component</SubType>\r
182     </Compile>\r
183     <Compile Include="View\ShipLabels.cs" />\r
184     <Compile Include="View\ShipListPanel\GroupConfigLabels.cs" />\r
185     <Compile Include="View\MainWindow\ListScroller.cs" />\r
186     <Compile Include="View\ListWindow\ItemTreeView.cs">\r
187       <SubType>Component</SubType>\r
188     </Compile>\r
189     <Compile Include="Log\Logger.cs" />\r
190     <Compile Include="Net\LogServer.cs" />\r
191     <Compile Include="Model\MaterialInfo.cs" />\r
192     <Compile Include="Model\MiscTextInfo.cs" />\r
193     <Compile Include="Model\AdditionalData.cs" />\r
194     <Compile Include="Notification\ConfigDialog.cs">\r
195       <SubType>Form</SubType>\r
196     </Compile>\r
197     <Compile Include="Notification\ConfigDialog.Designer.cs">\r
198       <DependentUpon>ConfigDialog.cs</DependentUpon>\r
199     </Compile>\r
200     <Compile Include="Notification\Scheduler.cs" />\r
201     <Compile Include="Model\PresetDeck.cs" />\r
202     <Compile Include="Net\ProxyManager.cs" />\r
203     <Compile Include="Net\PushNotification.cs" />\r
204     <Compile Include="View\PanelWithToolTip.cs">\r
205       <SubType>Component</SubType>\r
206     </Compile>\r
207     <Compile Include="View\MainWindow\QuestPanel.cs">\r
208       <SubType>Component</SubType>\r
209     </Compile>\r
210     <Compile Include="View\MainWindow\RepairListPanel.cs">\r
211       <SubType>Component</SubType>\r
212     </Compile>\r
213     <Compile Include="View\MainWindow\ShipListPanels.cs" />\r
214     <Compile Include="Forms\ListForm.cs">\r
215       <SubType>Form</SubType>\r
216     </Compile>\r
217     <Compile Include="Forms\ListForm.Designer.cs">\r
218       <DependentUpon>ListForm.cs</DependentUpon>\r
219     </Compile>\r
220     <Compile Include="Forms\VerticalMainForm.cs">\r
221       <SubType>Form</SubType>\r
222     </Compile>\r
223     <Compile Include="Forms\VerticalMainForm.Designer.cs">\r
224       <DependentUpon>VerticalMainForm.cs</DependentUpon>\r
225     </Compile>\r
226     <Compile Include="Model\MissionInfo.cs" />\r
227     <Compile Include="Program.cs" />\r
228     <Compile Include="Properties\AssemblyInfo.cs" />\r
229     <Compile Include="Model\QuestInfo.cs" />\r
230     <Compile Include="Model\ConditionTimer.cs" />\r
231     <Compile Include="View\ShipListPanel\RepairListLabels.cs" />\r
232     <Compile Include="View\MainWindow\RepairShipCount.cs" />\r
233     <Compile Include="View\ResizableToolTip.cs">\r
234       <SubType>Component</SubType>\r
235     </Compile>\r
236     <Compile Include="Model\ShipInfo.cs" />\r
237     <Compile Include="View\Scaler.cs" />\r
238     <Compile Include="View\ShipLabel.cs" />\r
239     <Compile Include="View\ShipListPanel\ShipListLabels.cs" />\r
240     <Compile Include="View\ShipListPanel\ShipListPanel.cs">\r
241       <SubType>Component</SubType>\r
242     </Compile>\r
243     <Compile Include="Model\ShipMaster.cs" />\r
244     <Compile Include="Model\ShipStatus.cs" />\r
245     <Compile Include="Sniffer.cs" />\r
246     <Compile Include="Model\ItemInfo.cs" />\r
247     <Compile Include="Model\Status.cs" />\r
248     <Compile Include="View\ShipNameWidth.cs" />\r
249     <Compile Include="View\StringTruncator.cs" />\r
250     <Compile Include="View\SwipeScrollify.cs" />\r
251     <Compile Include="Net\SystemProxy.cs" />\r
252     <Compile Include="Model\TextGenerator.cs" />\r
253     <Compile Include="Util\Win32API.cs" />\r
254     <EmbeddedResource Include="Forms\ConfigDialog.resx">\r
255       <DependentUpon>ConfigDialog.cs</DependentUpon>\r
256     </EmbeddedResource>\r
257     <EmbeddedResource Include="Forms\ConfirmDialog.resx">\r
258       <DependentUpon>ConfirmDialog.cs</DependentUpon>\r
259     </EmbeddedResource>\r
260     <EmbeddedResource Include="Forms\ErrorDialog.resx">\r
261       <DependentUpon>ErrorDialog.cs</DependentUpon>\r
262     </EmbeddedResource>\r
263     <EmbeddedResource Include="Forms\HorizontalMainForm.resx">\r
264       <DependentUpon>HorizontalMainForm.cs</DependentUpon>\r
265     </EmbeddedResource>\r
266     <EmbeddedResource Include="Forms\ListForm.resx">\r
267       <DependentUpon>ListForm.cs</DependentUpon>\r
268     </EmbeddedResource>\r
269     <EmbeddedResource Include="Forms\VerticalMainForm.resx">\r
270       <DependentUpon>VerticalMainForm.cs</DependentUpon>\r
271     </EmbeddedResource>\r
272     <EmbeddedResource Include="Notification\ConfigDialog.resx">\r
273       <DependentUpon>ConfigDialog.cs</DependentUpon>\r
274     </EmbeddedResource>\r
275     <EmbeddedResource Include="Properties\Resources.resx">\r
276       <Generator>ResXFileCodeGenerator</Generator>\r
277       <LastGenOutput>Resources.Designer.cs</LastGenOutput>\r
278       <SubType>Designer</SubType>\r
279     </EmbeddedResource>\r
280     <Compile Include="Properties\Resources.Designer.cs">\r
281       <AutoGen>True</AutoGen>\r
282       <DependentUpon>Resources.resx</DependentUpon>\r
283       <DesignTime>True</DesignTime>\r
284     </Compile>\r
285     <None Include="app.manifest" />\r
286     <None Include="packages.config" />\r
287     <None Include="Properties\Settings.settings">\r
288       <Generator>SettingsSingleFileGenerator</Generator>\r
289       <LastGenOutput>Settings.Designer.cs</LastGenOutput>\r
290     </None>\r
291     <Compile Include="Properties\Settings.Designer.cs">\r
292       <AutoGen>True</AutoGen>\r
293       <DependentUpon>Settings.settings</DependentUpon>\r
294       <DesignTimeSharedInput>True</DesignTimeSharedInput>\r
295     </Compile>\r
296   </ItemGroup>\r
297   <ItemGroup>\r
298     <None Include="App.config" />\r
299   </ItemGroup>\r
300   <ItemGroup>\r
301     <Content Include="app.ico" />\r
302     <None Include="Resources\arrow.png" />\r
303     <None Include="Resources\arrow virtical.png" />\r
304   </ItemGroup>\r
305   <ItemGroup />\r
306   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
307   <PropertyGroup>\r
308     <PostBuildEvent>COPY $(SolutionDir)\Data\*.* $(TargetDir)</PostBuildEvent>\r
309   </PropertyGroup>\r
310   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
311        Other similar extension points exist, see Microsoft.Common.targets.\r
312   <Target Name="BeforeBuild">\r
313   </Target>\r
314   <Target Name="AfterBuild">\r
315   </Target>\r
316   -->\r
317 </Project>