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.Data" />\r
55     <Reference Include="System.Drawing" />\r
56     <Reference Include="System.Web" />\r
57     <Reference Include="System.Windows.Forms" />\r
58     <Reference Include="System.Xml" />\r
59   </ItemGroup>\r
60   <ItemGroup>\r
61     <Compile Include="Achievement.cs" />\r
62     <Compile Include="AkashiTimer.cs" />\r
63     <Compile Include="BattleInfo.cs" />\r
64     <Compile Include="Config.cs" />\r
65     <Compile Include="ConfigDialog.cs">\r
66       <SubType>Form</SubType>\r
67     </Compile>\r
68     <Compile Include="ConfigDialog.Designer.cs">\r
69       <DependentUpon>ConfigDialog.cs</DependentUpon>\r
70     </Compile>\r
71     <Compile Include="DebugDialog.cs">\r
72       <SubType>Form</SubType>\r
73     </Compile>\r
74     <Compile Include="DebugDialog.Designer.cs">\r
75       <DependentUpon>DebugDialog.cs</DependentUpon>\r
76     </Compile>\r
77     <Compile Include="DockInfo.cs" />\r
78     <Compile Include="MainForm.cs">\r
79       <SubType>Form</SubType>\r
80     </Compile>\r
81     <Compile Include="MainForm.Designer.cs">\r
82       <DependentUpon>MainForm.cs</DependentUpon>\r
83     </Compile>\r
84     <Compile Include="MissionInfo.cs" />\r
85     <Compile Include="Program.cs" />\r
86     <Compile Include="Properties\AssemblyInfo.cs" />\r
87     <Compile Include="QuestInfo.cs" />\r
88     <Compile Include="ConditionTimer.cs" />\r
89     <Compile Include="ShipInfo.cs" />\r
90     <Compile Include="ShipMaster.cs" />\r
91     <Compile Include="Sniffer.cs" />\r
92     <Compile Include="ItemInfo.cs" />\r
93     <Compile Include="Status.cs" />\r
94     <Compile Include="Win32API.cs" />\r
95     <EmbeddedResource Include="ConfigDialog.resx">\r
96       <DependentUpon>ConfigDialog.cs</DependentUpon>\r
97     </EmbeddedResource>\r
98     <EmbeddedResource Include="DebugDialog.resx">\r
99       <DependentUpon>DebugDialog.cs</DependentUpon>\r
100     </EmbeddedResource>\r
101     <EmbeddedResource Include="MainForm.resx">\r
102       <DependentUpon>MainForm.cs</DependentUpon>\r
103     </EmbeddedResource>\r
104     <EmbeddedResource Include="Properties\Resources.resx">\r
105       <Generator>ResXFileCodeGenerator</Generator>\r
106       <LastGenOutput>Resources.Designer.cs</LastGenOutput>\r
107       <SubType>Designer</SubType>\r
108     </EmbeddedResource>\r
109     <Compile Include="Properties\Resources.Designer.cs">\r
110       <AutoGen>True</AutoGen>\r
111       <DependentUpon>Resources.resx</DependentUpon>\r
112       <DesignTime>True</DesignTime>\r
113     </Compile>\r
114     <None Include="Properties\Settings.settings">\r
115       <Generator>SettingsSingleFileGenerator</Generator>\r
116       <LastGenOutput>Settings.Designer.cs</LastGenOutput>\r
117     </None>\r
118     <Compile Include="Properties\Settings.Designer.cs">\r
119       <AutoGen>True</AutoGen>\r
120       <DependentUpon>Settings.settings</DependentUpon>\r
121       <DesignTimeSharedInput>True</DesignTimeSharedInput>\r
122     </Compile>\r
123   </ItemGroup>\r
124   <ItemGroup>\r
125     <None Include="App.config" />\r
126   </ItemGroup>\r
127   <ItemGroup>\r
128     <Content Include="app.ico" />\r
129   </ItemGroup>\r
130   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
131   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
132        Other similar extension points exist, see Microsoft.Common.targets.\r
133   <Target Name="BeforeBuild">\r
134   </Target>\r
135   <Target Name="AfterBuild">\r
136   </Target>\r
137   -->\r
138 </Project>