OSDN Git Service

svnプロパティをファイルの種類に応じたものに更新
[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   </PropertyGroup>
20   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
21     <DebugSymbols>true</DebugSymbols>
22     <DebugType>full</DebugType>
23     <Optimize>false</Optimize>
24     <OutputPath>bin\Debug\</OutputPath>
25     <DefineConstants>DEBUG;TRACE</DefineConstants>
26     <ErrorReport>prompt</ErrorReport>
27     <WarningLevel>4</WarningLevel>
28     <DocumentationFile>bin\Debug\wptscs.XML</DocumentationFile>
29   </PropertyGroup>
30   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
31     <DebugType>pdbonly</DebugType>
32     <Optimize>true</Optimize>
33     <OutputPath>bin\Release\</OutputPath>
34     <DefineConstants>TRACE</DefineConstants>
35     <ErrorReport>prompt</ErrorReport>
36     <WarningLevel>4</WarningLevel>
37   </PropertyGroup>
38   <ItemGroup>
39     <Reference Include="System" />
40     <Reference Include="System.Data" />
41     <Reference Include="System.Deployment" />
42     <Reference Include="System.Drawing" />
43     <Reference Include="System.Web" />
44     <Reference Include="System.Windows.Forms" />
45     <Reference Include="System.Xml" />
46   </ItemGroup>
47   <ItemGroup>
48     <Compile Include="ConfigForm.cs">
49       <SubType>Form</SubType>
50     </Compile>
51     <Compile Include="ConfigForm.Designer.cs">
52       <DependentUpon>ConfigForm.cs</DependentUpon>
53       <ExcludeFromStyleCop>true</ExcludeFromStyleCop>
54     </Compile>
55     <Compile Include="Logics\Translator.cs" />
56     <Compile Include="Logics\MediaWikiTranslator.cs" />
57     <Compile Include="MainForm.cs">
58       <SubType>Form</SubType>
59     </Compile>
60     <Compile Include="MainForm.Designer.cs">
61       <DependentUpon>MainForm.cs</DependentUpon>
62       <ExcludeFromStyleCop>true</ExcludeFromStyleCop>
63     </Compile>
64     <Compile Include="Models\Config.cs" />
65     <Compile Include="Utilities\LazyXmlParser.cs" />
66     <Compile Include="Models\IgnoreCaseDictionary.cs" />
67     <Compile Include="Models\Language.cs" />
68     <Compile Include="Models\MediaWiki.cs" />
69     <Compile Include="Models\MediaWikiPage.cs" />
70     <Compile Include="Models\Page.cs" />
71     <Compile Include="Models\TranslationDictionary.cs" />
72     <Compile Include="Models\TranslationTable.cs" />
73     <Compile Include="Models\Website.cs" />
74     <Compile Include="Program.cs" />
75     <Compile Include="Properties\AssemblyInfo.cs" />
76     <EmbeddedResource Include="ConfigForm.resx">
77       <SubType>Designer</SubType>
78       <DependentUpon>ConfigForm.cs</DependentUpon>
79     </EmbeddedResource>
80     <EmbeddedResource Include="MainForm.resx">
81       <SubType>Designer</SubType>
82       <DependentUpon>MainForm.cs</DependentUpon>
83     </EmbeddedResource>
84     <EmbeddedResource Include="Properties\Resources.resx">
85       <Generator>ResXFileCodeGenerator</Generator>
86       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
87       <SubType>Designer</SubType>
88     </EmbeddedResource>
89     <Compile Include="Properties\Resources.Designer.cs">
90       <AutoGen>True</AutoGen>
91       <DependentUpon>Resources.resx</DependentUpon>
92       <DesignTime>True</DesignTime>
93       <ExcludeFromStyleCop>true</ExcludeFromStyleCop>
94     </Compile>
95     <None Include="App.config" />
96     <None Include="Properties\Settings.settings">
97       <Generator>SettingsSingleFileGenerator</Generator>
98       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
99     </None>
100     <Compile Include="Properties\Settings.Designer.cs">
101       <AutoGen>True</AutoGen>
102       <DependentUpon>Settings.settings</DependentUpon>
103       <DesignTimeSharedInput>True</DesignTimeSharedInput>
104       <ExcludeFromStyleCop>true</ExcludeFromStyleCop>
105     </Compile>
106     <Compile Include="Settings.cs" />
107     <Compile Include="Utilities\FormUtils.cs" />
108     <Compile Include="Utilities\ObjectUtils.cs" />
109     <Compile Include="Utilities\StringUtils.cs" />
110     <Compile Include="Utilities\Validate.cs" />
111     <Compile Include="Utilities\XmlUtils.cs" />
112   </ItemGroup>
113   <ItemGroup>
114     <Content Include="App.ico" />
115     <Content Include="License.txt" />
116     <Content Include="Readme.txt" />
117     <Content Include="config.xml">
118       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
119       <SubType>Designer</SubType>
120     </Content>
121   </ItemGroup>
122   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
123   <Import Project="$(ProgramFiles)\MSBuild\Microsoft\StyleCop\v4.4\Microsoft.StyleCop.Targets" />
124   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
125        Other similar extension points exist, see Microsoft.Common.targets.
126   <Target Name="BeforeBuild">
127   </Target>
128   <Target Name="AfterBuild">
129   </Target>
130   -->
131 </Project>