Initial commit

This commit is contained in:
Stone-Red-Code
2021-04-16 10:11:38 +02:00
commit 86324a7cd7
72 changed files with 13205 additions and 0 deletions
+51
View File
@@ -0,0 +1,51 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31019.35
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AlwaysUpToDate", "AlwaysUpToDate\AlwaysUpToDate.csproj", "{C86767AA-9478-42EE-AA63-BDBD70DC273F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AlwaysUpToDate-Test", "AlwaysUpToDate-Test\AlwaysUpToDate-Test.csproj", "{8FDEE57E-9BC3-4310-B540-2848691F832B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C86767AA-9478-42EE-AA63-BDBD70DC273F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C86767AA-9478-42EE-AA63-BDBD70DC273F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C86767AA-9478-42EE-AA63-BDBD70DC273F}.Debug|x64.ActiveCfg = Debug|Any CPU
{C86767AA-9478-42EE-AA63-BDBD70DC273F}.Debug|x64.Build.0 = Debug|Any CPU
{C86767AA-9478-42EE-AA63-BDBD70DC273F}.Debug|x86.ActiveCfg = Debug|Any CPU
{C86767AA-9478-42EE-AA63-BDBD70DC273F}.Debug|x86.Build.0 = Debug|Any CPU
{C86767AA-9478-42EE-AA63-BDBD70DC273F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C86767AA-9478-42EE-AA63-BDBD70DC273F}.Release|Any CPU.Build.0 = Release|Any CPU
{C86767AA-9478-42EE-AA63-BDBD70DC273F}.Release|x64.ActiveCfg = Release|Any CPU
{C86767AA-9478-42EE-AA63-BDBD70DC273F}.Release|x64.Build.0 = Release|Any CPU
{C86767AA-9478-42EE-AA63-BDBD70DC273F}.Release|x86.ActiveCfg = Release|Any CPU
{C86767AA-9478-42EE-AA63-BDBD70DC273F}.Release|x86.Build.0 = Release|Any CPU
{8FDEE57E-9BC3-4310-B540-2848691F832B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8FDEE57E-9BC3-4310-B540-2848691F832B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8FDEE57E-9BC3-4310-B540-2848691F832B}.Debug|x64.ActiveCfg = Debug|Any CPU
{8FDEE57E-9BC3-4310-B540-2848691F832B}.Debug|x64.Build.0 = Debug|Any CPU
{8FDEE57E-9BC3-4310-B540-2848691F832B}.Debug|x86.ActiveCfg = Debug|Any CPU
{8FDEE57E-9BC3-4310-B540-2848691F832B}.Debug|x86.Build.0 = Debug|Any CPU
{8FDEE57E-9BC3-4310-B540-2848691F832B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8FDEE57E-9BC3-4310-B540-2848691F832B}.Release|Any CPU.Build.0 = Release|Any CPU
{8FDEE57E-9BC3-4310-B540-2848691F832B}.Release|x64.ActiveCfg = Release|Any CPU
{8FDEE57E-9BC3-4310-B540-2848691F832B}.Release|x64.Build.0 = Release|Any CPU
{8FDEE57E-9BC3-4310-B540-2848691F832B}.Release|x86.ActiveCfg = Release|Any CPU
{8FDEE57E-9BC3-4310-B540-2848691F832B}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {39D6EFA2-B683-417B-9B5F-D845FCC9A91A}
EndGlobalSection
EndGlobal