This repository has been archived by the owner on Jul 12, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcs-go-skin-changer.sln
37 lines (37 loc) · 1.88 KB
/
cs-go-skin-changer.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 17
VisualStudioVersion = 17.4.33205.214
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cs-go-skin-changer", "cs-go-skin-changer\cs-go-skin-changer.vcxproj", "{5858EFAD-894F-4D36-97C7-A4B0542F48BF}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "cs-go-skinchanger-setup", "cs-go-skinchanger-setup\cs-go-skinchanger-setup.vdproj", "{7CE11277-04F2-46A1-8895-5A6D309998DD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5858EFAD-894F-4D36-97C7-A4B0542F48BF}.Debug|x64.ActiveCfg = Debug|Win32
{5858EFAD-894F-4D36-97C7-A4B0542F48BF}.Debug|x64.Build.0 = Debug|Win32
{5858EFAD-894F-4D36-97C7-A4B0542F48BF}.Debug|x86.ActiveCfg = Debug|Win32
{5858EFAD-894F-4D36-97C7-A4B0542F48BF}.Debug|x86.Build.0 = Debug|Win32
{5858EFAD-894F-4D36-97C7-A4B0542F48BF}.Release|x64.ActiveCfg = Release|x64
{5858EFAD-894F-4D36-97C7-A4B0542F48BF}.Release|x64.Build.0 = Release|x64
{5858EFAD-894F-4D36-97C7-A4B0542F48BF}.Release|x86.ActiveCfg = Release|Win32
{5858EFAD-894F-4D36-97C7-A4B0542F48BF}.Release|x86.Build.0 = Release|Win32
{7CE11277-04F2-46A1-8895-5A6D309998DD}.Debug|x64.ActiveCfg = Debug
{7CE11277-04F2-46A1-8895-5A6D309998DD}.Debug|x86.ActiveCfg = Debug
{7CE11277-04F2-46A1-8895-5A6D309998DD}.Release|x64.ActiveCfg = Release
{7CE11277-04F2-46A1-8895-5A6D309998DD}.Release|x86.ActiveCfg = Release
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BEE5765A-7612-4731-A67B-6893C4D27DE4}
EndGlobalSection
EndGlobal