OSDN Git Service

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