AtmoType is a font sharing website through ATProto.
at main 34 lines 1.7 kB view raw
1 2Microsoft Visual Studio Solution File, Format Version 12.00 3# Visual Studio Version 17 4VisualStudioVersion = 17.0.31903.59 5MinimumVisualStudioVersion = 10.0.40219.1 6Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AtmoType", "AtmoType\AtmoType.csproj", "{86A1B4E7-7E47-492B-A8D5-C0C17E5B9AC3}" 7EndProject 8Global 9 GlobalSection(SolutionConfigurationPlatforms) = preSolution 10 Debug|Any CPU = Debug|Any CPU 11 Debug|x64 = Debug|x64 12 Debug|x86 = Debug|x86 13 Release|Any CPU = Release|Any CPU 14 Release|x64 = Release|x64 15 Release|x86 = Release|x86 16 EndGlobalSection 17 GlobalSection(ProjectConfigurationPlatforms) = postSolution 18 {86A1B4E7-7E47-492B-A8D5-C0C17E5B9AC3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 19 {86A1B4E7-7E47-492B-A8D5-C0C17E5B9AC3}.Debug|Any CPU.Build.0 = Debug|Any CPU 20 {86A1B4E7-7E47-492B-A8D5-C0C17E5B9AC3}.Debug|x64.ActiveCfg = Debug|Any CPU 21 {86A1B4E7-7E47-492B-A8D5-C0C17E5B9AC3}.Debug|x64.Build.0 = Debug|Any CPU 22 {86A1B4E7-7E47-492B-A8D5-C0C17E5B9AC3}.Debug|x86.ActiveCfg = Debug|Any CPU 23 {86A1B4E7-7E47-492B-A8D5-C0C17E5B9AC3}.Debug|x86.Build.0 = Debug|Any CPU 24 {86A1B4E7-7E47-492B-A8D5-C0C17E5B9AC3}.Release|Any CPU.ActiveCfg = Release|Any CPU 25 {86A1B4E7-7E47-492B-A8D5-C0C17E5B9AC3}.Release|Any CPU.Build.0 = Release|Any CPU 26 {86A1B4E7-7E47-492B-A8D5-C0C17E5B9AC3}.Release|x64.ActiveCfg = Release|Any CPU 27 {86A1B4E7-7E47-492B-A8D5-C0C17E5B9AC3}.Release|x64.Build.0 = Release|Any CPU 28 {86A1B4E7-7E47-492B-A8D5-C0C17E5B9AC3}.Release|x86.ActiveCfg = Release|Any CPU 29 {86A1B4E7-7E47-492B-A8D5-C0C17E5B9AC3}.Release|x86.Build.0 = Release|Any CPU 30 EndGlobalSection 31 GlobalSection(SolutionProperties) = preSolution 32 HideSolutionNode = FALSE 33 EndGlobalSection 34EndGlobal