OSDN Git Service

メイン画面の言語プルダウンに存在しないコードを手入力するとエラーになる問題を修正。
[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="InputLanguageCodeDialog.cs">
57       <SubType>Form</SubType>
58     </Compile>
59     <Compile Include="InputLanguageCodeDialog.Designer.cs">
60       <DependentUpon>InputLanguageCodeDialog.cs</DependentUpon>
61       <ExcludeFromStyleCop>true</ExcludeFromStyleCop>
62     </Compile>
63     <Compile Include="Logics\Logger.cs" />
64     <Compile Include="Logics\MediaWikiLogger.cs" />
65     <Compile Include="Logics\Translator.cs" />
66     <Compile Include="Logics\MediaWikiTranslator.cs" />
67     <Compile Include="MainForm.cs">
68       <SubType>Form</SubType>
69     </Compile>
70     <Compile Include="MainForm.Designer.cs">
71       <DependentUpon>MainForm.cs</DependentUpon>
72       <ExcludeFromStyleCop>true</ExcludeFromStyleCop>
73     </Compile>
74     <Compile Include="Models\Config.cs" />
75     <Compile Include="Models\Language.cs" />
76     <Compile Include="Parsers\MediaWikiHeading.cs" />
77     <Compile Include="Parsers\MediaWikiTemplate.cs" />
78     <Compile Include="Parsers\MediaWikiHeadingParser.cs" />
79     <Compile Include="Parsers\MediaWikiLinkParser.cs" />
80     <Compile Include="Parsers\MediaWikiTemplateParser.cs" />
81     <Compile Include="Parsers\MediaWikiNowikiParser.cs" />
82     <Compile Include="Parsers\MediaWikiVariable.cs" />
83     <Compile Include="Parsers\MediaWikiVariableParser.cs" />
84     <Compile Include="Parsers\MediaWikiRedirectParser.cs" />
85     <Compile Include="Websites\MediaWiki.cs" />
86     <Compile Include="Parsers\MediaWikiLink.cs" />
87     <Compile Include="Websites\MediaWikiPage.cs" />
88     <Compile Include="Websites\Page.cs" />
89     <Compile Include="Models\TranslationDictionary.cs" />
90     <Compile Include="Models\TranslationTable.cs" />
91     <Compile Include="Websites\Website.cs" />
92     <Compile Include="Program.cs" />
93     <Compile Include="Properties\AssemblyInfo.cs" />
94     <Compile Include="Utilities\AppDefaultWebProxy.cs" />
95     <Compile Include="Utilities\IWebProxy.cs" />
96     <Compile Include="Parsers\MediaWikiParser.cs" />
97     <EmbeddedResource Include="ConfigForm.resx">
98       <SubType>Designer</SubType>
99       <DependentUpon>ConfigForm.cs</DependentUpon>
100     </EmbeddedResource>
101     <EmbeddedResource Include="InputLanguageCodeDialog.resx">
102       <DependentUpon>InputLanguageCodeDialog.cs</DependentUpon>
103     </EmbeddedResource>
104     <EmbeddedResource Include="MainForm.resx">
105       <SubType>Designer</SubType>
106       <DependentUpon>MainForm.cs</DependentUpon>
107     </EmbeddedResource>
108     <EmbeddedResource Include="Properties\Resources.resx">
109       <Generator>ResXFileCodeGenerator</Generator>
110       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
111       <SubType>Designer</SubType>
112     </EmbeddedResource>
113     <Compile Include="Properties\Resources.Designer.cs">
114       <AutoGen>True</AutoGen>
115       <DependentUpon>Resources.resx</DependentUpon>
116       <DesignTime>True</DesignTime>
117       <ExcludeFromStyleCop>true</ExcludeFromStyleCop>
118     </Compile>
119     <None Include="App.config" />
120     <None Include="Properties\Settings.settings">
121       <Generator>SettingsSingleFileGenerator</Generator>
122       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
123     </None>
124     <Compile Include="Properties\Settings.Designer.cs">
125       <AutoGen>True</AutoGen>
126       <DependentUpon>Settings.settings</DependentUpon>
127       <DesignTimeSharedInput>True</DesignTimeSharedInput>
128       <ExcludeFromStyleCop>true</ExcludeFromStyleCop>
129     </Compile>
130     <Compile Include="Settings.cs" />
131     <Compile Include="Utilities\FormUtils.cs" />
132   </ItemGroup>
133   <ItemGroup>
134     <Content Include="App.ico" />
135     <Content Include="License.txt" />
136     <Content Include="Readme.txt" />
137     <Content Include="config.xml">
138       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
139       <SubType>Designer</SubType>
140     </Content>
141   </ItemGroup>
142   <ItemGroup>
143     <ProjectReference Include="..\HmLib\HmLib.csproj">
144       <Project>{CC7F6106-0C00-427B-9BF2-1EE65448907B}</Project>
145       <Name>HmLib</Name>
146     </ProjectReference>
147   </ItemGroup>
148   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
149   <Import Project="$(ProgramFiles)\MSBuild\Microsoft\StyleCop\v4.4\Microsoft.StyleCop.Targets" />
150   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
151        Other similar extension points exist, see Microsoft.Common.targets.
152   <Target Name="BeforeBuild">
153   </Target>
154   <Target Name="AfterBuild">
155   </Target>
156   -->
157 </Project>