Create Project.

This commit is contained in:
parallelbgls
2014-07-23 14:23:31 +08:00
commit 786676215f
285 changed files with 232023 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.30501.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NA200H.Translator", "NA200H.Translator\NA200H.Translator.csproj", "{4F7970B6-CB68-441C-98C1-583D7A352D55}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NA200H.Translator.Tests", "NA200H.Translator.Tests\NA200H.Translator.Tests.csproj", "{E5D56534-BA36-4501-A171-3A1D5D7CA33E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4F7970B6-CB68-441C-98C1-583D7A352D55}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4F7970B6-CB68-441C-98C1-583D7A352D55}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4F7970B6-CB68-441C-98C1-583D7A352D55}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4F7970B6-CB68-441C-98C1-583D7A352D55}.Release|Any CPU.Build.0 = Release|Any CPU
{E5D56534-BA36-4501-A171-3A1D5D7CA33E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E5D56534-BA36-4501-A171-3A1D5D7CA33E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E5D56534-BA36-4501-A171-3A1D5D7CA33E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E5D56534-BA36-4501-A171-3A1D5D7CA33E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal