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