-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathEgorkaGame.sln
39 lines (39 loc) · 2.14 KB
/
EgorkaGame.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
38
39
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BuildDictionary", "BuildDictionary\BuildDictionary.csproj", "{D98607B6-B9DF-4B2D-8D6B-470FFEC332DC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Egorka", "Egorka\Egorka.csproj", "{7B362EFC-21BE-4004-9EC0-8EE93EEA5624}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EgorkaTestProject", "EgorkaTestProject\EgorkaTestProject.csproj", "{366023F8-7687-4AE7-8EA0-ED7070A40CDF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{5DD1441E-D7E8-4199-9752-99FE77E769CE}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D98607B6-B9DF-4B2D-8D6B-470FFEC332DC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D98607B6-B9DF-4B2D-8D6B-470FFEC332DC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D98607B6-B9DF-4B2D-8D6B-470FFEC332DC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D98607B6-B9DF-4B2D-8D6B-470FFEC332DC}.Release|Any CPU.Build.0 = Release|Any CPU
{7B362EFC-21BE-4004-9EC0-8EE93EEA5624}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7B362EFC-21BE-4004-9EC0-8EE93EEA5624}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7B362EFC-21BE-4004-9EC0-8EE93EEA5624}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7B362EFC-21BE-4004-9EC0-8EE93EEA5624}.Release|Any CPU.Build.0 = Release|Any CPU
{366023F8-7687-4AE7-8EA0-ED7070A40CDF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{366023F8-7687-4AE7-8EA0-ED7070A40CDF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{366023F8-7687-4AE7-8EA0-ED7070A40CDF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{366023F8-7687-4AE7-8EA0-ED7070A40CDF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal