1 |
william |
4 |
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5"> |
2 |
|
|
<PropertyGroup> |
3 |
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
4 |
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
5 |
william |
22 |
<ProductVersion>9.0.30729</ProductVersion> |
6 |
william |
4 |
<SchemaVersion>2.0</SchemaVersion> |
7 |
|
|
<ProjectGuid>{8DC06215-EC33-43C8-AAD5-D0BFECADA886}</ProjectGuid> |
8 |
|
|
<OutputType>WinExe</OutputType> |
9 |
|
|
<AppDesignerFolder>Properties</AppDesignerFolder> |
10 |
|
|
<RootNamespace>AnywhereTS</RootNamespace> |
11 |
|
|
<AssemblyName>ATSAdmin</AssemblyName> |
12 |
|
|
<IsWebBootstrapper>true</IsWebBootstrapper> |
13 |
|
|
<SccProjectName> |
14 |
|
|
</SccProjectName> |
15 |
|
|
<SccLocalPath> |
16 |
|
|
</SccLocalPath> |
17 |
|
|
<SccAuxPath> |
18 |
|
|
</SccAuxPath> |
19 |
|
|
<SccProvider> |
20 |
|
|
</SccProvider> |
21 |
|
|
<ManifestCertificateThumbprint>DF34A506E139C7D7F44C882F925397C0AA881142</ManifestCertificateThumbprint> |
22 |
|
|
<ManifestKeyFile>Admin_TemporaryKey.pfx</ManifestKeyFile> |
23 |
|
|
<GenerateManifests>true</GenerateManifests> |
24 |
|
|
<SignManifests>true</SignManifests> |
25 |
|
|
<ApplicationIcon>ats.ico</ApplicationIcon> |
26 |
|
|
<PublishUrl>http://localhost/TSAdminTool/</PublishUrl> |
27 |
|
|
<Install>true</Install> |
28 |
|
|
<InstallFrom>Web</InstallFrom> |
29 |
|
|
<UpdateEnabled>false</UpdateEnabled> |
30 |
|
|
<UpdateMode>Foreground</UpdateMode> |
31 |
|
|
<UpdateInterval>7</UpdateInterval> |
32 |
|
|
<UpdateIntervalUnits>Days</UpdateIntervalUnits> |
33 |
|
|
<UpdatePeriodically>false</UpdatePeriodically> |
34 |
|
|
<UpdateRequired>false</UpdateRequired> |
35 |
|
|
<MapFileExtensions>true</MapFileExtensions> |
36 |
|
|
<SupportUrl>http://anywherets.com</SupportUrl> |
37 |
|
|
<ProductName>AnywhereTS Pro</ProductName> |
38 |
|
|
<PublisherName>AnywhereTS</PublisherName> |
39 |
|
|
<AutorunEnabled>true</AutorunEnabled> |
40 |
|
|
<ApplicationVersion>3.3.0.%2a</ApplicationVersion> |
41 |
|
|
<BootstrapperEnabled>true</BootstrapperEnabled> |
42 |
|
|
<FileUpgradeFlags> |
43 |
|
|
</FileUpgradeFlags> |
44 |
|
|
<OldToolsVersion>2.0</OldToolsVersion> |
45 |
|
|
<ApplicationRevision>0</ApplicationRevision> |
46 |
|
|
<UpgradeBackupLocation> |
47 |
|
|
</UpgradeBackupLocation> |
48 |
|
|
</PropertyGroup> |
49 |
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
50 |
|
|
<DebugSymbols>true</DebugSymbols> |
51 |
|
|
<DebugType>full</DebugType> |
52 |
|
|
<Optimize>false</Optimize> |
53 |
|
|
<OutputPath>bin\Debug\</OutputPath> |
54 |
|
|
<DefineConstants>TRACE;DEBUG;PRO</DefineConstants> |
55 |
|
|
<ErrorReport>prompt</ErrorReport> |
56 |
|
|
<WarningLevel>4</WarningLevel> |
57 |
|
|
<RunCodeAnalysis>false</RunCodeAnalysis> |
58 |
|
|
</PropertyGroup> |
59 |
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
60 |
|
|
<DebugType>pdbonly</DebugType> |
61 |
|
|
<Optimize>true</Optimize> |
62 |
|
|
<OutputPath>bin\Release\</OutputPath> |
63 |
|
|
<DefineConstants>TRACE;PRO</DefineConstants> |
64 |
|
|
<ErrorReport>prompt</ErrorReport> |
65 |
|
|
<WarningLevel>4</WarningLevel> |
66 |
|
|
</PropertyGroup> |
67 |
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Evaluation Debug|AnyCPU' "> |
68 |
|
|
<DebugSymbols>true</DebugSymbols> |
69 |
|
|
<OutputPath>bin\Debug\</OutputPath> |
70 |
|
|
<DefineConstants>DEBUG;PRO EVAL</DefineConstants> |
71 |
|
|
<DebugType>full</DebugType> |
72 |
|
|
<PlatformTarget>AnyCPU</PlatformTarget> |
73 |
|
|
<CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression> |
74 |
|
|
<CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile> |
75 |
|
|
<ErrorReport>prompt</ErrorReport> |
76 |
|
|
</PropertyGroup> |
77 |
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Evaluation Release|AnyCPU' "> |
78 |
|
|
<OutputPath>bin\Release\</OutputPath> |
79 |
|
|
<DefineConstants>TRACE;PRO EVAL</DefineConstants> |
80 |
|
|
<Optimize>true</Optimize> |
81 |
|
|
<DebugType>pdbonly</DebugType> |
82 |
|
|
<PlatformTarget>AnyCPU</PlatformTarget> |
83 |
|
|
<CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression> |
84 |
|
|
<CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile> |
85 |
|
|
<ErrorReport>prompt</ErrorReport> |
86 |
|
|
</PropertyGroup> |
87 |
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Beta Debug|AnyCPU' "> |
88 |
|
|
<DebugSymbols>true</DebugSymbols> |
89 |
|
|
<OutputPath>bin\Debug\</OutputPath> |
90 |
|
|
<DefineConstants>TRACE;DEBUG;PRO EVAL</DefineConstants> |
91 |
|
|
<DebugType>full</DebugType> |
92 |
|
|
<PlatformTarget>AnyCPU</PlatformTarget> |
93 |
|
|
<CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression> |
94 |
|
|
<CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile> |
95 |
|
|
<ErrorReport>prompt</ErrorReport> |
96 |
|
|
</PropertyGroup> |
97 |
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Beta Release|AnyCPU' "> |
98 |
|
|
<OutputPath>bin\Release\</OutputPath> |
99 |
|
|
<DefineConstants>TRACE;PRO BETA</DefineConstants> |
100 |
|
|
<Optimize>true</Optimize> |
101 |
|
|
<DebugType>pdbonly</DebugType> |
102 |
|
|
<PlatformTarget>AnyCPU</PlatformTarget> |
103 |
|
|
<CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression> |
104 |
|
|
<CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile> |
105 |
|
|
<ErrorReport>prompt</ErrorReport> |
106 |
|
|
</PropertyGroup> |
107 |
|
|
<ItemGroup> |
108 |
|
|
<Reference Include="Microsoft.VisualBasic" /> |
109 |
|
|
<Reference Include="System" /> |
110 |
|
|
<Reference Include="System.configuration" /> |
111 |
|
|
<Reference Include="System.Data" /> |
112 |
|
|
<Reference Include="System.Deployment" /> |
113 |
|
|
<Reference Include="System.Drawing" /> |
114 |
|
|
<Reference Include="System.Management" /> |
115 |
|
|
<Reference Include="System.ServiceProcess" /> |
116 |
|
|
<Reference Include="System.Windows.Forms" /> |
117 |
|
|
<Reference Include="System.Xml" /> |
118 |
william |
29 |
<Reference Include="TrackBar, Version=1.0.2486.37933, Culture=neutral, PublicKeyToken=503bf28f63ad27b4"> |
119 |
william |
4 |
<SpecificVersion>False</SpecificVersion> |
120 |
william |
29 |
<HintPath>..\3rdparty\MDAudi100\TrackBar.dll</HintPath> |
121 |
william |
4 |
</Reference> |
122 |
|
|
</ItemGroup> |
123 |
|
|
<ItemGroup> |
124 |
|
|
<Compile Include="..\TSControlPanel\frmConfigureControlPanel.cs"> |
125 |
|
|
<Link>frmConfigureControlPanel.cs</Link> |
126 |
|
|
<SubType>Form</SubType> |
127 |
|
|
</Compile> |
128 |
|
|
<Compile Include="..\TSControlPanel\frmConfigureControlPanel.designer.cs"> |
129 |
|
|
<Link>frmConfigureControlPanel.designer.cs</Link> |
130 |
|
|
<DependentUpon>frmConfigureControlPanel.cs</DependentUpon> |
131 |
|
|
</Compile> |
132 |
|
|
<Compile Include="BootPicture.cs" /> |
133 |
|
|
<Compile Include="DHCP.cs" /> |
134 |
|
|
<Compile Include="Environment.cs" /> |
135 |
|
|
<Compile Include="frmAboutPro.cs"> |
136 |
|
|
<SubType>Form</SubType> |
137 |
|
|
</Compile> |
138 |
|
|
<Compile Include="frmAboutPro.Designer.cs"> |
139 |
|
|
<DependentUpon>frmAboutPro.cs</DependentUpon> |
140 |
|
|
</Compile> |
141 |
|
|
<Compile Include="atsDataSet.Designer.cs"> |
142 |
|
|
<AutoGen>True</AutoGen> |
143 |
|
|
<DesignTime>True</DesignTime> |
144 |
|
|
<DependentUpon>atsDataSet.xsd</DependentUpon> |
145 |
|
|
</Compile> |
146 |
|
|
<Compile Include="Database.cs" /> |
147 |
|
|
<Compile Include="frmAddTerminalServer.cs"> |
148 |
|
|
<SubType>Form</SubType> |
149 |
|
|
</Compile> |
150 |
|
|
<Compile Include="frmAddTerminalServer.Designer.cs"> |
151 |
|
|
<DependentUpon>frmAddTerminalServer.cs</DependentUpon> |
152 |
|
|
</Compile> |
153 |
|
|
<Compile Include="frmAddTFTP.cs"> |
154 |
|
|
<SubType>Form</SubType> |
155 |
|
|
</Compile> |
156 |
|
|
<Compile Include="frmAddTFTP.Designer.cs"> |
157 |
|
|
<DependentUpon>frmAddTFTP.cs</DependentUpon> |
158 |
|
|
</Compile> |
159 |
|
|
<Compile Include="frmConfigInternalServices.cs"> |
160 |
|
|
<SubType>Form</SubType> |
161 |
|
|
</Compile> |
162 |
|
|
<Compile Include="frmConfigInternalServices.Designer.cs"> |
163 |
|
|
<DependentUpon>frmConfigInternalServices.cs</DependentUpon> |
164 |
|
|
</Compile> |
165 |
|
|
<Compile Include="frmConfigServices.cs"> |
166 |
|
|
<SubType>Form</SubType> |
167 |
|
|
</Compile> |
168 |
|
|
<Compile Include="frmConfigServices.Designer.cs"> |
169 |
|
|
<DependentUpon>frmConfigServices.cs</DependentUpon> |
170 |
|
|
</Compile> |
171 |
|
|
<Compile Include="Globals.cs" /> |
172 |
|
|
<Compile Include="frmClientProperties.cs"> |
173 |
|
|
<SubType>Form</SubType> |
174 |
|
|
</Compile> |
175 |
|
|
<Compile Include="frmClientProperties.Designer.cs"> |
176 |
|
|
<DependentUpon>frmClientProperties.cs</DependentUpon> |
177 |
|
|
</Compile> |
178 |
|
|
<Compile Include="frmAdmin.cs"> |
179 |
|
|
<SubType>Form</SubType> |
180 |
|
|
</Compile> |
181 |
|
|
<Compile Include="frmAdmin.Designer.cs"> |
182 |
|
|
<DependentUpon>frmAdmin.cs</DependentUpon> |
183 |
|
|
</Compile> |
184 |
|
|
<Compile Include="Image.cs" /> |
185 |
|
|
<Compile Include="ImageDesigntimeConfig.cs" /> |
186 |
|
|
<Compile Include="ImageRuntimeConfig.cs" /> |
187 |
|
|
<Compile Include="frmConfigMode.cs"> |
188 |
|
|
<SubType>Form</SubType> |
189 |
|
|
</Compile> |
190 |
|
|
<Compile Include="frmConfigMode.Designer.cs"> |
191 |
|
|
<DependentUpon>frmConfigMode.cs</DependentUpon> |
192 |
|
|
</Compile> |
193 |
|
|
<Compile Include="Keyboard.cs" /> |
194 |
|
|
<Compile Include="mknbi.cs" /> |
195 |
|
|
<Compile Include="Session.cs" /> |
196 |
|
|
<Compile Include="SessionList.cs" /> |
197 |
|
|
<Compile Include="ShareUtil.cs" /> |
198 |
|
|
<Compile Include="Program.cs" /> |
199 |
|
|
<Compile Include="Properties\AssemblyInfo.cs" /> |
200 |
|
|
<EmbeddedResource Include="..\TSControlPanel\frmConfigureControlPanel.resx"> |
201 |
|
|
<Link>frmConfigureControlPanel.resx</Link> |
202 |
|
|
<DependentUpon>frmConfigureControlPanel.cs</DependentUpon> |
203 |
|
|
<SubType>Designer</SubType> |
204 |
|
|
</EmbeddedResource> |
205 |
|
|
<EmbeddedResource Include="frmAboutPro.resx"> |
206 |
|
|
<SubType>Designer</SubType> |
207 |
|
|
<DependentUpon>frmAboutPro.cs</DependentUpon> |
208 |
|
|
</EmbeddedResource> |
209 |
|
|
<EmbeddedResource Include="frmAddTerminalServer.resx"> |
210 |
|
|
<SubType>Designer</SubType> |
211 |
|
|
<DependentUpon>frmAddTerminalServer.cs</DependentUpon> |
212 |
|
|
</EmbeddedResource> |
213 |
|
|
<EmbeddedResource Include="frmAddTFTP.resx"> |
214 |
|
|
<SubType>Designer</SubType> |
215 |
|
|
<DependentUpon>frmAddTFTP.cs</DependentUpon> |
216 |
|
|
</EmbeddedResource> |
217 |
|
|
<EmbeddedResource Include="frmConfigInternalServices.resx"> |
218 |
|
|
<SubType>Designer</SubType> |
219 |
|
|
<DependentUpon>frmConfigInternalServices.cs</DependentUpon> |
220 |
|
|
</EmbeddedResource> |
221 |
|
|
<EmbeddedResource Include="frmConfigServices.resx"> |
222 |
|
|
<SubType>Designer</SubType> |
223 |
|
|
<DependentUpon>frmConfigServices.cs</DependentUpon> |
224 |
|
|
</EmbeddedResource> |
225 |
|
|
<EmbeddedResource Include="frmClientProperties.resx"> |
226 |
|
|
<SubType>Designer</SubType> |
227 |
|
|
<DependentUpon>frmClientProperties.cs</DependentUpon> |
228 |
|
|
</EmbeddedResource> |
229 |
|
|
<EmbeddedResource Include="frmAdmin.resx"> |
230 |
|
|
<SubType>Designer</SubType> |
231 |
|
|
<DependentUpon>frmAdmin.cs</DependentUpon> |
232 |
|
|
</EmbeddedResource> |
233 |
|
|
<EmbeddedResource Include="frmConfigMode.resx"> |
234 |
|
|
<SubType>Designer</SubType> |
235 |
|
|
<DependentUpon>frmConfigMode.cs</DependentUpon> |
236 |
|
|
</EmbeddedResource> |
237 |
|
|
<EmbeddedResource Include="Properties\Resources.resx"> |
238 |
|
|
<Generator>ResXFileCodeGenerator</Generator> |
239 |
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput> |
240 |
|
|
<SubType>Designer</SubType> |
241 |
|
|
</EmbeddedResource> |
242 |
|
|
<EmbeddedResource Include="Resource1.resx"> |
243 |
|
|
<SubType>Designer</SubType> |
244 |
|
|
<Generator>ResXFileCodeGenerator</Generator> |
245 |
|
|
<LastGenOutput>Resource1.Designer.cs</LastGenOutput> |
246 |
|
|
</EmbeddedResource> |
247 |
|
|
<Compile Include="Properties\Resources.Designer.cs"> |
248 |
|
|
<AutoGen>True</AutoGen> |
249 |
|
|
<DependentUpon>Resources.resx</DependentUpon> |
250 |
|
|
<DesignTime>True</DesignTime> |
251 |
|
|
</Compile> |
252 |
|
|
<None Include="Admin_TemporaryKey.pfx" /> |
253 |
|
|
<None Include="app.config" /> |
254 |
|
|
<None Include="atsDataSet.xsc"> |
255 |
|
|
<DependentUpon>atsDataSet.xsd</DependentUpon> |
256 |
|
|
</None> |
257 |
|
|
<None Include="atsDataSet.xsd"> |
258 |
|
|
<SubType>Designer</SubType> |
259 |
|
|
<Generator>MSDataSetGenerator</Generator> |
260 |
|
|
<LastGenOutput>atsDataSet.Designer.cs</LastGenOutput> |
261 |
|
|
</None> |
262 |
|
|
<None Include="atsDataSet.xss"> |
263 |
|
|
<DependentUpon>atsDataSet.xsd</DependentUpon> |
264 |
|
|
</None> |
265 |
|
|
<None Include="CreateDatabase.sql" /> |
266 |
william |
22 |
<None Include="CreateTables.sql" /> |
267 |
william |
4 |
<None Include="Properties\DataSources\AnywhereTS.atsDataSetTableAdapters.ClientTableAdapter.datasource" /> |
268 |
|
|
<None Include="Properties\Settings.settings"> |
269 |
|
|
<Generator>SettingsSingleFileGenerator</Generator> |
270 |
|
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput> |
271 |
|
|
</None> |
272 |
|
|
<None Include="UpdateDatabase1.sql" /> |
273 |
|
|
<None Include="UpdateDatabase2.sql" /> |
274 |
|
|
<None Include="UpdateDatabase3.sql" /> |
275 |
|
|
<None Include="UpdateDatabase4.sql" /> |
276 |
|
|
<Compile Include="Properties\Settings.Designer.cs"> |
277 |
|
|
<AutoGen>True</AutoGen> |
278 |
|
|
<DependentUpon>Settings.settings</DependentUpon> |
279 |
|
|
<DesignTimeSharedInput>True</DesignTimeSharedInput> |
280 |
|
|
</Compile> |
281 |
|
|
<Compile Include="ProSupport.cs" /> |
282 |
|
|
<Compile Include="Resource1.Designer.cs"> |
283 |
|
|
<AutoGen>True</AutoGen> |
284 |
|
|
<DesignTime>True</DesignTime> |
285 |
|
|
<DependentUpon>Resource1.resx</DependentUpon> |
286 |
|
|
</Compile> |
287 |
|
|
<Compile Include="TerminalServer.cs" /> |
288 |
|
|
<Compile Include="TerminalServices.cs" /> |
289 |
|
|
<Compile Include="TimeZone.cs" /> |
290 |
|
|
<Compile Include="UNCconverter.cs" /> |
291 |
|
|
<Compile Include="WebSupport.cs"> |
292 |
|
|
</Compile> |
293 |
|
|
</ItemGroup> |
294 |
|
|
<ItemGroup> |
295 |
|
|
<Content Include="ats.ico" /> |
296 |
|
|
<Content Include="Resources\ats.ico" /> |
297 |
|
|
<Content Include="ats.mdf"> |
298 |
|
|
</Content> |
299 |
|
|
<Content Include="ats_log.ldf"> |
300 |
|
|
<DependentUpon>ats.mdf</DependentUpon> |
301 |
|
|
</Content> |
302 |
|
|
<Content Include="Resources\Backgroundblue.jpg" /> |
303 |
|
|
<Content Include="Resources\WindowClient.png" /> |
304 |
|
|
<Content Include="Resources\WindowSession.png" /> |
305 |
|
|
<Content Include="Resources\WindowWelcome.png" /> |
306 |
|
|
</ItemGroup> |
307 |
|
|
<ItemGroup> |
308 |
|
|
<BootstrapperPackage Include="Microsoft.Net.Framework.2.0"> |
309 |
|
|
<Visible>False</Visible> |
310 |
|
|
<ProductName>.NET Framework 2.0</ProductName> |
311 |
|
|
<Install>true</Install> |
312 |
|
|
</BootstrapperPackage> |
313 |
|
|
<BootstrapperPackage Include="Microsoft.Sql.Server.Express.1.0"> |
314 |
|
|
<Visible>False</Visible> |
315 |
|
|
<ProductName>SQL Server 2005 Express Edition</ProductName> |
316 |
|
|
<Install>true</Install> |
317 |
|
|
</BootstrapperPackage> |
318 |
|
|
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1"> |
319 |
|
|
<Visible>False</Visible> |
320 |
|
|
<ProductName>Windows Installer 3.1</ProductName> |
321 |
|
|
<Install>true</Install> |
322 |
|
|
</BootstrapperPackage> |
323 |
|
|
</ItemGroup> |
324 |
|
|
<ItemGroup> |
325 |
|
|
<ProjectReference Include="..\VBDLL\VBDLL.vbproj"> |
326 |
|
|
<Project>{828AA77D-5409-4017-9918-C3E74F3A541A}</Project> |
327 |
|
|
<Name>VBDLL</Name> |
328 |
|
|
</ProjectReference> |
329 |
|
|
</ItemGroup> |
330 |
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
331 |
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
332 |
|
|
Other similar extension points exist, see Microsoft.Common.targets. |
333 |
|
|
<Target Name="BeforeBuild"> |
334 |
|
|
</Target> |
335 |
|
|
<Target Name="AfterBuild"> |
336 |
|
|
</Target> |
337 |
|
|
--> |
338 |
|
|
<PropertyGroup> |
339 |
|
|
<PostBuildEvent>copy "$(SolutionDir)ProHelp\AnywhereTS_tmphhp\AnywhereTS.chm" "$(TargetDir)"</PostBuildEvent> |
340 |
|
|
</PropertyGroup> |
341 |
|
|
</Project> |