diff --git a/.gitignore b/.gitignore index 697146b457..d964b96cdd 100644 --- a/.gitignore +++ b/.gitignore @@ -49,3 +49,6 @@ Tools/CI/[Oo]bj .Editor .bin .download + +!Tools/CI/InputSystem.Cookbook.csproj +!Tools/CI/InputSystem-recipes.sln diff --git a/Tools/CI/InputSystem-recipes.sln b/Tools/CI/InputSystem-recipes.sln new file mode 100644 index 0000000000..3004913164 --- /dev/null +++ b/Tools/CI/InputSystem-recipes.sln @@ -0,0 +1,16 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "InputSystem.Cookbook", "InputSystem.Cookbook.csproj", "{A5A71435-C891-4C78-989C-2713DAA7B3B8}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {A5A71435-C891-4C78-989C-2713DAA7B3B8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {A5A71435-C891-4C78-989C-2713DAA7B3B8}.Debug|Any CPU.Build.0 = Debug|Any CPU + {A5A71435-C891-4C78-989C-2713DAA7B3B8}.Release|Any CPU.ActiveCfg = Release|Any CPU + {A5A71435-C891-4C78-989C-2713DAA7B3B8}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection +EndGlobal diff --git a/Tools/CI/InputSystem.Cookbook.csproj b/Tools/CI/InputSystem.Cookbook.csproj new file mode 100644 index 0000000000..c7ec781dc3 --- /dev/null +++ b/Tools/CI/InputSystem.Cookbook.csproj @@ -0,0 +1,14 @@ + + + + Exe + net7.0 + enable + enable + + + + + + +