OSDN Git Service

艦隊に関する責務をShipInfoからFleetクラスに移す
[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="Achievement.cs" />\r
58     <Compile Include="AkashiTimer.cs" />\r
59     <Compile Include="AlarmTimer.cs" />\r
60     <Compile Include="AntiAirPanel.cs">\r
61       <SubType>Component</SubType>\r
62     </Compile>\r
63     <Compile Include="AirBattleResultPanel.cs" />\r
64     <Compile Include="Ascii85.cs" />\r
65     <Compile Include="BaseAirCoprs.cs" />\r
66     <Compile Include="BattleInfo.cs" />\r
67     <Compile Include="BattleResultPanel.cs">\r
68       <SubType>Component</SubType>\r
69     </Compile>\r
70     <Compile Include="ErrorLog.cs" />\r
71     <Compile Include="Config.cs" />\r
72     <Compile Include="ConfigDialog.cs">\r
73       <SubType>Form</SubType>\r
74     </Compile>\r
75     <Compile Include="ConfigDialog.Designer.cs">\r
76       <DependentUpon>ConfigDialog.cs</DependentUpon>\r
77     </Compile>\r
78     <Compile Include="ConfirmDialog.cs">\r
79       <SubType>Form</SubType>\r
80     </Compile>\r
81     <Compile Include="ConfirmDialog.Designer.cs">\r
82       <DependentUpon>ConfirmDialog.cs</DependentUpon>\r
83     </Compile>\r
84     <Compile Include="CUDColor.cs" />\r
85     <Compile Include="DockInfo.cs" />\r
86     <Compile Include="Fleet.cs" />\r
87     <Compile Include="FleetPanel.cs">\r
88       <SubType>Component</SubType>\r
89     </Compile>\r
90     <Compile Include="ExMapInfo.cs" />\r
91     <Compile Include="ErrorDialog.cs">\r
92       <SubType>Form</SubType>\r
93     </Compile>\r
94     <Compile Include="ErrorDialog.Designer.cs">\r
95       <DependentUpon>ErrorDialog.cs</DependentUpon>\r
96     </Compile>\r
97     <Compile Include="HttpProxy.cs" />\r
98     <Compile Include="HttpUtility.cs" />\r
99     <Compile Include="ItemTreeView.cs">\r
100       <SubType>Component</SubType>\r
101     </Compile>\r
102     <Compile Include="JsonParser.cs" />\r
103     <Compile Include="Logger.cs" />\r
104     <Compile Include="LogServer.cs" />\r
105     <Compile Include="MaterialInfo.cs" />\r
106     <Compile Include="MiscTextInfo.cs" />\r
107     <Compile Include="DataLoader.cs" />\r
108     <Compile Include="NotificationConfigDialog.cs">\r
109       <SubType>Form</SubType>\r
110     </Compile>\r
111     <Compile Include="NotificationConfigDialog.Designer.cs">\r
112       <DependentUpon>NotificationConfigDialog.cs</DependentUpon>\r
113     </Compile>\r
114     <Compile Include="NotificationManager.cs" />\r
115     <Compile Include="PresetDeck.cs" />\r
116     <Compile Include="ProxyManager.cs" />\r
117     <Compile Include="PushNotification.cs" />\r
118     <Compile Include="RepairListForMain.cs">\r
119       <SubType>Component</SubType>\r
120     </Compile>\r
121     <Compile Include="MainFormLabels.cs" />\r
122     <Compile Include="ListForm.cs">\r
123       <SubType>Form</SubType>\r
124     </Compile>\r
125     <Compile Include="ListForm.Designer.cs">\r
126       <DependentUpon>ListForm.cs</DependentUpon>\r
127     </Compile>\r
128     <Compile Include="MainForm.cs">\r
129       <SubType>Form</SubType>\r
130     </Compile>\r
131     <Compile Include="MainForm.Designer.cs">\r
132       <DependentUpon>MainForm.cs</DependentUpon>\r
133     </Compile>\r
134     <Compile Include="MissionInfo.cs" />\r
135     <Compile Include="Program.cs" />\r
136     <Compile Include="Properties\AssemblyInfo.cs" />\r
137     <Compile Include="QuestInfo.cs" />\r
138     <Compile Include="ConditionTimer.cs" />\r
139     <Compile Include="ResizableToolTip.cs">\r
140       <SubType>Component</SubType>\r
141     </Compile>\r
142     <Compile Include="ShipInfo.cs" />\r
143     <Compile Include="ShipLabel.cs" />\r
144     <Compile Include="ShipListPanel.cs">\r
145       <SubType>Component</SubType>\r
146     </Compile>\r
147     <Compile Include="ShipMaster.cs" />\r
148     <Compile Include="ShipStatus.cs" />\r
149     <Compile Include="Sniffer.cs" />\r
150     <Compile Include="ItemInfo.cs" />\r
151     <Compile Include="Status.cs" />\r
152     <Compile Include="SwipeScrollify.cs" />\r
153     <Compile Include="SystemProxy.cs" />\r
154     <Compile Include="TextGenerator.cs" />\r
155     <Compile Include="Win32API.cs" />\r
156     <EmbeddedResource Include="ConfigDialog.resx">\r
157       <DependentUpon>ConfigDialog.cs</DependentUpon>\r
158     </EmbeddedResource>\r
159     <EmbeddedResource Include="ConfirmDialog.resx">\r
160       <DependentUpon>ConfirmDialog.cs</DependentUpon>\r
161     </EmbeddedResource>\r
162     <EmbeddedResource Include="ErrorDialog.resx">\r
163       <DependentUpon>ErrorDialog.cs</DependentUpon>\r
164     </EmbeddedResource>\r
165     <EmbeddedResource Include="ListForm.resx">\r
166       <DependentUpon>ListForm.cs</DependentUpon>\r
167     </EmbeddedResource>\r
168     <EmbeddedResource Include="MainForm.resx">\r
169       <DependentUpon>MainForm.cs</DependentUpon>\r
170     </EmbeddedResource>\r
171     <EmbeddedResource Include="NotificationConfigDialog.resx">\r
172       <DependentUpon>NotificationConfigDialog.cs</DependentUpon>\r
173     </EmbeddedResource>\r
174     <EmbeddedResource Include="Properties\Resources.resx">\r
175       <Generator>ResXFileCodeGenerator</Generator>\r
176       <LastGenOutput>Resources.Designer.cs</LastGenOutput>\r
177       <SubType>Designer</SubType>\r
178     </EmbeddedResource>\r
179     <Compile Include="Properties\Resources.Designer.cs">\r
180       <AutoGen>True</AutoGen>\r
181       <DependentUpon>Resources.resx</DependentUpon>\r
182       <DesignTime>True</DesignTime>\r
183     </Compile>\r
184     <None Include="app.manifest" />\r
185     <None Include="Properties\Settings.settings">\r
186       <Generator>SettingsSingleFileGenerator</Generator>\r
187       <LastGenOutput>Settings.Designer.cs</LastGenOutput>\r
188     </None>\r
189     <Compile Include="Properties\Settings.Designer.cs">\r
190       <AutoGen>True</AutoGen>\r
191       <DependentUpon>Settings.settings</DependentUpon>\r
192       <DesignTimeSharedInput>True</DesignTimeSharedInput>\r
193     </Compile>\r
194   </ItemGroup>\r
195   <ItemGroup>\r
196     <None Include="App.config" />\r
197   </ItemGroup>\r
198   <ItemGroup>\r
199     <Content Include="app.ico" />\r
200   </ItemGroup>\r
201   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
202   <PropertyGroup>\r
203     <PostBuildEvent>COPY $(SolutionDir)\Data\*.* $(TargetDir)</PostBuildEvent>\r
204   </PropertyGroup>\r
205   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
206        Other similar extension points exist, see Microsoft.Common.targets.\r
207   <Target Name="BeforeBuild">\r
208   </Target>\r
209   <Target Name="AfterBuild">\r
210   </Target>\r
211   -->\r
212 </Project>