OSDN Git Service

#27617 Wikitravelに対応・切り替え機能追加に伴う注意書き追加
[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="Websites\MediaWiki.cs" />
93     <Compile Include="Parsers\MediaWikiLink.cs" />
94     <Compile Include="Websites\MediaWikiPage.cs" />
95     <Compile Include="Websites\Page.cs" />
96     <Compile Include="Models\TranslationDictionary.cs" />
97     <Compile Include="Models\TranslationTable.cs" />
98     <Compile Include="Websites\Website.cs" />
99     <Compile Include="Program.cs" />
100     <Compile Include="Properties\AssemblyInfo.cs" />
101     <Compile Include="Utilities\AppDefaultWebProxy.cs" />
102     <Compile Include="Utilities\IWebProxy.cs" />
103     <Compile Include="Parsers\MediaWikiParser.cs" />
104     <EmbeddedResource Include="ConfigForm.ja.resx">
105       <DependentUpon>ConfigForm.cs</DependentUpon>
106     </EmbeddedResource>
107     <EmbeddedResource Include="ConfigForm.resx">
108       <SubType>Designer</SubType>
109       <DependentUpon>ConfigForm.cs</DependentUpon>
110     </EmbeddedResource>
111     <EmbeddedResource Include="AddConfigDialog.ja.resx">
112       <DependentUpon>AddConfigDialog.cs</DependentUpon>
113     </EmbeddedResource>
114     <EmbeddedResource Include="AddConfigDialog.resx">
115       <DependentUpon>AddConfigDialog.cs</DependentUpon>
116     </EmbeddedResource>
117     <EmbeddedResource Include="AddLanguageDialog.ja.resx">
118       <DependentUpon>AddLanguageDialog.cs</DependentUpon>
119     </EmbeddedResource>
120     <EmbeddedResource Include="AddLanguageDialog.resx">
121       <DependentUpon>AddLanguageDialog.cs</DependentUpon>
122     </EmbeddedResource>
123     <EmbeddedResource Include="MainForm.ja.resx">
124       <DependentUpon>MainForm.cs</DependentUpon>
125     </EmbeddedResource>
126     <EmbeddedResource Include="MainForm.resx">
127       <SubType>Designer</SubType>
128       <DependentUpon>MainForm.cs</DependentUpon>
129     </EmbeddedResource>
130     <EmbeddedResource Include="Properties\Resources.resx">
131       <Generator>ResXFileCodeGenerator</Generator>
132       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
133       <SubType>Designer</SubType>
134     </EmbeddedResource>
135     <Compile Include="Properties\Resources.Designer.cs">
136       <AutoGen>True</AutoGen>
137       <DependentUpon>Resources.resx</DependentUpon>
138       <DesignTime>True</DesignTime>
139       <ExcludeFromStyleCop>true</ExcludeFromStyleCop>
140     </Compile>
141     <EmbeddedResource Include="Properties\Resources.ja.resx" />
142     <None Include="App.config" />
143     <None Include="Properties\Settings.settings">
144       <Generator>SettingsSingleFileGenerator</Generator>
145       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
146     </None>
147     <Compile Include="Properties\Settings.Designer.cs">
148       <AutoGen>True</AutoGen>
149       <DependentUpon>Settings.settings</DependentUpon>
150       <DesignTimeSharedInput>True</DesignTimeSharedInput>
151       <ExcludeFromStyleCop>true</ExcludeFromStyleCop>
152     </Compile>
153     <Compile Include="Settings.cs" />
154     <Compile Include="Utilities\FormUtils.cs" />
155   </ItemGroup>
156   <ItemGroup>
157     <Content Include="App.ico" />
158     <Content Include="License.txt" />
159     <Content Include="Readme.txt" />
160     <Content Include="Wikipedia.xml">
161       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
162       <SubType>Designer</SubType>
163     </Content>
164     <Content Include="Wikitravel.xml">
165       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
166     </Content>
167     <Content Include="Wiktionary.xml">
168       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
169     </Content>
170   </ItemGroup>
171   <ItemGroup>
172     <ProjectReference Include="..\HmLib\HmLib.csproj">
173       <Project>{CC7F6106-0C00-427B-9BF2-1EE65448907B}</Project>
174       <Name>HmLib</Name>
175     </ProjectReference>
176   </ItemGroup>
177   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
178   <Import Project="$(ProgramFiles)\MSBuild\Microsoft\StyleCop\v4.4\Microsoft.StyleCop.Targets" />
179   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
180        Other similar extension points exist, see Microsoft.Common.targets.
181   <Target Name="BeforeBuild">
182   </Target>
183   <Target Name="AfterBuild">
184   </Target>
185   -->
186 </Project>