OSDN Git Service

00e829f361890c27dc01296bdec05b8d42c879b8
[wptscs/wpts.git] / Wptscs / Wptscs.csproj
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
3   <PropertyGroup>
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6     <ProductVersion>8.0.50727</ProductVersion>
7     <SchemaVersion>2.0</SchemaVersion>
8     <ProjectGuid>{4E20E523-0230-474C-B8F1-1E991360F5F5}</ProjectGuid>
9     <OutputType>WinExe</OutputType>
10     <AppDesignerFolder>Properties</AppDesignerFolder>
11     <RootNamespace>Honememo.Wptscs</RootNamespace>
12     <AssemblyName>wptscs</AssemblyName>
13     <ApplicationIcon>App.ico</ApplicationIcon>
14     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
15     <FileUpgradeFlags>
16     </FileUpgradeFlags>
17     <OldToolsVersion>2.0</OldToolsVersion>
18     <UpgradeBackupLocation />
19     <TargetFrameworkProfile>Client</TargetFrameworkProfile>
20   </PropertyGroup>
21   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
22     <DebugSymbols>true</DebugSymbols>
23     <DebugType>full</DebugType>
24     <Optimize>false</Optimize>
25     <OutputPath>bin\Debug\</OutputPath>
26     <DefineConstants>DEBUG;TRACE</DefineConstants>
27     <ErrorReport>prompt</ErrorReport>
28     <WarningLevel>4</WarningLevel>
29     <DocumentationFile>bin\Debug\wptscs.XML</DocumentationFile>
30   </PropertyGroup>
31   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
32     <DebugType>pdbonly</DebugType>
33     <Optimize>true</Optimize>
34     <OutputPath>bin\Release\</OutputPath>
35     <DefineConstants>TRACE</DefineConstants>
36     <ErrorReport>prompt</ErrorReport>
37     <WarningLevel>4</WarningLevel>
38     <DocumentationFile>bin\Release\wptscs.XML</DocumentationFile>
39   </PropertyGroup>
40   <ItemGroup>
41     <Reference Include="System" />
42     <Reference Include="System.Data" />
43     <Reference Include="System.Deployment" />
44     <Reference Include="System.Drawing" />
45     <Reference Include="System.Windows.Forms" />
46     <Reference Include="System.Xml" />
47   </ItemGroup>
48   <ItemGroup>
49     <Compile Include="ConfigForm.cs">
50       <SubType>Form</SubType>
51     </Compile>
52     <Compile Include="ConfigForm.Designer.cs">
53       <DependentUpon>ConfigForm.cs</DependentUpon>
54       <ExcludeFromStyleCop>true</ExcludeFromStyleCop>
55     </Compile>
56     <Compile Include="AddConfigDialog.cs">
57       <SubType>Form</SubType>
58     </Compile>
59     <Compile Include="AddConfigDialog.Designer.cs">
60       <DependentUpon>AddConfigDialog.cs</DependentUpon>
61       <ExcludeFromStyleCop>true</ExcludeFromStyleCop>
62     </Compile>
63     <Compile Include="AddLanguageDialog.cs">
64       <SubType>Form</SubType>
65     </Compile>
66     <Compile Include="AddLanguageDialog.Designer.cs">
67       <DependentUpon>AddLanguageDialog.cs</DependentUpon>
68       <ExcludeFromStyleCop>true</ExcludeFromStyleCop>
69     </Compile>
70     <Compile Include="Logics\Logger.cs" />
71     <Compile Include="Logics\MediaWikiLogger.cs" />
72     <Compile Include="Logics\Translator.cs" />
73     <Compile Include="Logics\MediaWikiTranslator.cs" />
74     <Compile Include="MainForm.cs">
75       <SubType>Form</SubType>
76     </Compile>
77     <Compile Include="MainForm.Designer.cs">
78       <DependentUpon>MainForm.cs</DependentUpon>
79       <ExcludeFromStyleCop>true</ExcludeFromStyleCop>
80     </Compile>
81     <Compile Include="Models\Config.cs" />
82     <Compile Include="Models\Language.cs" />
83     <Compile Include="Parsers\MediaWikiHeading.cs" />
84     <Compile Include="Parsers\MediaWikiTemplate.cs" />
85     <Compile Include="Parsers\MediaWikiHeadingParser.cs" />
86     <Compile Include="Parsers\MediaWikiLinkParser.cs" />
87     <Compile Include="Parsers\MediaWikiTemplateParser.cs" />
88     <Compile Include="Parsers\MediaWikiNowikiParser.cs" />
89     <Compile Include="Parsers\MediaWikiVariable.cs" />
90     <Compile Include="Parsers\MediaWikiVariableParser.cs" />
91     <Compile Include="Parsers\MediaWikiRedirectParser.cs" />
92     <Compile Include="Parsers\MediaWikiPreparser.cs" />
93     <Compile Include="Utilities\EndPeriodException.cs" />
94     <Compile Include="Websites\MediaWiki.cs" />
95     <Compile Include="Parsers\MediaWikiLink.cs" />
96     <Compile Include="Websites\MediaWikiPage.cs" />
97     <Compile Include="Websites\Page.cs" />
98     <Compile Include="Models\TranslationDictionary.cs" />
99     <Compile Include="Models\TranslationTable.cs" />
100     <Compile Include="Websites\Website.cs" />
101     <Compile Include="Program.cs" />
102     <Compile Include="Properties\AssemblyInfo.cs" />
103     <Compile Include="Utilities\AppConfigWebProxy.cs" />
104     <Compile Include="Utilities\IWebProxy.cs" />
105     <Compile Include="Parsers\MediaWikiParser.cs" />
106     <EmbeddedResource Include="ConfigForm.ja.resx">
107       <DependentUpon>ConfigForm.cs</DependentUpon>
108     </EmbeddedResource>
109     <EmbeddedResource Include="ConfigForm.resx">
110       <SubType>Designer</SubType>
111       <DependentUpon>ConfigForm.cs</DependentUpon>
112     </EmbeddedResource>
113     <EmbeddedResource Include="AddConfigDialog.ja.resx">
114       <DependentUpon>AddConfigDialog.cs</DependentUpon>
115     </EmbeddedResource>
116     <EmbeddedResource Include="AddConfigDialog.resx">
117       <DependentUpon>AddConfigDialog.cs</DependentUpon>
118     </EmbeddedResource>
119     <EmbeddedResource Include="AddLanguageDialog.ja.resx">
120       <DependentUpon>AddLanguageDialog.cs</DependentUpon>
121     </EmbeddedResource>
122     <EmbeddedResource Include="AddLanguageDialog.resx">
123       <DependentUpon>AddLanguageDialog.cs</DependentUpon>
124     </EmbeddedResource>
125     <EmbeddedResource Include="MainForm.ja.resx">
126       <DependentUpon>MainForm.cs</DependentUpon>
127     </EmbeddedResource>
128     <EmbeddedResource Include="MainForm.resx">
129       <SubType>Designer</SubType>
130       <DependentUpon>MainForm.cs</DependentUpon>
131     </EmbeddedResource>
132     <EmbeddedResource Include="Properties\Resources.resx">
133       <Generator>ResXFileCodeGenerator</Generator>
134       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
135       <SubType>Designer</SubType>
136     </EmbeddedResource>
137     <Compile Include="Properties\Resources.Designer.cs">
138       <AutoGen>True</AutoGen>
139       <DependentUpon>Resources.resx</DependentUpon>
140       <DesignTime>True</DesignTime>
141       <ExcludeFromStyleCop>true</ExcludeFromStyleCop>
142     </Compile>
143     <EmbeddedResource Include="Properties\Resources.ja.resx" />
144     <None Include="App.config" />
145     <None Include="Properties\Settings.settings">
146       <Generator>SettingsSingleFileGenerator</Generator>
147       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
148     </None>
149     <Compile Include="Properties\Settings.Designer.cs">
150       <AutoGen>True</AutoGen>
151       <DependentUpon>Settings.settings</DependentUpon>
152       <DesignTimeSharedInput>True</DesignTimeSharedInput>
153       <ExcludeFromStyleCop>true</ExcludeFromStyleCop>
154     </Compile>
155     <Compile Include="Settings.cs" />
156     <Compile Include="Utilities\FormUtils.cs" />
157   </ItemGroup>
158   <ItemGroup>
159     <Content Include="App.ico" />
160     <Content Include="License.txt" />
161     <Content Include="Readme.txt" />
162     <Content Include="Wikipedia.xml">
163       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
164       <SubType>Designer</SubType>
165     </Content>
166     <Content Include="Wikitravel.xml">
167       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
168     </Content>
169     <Content Include="Wiktionary.xml">
170       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
171     </Content>
172   </ItemGroup>
173   <ItemGroup>
174     <ProjectReference Include="..\HmLib\HmLib.csproj">
175       <Project>{CC7F6106-0C00-427B-9BF2-1EE65448907B}</Project>
176       <Name>HmLib</Name>
177     </ProjectReference>
178   </ItemGroup>
179   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
180   <Import Project="$(ProgramFiles)\MSBuild\Microsoft\StyleCop\v4.4\Microsoft.StyleCop.Targets" />
181   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
182        Other similar extension points exist, see Microsoft.Common.targets.
183   <Target Name="BeforeBuild">
184   </Target>
185   <Target Name="AfterBuild">
186   </Target>
187   -->
188 </Project>