-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathAssemblyInformationSetup.sln
More file actions
34 lines (34 loc) · 1.73 KB
/
AssemblyInformationSetup.sln
File metadata and controls
34 lines (34 loc) · 1.73 KB
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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "AssemblyInformationSetupx86", "AssemblyInformationSetup\AssemblyInformationSetupx86.vdproj", "{181ED8C3-CAF1-4878-BEE9-4178CBD0F0D3}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "AssemblyInformationSetupX64", "AssemblyInformationSetup\AssemblyInformationSetupX64.vdproj", "{A7E06EC5-80B1-490A-8779-A71224535AA4}"
EndProject
Global
GlobalSection(TeamFoundationVersionControl) = preSolution
SccNumberOfProjects = 3
SccEnterpriseProvider = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
SccTeamFoundationServer = https://tfs06.codeplex.com/
SccLocalPath0 = .
SccProjectUniqueName1 = Att.AssemblyInformation.csproj
SccLocalPath1 = .
SccProjectUniqueName2 = Att.AssemblyInformation.Setup\\Att.AssemblyInformation.Setup.vdproj
SccProjectName2 = Att.AssemblyInformation.Setup
SccLocalPath2 = Att.AssemblyInformation.Setup
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{181ED8C3-CAF1-4878-BEE9-4178CBD0F0D3}.Debug|Any CPU.ActiveCfg = Debug
{181ED8C3-CAF1-4878-BEE9-4178CBD0F0D3}.Release|Any CPU.ActiveCfg = Release
{A7E06EC5-80B1-490A-8779-A71224535AA4}.Debug|Any CPU.ActiveCfg = Debug
{A7E06EC5-80B1-490A-8779-A71224535AA4}.Debug|Any CPU.Build.0 = Debug
{A7E06EC5-80B1-490A-8779-A71224535AA4}.Release|Any CPU.ActiveCfg = Release
{A7E06EC5-80B1-490A-8779-A71224535AA4}.Release|Any CPU.Build.0 = Release
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal