diff --git a/Directory.Build.props b/Directory.Build.props new file mode 100644 index 0000000..569f10b --- /dev/null +++ b/Directory.Build.props @@ -0,0 +1,10 @@ + + + + 1.0.0.0 + Tudor Stanciu + STA + IdentityServer + STA Identity server + + \ No newline at end of file diff --git a/IdentityServer.sln b/IdentityServer.sln index 831f065..9513235 100644 --- a/IdentityServer.sln +++ b/IdentityServer.sln @@ -7,6 +7,14 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{5A8FF505-3E4 EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IdentityServer.Api", "IdentityServer.Api\IdentityServer.Api.csproj", "{2F84E560-EEC0-4511-B8D9-2C35C226B688}" EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0B8B6E9B-0200-47EC-91D9-BEDF4BFC248F}" + ProjectSection(SolutionItems) = preProject + dependencies.props = dependencies.props + Directory.Build.props = Directory.Build.props + Notes.txt = Notes.txt + ReleaseNotes.xml = ReleaseNotes.xml + EndProjectSection +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU diff --git a/Notes.txt b/Notes.txt new file mode 100644 index 0000000..64d2e32 --- /dev/null +++ b/Notes.txt @@ -0,0 +1,7 @@ +####################################################################################################################################################### +Publish: +dotnet publish --configuration Release --runtime win7-x64 + +Create windows service: +sc create NetworkResurrector.Api binPath= "" +####################################################################################################################################################### \ No newline at end of file diff --git a/ReleaseNotes.xml b/ReleaseNotes.xml new file mode 100644 index 0000000..b684864 --- /dev/null +++ b/ReleaseNotes.xml @@ -0,0 +1,9 @@ + + + + 1.0.0.0 + + Project initialization + + + \ No newline at end of file diff --git a/dependencies.props b/dependencies.props new file mode 100644 index 0000000..40ace42 --- /dev/null +++ b/dependencies.props @@ -0,0 +1,13 @@ + + + 3.1.3 + 3.2.0 + 3.0.1 + 3.1.1 + 5.2.0 + 9.0.0 + 7.0.0 + 6.0.0 + 5.3.1 + + \ No newline at end of file