OSDN Git Service

資材グラフの描画を高速化する
[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</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   </PropertyGroup>\r
29   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
30     <PlatformTarget>AnyCPU</PlatformTarget>\r
31     <DebugType>pdbonly</DebugType>\r
32     <Optimize>true</Optimize>\r
33     <OutputPath>bin\Release\</OutputPath>\r
34     <DefineConstants>TRACE</DefineConstants>\r
35     <ErrorReport>prompt</ErrorReport>\r
36     <WarningLevel>4</WarningLevel>\r
37     <Prefer32Bit>false</Prefer32Bit>\r
38   </PropertyGroup>\r
39   <PropertyGroup>\r
40     <ApplicationIcon>app.ico</ApplicationIcon>\r
41   </PropertyGroup>\r
42   <PropertyGroup>\r
43     <ApplicationManifest>app.manifest</ApplicationManifest>\r
44   </PropertyGroup>\r
45   <ItemGroup>\r
46     <Reference Include="Microsoft.CSharp" />\r
47     <Reference Include="System" />\r
48     <Reference Include="System.Core" />\r
49     <Reference Include="System.Data" />\r
50     <Reference Include="System.Drawing" />\r
51     <Reference Include="System.Windows.Forms" />\r
52     <Reference Include="System.Xml" />\r
53   </ItemGroup>\r
54   <ItemGroup>\r
55     <Compile Include="Achievement.cs" />\r
56     <Compile Include="AkashiTimer.cs" />\r
57     <Compile Include="AntiAirPanel.cs">\r
58       <SubType>Component</SubType>\r
59     </Compile>\r
60     <Compile Include="AirBattleResultPanel.cs" />\r
61     <Compile Include="BaseAirCoprs.cs" />\r
62     <Compile Include="BattleInfo.cs" />\r
63     <Compile Include="Config.cs" />\r
64     <Compile Include="ConfigDialog.cs">\r
65       <SubType>Form</SubType>\r
66     </Compile>\r
67     <Compile Include="ConfigDialog.Designer.cs">\r
68       <DependentUpon>ConfigDialog.cs</DependentUpon>\r
69     </Compile>\r
70     <Compile Include="ConfirmDialog.cs">\r
71       <SubType>Form</SubType>\r
72     </Compile>\r
73     <Compile Include="ConfirmDialog.Designer.cs">\r
74       <DependentUpon>ConfirmDialog.cs</DependentUpon>\r
75     </Compile>\r
76     <Compile Include="CUDColor.cs" />\r
77     <Compile Include="DockInfo.cs" />\r
78     <Compile Include="FleetPanel.cs">\r
79       <SubType>Component</SubType>\r
80     </Compile>\r
81     <Compile Include="ExMapInfo.cs" />\r
82     <Compile Include="ErrorDialog.cs">\r
83       <SubType>Form</SubType>\r
84     </Compile>\r
85     <Compile Include="ErrorDialog.Designer.cs">\r
86       <DependentUpon>ErrorDialog.cs</DependentUpon>\r
87     </Compile>\r
88     <Compile Include="HttpProxy.cs" />\r
89     <Compile Include="HttpUtility.cs" />\r
90     <Compile Include="ItemTreeView.cs">\r
91       <SubType>Component</SubType>\r
92     </Compile>\r
93     <Compile Include="KancolleDb.cs" />\r
94     <Compile Include="JsonParser.cs" />\r
95     <Compile Include="Logger.cs" />\r
96     <Compile Include="LogServer.cs" />\r
97     <Compile Include="MaterialInfo.cs" />\r
98     <Compile Include="MiscTextInfo.cs" />\r
99     <Compile Include="MissingData.cs" />\r
100     <Compile Include="NotificationConfigDialog.cs">\r
101       <SubType>Form</SubType>\r
102     </Compile>\r
103     <Compile Include="NotificationConfigDialog.Designer.cs">\r
104       <DependentUpon>NotificationConfigDialog.cs</DependentUpon>\r
105     </Compile>\r
106     <Compile Include="NotificationManager.cs" />\r
107     <Compile Include="PresetDeck.cs" />\r
108     <Compile Include="PushBullet.cs" />\r
109     <Compile Include="RepairListForMain.cs">\r
110       <SubType>Component</SubType>\r
111     </Compile>\r
112     <Compile Include="ShipLabels.cs" />\r
113     <Compile Include="ListForm.cs">\r
114       <SubType>Form</SubType>\r
115     </Compile>\r
116     <Compile Include="ListForm.Designer.cs">\r
117       <DependentUpon>ListForm.cs</DependentUpon>\r
118     </Compile>\r
119     <Compile Include="MainForm.cs">\r
120       <SubType>Form</SubType>\r
121     </Compile>\r
122     <Compile Include="MainForm.Designer.cs">\r
123       <DependentUpon>MainForm.cs</DependentUpon>\r
124     </Compile>\r
125     <Compile Include="MissionInfo.cs" />\r
126     <Compile Include="Program.cs" />\r
127     <Compile Include="Properties\AssemblyInfo.cs" />\r
128     <Compile Include="QuestInfo.cs" />\r
129     <Compile Include="ConditionTimer.cs" />\r
130     <Compile Include="ShipInfo.cs" />\r
131     <Compile Include="ShipListPanel.cs">\r
132       <SubType>Component</SubType>\r
133     </Compile>\r
134     <Compile Include="ShipMaster.cs" />\r
135     <Compile Include="ShipStatus.cs" />\r
136     <Compile Include="Sniffer.cs" />\r
137     <Compile Include="ItemInfo.cs" />\r
138     <Compile Include="Status.cs" />\r
139     <Compile Include="SwipeScrollify.cs" />\r
140     <Compile Include="SystemProxy.cs" />\r
141     <Compile Include="TextGenerator.cs" />\r
142     <Compile Include="Win32API.cs" />\r
143     <EmbeddedResource Include="ConfigDialog.resx">\r
144       <DependentUpon>ConfigDialog.cs</DependentUpon>\r
145     </EmbeddedResource>\r
146     <EmbeddedResource Include="ConfirmDialog.resx">\r
147       <DependentUpon>ConfirmDialog.cs</DependentUpon>\r
148     </EmbeddedResource>\r
149     <EmbeddedResource Include="ErrorDialog.resx">\r
150       <DependentUpon>ErrorDialog.cs</DependentUpon>\r
151     </EmbeddedResource>\r
152     <EmbeddedResource Include="ListForm.resx">\r
153       <DependentUpon>ListForm.cs</DependentUpon>\r
154     </EmbeddedResource>\r
155     <EmbeddedResource Include="MainForm.resx">\r
156       <DependentUpon>MainForm.cs</DependentUpon>\r
157     </EmbeddedResource>\r
158     <EmbeddedResource Include="NotificationConfigDialog.resx">\r
159       <DependentUpon>NotificationConfigDialog.cs</DependentUpon>\r
160     </EmbeddedResource>\r
161     <EmbeddedResource Include="Properties\Resources.resx">\r
162       <Generator>ResXFileCodeGenerator</Generator>\r
163       <LastGenOutput>Resources.Designer.cs</LastGenOutput>\r
164       <SubType>Designer</SubType>\r
165     </EmbeddedResource>\r
166     <Compile Include="Properties\Resources.Designer.cs">\r
167       <AutoGen>True</AutoGen>\r
168       <DependentUpon>Resources.resx</DependentUpon>\r
169       <DesignTime>True</DesignTime>\r
170     </Compile>\r
171     <None Include="app.manifest" />\r
172     <None Include="Properties\Settings.settings">\r
173       <Generator>SettingsSingleFileGenerator</Generator>\r
174       <LastGenOutput>Settings.Designer.cs</LastGenOutput>\r
175     </None>\r
176     <Compile Include="Properties\Settings.Designer.cs">\r
177       <AutoGen>True</AutoGen>\r
178       <DependentUpon>Settings.settings</DependentUpon>\r
179       <DesignTimeSharedInput>True</DesignTimeSharedInput>\r
180     </Compile>\r
181   </ItemGroup>\r
182   <ItemGroup>\r
183     <None Include="App.config" />\r
184   </ItemGroup>\r
185   <ItemGroup>\r
186     <Content Include="app.ico" />\r
187   </ItemGroup>\r
188   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
189   <PropertyGroup>\r
190     <PostBuildEvent>COPY $(SolutionDir)\Data\EnemySlot.csv $(TargetDir)</PostBuildEvent>\r
191   </PropertyGroup>\r
192   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
193        Other similar extension points exist, see Microsoft.Common.targets.\r
194   <Target Name="BeforeBuild">\r
195   </Target>\r
196   <Target Name="AfterBuild">\r
197   </Target>\r
198   -->\r
199 </Project>