OSDN Git Service

#30840 不要になっていたTemplate:Documentation絡みの処理も除去,
[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     <RunCodeAnalysis>false</RunCodeAnalysis>
31   </PropertyGroup>
32   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
33     <DebugType>pdbonly</DebugType>
34     <Optimize>true</Optimize>
35     <OutputPath>bin\Release\</OutputPath>
36     <DefineConstants>TRACE</DefineConstants>
37     <ErrorReport>prompt</ErrorReport>
38     <WarningLevel>4</WarningLevel>
39     <DocumentationFile>bin\Release\wptscs.XML</DocumentationFile>
40   </PropertyGroup>
41   <ItemGroup>
42     <Reference Include="System" />
43     <Reference Include="System.Data" />
44     <Reference Include="System.Deployment" />
45     <Reference Include="System.Drawing" />
46     <Reference Include="System.Windows.Forms" />
47     <Reference Include="System.Xml" />
48     <Reference Include="System.Xml.Linq" />
49   </ItemGroup>
50   <ItemGroup>
51     <Compile Include="ConfigForm.cs">
52       <SubType>Form</SubType>
53     </Compile>
54     <Compile Include="ConfigForm.Designer.cs">
55       <DependentUpon>ConfigForm.cs</DependentUpon>
56       <ExcludeFromStyleCop>true</ExcludeFromStyleCop>
57     </Compile>
58     <Compile Include="AddConfigDialog.cs">
59       <SubType>Form</SubType>
60     </Compile>
61     <Compile Include="AddConfigDialog.Designer.cs">
62       <DependentUpon>AddConfigDialog.cs</DependentUpon>
63       <ExcludeFromStyleCop>true</ExcludeFromStyleCop>
64     </Compile>
65     <Compile Include="AddLanguageDialog.cs">
66       <SubType>Form</SubType>
67     </Compile>
68     <Compile Include="AddLanguageDialog.Designer.cs">
69       <DependentUpon>AddLanguageDialog.cs</DependentUpon>
70       <ExcludeFromStyleCop>true</ExcludeFromStyleCop>
71     </Compile>
72     <Compile Include="Logics\Logger.cs" />
73     <Compile Include="Logics\MediaWikiLogger.cs" />
74     <Compile Include="Logics\Translator.cs" />
75     <Compile Include="Logics\MediaWikiTranslator.cs" />
76     <Compile Include="MainForm.cs">
77       <SubType>Form</SubType>
78     </Compile>
79     <Compile Include="MainForm.Designer.cs">
80       <DependentUpon>MainForm.cs</DependentUpon>
81       <ExcludeFromStyleCop>true</ExcludeFromStyleCop>
82     </Compile>
83     <Compile Include="Models\Config.cs" />
84     <Compile Include="Models\Language.cs" />
85     <Compile Include="Parsers\MediaWikiHeading.cs" />
86     <Compile Include="Parsers\MediaWikiTemplate.cs" />
87     <Compile Include="Parsers\MediaWikiHeadingParser.cs" />
88     <Compile Include="Parsers\MediaWikiLinkParser.cs" />
89     <Compile Include="Parsers\MediaWikiTemplateParser.cs" />
90     <Compile Include="Parsers\MediaWikiNowikiParser.cs" />
91     <Compile Include="Parsers\MediaWikiVariable.cs" />
92     <Compile Include="Parsers\MediaWikiVariableParser.cs" />
93     <Compile Include="Websites\MediaWiki.cs" />
94     <Compile Include="Parsers\MediaWikiLink.cs" />
95     <Compile Include="Websites\MediaWikiPage.cs" />
96     <Compile Include="Websites\Page.cs" />
97     <Compile Include="Models\TranslationDictionary.cs" />
98     <Compile Include="Models\TranslationTable.cs" />
99     <Compile Include="Websites\Website.cs" />
100     <Compile Include="Program.cs" />
101     <Compile Include="Properties\AssemblyInfo.cs" />
102     <Compile Include="Utilities\AppConfigWebProxy.cs" />
103     <Compile Include="Utilities\IWebProxy.cs" />
104     <Compile Include="Parsers\MediaWikiParser.cs" />
105     <EmbeddedResource Include="ConfigForm.ja.resx">
106       <DependentUpon>ConfigForm.cs</DependentUpon>
107     </EmbeddedResource>
108     <EmbeddedResource Include="ConfigForm.resx">
109       <SubType>Designer</SubType>
110       <DependentUpon>ConfigForm.cs</DependentUpon>
111     </EmbeddedResource>
112     <EmbeddedResource Include="AddConfigDialog.ja.resx">
113       <DependentUpon>AddConfigDialog.cs</DependentUpon>
114     </EmbeddedResource>
115     <EmbeddedResource Include="AddConfigDialog.resx">
116       <DependentUpon>AddConfigDialog.cs</DependentUpon>
117     </EmbeddedResource>
118     <EmbeddedResource Include="AddLanguageDialog.ja.resx">
119       <DependentUpon>AddLanguageDialog.cs</DependentUpon>
120     </EmbeddedResource>
121     <EmbeddedResource Include="AddLanguageDialog.resx">
122       <DependentUpon>AddLanguageDialog.cs</DependentUpon>
123     </EmbeddedResource>
124     <EmbeddedResource Include="MainForm.ja.resx">
125       <DependentUpon>MainForm.cs</DependentUpon>
126     </EmbeddedResource>
127     <EmbeddedResource Include="MainForm.resx">
128       <SubType>Designer</SubType>
129       <DependentUpon>MainForm.cs</DependentUpon>
130     </EmbeddedResource>
131     <EmbeddedResource Include="Properties\Resources.resx">
132       <Generator>ResXFileCodeGenerator</Generator>
133       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
134       <SubType>Designer</SubType>
135     </EmbeddedResource>
136     <Compile Include="Properties\Resources.Designer.cs">
137       <AutoGen>True</AutoGen>
138       <DependentUpon>Resources.resx</DependentUpon>
139       <DesignTime>True</DesignTime>
140       <ExcludeFromStyleCop>true</ExcludeFromStyleCop>
141     </Compile>
142     <EmbeddedResource Include="Properties\Resources.ja.resx" />
143     <None Include="App.config" />
144     <None Include="Properties\Settings.settings">
145       <Generator>SettingsSingleFileGenerator</Generator>
146       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
147     </None>
148     <Compile Include="Properties\Settings.Designer.cs">
149       <AutoGen>True</AutoGen>
150       <DependentUpon>Settings.settings</DependentUpon>
151       <DesignTimeSharedInput>True</DesignTimeSharedInput>
152       <ExcludeFromStyleCop>true</ExcludeFromStyleCop>
153     </Compile>
154     <Compile Include="Settings.cs" />
155     <Compile Include="Utilities\FormUtils.cs" />
156   </ItemGroup>
157   <ItemGroup>
158     <Content Include="App.ico" />
159     <Content Include="License.txt" />
160     <Content Include="Readme.txt" />
161     <Content Include="Wikipedia.xml">
162       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
163       <SubType>Designer</SubType>
164     </Content>
165     <Content Include="Wikivoyage.xml">
166       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
167     </Content>
168     <Content Include="Wiktionary.xml">
169       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
170     </Content>
171   </ItemGroup>
172   <ItemGroup>
173     <ProjectReference Include="..\HmLib\HmLib.csproj">
174       <Project>{CC7F6106-0C00-427B-9BF2-1EE65448907B}</Project>
175       <Name>HmLib</Name>
176     </ProjectReference>
177   </ItemGroup>
178   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
179   <Import Project="$(ProgramFiles)\MSBuild\StyleCop\v4.7\StyleCop.Targets" />
180   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
181        Other similar extension points exist, see Microsoft.Common.targets.
182   <Target Name="BeforeBuild">
183   </Target>
184   <Target Name="AfterBuild">
185   </Target>
186   -->
187 </Project>