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   <ItemGroup>\r
43     <Reference Include="DynamicJson, Version=1.2.0.0, Culture=neutral, processorArchitecture=MSIL">\r
44       <SpecificVersion>False</SpecificVersion>\r
45       <HintPath>..\Libraries\DynamicJson\DynamicJson.dll</HintPath>\r
46     </Reference>\r
47     <Reference Include="FiddlerCore4, Version=4.4.5.6, Culture=neutral, PublicKeyToken=67cb91587178ac5a, processorArchitecture=MSIL">\r
48       <SpecificVersion>False</SpecificVersion>\r
49       <HintPath>..\Libraries\FiddlerCore\FiddlerCore4.dll</HintPath>\r
50     </Reference>\r
51     <Reference Include="Microsoft.CSharp" />\r
52     <Reference Include="System" />\r
53     <Reference Include="System.Core" />\r
54     <Reference Include="System.Drawing" />\r
55     <Reference Include="System.Windows.Forms" />\r
56   </ItemGroup>\r
57   <ItemGroup>\r
58     <Compile Include="MainForm.cs">\r
59       <SubType>Form</SubType>\r
60     </Compile>\r
61     <Compile Include="MainForm.Designer.cs">\r
62       <DependentUpon>MainForm.cs</DependentUpon>\r
63     </Compile>\r
64     <Compile Include="MissionInfo.cs" />\r
65     <Compile Include="Program.cs" />\r
66     <Compile Include="Properties\AssemblyInfo.cs" />\r
67     <Compile Include="QuestInfo.cs" />\r
68     <Compile Include="ShipInfo.cs" />\r
69     <Compile Include="Sniffer.cs" />\r
70     <Compile Include="ItemInfo.cs" />\r
71     <EmbeddedResource Include="MainForm.resx">\r
72       <DependentUpon>MainForm.cs</DependentUpon>\r
73     </EmbeddedResource>\r
74     <EmbeddedResource Include="Properties\Resources.resx">\r
75       <Generator>ResXFileCodeGenerator</Generator>\r
76       <LastGenOutput>Resources.Designer.cs</LastGenOutput>\r
77       <SubType>Designer</SubType>\r
78     </EmbeddedResource>\r
79     <Compile Include="Properties\Resources.Designer.cs">\r
80       <AutoGen>True</AutoGen>\r
81       <DependentUpon>Resources.resx</DependentUpon>\r
82       <DesignTime>True</DesignTime>\r
83     </Compile>\r
84     <None Include="Properties\Settings.settings">\r
85       <Generator>SettingsSingleFileGenerator</Generator>\r
86       <LastGenOutput>Settings.Designer.cs</LastGenOutput>\r
87     </None>\r
88     <Compile Include="Properties\Settings.Designer.cs">\r
89       <AutoGen>True</AutoGen>\r
90       <DependentUpon>Settings.settings</DependentUpon>\r
91       <DesignTimeSharedInput>True</DesignTimeSharedInput>\r
92     </Compile>\r
93   </ItemGroup>\r
94   <ItemGroup>\r
95     <None Include="App.config" />\r
96   </ItemGroup>\r
97   <ItemGroup>\r
98     <Content Include="app.ico" />\r
99   </ItemGroup>\r
100   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
101   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
102        Other similar extension points exist, see Microsoft.Common.targets.\r
103   <Target Name="BeforeBuild">\r
104   </Target>\r
105   <Target Name="AfterBuild">\r
106   </Target>\r
107   -->\r
108 </Project>