OSDN Git Service

8f00704740d086ed40cec0dc8c6e928d831f40f3
[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="DynamicJson, Version=1.2.0.0, Culture=neutral, processorArchitecture=MSIL">\r
47       <SpecificVersion>False</SpecificVersion>\r
48       <HintPath>..\Libraries\DynamicJson\DynamicJson.dll</HintPath>\r
49     </Reference>\r
50     <Reference Include="log4net, Version=1.2.13.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">\r
51       <SpecificVersion>False</SpecificVersion>\r
52       <HintPath>..\packages\log4net.2.0.3\lib\net40-full\log4net.dll</HintPath>\r
53     </Reference>\r
54     <Reference Include="Microsoft.CSharp" />\r
55     <Reference Include="Nekoxy, Version=1.1.2.12, Culture=neutral, processorArchitecture=MSIL">\r
56       <SpecificVersion>False</SpecificVersion>\r
57       <HintPath>..\packages\Nekoxy.1.1.2.12\lib\net45\Nekoxy.dll</HintPath>\r
58     </Reference>\r
59     <Reference Include="System" />\r
60     <Reference Include="System.Core" />\r
61     <Reference Include="System.Data" />\r
62     <Reference Include="System.Drawing" />\r
63     <Reference Include="System.Web" />\r
64     <Reference Include="System.Windows.Forms" />\r
65     <Reference Include="System.Xml" />\r
66     <Reference Include="TrotiNet, Version=0.8.0.0, Culture=neutral, processorArchitecture=MSIL">\r
67       <SpecificVersion>False</SpecificVersion>\r
68       <HintPath>..\packages\Nekoxy.1.1.2.12\lib\net45\TrotiNet.dll</HintPath>\r
69     </Reference>\r
70   </ItemGroup>\r
71   <ItemGroup>\r
72     <Compile Include="Achievement.cs" />\r
73     <Compile Include="AkashiTimer.cs" />\r
74     <Compile Include="BattleInfo.cs" />\r
75     <Compile Include="Config.cs" />\r
76     <Compile Include="ConfigDialog.cs">\r
77       <SubType>Form</SubType>\r
78     </Compile>\r
79     <Compile Include="ConfigDialog.Designer.cs">\r
80       <DependentUpon>ConfigDialog.cs</DependentUpon>\r
81     </Compile>\r
82     <Compile Include="DbTreeView.cs">\r
83       <SubType>Component</SubType>\r
84     </Compile>\r
85     <Compile Include="DockInfo.cs" />\r
86     <Compile Include="EquipPanel.cs">\r
87       <SubType>Component</SubType>\r
88     </Compile>\r
89     <Compile Include="ExMapInfo.cs" />\r
90     <Compile Include="ItemTreeView.cs">\r
91       <SubType>Component</SubType>\r
92     </Compile>\r
93     <Compile Include="Logger.cs" />\r
94     <Compile Include="LogServer.cs" />\r
95     <Compile Include="ShipLabels.cs" />\r
96     <Compile Include="ShipListForm.cs">\r
97       <SubType>Form</SubType>\r
98     </Compile>\r
99     <Compile Include="ShipListForm.Designer.cs">\r
100       <DependentUpon>ShipListForm.cs</DependentUpon>\r
101     </Compile>\r
102     <Compile Include="MainForm.cs">\r
103       <SubType>Form</SubType>\r
104     </Compile>\r
105     <Compile Include="MainForm.Designer.cs">\r
106       <DependentUpon>MainForm.cs</DependentUpon>\r
107     </Compile>\r
108     <Compile Include="MissionInfo.cs" />\r
109     <Compile Include="Program.cs" />\r
110     <Compile Include="Properties\AssemblyInfo.cs" />\r
111     <Compile Include="QuestInfo.cs" />\r
112     <Compile Include="ConditionTimer.cs" />\r
113     <Compile Include="ShipInfo.cs" />\r
114     <Compile Include="ShipMaster.cs" />\r
115     <Compile Include="Sniffer.cs" />\r
116     <Compile Include="ItemInfo.cs" />\r
117     <Compile Include="Status.cs" />\r
118     <Compile Include="SwipeScrollify.cs" />\r
119     <Compile Include="Win32API.cs" />\r
120     <EmbeddedResource Include="ConfigDialog.resx">\r
121       <DependentUpon>ConfigDialog.cs</DependentUpon>\r
122     </EmbeddedResource>\r
123     <EmbeddedResource Include="ShipListForm.resx">\r
124       <DependentUpon>ShipListForm.cs</DependentUpon>\r
125     </EmbeddedResource>\r
126     <EmbeddedResource Include="MainForm.resx">\r
127       <DependentUpon>MainForm.cs</DependentUpon>\r
128     </EmbeddedResource>\r
129     <EmbeddedResource Include="Properties\Resources.resx">\r
130       <Generator>ResXFileCodeGenerator</Generator>\r
131       <LastGenOutput>Resources.Designer.cs</LastGenOutput>\r
132       <SubType>Designer</SubType>\r
133     </EmbeddedResource>\r
134     <Compile Include="Properties\Resources.Designer.cs">\r
135       <AutoGen>True</AutoGen>\r
136       <DependentUpon>Resources.resx</DependentUpon>\r
137       <DesignTime>True</DesignTime>\r
138     </Compile>\r
139     <None Include="app.manifest" />\r
140     <None Include="packages.config" />\r
141     <None Include="Properties\Settings.settings">\r
142       <Generator>SettingsSingleFileGenerator</Generator>\r
143       <LastGenOutput>Settings.Designer.cs</LastGenOutput>\r
144     </None>\r
145     <Compile Include="Properties\Settings.Designer.cs">\r
146       <AutoGen>True</AutoGen>\r
147       <DependentUpon>Settings.settings</DependentUpon>\r
148       <DesignTimeSharedInput>True</DesignTimeSharedInput>\r
149     </Compile>\r
150   </ItemGroup>\r
151   <ItemGroup>\r
152     <None Include="App.config" />\r
153   </ItemGroup>\r
154   <ItemGroup>\r
155     <Content Include="app.ico" />\r
156   </ItemGroup>\r
157   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
158   <PropertyGroup>\r
159     <PostBuildEvent>\r
160     </PostBuildEvent>\r
161   </PropertyGroup>\r
162   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
163        Other similar extension points exist, see Microsoft.Common.targets.\r
164   <Target Name="BeforeBuild">\r
165   </Target>\r
166   <Target Name="AfterBuild">\r
167   </Target>\r
168   -->\r
169 </Project>