Develop and Download Open Source Software

Browse Subversion Repository

Contents of /ShogiNextMove.Test/ShogiNextMove.Test.vbproj

Parent Directory Parent Directory | Revision Log Revision Log


Revision 76 - (show annotations) (download)
Mon Feb 22 06:48:06 2016 UTC (8 years ago) by bellyoshi
File size: 4777 byte(s)


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>
7 </ProductVersion>
8 <SchemaVersion>
9 </SchemaVersion>
10 <ProjectGuid>{FFF08F65-C8F0-443A-B140-3494451BECC6}</ProjectGuid>
11 <OutputType>Library</OutputType>
12 <RootNamespace>ShogiNextMove.Test</RootNamespace>
13 <AssemblyName>ShogiNextMove.Test</AssemblyName>
14 <FileAlignment>512</FileAlignment>
15 <MyType>Windows</MyType>
16 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
17 <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{F184B08F-C81C-45F6-A57F-5ABD9991F28F}</ProjectTypeGuids>
18 <ReferencePath>$(DevEnvDir)PublicAssemblies\</ReferencePath>
19 </PropertyGroup>
20 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
21 <DebugSymbols>true</DebugSymbols>
22 <DebugType>full</DebugType>
23 <DefineDebug>true</DefineDebug>
24 <DefineTrace>true</DefineTrace>
25 <OutputPath>bin\Debug\</OutputPath>
26 <DocumentationFile>ShogiNextMove.Test.xml</DocumentationFile>
27 <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
28 </PropertyGroup>
29 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
30 <DebugType>pdbonly</DebugType>
31 <DefineDebug>false</DefineDebug>
32 <DefineTrace>true</DefineTrace>
33 <Optimize>true</Optimize>
34 <OutputPath>bin\Release\</OutputPath>
35 <DocumentationFile>ShogiNextMove.Test.xml</DocumentationFile>
36 <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
37 </PropertyGroup>
38 <PropertyGroup>
39 <OptionExplicit>On</OptionExplicit>
40 </PropertyGroup>
41 <PropertyGroup>
42 <OptionCompare>Binary</OptionCompare>
43 </PropertyGroup>
44 <PropertyGroup>
45 <OptionStrict>Off</OptionStrict>
46 </PropertyGroup>
47 <PropertyGroup>
48 <OptionInfer>On</OptionInfer>
49 </PropertyGroup>
50 <ItemGroup>
51 <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
52 <Reference Include="System" />
53 <Reference Include="System.Core">
54 <RequiredTargetFramework>3.5</RequiredTargetFramework>
55 </Reference>
56 <Reference Include="System.Data" />
57 <Reference Include="System.Data.DataSetExtensions" />
58 <Reference Include="System.Deployment" />
59 <Reference Include="System.Drawing" />
60 <Reference Include="System.Windows.Forms" />
61 <Reference Include="System.Xml" />
62 <Reference Include="System.Xml.Linq" />
63 </ItemGroup>
64 <ItemGroup>
65 <Import Include="System" />
66 <Import Include="System.Collections" />
67 <Import Include="System.Collections.Generic" />
68 <Import Include="System.Data" />
69 <Import Include="System.Diagnostics" />
70 <Import Include="System.Linq" />
71 <Import Include="System.Xml.Linq" />
72 <Import Include="Microsoft.VisualBasic" />
73 <Import Include="Microsoft.VisualStudio.TestTools.UnitTesting" />
74 </ItemGroup>
75 <ItemGroup>
76 <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
77 <Visible>False</Visible>
78 </CodeAnalysisDependentAssemblyPaths>
79 </ItemGroup>
80 <ItemGroup>
81 <Compile Include="CSAKifuUtilTest.vb" />
82 <Compile Include="CSAKifuWriterTest.vb" />
83 <Compile Include="KifKifuUtilTest.vb" />
84 <Compile Include="KifuTest.vb" />
85 <Compile Include="KomaLocationTest.vb" />
86 <Compile Include="KomaMoveDirectionTest.vb" />
87 <Compile Include="KomaTest.vb" />
88 <Compile Include="KomaUtilTest.vb" />
89 <Compile Include="KyokumenHaichiCompTest.vb" />
90 <Compile Include="KyokumenTest.vb" />
91 <Compile Include="KyokumenUtilTest.vb" />
92 <Compile Include="LocationTest.vb" />
93 <Compile Include="My Project\AssemblyInfo.vb" />
94 <Compile Include="TeTest.vb" />
95 </ItemGroup>
96 <ItemGroup>
97 <ProjectReference Include="..\ShogiNextMove\ShogiNextMove.vbproj">
98 <Project>{96DB0781-3A38-48B7-92D3-E8743D6A9162}</Project>
99 <Name>ShogiNextMove</Name>
100 </ProjectReference>
101 </ItemGroup>
102 <Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.targets" />
103 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
104 Other similar extension points exist, see Microsoft.Common.targets.
105 <Target Name="BeforeBuild">
106 </Target>
107 <Target Name="AfterBuild">
108 </Target>
109 -->
110 </Project>

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26