root/lang/csharp/Scraper/Scraper.sln

Revision 3473, 1.8 kB (checked in by mayuki, 13 months ago)

lang/csharp: 作りかけのScraperをとりあえず追加

Line 
1
2Microsoft Visual Studio Solution File, Format Version 10.00
3# Visual Studio 2008
4Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Misuzilla.Text.Scraper", "Misuzilla.Text.Scraper\Misuzilla.Text.Scraper.csproj", "{82C3AFCB-7F0C-442D-8B84-2B97D5545107}"
5EndProject
6Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ScraperTest", "ScraperTest\ScraperTest.csproj", "{B63CAD69-11D2-4840-8E0D-D7525F7D4402}"
7EndProject
8Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0FA9B197-0C90-4EB4-A979-3B2638CF8CF5}"
9        ProjectSection(SolutionItems) = preProject
10                LocalTestRun.testrunconfig = LocalTestRun.testrunconfig
11                Scraper.vsmdi = Scraper.vsmdi
12        EndProjectSection
13EndProject
14Global
15        GlobalSection(TestCaseManagementSettings) = postSolution
16                CategoryFile = Scraper.vsmdi
17        EndGlobalSection
18        GlobalSection(SolutionConfigurationPlatforms) = preSolution
19                Debug|Any CPU = Debug|Any CPU
20                Release|Any CPU = Release|Any CPU
21        EndGlobalSection
22        GlobalSection(ProjectConfigurationPlatforms) = postSolution
23                {82C3AFCB-7F0C-442D-8B84-2B97D5545107}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
24                {82C3AFCB-7F0C-442D-8B84-2B97D5545107}.Debug|Any CPU.Build.0 = Debug|Any CPU
25                {82C3AFCB-7F0C-442D-8B84-2B97D5545107}.Release|Any CPU.ActiveCfg = Release|Any CPU
26                {82C3AFCB-7F0C-442D-8B84-2B97D5545107}.Release|Any CPU.Build.0 = Release|Any CPU
27                {B63CAD69-11D2-4840-8E0D-D7525F7D4402}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
28                {B63CAD69-11D2-4840-8E0D-D7525F7D4402}.Debug|Any CPU.Build.0 = Debug|Any CPU
29                {B63CAD69-11D2-4840-8E0D-D7525F7D4402}.Release|Any CPU.ActiveCfg = Release|Any CPU
30                {B63CAD69-11D2-4840-8E0D-D7525F7D4402}.Release|Any CPU.Build.0 = Release|Any CPU
31        EndGlobalSection
32        GlobalSection(SolutionProperties) = preSolution
33                HideSolutionNode = FALSE
34        EndGlobalSection
35EndGlobal
Note: See TracBrowser for help on using the browser.