From e7acfcdd918484a73038d6a1c39fd5065af87f51 Mon Sep 17 00:00:00 2001 From: Carson McManus Date: Tue, 23 Aug 2016 11:36:49 -0400 Subject: [PATCH] added .csproj and .sln files --- steamguard-cli.csproj | 63 +++++++++++++++++++++++++++++++++++++++++++ steamguard-cli.sln | 22 +++++++++++++++ 2 files changed, 85 insertions(+) create mode 100644 steamguard-cli.csproj create mode 100644 steamguard-cli.sln diff --git a/steamguard-cli.csproj b/steamguard-cli.csproj new file mode 100644 index 0000000..e81a623 --- /dev/null +++ b/steamguard-cli.csproj @@ -0,0 +1,63 @@ + + + + + Debug + AnyCPU + 12E8E57D-A11A-4FDF-BAEC-AAFDE916E732 + Exe + Properties + steamguard_cli_new + steamguard_cli_new + v4.5 + 512 + + + AnyCPU + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + AnyCPU + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + makefile + + + + + Manifest.cs + + + Program.cs + + + + + .\build\Newtonsoft.Json.dll + + + .\build\SteamAuth.dll + + + + + diff --git a/steamguard-cli.sln b/steamguard-cli.sln new file mode 100644 index 0000000..c0daf1b --- /dev/null +++ b/steamguard-cli.sln @@ -0,0 +1,22 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 2013 +VisualStudioVersion = 12.0.0.0 +MinimumVisualStudioVersion = 10.0.0.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "steamguard_cli", "steamguard-cli.csproj", "{12E8E57D-A11A-4FDF-BAEC-AAFDE916E732}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {12E8E57D-A11A-4FDF-BAEC-AAFDE916E732}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {12E8E57D-A11A-4FDF-BAEC-AAFDE916E732}.Debug|Any CPU.Build.0 = Debug|Any CPU + {12E8E57D-A11A-4FDF-BAEC-AAFDE916E732}.Release|Any CPU.ActiveCfg = Release|Any CPU + {12E8E57D-A11A-4FDF-BAEC-AAFDE916E732}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal