-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathvdp.sln
25 lines (25 loc) · 1.19 KB
/
vdp.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "vdp", "vdp\vdp.csproj", "{E0EDFE93-1317-4C5D-AC8E-5984E8E9D38F}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "Vacina de Pendrive", "vdpI\vdpI.vdproj", "{94C7C0B0-7B24-4BE1-9AD5-9DFDC4C0180E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E0EDFE93-1317-4C5D-AC8E-5984E8E9D38F}.Debug|x86.ActiveCfg = Release|x86
{E0EDFE93-1317-4C5D-AC8E-5984E8E9D38F}.Debug|x86.Build.0 = Release|x86
{E0EDFE93-1317-4C5D-AC8E-5984E8E9D38F}.Release|x86.ActiveCfg = Release|x86
{E0EDFE93-1317-4C5D-AC8E-5984E8E9D38F}.Release|x86.Build.0 = Release|x86
{94C7C0B0-7B24-4BE1-9AD5-9DFDC4C0180E}.Debug|x86.ActiveCfg = Release
{94C7C0B0-7B24-4BE1-9AD5-9DFDC4C0180E}.Debug|x86.Build.0 = Release
{94C7C0B0-7B24-4BE1-9AD5-9DFDC4C0180E}.Release|x86.ActiveCfg = Release
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal