OSDN Git Service

Wikipedia翻訳支援ツール Ver1.01時点のソース
[wptscs/wpts.git] / Wptscs / Wptscs.csproj
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">\r
3   <PropertyGroup>\r
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
6     <ProductVersion>8.0.50727</ProductVersion>\r
7     <SchemaVersion>2.0</SchemaVersion>\r
8     <ProjectGuid>{4E20E523-0230-474C-B8F1-1E991360F5F5}</ProjectGuid>\r
9     <OutputType>WinExe</OutputType>\r
10     <AppDesignerFolder>Properties</AppDesignerFolder>\r
11     <RootNamespace>Honememo.Wptscs</RootNamespace>\r
12     <AssemblyName>wptscs</AssemblyName>\r
13     <ApplicationIcon>App.ico</ApplicationIcon>\r
14     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>\r
15     <FileUpgradeFlags>\r
16     </FileUpgradeFlags>\r
17     <OldToolsVersion>2.0</OldToolsVersion>\r
18     <UpgradeBackupLocation />\r
19   </PropertyGroup>\r
20   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
21     <DebugSymbols>true</DebugSymbols>\r
22     <DebugType>full</DebugType>\r
23     <Optimize>false</Optimize>\r
24     <OutputPath>bin\Debug\</OutputPath>\r
25     <DefineConstants>DEBUG;TRACE</DefineConstants>\r
26     <ErrorReport>prompt</ErrorReport>\r
27     <WarningLevel>4</WarningLevel>\r
28     <DocumentationFile>bin\Debug\wptscs.XML</DocumentationFile>\r
29   </PropertyGroup>\r
30   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
31     <DebugType>pdbonly</DebugType>\r
32     <Optimize>true</Optimize>\r
33     <OutputPath>bin\Release\</OutputPath>\r
34     <DefineConstants>TRACE</DefineConstants>\r
35     <ErrorReport>prompt</ErrorReport>\r
36     <WarningLevel>4</WarningLevel>\r
37   </PropertyGroup>\r
38   <ItemGroup>\r
39     <Reference Include="System" />\r
40     <Reference Include="System.Data" />\r
41     <Reference Include="System.Deployment" />\r
42     <Reference Include="System.Drawing" />\r
43     <Reference Include="System.Web" />\r
44     <Reference Include="System.Windows.Forms" />\r
45     <Reference Include="System.Xml" />\r
46   </ItemGroup>\r
47   <ItemGroup>\r
48     <Compile Include="ConfigForm.cs">\r
49       <SubType>Form</SubType>\r
50     </Compile>\r
51     <Compile Include="ConfigForm.Designer.cs">\r
52       <DependentUpon>ConfigForm.cs</DependentUpon>\r
53       <ExcludeFromStyleCop>true</ExcludeFromStyleCop>\r
54     </Compile>\r
55     <Compile Include="Logics\Translator.cs" />\r
56     <Compile Include="Logics\MediaWikiTranslator.cs" />\r
57     <Compile Include="MainForm.cs">\r
58       <SubType>Form</SubType>\r
59     </Compile>\r
60     <Compile Include="MainForm.Designer.cs">\r
61       <DependentUpon>MainForm.cs</DependentUpon>\r
62       <ExcludeFromStyleCop>true</ExcludeFromStyleCop>\r
63     </Compile>\r
64     <Compile Include="Models\Config.cs" />\r
65     <Compile Include="Utilities\LazyXmlParser.cs" />\r
66     <Compile Include="Models\IgnoreCaseDictionary.cs" />\r
67     <Compile Include="Models\Language.cs" />\r
68     <Compile Include="Models\MediaWiki.cs" />\r
69     <Compile Include="Models\MediaWikiPage.cs" />\r
70     <Compile Include="Models\Page.cs" />\r
71     <Compile Include="Models\TranslationDictionary.cs" />\r
72     <Compile Include="Models\TranslationTable.cs" />\r
73     <Compile Include="Models\Website.cs" />\r
74     <Compile Include="Program.cs" />\r
75     <Compile Include="Properties\AssemblyInfo.cs" />\r
76     <EmbeddedResource Include="ConfigForm.resx">\r
77       <SubType>Designer</SubType>\r
78       <DependentUpon>ConfigForm.cs</DependentUpon>\r
79     </EmbeddedResource>\r
80     <EmbeddedResource Include="MainForm.resx">\r
81       <SubType>Designer</SubType>\r
82       <DependentUpon>MainForm.cs</DependentUpon>\r
83     </EmbeddedResource>\r
84     <EmbeddedResource Include="Properties\Resources.resx">\r
85       <Generator>ResXFileCodeGenerator</Generator>\r
86       <LastGenOutput>Resources.Designer.cs</LastGenOutput>\r
87       <SubType>Designer</SubType>\r
88     </EmbeddedResource>\r
89     <Compile Include="Properties\Resources.Designer.cs">\r
90       <AutoGen>True</AutoGen>\r
91       <DependentUpon>Resources.resx</DependentUpon>\r
92       <DesignTime>True</DesignTime>\r
93       <ExcludeFromStyleCop>true</ExcludeFromStyleCop>\r
94     </Compile>\r
95     <None Include="App.config" />\r
96     <None Include="Properties\Settings.settings">\r
97       <Generator>SettingsSingleFileGenerator</Generator>\r
98       <LastGenOutput>Settings.Designer.cs</LastGenOutput>\r
99     </None>\r
100     <Compile Include="Properties\Settings.Designer.cs">\r
101       <AutoGen>True</AutoGen>\r
102       <DependentUpon>Settings.settings</DependentUpon>\r
103       <DesignTimeSharedInput>True</DesignTimeSharedInput>\r
104       <ExcludeFromStyleCop>true</ExcludeFromStyleCop>\r
105     </Compile>\r
106     <Compile Include="Settings.cs" />\r
107     <Compile Include="Utilities\FormUtils.cs" />\r
108     <Compile Include="Utilities\ObjectUtils.cs" />\r
109     <Compile Include="Utilities\StringUtils.cs" />\r
110     <Compile Include="Utilities\Validate.cs" />\r
111     <Compile Include="Utilities\XmlUtils.cs" />\r
112   </ItemGroup>\r
113   <ItemGroup>\r
114     <Content Include="App.ico" />\r
115     <Content Include="License.txt" />\r
116     <Content Include="Readme.txt" />\r
117     <Content Include="config.xml">\r
118       <CopyToOutputDirectory>Always</CopyToOutputDirectory>\r
119       <SubType>Designer</SubType>\r
120     </Content>\r
121   </ItemGroup>\r
122   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />\r
123   <Import Project="$(ProgramFiles)\MSBuild\Microsoft\StyleCop\v4.4\Microsoft.StyleCop.Targets" />\r
124   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
125        Other similar extension points exist, see Microsoft.Common.targets.\r
126   <Target Name="BeforeBuild">\r
127   </Target>\r
128   <Target Name="AfterBuild">\r
129   </Target>\r
130   -->\r
131 </Project>