OSDN Git Service

07b80520d2b084473b537e24d6d593d3f716c092
[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   </PropertyGroup>\r
27   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
28     <PlatformTarget>AnyCPU</PlatformTarget>\r
29     <DebugType>pdbonly</DebugType>\r
30     <Optimize>true</Optimize>\r
31     <OutputPath>bin\Release\</OutputPath>\r
32     <DefineConstants>TRACE</DefineConstants>\r
33     <ErrorReport>prompt</ErrorReport>\r
34     <WarningLevel>4</WarningLevel>\r
35     <Prefer32Bit>false</Prefer32Bit>\r
36   </PropertyGroup>\r
37   <PropertyGroup>\r
38     <ApplicationIcon>app.ico</ApplicationIcon>\r
39   </PropertyGroup>\r
40   <ItemGroup>\r
41     <Reference Include="DynamicJson, Version=1.2.0.0, Culture=neutral, processorArchitecture=MSIL">\r
42       <SpecificVersion>False</SpecificVersion>\r
43       <HintPath>..\Libraries\DynamicJson\DynamicJson.dll</HintPath>\r
44     </Reference>\r
45     <Reference Include="FiddlerCore4, Version=4.4.5.6, Culture=neutral, PublicKeyToken=67cb91587178ac5a, processorArchitecture=MSIL">\r
46       <SpecificVersion>False</SpecificVersion>\r
47       <HintPath>..\Libraries\FiddlerCore\FiddlerCore4.dll</HintPath>\r
48     </Reference>\r
49     <Reference Include="Microsoft.CSharp" />\r
50     <Reference Include="System" />\r
51     <Reference Include="System.Core" />\r
52     <Reference Include="System.Xml.Linq" />\r
53     <Reference Include="System.Data.DataSetExtensions" />\r
54     <Reference Include="System.Data" />\r
55     <Reference Include="System.Deployment" />\r
56     <Reference Include="System.Drawing" />\r
57     <Reference Include="System.Windows.Forms" />\r
58     <Reference Include="System.Xml" />\r
59   </ItemGroup>\r
60   <ItemGroup>\r
61     <Compile Include="MainForm.cs">\r
62       <SubType>Form</SubType>\r
63     </Compile>\r
64     <Compile Include="MainForm.Designer.cs">\r
65       <DependentUpon>MainForm.cs</DependentUpon>\r
66     </Compile>\r
67     <Compile Include="Program.cs" />\r
68     <Compile Include="Properties\AssemblyInfo.cs" />\r
69     <EmbeddedResource Include="MainForm.resx">\r
70       <DependentUpon>MainForm.cs</DependentUpon>\r
71     </EmbeddedResource>\r
72     <EmbeddedResource Include="Properties\Resources.resx">\r
73       <Generator>ResXFileCodeGenerator</Generator>\r
74       <LastGenOutput>Resources.Designer.cs</LastGenOutput>\r
75       <SubType>Designer</SubType>\r
76     </EmbeddedResource>\r
77     <Compile Include="Properties\Resources.Designer.cs">\r
78       <AutoGen>True</AutoGen>\r
79       <DependentUpon>Resources.resx</DependentUpon>\r
80       <DesignTime>True</DesignTime>\r
81     </Compile>\r
82     <None Include="Properties\Settings.settings">\r
83       <Generator>SettingsSingleFileGenerator</Generator>\r
84       <LastGenOutput>Settings.Designer.cs</LastGenOutput>\r
85     </None>\r
86     <Compile Include="Properties\Settings.Designer.cs">\r
87       <AutoGen>True</AutoGen>\r
88       <DependentUpon>Settings.settings</DependentUpon>\r
89       <DesignTimeSharedInput>True</DesignTimeSharedInput>\r
90     </Compile>\r
91   </ItemGroup>\r
92   <ItemGroup>\r
93     <None Include="App.config" />\r
94   </ItemGroup>\r
95   <ItemGroup>\r
96     <Content Include="app.ico" />\r
97   </ItemGroup>\r
98   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
99   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
100        Other similar extension points exist, see Microsoft.Common.targets.\r
101   <Target Name="BeforeBuild">\r
102   </Target>\r
103   <Target Name="AfterBuild">\r
104   </Target>\r
105   -->\r
106 </Project>