OSDN Git Service

4eb4d6240f71e041e4a3b3d58ca6ddce5732670e
[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="Log\BattleLogger.cs" />\r
63     <Compile Include="Main.cs" />\r
64     <Compile Include="ListFormGroup.cs" />\r
65     <Compile Include="MainWindow.cs" />\r
66     <Compile Include="Model\AirBattleResult.cs" />\r
67     <Compile Include="Model\AirCorpsFighterPower.cs" />\r
68     <Compile Include="Model\QuestCounter.cs" />\r
69     <Compile Include="Model\QuestCountList.cs" />\r
70     <Compile Include="Model\QuestSpec.cs" />\r
71     <Compile Include="Notification\Formatter.cs" />\r
72     <Compile Include="Notification\Notifier.cs" />\r
73     <Compile Include="Privacy.cs" />\r
74     <Compile Include="Log\LogProcessor.cs" />\r
75     <Compile Include="Model\Achievement.cs" />\r
76     <Compile Include="Model\AkashiTimer.cs" />\r
77     <Compile Include="Model\AlarmCounter.cs" />\r
78     <Compile Include="Model\AlarmTimer.cs" />\r
79     <Compile Include="Model\ItemMaster.cs" />\r
80     <Compile Include="Model\Inventry.cs" />\r
81     <Compile Include="Model\ItemSpec.cs" />\r
82     <Compile Include="Model\ItemStatus.cs" />\r
83     <Compile Include="Model\PracticeExp.cs" />\r
84     <Compile Include="Model\ShipSpec.cs" />\r
85     <Compile Include="Log\BattleLogProcessor.cs" />\r
86     <Compile Include="Model\Range.cs" />\r
87     <Compile Include="Util\Clipboard.cs" />\r
88     <Compile Include="Util\SoundPlayer.cs" />\r
89     <Compile Include="Util\TimeStep.cs" />\r
90     <Compile Include="View\MainWindow\ChargeStatus.cs">\r
91       <SubType>Component</SubType>\r
92     </Compile>\r
93     <Compile Include="View\MainWindow\ContextMenuMain.cs">\r
94       <SubType>Component</SubType>\r
95     </Compile>\r
96     <Compile Include="View\MainWindow\ContextMenuNotifyIcon.cs">\r
97       <SubType>Component</SubType>\r
98     </Compile>\r
99     <Compile Include="View\DropDownButton.cs">\r
100       <SubType>Component</SubType>\r
101     </Compile>\r
102     <Compile Include="View\IUpdateable.cs" />\r
103     <Compile Include="View\MainWindow\MainFleetPanel.cs">\r
104       <SubType>Component</SubType>\r
105     </Compile>\r
106     <Compile Include="View\MainWindow\MaterialHistoryPanel.cs">\r
107       <SubType>Component</SubType>\r
108     </Compile>\r
109     <Compile Include="View\MainWindow\ShipInfoPanel.cs">\r
110       <SubType>Component</SubType>\r
111     </Compile>\r
112     <Compile Include="View\MainWindow\TriangleMark.cs">\r
113       <SubType>Component</SubType>\r
114     </Compile>\r
115     <Compile Include="View\UpdateContext.cs" />\r
116     <Compile Include="View\ListWindow\AntiAirPanel.cs">\r
117       <SubType>Component</SubType>\r
118     </Compile>\r
119     <Compile Include="View\ListWindow\AirBattleResultPanel.cs" />\r
120     <Compile Include="Util\Ascii85.cs" />\r
121     <Compile Include="Model\AirBase.cs" />\r
122     <Compile Include="Model\BattleInfo.cs" />\r
123     <Compile Include="View\ListWindow\BattleResultPanel.cs">\r
124       <SubType>Component</SubType>\r
125     </Compile>\r
126     <Compile Include="Model\CellInfo.cs" />\r
127     <Compile Include="ErrorLog.cs" />\r
128     <Compile Include="Config.cs" />\r
129     <Compile Include="ConfigDialog.cs">\r
130       <SubType>Form</SubType>\r
131     </Compile>\r
132     <Compile Include="ConfigDialog.Designer.cs">\r
133       <DependentUpon>ConfigDialog.cs</DependentUpon>\r
134     </Compile>\r
135     <Compile Include="ConfirmDialog.cs">\r
136       <SubType>Form</SubType>\r
137     </Compile>\r
138     <Compile Include="ConfirmDialog.Designer.cs">\r
139       <DependentUpon>ConfirmDialog.cs</DependentUpon>\r
140     </Compile>\r
141     <Compile Include="View\ControlsArranger.cs" />\r
142     <Compile Include="View\CUDColors.cs" />\r
143     <Compile Include="Model\DockInfo.cs" />\r
144     <Compile Include="Model\Fleet.cs" />\r
145     <Compile Include="View\CustomColors.cs" />\r
146     <Compile Include="View\ListWindow\FleetDataPanel.cs">\r
147       <SubType>Component</SubType>\r
148     </Compile>\r
149     <Compile Include="Model\ExMapInfo.cs" />\r
150     <Compile Include="ErrorDialog.cs">\r
151       <SubType>Form</SubType>\r
152     </Compile>\r
153     <Compile Include="ErrorDialog.Designer.cs">\r
154       <DependentUpon>ErrorDialog.cs</DependentUpon>\r
155     </Compile>\r
156     <Compile Include="Net\HttpProxy.cs" />\r
157     <Compile Include="Util\HttpUtility.cs" />\r
158     <Compile Include="View\ListWindow\FleetData.cs" />\r
159     <Compile Include="View\GrowLeftLabel.cs" />\r
160     <Compile Include="View\MainWindow\HqPanel.cs">\r
161       <SubType>Component</SubType>\r
162     </Compile>\r
163     <Compile Include="View\MainWindow\KDockPanel.cs">\r
164       <SubType>Component</SubType>\r
165     </Compile>\r
166     <Compile Include="View\MainWindow\NDockPanel.cs">\r
167       <SubType>Component</SubType>\r
168     </Compile>\r
169     <Compile Include="View\MainWindow\MissionPanel.cs">\r
170       <SubType>Component</SubType>\r
171     </Compile>\r
172     <Compile Include="View\ShipLabels.cs" />\r
173     <Compile Include="View\ShipListPanel\GroupConfigLabels.cs" />\r
174     <Compile Include="View\MainWindow\ListScroller.cs" />\r
175     <Compile Include="View\ListWindow\ItemTreeView.cs">\r
176       <SubType>Component</SubType>\r
177     </Compile>\r
178     <Compile Include="Log\Logger.cs" />\r
179     <Compile Include="Net\LogServer.cs" />\r
180     <Compile Include="Model\MaterialInfo.cs" />\r
181     <Compile Include="Model\MiscTextInfo.cs" />\r
182     <Compile Include="Model\AdditionalData.cs" />\r
183     <Compile Include="Notification\ConfigDialog.cs">\r
184       <SubType>Form</SubType>\r
185     </Compile>\r
186     <Compile Include="Notification\ConfigDialog.Designer.cs">\r
187       <DependentUpon>ConfigDialog.cs</DependentUpon>\r
188     </Compile>\r
189     <Compile Include="Notification\Scheduler.cs" />\r
190     <Compile Include="Model\PresetDeck.cs" />\r
191     <Compile Include="Net\ProxyManager.cs" />\r
192     <Compile Include="Net\PushNotification.cs" />\r
193     <Compile Include="View\PanelWithToolTip.cs">\r
194       <SubType>Component</SubType>\r
195     </Compile>\r
196     <Compile Include="View\MainWindow\QuestPanel.cs">\r
197       <SubType>Component</SubType>\r
198     </Compile>\r
199     <Compile Include="View\MainWindow\RepairListForMain.cs">\r
200       <SubType>Component</SubType>\r
201     </Compile>\r
202     <Compile Include="View\MainWindow\MainShipLabels.cs" />\r
203     <Compile Include="ListForm.cs">\r
204       <SubType>Form</SubType>\r
205     </Compile>\r
206     <Compile Include="ListForm.Designer.cs">\r
207       <DependentUpon>ListForm.cs</DependentUpon>\r
208     </Compile>\r
209     <Compile Include="MainForm.cs">\r
210       <SubType>Form</SubType>\r
211     </Compile>\r
212     <Compile Include="MainForm.Designer.cs">\r
213       <DependentUpon>MainForm.cs</DependentUpon>\r
214     </Compile>\r
215     <Compile Include="Model\MissionInfo.cs" />\r
216     <Compile Include="Program.cs" />\r
217     <Compile Include="Properties\AssemblyInfo.cs" />\r
218     <Compile Include="Model\QuestInfo.cs" />\r
219     <Compile Include="Model\ConditionTimer.cs" />\r
220     <Compile Include="View\ShipListPanel\RepairListLabels.cs" />\r
221     <Compile Include="View\MainWindow\RepairShipCount.cs" />\r
222     <Compile Include="View\ResizableToolTip.cs">\r
223       <SubType>Component</SubType>\r
224     </Compile>\r
225     <Compile Include="Model\ShipInfo.cs" />\r
226     <Compile Include="View\Scaler.cs" />\r
227     <Compile Include="View\ShipLabel.cs" />\r
228     <Compile Include="View\ShipListPanel\ShipListLabels.cs" />\r
229     <Compile Include="View\ShipListPanel\ShipListPanel.cs">\r
230       <SubType>Component</SubType>\r
231     </Compile>\r
232     <Compile Include="Model\ShipMaster.cs" />\r
233     <Compile Include="Model\ShipStatus.cs" />\r
234     <Compile Include="Sniffer.cs" />\r
235     <Compile Include="Model\ItemInfo.cs" />\r
236     <Compile Include="Model\Status.cs" />\r
237     <Compile Include="View\ShipNameWidth.cs" />\r
238     <Compile Include="View\StringTruncator.cs" />\r
239     <Compile Include="View\SwipeScrollify.cs" />\r
240     <Compile Include="Net\SystemProxy.cs" />\r
241     <Compile Include="TextGenerator.cs" />\r
242     <Compile Include="Util\Win32API.cs" />\r
243     <EmbeddedResource Include="ConfigDialog.resx">\r
244       <DependentUpon>ConfigDialog.cs</DependentUpon>\r
245     </EmbeddedResource>\r
246     <EmbeddedResource Include="ConfirmDialog.resx">\r
247       <DependentUpon>ConfirmDialog.cs</DependentUpon>\r
248     </EmbeddedResource>\r
249     <EmbeddedResource Include="ErrorDialog.resx">\r
250       <DependentUpon>ErrorDialog.cs</DependentUpon>\r
251     </EmbeddedResource>\r
252     <EmbeddedResource Include="ListForm.resx">\r
253       <DependentUpon>ListForm.cs</DependentUpon>\r
254     </EmbeddedResource>\r
255     <EmbeddedResource Include="MainForm.resx">\r
256       <DependentUpon>MainForm.cs</DependentUpon>\r
257     </EmbeddedResource>\r
258     <EmbeddedResource Include="Notification\ConfigDialog.resx">\r
259       <DependentUpon>ConfigDialog.cs</DependentUpon>\r
260     </EmbeddedResource>\r
261     <EmbeddedResource Include="Properties\Resources.resx">\r
262       <Generator>ResXFileCodeGenerator</Generator>\r
263       <LastGenOutput>Resources.Designer.cs</LastGenOutput>\r
264       <SubType>Designer</SubType>\r
265     </EmbeddedResource>\r
266     <Compile Include="Properties\Resources.Designer.cs">\r
267       <AutoGen>True</AutoGen>\r
268       <DependentUpon>Resources.resx</DependentUpon>\r
269       <DesignTime>True</DesignTime>\r
270     </Compile>\r
271     <None Include="app.manifest" />\r
272     <None Include="packages.config" />\r
273     <None Include="Properties\Settings.settings">\r
274       <Generator>SettingsSingleFileGenerator</Generator>\r
275       <LastGenOutput>Settings.Designer.cs</LastGenOutput>\r
276     </None>\r
277     <Compile Include="Properties\Settings.Designer.cs">\r
278       <AutoGen>True</AutoGen>\r
279       <DependentUpon>Settings.settings</DependentUpon>\r
280       <DesignTimeSharedInput>True</DesignTimeSharedInput>\r
281     </Compile>\r
282   </ItemGroup>\r
283   <ItemGroup>\r
284     <None Include="App.config" />\r
285   </ItemGroup>\r
286   <ItemGroup>\r
287     <Content Include="app.ico" />\r
288     <None Include="Resources\arrow.png" />\r
289     <None Include="Resources\arrow virtical.png" />\r
290   </ItemGroup>\r
291   <ItemGroup />\r
292   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
293   <PropertyGroup>\r
294     <PostBuildEvent>COPY $(SolutionDir)\Data\*.* $(TargetDir)</PostBuildEvent>\r
295   </PropertyGroup>\r
296   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
297        Other similar extension points exist, see Microsoft.Common.targets.\r
298   <Target Name="BeforeBuild">\r
299   </Target>\r
300   <Target Name="AfterBuild">\r
301   </Target>\r
302   -->\r
303 </Project>