diff --git a/.gitignore b/.gitignore index 64172bd332b..5f3f067af24 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,8 @@ bin obj -/.vs +.vs/ +.idea/ packages *.user + diff --git a/Directory.Build.props b/Directory.Build.props new file mode 100644 index 00000000000..7eb5e685a76 --- /dev/null +++ b/Directory.Build.props @@ -0,0 +1,24 @@ + + + https://github.com/TencentCloud/tencentcloud-sdk-dotnet + + + true + $(MSBuildThisFileDirectory)TencentCloud.snk + $(MSBuildThisFileDirectory)TencentCloud.snk + + true + + + true + + embedded + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + \ No newline at end of file diff --git a/TencentCloud.snk b/TencentCloud.snk new file mode 100644 index 00000000000..f87c4b3d942 Binary files /dev/null and b/TencentCloud.snk differ