OSDN Git Service

一覧の艦娘一覧の表示をShipListLabelsに分離する
[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   </PropertyGroup>\r
16   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
17     <PlatformTarget>AnyCPU</PlatformTarget>\r
18     <DebugSymbols>true</DebugSymbols>\r
19     <DebugType>full</DebugType>\r
20     <Optimize>false</Optimize>\r
21     <OutputPath>bin\Debug\</OutputPath>\r
22     <DefineConstants>DEBUG;TRACE</DefineConstants>\r
23     <ErrorReport>prompt</ErrorReport>\r
24     <WarningLevel>4</WarningLevel>\r
25     <Prefer32Bit>false</Prefer32Bit>\r
26     <DocumentationFile>\r
27     </DocumentationFile>\r
28     <LangVersion>latest</LangVersion>\r
29   </PropertyGroup>\r
30   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
31     <PlatformTarget>AnyCPU</PlatformTarget>\r
32     <DebugType>pdbonly</DebugType>\r
33     <Optimize>true</Optimize>\r
34     <OutputPath>bin\Release\</OutputPath>\r
35     <DefineConstants>TRACE</DefineConstants>\r
36     <ErrorReport>prompt</ErrorReport>\r
37     <WarningLevel>4</WarningLevel>\r
38     <Prefer32Bit>false</Prefer32Bit>\r
39     <LangVersion>latest</LangVersion>\r
40   </PropertyGroup>\r
41   <PropertyGroup>\r
42     <ApplicationIcon>app.ico</ApplicationIcon>\r
43   </PropertyGroup>\r
44   <PropertyGroup>\r
45     <ApplicationManifest>app.manifest</ApplicationManifest>\r
46   </PropertyGroup>\r
47   <ItemGroup>\r
48     <Reference Include="Microsoft.CSharp" />\r
49     <Reference Include="System" />\r
50     <Reference Include="System.Core" />\r
51     <Reference Include="System.Data" />\r
52     <Reference Include="System.Drawing" />\r
53     <Reference Include="System.Windows.Forms" />\r
54     <Reference Include="System.Xml" />\r
55   </ItemGroup>\r
56   <ItemGroup>\r
57     <Compile Include="Model\AirBaseParams.cs" />\r
58     <Compile Include="Model\QuestCountList.cs" />\r
59     <Compile Include="Privacy.cs" />\r
60     <Compile Include="Log\LogProcessor.cs" />\r
61     <Compile Include="Model\Achievement.cs" />\r
62     <Compile Include="Model\AkashiTimer.cs" />\r
63     <Compile Include="Model\AlarmCounter.cs" />\r
64     <Compile Include="Model\AlarmTimer.cs" />\r
65     <Compile Include="Model\ItemMaster.cs" />\r
66     <Compile Include="Model\Inventry.cs" />\r
67     <Compile Include="Model\ItemSpec.cs" />\r
68     <Compile Include="Model\ItemStatus.cs" />\r
69     <Compile Include="Model\PracticeExp.cs" />\r
70     <Compile Include="Model\ShipSpec.cs" />\r
71     <Compile Include="Log\BattleLogProcessor.cs" />\r
72     <Compile Include="View\AntiAirPanel.cs">\r
73       <SubType>Component</SubType>\r
74     </Compile>\r
75     <Compile Include="View\AirBattleResultPanel.cs" />\r
76     <Compile Include="Util\Ascii85.cs" />\r
77     <Compile Include="Model\AirBase.cs" />\r
78     <Compile Include="Model\BattleInfo.cs" />\r
79     <Compile Include="View\BattleResultPanel.cs">\r
80       <SubType>Component</SubType>\r
81     </Compile>\r
82     <Compile Include="Model\CellInfo.cs" />\r
83     <Compile Include="ErrorLog.cs" />\r
84     <Compile Include="Config.cs" />\r
85     <Compile Include="ConfigDialog.cs">\r
86       <SubType>Form</SubType>\r
87     </Compile>\r
88     <Compile Include="ConfigDialog.Designer.cs">\r
89       <DependentUpon>ConfigDialog.cs</DependentUpon>\r
90     </Compile>\r
91     <Compile Include="ConfirmDialog.cs">\r
92       <SubType>Form</SubType>\r
93     </Compile>\r
94     <Compile Include="ConfirmDialog.Designer.cs">\r
95       <DependentUpon>ConfirmDialog.cs</DependentUpon>\r
96     </Compile>\r
97     <Compile Include="View\CUDColors.cs" />\r
98     <Compile Include="Model\DockInfo.cs" />\r
99     <Compile Include="Model\Fleet.cs" />\r
100     <Compile Include="View\CustomColors.cs" />\r
101     <Compile Include="View\FleetPanel.cs">\r
102       <SubType>Component</SubType>\r
103     </Compile>\r
104     <Compile Include="Model\ExMapInfo.cs" />\r
105     <Compile Include="ErrorDialog.cs">\r
106       <SubType>Form</SubType>\r
107     </Compile>\r
108     <Compile Include="ErrorDialog.Designer.cs">\r
109       <DependentUpon>ErrorDialog.cs</DependentUpon>\r
110     </Compile>\r
111     <Compile Include="Net\HttpProxy.cs" />\r
112     <Compile Include="Util\HttpUtility.cs" />\r
113     <Compile Include="View\GroupConfigLabels.cs" />\r
114     <Compile Include="View\ListScroller.cs" />\r
115     <Compile Include="View\NumberAndHistory.cs" />\r
116     <Compile Include="View\ItemTreeView.cs">\r
117       <SubType>Component</SubType>\r
118     </Compile>\r
119     <Compile Include="Util\JsonParser.cs" />\r
120     <Compile Include="Log\Logger.cs" />\r
121     <Compile Include="Net\LogServer.cs" />\r
122     <Compile Include="Model\MaterialInfo.cs" />\r
123     <Compile Include="Model\MiscTextInfo.cs" />\r
124     <Compile Include="Model\AdditionalData.cs" />\r
125     <Compile Include="NotificationConfigDialog.cs">\r
126       <SubType>Form</SubType>\r
127     </Compile>\r
128     <Compile Include="NotificationConfigDialog.Designer.cs">\r
129       <DependentUpon>NotificationConfigDialog.cs</DependentUpon>\r
130     </Compile>\r
131     <Compile Include="NotificationManager.cs" />\r
132     <Compile Include="Model\PresetDeck.cs" />\r
133     <Compile Include="Net\ProxyManager.cs" />\r
134     <Compile Include="Net\PushNotification.cs" />\r
135     <Compile Include="View\PanelWithToolTip.cs">\r
136       <SubType>Component</SubType>\r
137     </Compile>\r
138     <Compile Include="View\QuestPanel.cs" />\r
139     <Compile Include="View\RepairListForMain.cs">\r
140       <SubType>Component</SubType>\r
141     </Compile>\r
142     <Compile Include="View\MainFormLabels.cs" />\r
143     <Compile Include="ListForm.cs">\r
144       <SubType>Form</SubType>\r
145     </Compile>\r
146     <Compile Include="ListForm.Designer.cs">\r
147       <DependentUpon>ListForm.cs</DependentUpon>\r
148     </Compile>\r
149     <Compile Include="MainForm.cs">\r
150       <SubType>Form</SubType>\r
151     </Compile>\r
152     <Compile Include="MainForm.Designer.cs">\r
153       <DependentUpon>MainForm.cs</DependentUpon>\r
154     </Compile>\r
155     <Compile Include="Model\MissionInfo.cs" />\r
156     <Compile Include="Program.cs" />\r
157     <Compile Include="Properties\AssemblyInfo.cs" />\r
158     <Compile Include="Model\QuestInfo.cs" />\r
159     <Compile Include="Model\ConditionTimer.cs" />\r
160     <Compile Include="View\RepairListLabels.cs" />\r
161     <Compile Include="View\RepairShipCount.cs" />\r
162     <Compile Include="View\ResizableToolTip.cs">\r
163       <SubType>Component</SubType>\r
164     </Compile>\r
165     <Compile Include="Model\ShipInfo.cs" />\r
166     <Compile Include="View\Scaler.cs" />\r
167     <Compile Include="View\ShipLabel.cs" />\r
168     <Compile Include="View\ShipListLabels.cs" />\r
169     <Compile Include="View\ShipListPanel.cs">\r
170       <SubType>Component</SubType>\r
171     </Compile>\r
172     <Compile Include="Model\ShipMaster.cs" />\r
173     <Compile Include="Model\ShipStatus.cs" />\r
174     <Compile Include="Sniffer.cs" />\r
175     <Compile Include="Model\ItemInfo.cs" />\r
176     <Compile Include="Model\Status.cs" />\r
177     <Compile Include="View\SwipeScrollify.cs" />\r
178     <Compile Include="Net\SystemProxy.cs" />\r
179     <Compile Include="TextGenerator.cs" />\r
180     <Compile Include="Util\Win32API.cs" />\r
181     <EmbeddedResource Include="ConfigDialog.resx">\r
182       <DependentUpon>ConfigDialog.cs</DependentUpon>\r
183     </EmbeddedResource>\r
184     <EmbeddedResource Include="ConfirmDialog.resx">\r
185       <DependentUpon>ConfirmDialog.cs</DependentUpon>\r
186     </EmbeddedResource>\r
187     <EmbeddedResource Include="ErrorDialog.resx">\r
188       <DependentUpon>ErrorDialog.cs</DependentUpon>\r
189     </EmbeddedResource>\r
190     <EmbeddedResource Include="ListForm.resx">\r
191       <DependentUpon>ListForm.cs</DependentUpon>\r
192     </EmbeddedResource>\r
193     <EmbeddedResource Include="MainForm.resx">\r
194       <DependentUpon>MainForm.cs</DependentUpon>\r
195     </EmbeddedResource>\r
196     <EmbeddedResource Include="NotificationConfigDialog.resx">\r
197       <DependentUpon>NotificationConfigDialog.cs</DependentUpon>\r
198     </EmbeddedResource>\r
199     <EmbeddedResource Include="Properties\Resources.resx">\r
200       <Generator>ResXFileCodeGenerator</Generator>\r
201       <LastGenOutput>Resources.Designer.cs</LastGenOutput>\r
202       <SubType>Designer</SubType>\r
203     </EmbeddedResource>\r
204     <Compile Include="Properties\Resources.Designer.cs">\r
205       <AutoGen>True</AutoGen>\r
206       <DependentUpon>Resources.resx</DependentUpon>\r
207       <DesignTime>True</DesignTime>\r
208     </Compile>\r
209     <None Include="app.manifest" />\r
210     <None Include="Properties\Settings.settings">\r
211       <Generator>SettingsSingleFileGenerator</Generator>\r
212       <LastGenOutput>Settings.Designer.cs</LastGenOutput>\r
213     </None>\r
214     <Compile Include="Properties\Settings.Designer.cs">\r
215       <AutoGen>True</AutoGen>\r
216       <DependentUpon>Settings.settings</DependentUpon>\r
217       <DesignTimeSharedInput>True</DesignTimeSharedInput>\r
218     </Compile>\r
219   </ItemGroup>\r
220   <ItemGroup>\r
221     <None Include="App.config" />\r
222   </ItemGroup>\r
223   <ItemGroup>\r
224     <Content Include="app.ico" />\r
225     <None Include="Resources\arrow.png" />\r
226     <None Include="Resources\arrow virtical.png" />\r
227   </ItemGroup>\r
228   <ItemGroup />\r
229   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
230   <PropertyGroup>\r
231     <PostBuildEvent>COPY $(SolutionDir)\Data\*.* $(TargetDir)</PostBuildEvent>\r
232   </PropertyGroup>\r
233   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
234        Other similar extension points exist, see Microsoft.Common.targets.\r
235   <Target Name="BeforeBuild">\r
236   </Target>\r
237   <Target Name="AfterBuild">\r
238   </Target>\r
239   -->\r
240 </Project>