OSDN Git Service

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