diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/installer.vcproj | 184 |
1 files changed, 0 insertions, 184 deletions
diff --git a/linden/indra/newview/installer.vcproj b/linden/indra/newview/installer.vcproj deleted file mode 100644 index 86bac7d..0000000 --- a/linden/indra/newview/installer.vcproj +++ /dev/null | |||
@@ -1,184 +0,0 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="7.10" | ||
5 | Name="installer" | ||
6 | ProjectGUID="{DEB7B859-BA03-4B8E-AEC6-327E6FB5D957}" | ||
7 | RootNamespace="installer" | ||
8 | Keyword="ManagedCProj"> | ||
9 | <Platforms> | ||
10 | <Platform | ||
11 | Name="Win32"/> | ||
12 | </Platforms> | ||
13 | <Configurations> | ||
14 | <Configuration | ||
15 | Name="ADITI|Win32" | ||
16 | OutputDirectory="." | ||
17 | IntermediateDirectory="." | ||
18 | ConfigurationType="10" | ||
19 | CharacterSet="1" | ||
20 | DeleteExtensionsOnClean=""> | ||
21 | <Tool | ||
22 | Name="VCCustomBuildTool"/> | ||
23 | <Tool | ||
24 | Name="VCMIDLTool"/> | ||
25 | <Tool | ||
26 | Name="VCPostBuildEventTool"/> | ||
27 | <Tool | ||
28 | Name="VCPreBuildEventTool"/> | ||
29 | </Configuration> | ||
30 | <Configuration | ||
31 | Name="DMZ|Win32" | ||
32 | OutputDirectory="." | ||
33 | IntermediateDirectory="." | ||
34 | ConfigurationType="10" | ||
35 | CharacterSet="1" | ||
36 | DeleteExtensionsOnClean=""> | ||
37 | <Tool | ||
38 | Name="VCCustomBuildTool"/> | ||
39 | <Tool | ||
40 | Name="VCMIDLTool"/> | ||
41 | <Tool | ||
42 | Name="VCPostBuildEventTool"/> | ||
43 | <Tool | ||
44 | Name="VCPreBuildEventTool"/> | ||
45 | </Configuration> | ||
46 | <Configuration | ||
47 | Name="MUSEUM|Win32" | ||
48 | OutputDirectory="." | ||
49 | IntermediateDirectory="." | ||
50 | ConfigurationType="10" | ||
51 | CharacterSet="1" | ||
52 | DeleteExtensionsOnClean=""> | ||
53 | <Tool | ||
54 | Name="VCCustomBuildTool"/> | ||
55 | <Tool | ||
56 | Name="VCMIDLTool"/> | ||
57 | <Tool | ||
58 | Name="VCPostBuildEventTool"/> | ||
59 | <Tool | ||
60 | Name="VCPreBuildEventTool"/> | ||
61 | </Configuration> | ||
62 | <Configuration | ||
63 | Name="AGNI|Win32" | ||
64 | OutputDirectory="." | ||
65 | IntermediateDirectory="." | ||
66 | ConfigurationType="10" | ||
67 | CharacterSet="1" | ||
68 | DeleteExtensionsOnClean=""> | ||
69 | <Tool | ||
70 | Name="VCCustomBuildTool"/> | ||
71 | <Tool | ||
72 | Name="VCMIDLTool"/> | ||
73 | <Tool | ||
74 | Name="VCPostBuildEventTool"/> | ||
75 | <Tool | ||
76 | Name="VCPreBuildEventTool"/> | ||
77 | </Configuration> | ||
78 | <Configuration | ||
79 | Name="UPDATE|Win32" | ||
80 | OutputDirectory="$(SolutionDir)$(ConfigurationName)" | ||
81 | IntermediateDirectory="$(ConfigurationName)" | ||
82 | ConfigurationType="1" | ||
83 | CharacterSet="1"> | ||
84 | <Tool | ||
85 | Name="VCCLCompilerTool"/> | ||
86 | <Tool | ||
87 | Name="VCCustomBuildTool"/> | ||
88 | <Tool | ||
89 | Name="VCLinkerTool"/> | ||
90 | <Tool | ||
91 | Name="VCMIDLTool"/> | ||
92 | <Tool | ||
93 | Name="VCPostBuildEventTool"/> | ||
94 | <Tool | ||
95 | Name="VCPreBuildEventTool"/> | ||
96 | <Tool | ||
97 | Name="VCPreLinkEventTool"/> | ||
98 | <Tool | ||
99 | Name="VCResourceCompilerTool"/> | ||
100 | <Tool | ||
101 | Name="VCWebServiceProxyGeneratorTool"/> | ||
102 | <Tool | ||
103 | Name="VCXMLDataGeneratorTool"/> | ||
104 | <Tool | ||
105 | Name="VCWebDeploymentTool"/> | ||
106 | <Tool | ||
107 | Name="VCManagedWrapperGeneratorTool"/> | ||
108 | <Tool | ||
109 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
110 | </Configuration> | ||
111 | </Configurations> | ||
112 | <References> | ||
113 | </References> | ||
114 | <Files> | ||
115 | <Filter | ||
116 | Name="Source Files" | ||
117 | Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx" | ||
118 | UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"> | ||
119 | </Filter> | ||
120 | <Filter | ||
121 | Name="Header Files" | ||
122 | Filter="h;hpp;hxx;hm;inl;inc;xsd" | ||
123 | UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"> | ||
124 | </Filter> | ||
125 | <Filter | ||
126 | Name="Resource Files" | ||
127 | Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx" | ||
128 | UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"> | ||
129 | </Filter> | ||
130 | <File | ||
131 | RelativePath=".\secondlife setup.nsi"> | ||
132 | <FileConfiguration | ||
133 | Name="ADITI|Win32"> | ||
134 | <Tool | ||
135 | Name="VCCustomBuildTool" | ||
136 | Description="Creating $(ConfigurationName) install file..." | ||
137 | CommandLine="C:\Program Files\NSIS\makensis /D$(ConfigurationName) $(InputFileName) | ||
138 | " | ||
139 | Outputs="$(ProjectDir)Second Life Preview Setup.exe"/> | ||
140 | </FileConfiguration> | ||
141 | <FileConfiguration | ||
142 | Name="DMZ|Win32"> | ||
143 | <Tool | ||
144 | Name="VCCustomBuildTool" | ||
145 | Description="Creating $(ConfigurationName) install file..." | ||
146 | CommandLine="C:\Program Files\NSIS\makensis /D$(ConfigurationName) $(InputFileName) | ||
147 | " | ||
148 | Outputs="$(ProjectDir)Second Life DMZ Setup.exe"/> | ||
149 | </FileConfiguration> | ||
150 | <FileConfiguration | ||
151 | Name="MUSEUM|Win32"> | ||
152 | <Tool | ||
153 | Name="VCCustomBuildTool" | ||
154 | Description="Creating $(ConfigurationName) install file..." | ||
155 | CommandLine="C:\Program Files\NSIS\makensis /D$(ConfigurationName) $(InputFileName) | ||
156 | " | ||
157 | Outputs="$(ProjectDir)Second Life 1-5-7 Setup.exe"/> | ||
158 | </FileConfiguration> | ||
159 | <FileConfiguration | ||
160 | Name="AGNI|Win32"> | ||
161 | <Tool | ||
162 | Name="VCCustomBuildTool" | ||
163 | Description="Creating $(ConfigurationName) install file..." | ||
164 | CommandLine="C:\Program Files\NSIS\makensis /D$(ConfigurationName) $(InputFileName) | ||
165 | " | ||
166 | Outputs="$(ProjectDir)Second Life 1-5-7 Setup.exe"/> | ||
167 | </FileConfiguration> | ||
168 | <FileConfiguration | ||
169 | Name="UPDATE|Win32"> | ||
170 | <Tool | ||
171 | Name="VCCustomBuildTool" | ||
172 | Description="Creating $(ConfigurationName) install file..." | ||
173 | CommandLine="C:\Program Files\NSIS\makensis /D$(ConfigurationName) $(InputFileName) | ||
174 | " | ||
175 | Outputs="$(ProjectDir)Second Life 1-5-7 Update.exe"/> | ||
176 | </FileConfiguration> | ||
177 | </File> | ||
178 | </Files> | ||
179 | <Globals> | ||
180 | <Global | ||
181 | Name="Foo" | ||
182 | Value="Bar"/> | ||
183 | </Globals> | ||
184 | </VisualStudioProject> | ||