init
This commit is contained in:
parent
5a64f47174
commit
2a92ad0cac
3 changed files with 63 additions and 0 deletions
26
cli.sln
Normal file
26
cli.sln
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio 2012
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "cli", "cli\cli.csproj", "{9580B70F-0C6F-4C5A-868D-97517BD51D55}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
Release|Any CPU = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{9580B70F-0C6F-4C5A-868D-97517BD51D55}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{9580B70F-0C6F-4C5A-868D-97517BD51D55}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{9580B70F-0C6F-4C5A-868D-97517BD51D55}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{9580B70F-0C6F-4C5A-868D-97517BD51D55}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(MonoDevelopProperties) = preSolution
|
||||
Policies = $0
|
||||
$0.DotNetNamingPolicy = $1
|
||||
$1.DirectoryNamespaceAssociation = PrefixedHierarchical
|
||||
$0.TextStylePolicy = $2
|
||||
$2.inheritsSet = null
|
||||
$2.scope = application/json
|
||||
$0.StandardHeader = $3
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
Loading…
Add table
Add a link
Reference in a new issue