OSDN Git Service

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