forked from Leo-Corporation/Gavilya
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9377fd9
commit 45cd30a
Showing
3 changed files
with
56 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
|
||
Microsoft Visual Studio Solution File, Format Version 12.00 | ||
# Visual Studio Version 17 | ||
VisualStudioVersion = 17.6.33712.159 | ||
MinimumVisualStudioVersion = 10.0.40219.1 | ||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Gavilya", "Gavilya\Gavilya.csproj", "{C94920A4-E41E-44E4-BB54-81D08AD03899}" | ||
EndProject | ||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1D24D554-2EC0-44ED-AD68-A8C5451346E3}" | ||
ProjectSection(SolutionItems) = preProject | ||
.editorconfig = .editorconfig | ||
EndProjectSection | ||
EndProject | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Gavilya.FPS", "Gavilya.Fps\Gavilya.FPS.csproj", "{2783D7FD-5631-420D-BD66-BD47084905A3}" | ||
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 | ||
{C94920A4-E41E-44E4-BB54-81D08AD03899}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{C94920A4-E41E-44E4-BB54-81D08AD03899}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{C94920A4-E41E-44E4-BB54-81D08AD03899}.Debug|x64.ActiveCfg = Debug|Any CPU | ||
{C94920A4-E41E-44E4-BB54-81D08AD03899}.Debug|x64.Build.0 = Debug|Any CPU | ||
{C94920A4-E41E-44E4-BB54-81D08AD03899}.Debug|x86.ActiveCfg = Debug|Any CPU | ||
{C94920A4-E41E-44E4-BB54-81D08AD03899}.Debug|x86.Build.0 = Debug|Any CPU | ||
{C94920A4-E41E-44E4-BB54-81D08AD03899}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{C94920A4-E41E-44E4-BB54-81D08AD03899}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{C94920A4-E41E-44E4-BB54-81D08AD03899}.Release|x64.ActiveCfg = Release|Any CPU | ||
{C94920A4-E41E-44E4-BB54-81D08AD03899}.Release|x64.Build.0 = Release|Any CPU | ||
{C94920A4-E41E-44E4-BB54-81D08AD03899}.Release|x86.ActiveCfg = Release|Any CPU | ||
{C94920A4-E41E-44E4-BB54-81D08AD03899}.Release|x86.Build.0 = Release|Any CPU | ||
{2783D7FD-5631-420D-BD66-BD47084905A3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{2783D7FD-5631-420D-BD66-BD47084905A3}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{2783D7FD-5631-420D-BD66-BD47084905A3}.Debug|x64.ActiveCfg = Debug|x64 | ||
{2783D7FD-5631-420D-BD66-BD47084905A3}.Debug|x64.Build.0 = Debug|x64 | ||
{2783D7FD-5631-420D-BD66-BD47084905A3}.Debug|x86.ActiveCfg = Debug|x86 | ||
{2783D7FD-5631-420D-BD66-BD47084905A3}.Debug|x86.Build.0 = Debug|x86 | ||
{2783D7FD-5631-420D-BD66-BD47084905A3}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{2783D7FD-5631-420D-BD66-BD47084905A3}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{2783D7FD-5631-420D-BD66-BD47084905A3}.Release|x64.ActiveCfg = Release|x64 | ||
{2783D7FD-5631-420D-BD66-BD47084905A3}.Release|x64.Build.0 = Release|x64 | ||
{2783D7FD-5631-420D-BD66-BD47084905A3}.Release|x86.ActiveCfg = Release|x86 | ||
{2783D7FD-5631-420D-BD66-BD47084905A3}.Release|x86.Build.0 = Release|x86 | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
GlobalSection(ExtensibilityGlobals) = postSolution | ||
SolutionGuid = {7ADD1AA3-8831-4633-9F1C-528A068444E7} | ||
EndGlobalSection | ||
EndGlobal |