12345678910111213141516171819202122232425262728293031323334353637 |
-
- Microsoft Visual Studio Solution File, Format Version 12.00
- # Visual Studio Version 17
- VisualStudioVersion = 17.7.34221.43
- MinimumVisualStudioVersion = 10.0.40219.1
- Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DataManager", "DataManager\DataManager.csproj", "{AA27B994-48CA-44D0-ADC1-B6B9B3933683}"
- EndProject
- Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Patch", "Patch\Patch.csproj", "{2C9CF37B-B6F5-4B87-8AA5-0D049C545267}"
- EndProject
- Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PatchFileUploader", "PatchFileUploader\PatchFileUploader.csproj", "{0688C256-A521-48CE-8DAA-80D7B4A31B2C}"
- EndProject
- Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {AA27B994-48CA-44D0-ADC1-B6B9B3933683}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {AA27B994-48CA-44D0-ADC1-B6B9B3933683}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {AA27B994-48CA-44D0-ADC1-B6B9B3933683}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {AA27B994-48CA-44D0-ADC1-B6B9B3933683}.Release|Any CPU.Build.0 = Release|Any CPU
- {2C9CF37B-B6F5-4B87-8AA5-0D049C545267}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {2C9CF37B-B6F5-4B87-8AA5-0D049C545267}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {2C9CF37B-B6F5-4B87-8AA5-0D049C545267}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {2C9CF37B-B6F5-4B87-8AA5-0D049C545267}.Release|Any CPU.Build.0 = Release|Any CPU
- {0688C256-A521-48CE-8DAA-80D7B4A31B2C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {0688C256-A521-48CE-8DAA-80D7B4A31B2C}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {0688C256-A521-48CE-8DAA-80D7B4A31B2C}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {0688C256-A521-48CE-8DAA-80D7B4A31B2C}.Release|Any CPU.Build.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {A0812558-223A-43D3-BB38-F2762C61EEC8}
- EndGlobalSection
- EndGlobal
|