OSDN Git Service

メイン画面の言語プルダウンに存在しないコードを手入力するとエラーになる問題を修正。
[wptscs/wpts.git] / HmLibTest / HmLibTest.csproj
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <PropertyGroup>
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6     <ProductVersion>8.0.30703</ProductVersion>
7     <SchemaVersion>2.0</SchemaVersion>
8     <ProjectGuid>{77218F38-BD1C-469B-B975-68AE3E9EE14E}</ProjectGuid>
9     <OutputType>Library</OutputType>
10     <AppDesignerFolder>Properties</AppDesignerFolder>
11     <RootNamespace>Honememo</RootNamespace>
12     <AssemblyName>HmLibTest</AssemblyName>
13     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14     <FileAlignment>512</FileAlignment>
15     <TargetFrameworkProfile>Client</TargetFrameworkProfile>
16   </PropertyGroup>
17   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
18     <DebugSymbols>true</DebugSymbols>
19     <DebugType>full</DebugType>
20     <Optimize>false</Optimize>
21     <OutputPath>bin\Debug\</OutputPath>
22     <DefineConstants>DEBUG;TRACE</DefineConstants>
23     <ErrorReport>prompt</ErrorReport>
24     <WarningLevel>4</WarningLevel>
25     <StartAction>Program</StartAction>
26     <StartProgram>$(ProgramFiles)\NUnit 2.5.5\bin\net-2.0\nunit.exe</StartProgram>
27     <DocumentationFile>bin\Debug\HmLibTest.XML</DocumentationFile>
28   </PropertyGroup>
29   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
30     <DebugType>pdbonly</DebugType>
31     <Optimize>true</Optimize>
32     <OutputPath>bin\Release\</OutputPath>
33     <DefineConstants>TRACE</DefineConstants>
34     <ErrorReport>prompt</ErrorReport>
35     <WarningLevel>4</WarningLevel>
36   </PropertyGroup>
37   <ItemGroup>
38     <Reference Include="nunit.framework, Version=2.5.5.10112, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL" />
39     <Reference Include="System" />
40     <Reference Include="System.XML" />
41   </ItemGroup>
42   <ItemGroup>
43     <Compile Include="Models\IgnoreCaseDictionaryTest.cs" />
44     <Compile Include="Parsers\XmlCommentElementTest.cs" />
45     <Compile Include="Parsers\ListElementTest.cs" />
46     <Compile Include="Parsers\TextElementTest.cs" />
47     <Compile Include="Parsers\XmlElementTest.cs" />
48     <Compile Include="Parsers\HtmlElementTest.cs" />
49     <Compile Include="Parsers\XmlTextElementTest.cs" />
50     <Compile Include="Parsers\XmlElementParserTest.cs" />
51     <Compile Include="Parsers\XmlCommentElementParserTest.cs" />
52     <Compile Include="Properties\AssemblyInfo.cs" />
53     <Compile Include="Parsers\XmlParserTest.cs" />
54     <Compile Include="Utilities\ObjectUtilsTest.cs" />
55     <Compile Include="Utilities\StringUtilsTest.cs" />
56     <Compile Include="Utilities\ValidateTest.cs" />
57     <Compile Include="Utilities\XmlUtilsTest.cs" />
58   </ItemGroup>
59   <ItemGroup>
60     <ProjectReference Include="..\HmLib\HmLib.csproj">
61       <Project>{CC7F6106-0C00-427B-9BF2-1EE65448907B}</Project>
62       <Name>HmLib</Name>
63     </ProjectReference>
64   </ItemGroup>
65   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
66   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
67        Other similar extension points exist, see Microsoft.Common.targets.
68   <Target Name="BeforeBuild">
69   </Target>
70   <Target Name="AfterBuild">
71   </Target>
72   -->
73 </Project>