OSDN Git Service

#30244 Visual Studio 2012 Express for Windows Desktop, StyleCop 4.7, WiX 3.6 に合わせたソース...
[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   </ItemGroup>
49   <ItemGroup>
50     <Compile Include="ConfigForm.cs">
51       <SubType>Form</SubType>
52     </Compile>
53     <Compile Include="ConfigForm.Designer.cs">
54       <DependentUpon>ConfigForm.cs</DependentUpon>
55       <ExcludeFromStyleCop>true</ExcludeFromStyleCop>
56     </Compile>
57     <Compile Include="AddConfigDialog.cs">
58       <SubType>Form</SubType>
59     </Compile>
60     <Compile Include="AddConfigDialog.Designer.cs">
61       <DependentUpon>AddConfigDialog.cs</DependentUpon>
62       <ExcludeFromStyleCop>true</ExcludeFromStyleCop>
63     </Compile>
64     <Compile Include="AddLanguageDialog.cs">
65       <SubType>Form</SubType>
66     </Compile>
67     <Compile Include="AddLanguageDialog.Designer.cs">
68       <DependentUpon>AddLanguageDialog.cs</DependentUpon>
69       <ExcludeFromStyleCop>true</ExcludeFromStyleCop>
70     </Compile>
71     <Compile Include="Logics\Logger.cs" />
72     <Compile Include="Logics\MediaWikiLogger.cs" />
73     <Compile Include="Logics\Translator.cs" />
74     <Compile Include="Logics\MediaWikiTranslator.cs" />
75     <Compile Include="MainForm.cs">
76       <SubType>Form</SubType>
77     </Compile>
78     <Compile Include="MainForm.Designer.cs">
79       <DependentUpon>MainForm.cs</DependentUpon>
80       <ExcludeFromStyleCop>true</ExcludeFromStyleCop>
81     </Compile>
82     <Compile Include="Models\Config.cs" />
83     <Compile Include="Models\Language.cs" />
84     <Compile Include="Parsers\MediaWikiHeading.cs" />
85     <Compile Include="Parsers\MediaWikiTemplate.cs" />
86     <Compile Include="Parsers\MediaWikiHeadingParser.cs" />
87     <Compile Include="Parsers\MediaWikiLinkParser.cs" />
88     <Compile Include="Parsers\MediaWikiTemplateParser.cs" />
89     <Compile Include="Parsers\MediaWikiNowikiParser.cs" />
90     <Compile Include="Parsers\MediaWikiVariable.cs" />
91     <Compile Include="Parsers\MediaWikiVariableParser.cs" />
92     <Compile Include="Parsers\MediaWikiRedirectParser.cs" />
93     <Compile Include="Parsers\MediaWikiPreparser.cs" />
94     <Compile Include="Utilities\EndPeriodException.cs" />
95     <Compile Include="Websites\MediaWiki.cs" />
96     <Compile Include="Parsers\MediaWikiLink.cs" />
97     <Compile Include="Websites\MediaWikiPage.cs" />
98     <Compile Include="Websites\Page.cs" />
99     <Compile Include="Models\TranslationDictionary.cs" />
100     <Compile Include="Models\TranslationTable.cs" />
101     <Compile Include="Websites\Website.cs" />
102     <Compile Include="Program.cs" />
103     <Compile Include="Properties\AssemblyInfo.cs" />
104     <Compile Include="Utilities\AppConfigWebProxy.cs" />
105     <Compile Include="Utilities\IWebProxy.cs" />
106     <Compile Include="Parsers\MediaWikiParser.cs" />
107     <EmbeddedResource Include="ConfigForm.ja.resx">
108       <DependentUpon>ConfigForm.cs</DependentUpon>
109     </EmbeddedResource>
110     <EmbeddedResource Include="ConfigForm.resx">
111       <SubType>Designer</SubType>
112       <DependentUpon>ConfigForm.cs</DependentUpon>
113     </EmbeddedResource>
114     <EmbeddedResource Include="AddConfigDialog.ja.resx">
115       <DependentUpon>AddConfigDialog.cs</DependentUpon>
116     </EmbeddedResource>
117     <EmbeddedResource Include="AddConfigDialog.resx">
118       <DependentUpon>AddConfigDialog.cs</DependentUpon>
119     </EmbeddedResource>
120     <EmbeddedResource Include="AddLanguageDialog.ja.resx">
121       <DependentUpon>AddLanguageDialog.cs</DependentUpon>
122     </EmbeddedResource>
123     <EmbeddedResource Include="AddLanguageDialog.resx">
124       <DependentUpon>AddLanguageDialog.cs</DependentUpon>
125     </EmbeddedResource>
126     <EmbeddedResource Include="MainForm.ja.resx">
127       <DependentUpon>MainForm.cs</DependentUpon>
128     </EmbeddedResource>
129     <EmbeddedResource Include="MainForm.resx">
130       <SubType>Designer</SubType>
131       <DependentUpon>MainForm.cs</DependentUpon>
132     </EmbeddedResource>
133     <EmbeddedResource Include="Properties\Resources.resx">
134       <Generator>ResXFileCodeGenerator</Generator>
135       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
136       <SubType>Designer</SubType>
137     </EmbeddedResource>
138     <Compile Include="Properties\Resources.Designer.cs">
139       <AutoGen>True</AutoGen>
140       <DependentUpon>Resources.resx</DependentUpon>
141       <DesignTime>True</DesignTime>
142       <ExcludeFromStyleCop>true</ExcludeFromStyleCop>
143     </Compile>
144     <EmbeddedResource Include="Properties\Resources.ja.resx" />
145     <None Include="App.config" />
146     <None Include="Properties\Settings.settings">
147       <Generator>SettingsSingleFileGenerator</Generator>
148       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
149     </None>
150     <Compile Include="Properties\Settings.Designer.cs">
151       <AutoGen>True</AutoGen>
152       <DependentUpon>Settings.settings</DependentUpon>
153       <DesignTimeSharedInput>True</DesignTimeSharedInput>
154       <ExcludeFromStyleCop>true</ExcludeFromStyleCop>
155     </Compile>
156     <Compile Include="Settings.cs" />
157     <Compile Include="Utilities\FormUtils.cs" />
158   </ItemGroup>
159   <ItemGroup>
160     <Content Include="App.ico" />
161     <Content Include="License.txt" />
162     <Content Include="Readme.txt" />
163     <Content Include="Wikipedia.xml">
164       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
165       <SubType>Designer</SubType>
166     </Content>
167     <Content Include="Wikitravel.xml">
168       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
169     </Content>
170     <Content Include="Wiktionary.xml">
171       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
172     </Content>
173   </ItemGroup>
174   <ItemGroup>
175     <ProjectReference Include="..\HmLib\HmLib.csproj">
176       <Project>{CC7F6106-0C00-427B-9BF2-1EE65448907B}</Project>
177       <Name>HmLib</Name>
178     </ProjectReference>
179   </ItemGroup>
180   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
181   <Import Project="$(ProgramFiles)\MSBuild\StyleCop\v4.7\StyleCop.Targets" />
182   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
183        Other similar extension points exist, see Microsoft.Common.targets.
184   <Target Name="BeforeBuild">
185   </Target>
186   <Target Name="AfterBuild">
187   </Target>
188   -->
189 </Project>