-
Notifications
You must be signed in to change notification settings - Fork 0
/
StreamAvatarSpriteGenerator.sln
37 lines (37 loc) · 2.08 KB
/
StreamAvatarSpriteGenerator.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31112.23
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SASpriteGen.Wpf", "SASpriteGen.Wpf\SASpriteGen.Wpf.csproj", "{EEA93B24-AEFD-4192-8EC5-FCB72441EA51}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SASpriteGen.ViewModel", "SASpriteGen.ViewModel\SASpriteGen.ViewModel.csproj", "{8EFDC4B2-E51F-405A-991A-C7E9401722BE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SASpriteGen.Model", "SASpriteGen.Model\SASpriteGen.Model.csproj", "{C3B9DD2F-0CF1-4F66-82DE-279B1278CF03}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EEA93B24-AEFD-4192-8EC5-FCB72441EA51}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EEA93B24-AEFD-4192-8EC5-FCB72441EA51}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EEA93B24-AEFD-4192-8EC5-FCB72441EA51}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EEA93B24-AEFD-4192-8EC5-FCB72441EA51}.Release|Any CPU.Build.0 = Release|Any CPU
{8EFDC4B2-E51F-405A-991A-C7E9401722BE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8EFDC4B2-E51F-405A-991A-C7E9401722BE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8EFDC4B2-E51F-405A-991A-C7E9401722BE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8EFDC4B2-E51F-405A-991A-C7E9401722BE}.Release|Any CPU.Build.0 = Release|Any CPU
{C3B9DD2F-0CF1-4F66-82DE-279B1278CF03}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C3B9DD2F-0CF1-4F66-82DE-279B1278CF03}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C3B9DD2F-0CF1-4F66-82DE-279B1278CF03}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C3B9DD2F-0CF1-4F66-82DE-279B1278CF03}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FFB0F557-EAB3-4847-982B-EFA18048E302}
EndGlobalSection
EndGlobal