Commit 55a32d1d authored by shrabbit's avatar shrabbit
Browse files

初始化

parents
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
# 默认忽略的文件
/shelf/
/workspace.xml
# Rider 忽略的文件
/modules.xml
/.idea.TestV.iml
/projectSettingsUpdater.xml
/contentModel.xml
# 已忽略包含查询文件的默认文件夹
/queries/
# Datasource local storage ignored files
/dataSources/
/dataSources.local.xml
# 基于编辑器的 HTTP 客户端请求
/httpRequests/
+4 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
  <component name="Encoding" addBOMForNewFiles="with BOM under Windows, with no BOM otherwise" />
</project>
 No newline at end of file
+8 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
  <component name="UserContentModel">
    <attachedFolders />
    <explicitIncludes />
    <explicitExcludes />
  </component>
</project>
 No newline at end of file
+6 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
  <component name="VcsDirectoryMappings">
    <mapping directory="$PROJECT_DIR$" vcs="Git" />
  </component>
</project>
 No newline at end of file

TestV.sln

0 → 100644
+16 −0
Original line number Diff line number Diff line

Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestV", "TestV\TestV.csproj", "{BEFAA4EC-9AE2-48BA-8687-6CE765BF3B50}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{BEFAA4EC-9AE2-48BA-8687-6CE765BF3B50}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{BEFAA4EC-9AE2-48BA-8687-6CE765BF3B50}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{BEFAA4EC-9AE2-48BA-8687-6CE765BF3B50}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{BEFAA4EC-9AE2-48BA-8687-6CE765BF3B50}.Release|Any CPU.Build.0 = Release|Any CPU
	EndGlobalSection
EndGlobal
Loading