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