-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
DLSSUpdater.sln
29 lines (29 loc) · 1.36 KB
/
DLSSUpdater.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34607.119
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DLSSUpdater", "DlssUpdater\DLSSUpdater.csproj", "{891674A2-74FE-4E71-A18E-859680E25E98}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DLSSUpdater.Tests", "DLSSUpdater.Tests\DLSSUpdater.Tests.csproj", "{43C6713F-2567-4400-A617-0684C22F987C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{891674A2-74FE-4E71-A18E-859680E25E98}.Debug|x64.ActiveCfg = Debug|x64
{891674A2-74FE-4E71-A18E-859680E25E98}.Debug|x64.Build.0 = Debug|x64
{891674A2-74FE-4E71-A18E-859680E25E98}.Release|x64.ActiveCfg = Release|x64
{891674A2-74FE-4E71-A18E-859680E25E98}.Release|x64.Build.0 = Release|x64
{43C6713F-2567-4400-A617-0684C22F987C}.Debug|x64.ActiveCfg = Debug|Any CPU
{43C6713F-2567-4400-A617-0684C22F987C}.Release|x64.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {733C89D2-0184-4715-B6A6-846CE34E1685}
EndGlobalSection
EndGlobal