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>{FBF2E133-4DC7-4580-B459-50B036DDF51E}</ProjectGuid> |
9 |
<OutputType>Library</OutputType> |
10 |
<AppDesignerFolder>Properties</AppDesignerFolder> |
11 |
<RootNamespace>AnywhereTS</RootNamespace> |
12 |
<AssemblyName>CSupport</AssemblyName> |
13 |
<SccProjectName> |
14 |
</SccProjectName> |
15 |
<SccLocalPath> |
16 |
</SccLocalPath> |
17 |
<SccAuxPath> |
18 |
</SccAuxPath> |
19 |
<SccProvider> |
20 |
</SccProvider> |
21 |
<IsWebBootstrapper>true</IsWebBootstrapper> |
22 |
<FileUpgradeFlags> |
23 |
</FileUpgradeFlags> |
24 |
<OldToolsVersion>3.5</OldToolsVersion> |
25 |
<UpgradeBackupLocation> |
26 |
</UpgradeBackupLocation> |
27 |
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
28 |
<PublishUrl>http://localhost/Support/</PublishUrl> |
29 |
<Install>true</Install> |
30 |
<InstallFrom>Web</InstallFrom> |
31 |
<UpdateEnabled>true</UpdateEnabled> |
32 |
<UpdateMode>Foreground</UpdateMode> |
33 |
<UpdateInterval>7</UpdateInterval> |
34 |
<UpdateIntervalUnits>Days</UpdateIntervalUnits> |
35 |
<UpdatePeriodically>false</UpdatePeriodically> |
36 |
<UpdateRequired>false</UpdateRequired> |
37 |
<MapFileExtensions>true</MapFileExtensions> |
38 |
<ApplicationRevision>0</ApplicationRevision> |
39 |
<ApplicationVersion>1.0.0.%2a</ApplicationVersion> |
40 |
<UseApplicationTrust>false</UseApplicationTrust> |
41 |
<BootstrapperEnabled>true</BootstrapperEnabled> |
42 |
<TargetFrameworkProfile /> |
43 |
</PropertyGroup> |
44 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
45 |
<DebugSymbols>true</DebugSymbols> |
46 |
<DebugType>full</DebugType> |
47 |
<Optimize>false</Optimize> |
48 |
<OutputPath>bin\Debug\</OutputPath> |
49 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
50 |
<ErrorReport>prompt</ErrorReport> |
51 |
<WarningLevel>4</WarningLevel> |
52 |
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> |
53 |
</PropertyGroup> |
54 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
55 |
<DebugType>full</DebugType> |
56 |
<Optimize>true</Optimize> |
57 |
<OutputPath>bin\Release\</OutputPath> |
58 |
<DefineConstants>TRACE;PRO</DefineConstants> |
59 |
<ErrorReport>prompt</ErrorReport> |
60 |
<WarningLevel>4</WarningLevel> |
61 |
<DebugSymbols>true</DebugSymbols> |
62 |
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> |
63 |
<NoWarn>0436</NoWarn> |
64 |
</PropertyGroup> |
65 |
<ItemGroup> |
66 |
<Reference Include="log4net, Version=1.2.11.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL"> |
67 |
<SpecificVersion>False</SpecificVersion> |
68 |
<HintPath>..\3rdparty\apache\log4net\bin\log4net.dll</HintPath> |
69 |
</Reference> |
70 |
<Reference Include="Microsoft.AnalysisServices.AdomdClient, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL" /> |
71 |
<Reference Include="Microsoft.VisualBasic" /> |
72 |
<Reference Include="System" /> |
73 |
<Reference Include="System.configuration" /> |
74 |
<Reference Include="System.Core"> |
75 |
<RequiredTargetFramework>3.5</RequiredTargetFramework> |
76 |
</Reference> |
77 |
<Reference Include="System.Data" /> |
78 |
<Reference Include="System.Data.DataSetExtensions" /> |
79 |
<Reference Include="System.Data.Linq" /> |
80 |
<Reference Include="System.Drawing" /> |
81 |
<Reference Include="System.Management" /> |
82 |
<Reference Include="System.ServiceProcess" /> |
83 |
<Reference Include="System.Windows.Forms" /> |
84 |
<Reference Include="System.Xml" /> |
85 |
<Reference Include="TrackBar, Version=1.0.2486.37933, Culture=neutral, PublicKeyToken=503bf28f63ad27b4"> |
86 |
<SpecificVersion>False</SpecificVersion> |
87 |
<HintPath>..\3rdparty\MDAudi100\TrackBar.dll</HintPath> |
88 |
</Reference> |
89 |
</ItemGroup> |
90 |
<ItemGroup> |
91 |
<Compile Include="..\TSAdminTool\atsDataSet.Designer.cs"> |
92 |
<Link>atsDataSet.Designer.cs</Link> |
93 |
<AutoGen>True</AutoGen> |
94 |
<DesignTime>True</DesignTime> |
95 |
<DependentUpon>atsDataSet.xsd</DependentUpon> |
96 |
</Compile> |
97 |
<Compile Include="..\TSAdminTool\BootPicture.cs"> |
98 |
<Link>BootPicture.cs</Link> |
99 |
</Compile> |
100 |
<Compile Include="..\TSAdminTool\DHCP.cs"> |
101 |
<Link>DHCP.cs</Link> |
102 |
</Compile> |
103 |
<Compile Include="..\TSAdminTool\Environment.cs"> |
104 |
<Link>Environment.cs</Link> |
105 |
</Compile> |
106 |
<Compile Include="..\TSAdminTool\Globals.cs"> |
107 |
<Link>Globals.cs</Link> |
108 |
</Compile> |
109 |
<Compile Include="..\TSAdminTool\Image.cs"> |
110 |
<Link>Image.cs</Link> |
111 |
</Compile> |
112 |
<Compile Include="..\TSAdminTool\ImageDesigntimeConfig.cs"> |
113 |
<Link>ImageDesigntimeConfig.cs</Link> |
114 |
</Compile> |
115 |
<Compile Include="..\TSAdminTool\ImageRuntimeConfig.cs"> |
116 |
<Link>ImageRuntimeConfig.cs</Link> |
117 |
</Compile> |
118 |
<Compile Include="..\TSAdminTool\Keyboard.cs"> |
119 |
<Link>Keyboard.cs</Link> |
120 |
</Compile> |
121 |
<Compile Include="..\TSAdminTool\mknbi.cs"> |
122 |
<Link>mknbi.cs</Link> |
123 |
</Compile> |
124 |
<Compile Include="..\TSAdminTool\ProSupport.cs"> |
125 |
<Link>ProSupport.cs</Link> |
126 |
</Compile> |
127 |
<Compile Include="..\TSAdminTool\Session.cs"> |
128 |
<Link>Session.cs</Link> |
129 |
</Compile> |
130 |
<Compile Include="..\TSAdminTool\SessionList.cs"> |
131 |
<Link>SessionList.cs</Link> |
132 |
</Compile> |
133 |
<Compile Include="..\TSAdminTool\TerminalServer.cs"> |
134 |
<Link>TerminalServer.cs</Link> |
135 |
</Compile> |
136 |
<Compile Include="..\TSAdminTool\TerminalServices.cs"> |
137 |
<Link>TerminalServices.cs</Link> |
138 |
</Compile> |
139 |
<Compile Include="..\TSAdminTool\TimeZone.cs"> |
140 |
<Link>TimeZone.cs</Link> |
141 |
</Compile> |
142 |
<Compile Include="..\TSAdminTool\WebSupport.cs"> |
143 |
<Link>WebSupport.cs</Link> |
144 |
</Compile> |
145 |
<Compile Include="..\VersionSupport\SharedAssemblyInfo.cs"> |
146 |
<Link>Properties\SharedAssemblyInfo.cs</Link> |
147 |
</Compile> |
148 |
<Compile Include="ATSSupport.cs" /> |
149 |
<Compile Include="frmClientBootPicture.cs"> |
150 |
<SubType>Form</SubType> |
151 |
</Compile> |
152 |
<Compile Include="frmClientBootPicture.Designer.cs"> |
153 |
<DependentUpon>frmClientBootPicture.cs</DependentUpon> |
154 |
</Compile> |
155 |
<Compile Include="frmClientMiscellany.cs"> |
156 |
<SubType>Form</SubType> |
157 |
</Compile> |
158 |
<Compile Include="frmClientMiscellany.Designer.cs"> |
159 |
<DependentUpon>frmClientMiscellany.cs</DependentUpon> |
160 |
</Compile> |
161 |
<Compile Include="frmConfigFreeServices.cs"> |
162 |
<SubType>Form</SubType> |
163 |
</Compile> |
164 |
<Compile Include="frmConfigFreeServices.Designer.cs"> |
165 |
<DependentUpon>frmConfigFreeServices.cs</DependentUpon> |
166 |
</Compile> |
167 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
168 |
<Compile Include="Properties\Resources.Designer.cs"> |
169 |
<AutoGen>True</AutoGen> |
170 |
<DesignTime>True</DesignTime> |
171 |
<DependentUpon>Resources.resx</DependentUpon> |
172 |
</Compile> |
173 |
<Compile Include="Properties\Settings.Designer.cs"> |
174 |
<AutoGen>True</AutoGen> |
175 |
<DesignTimeSharedInput>True</DesignTimeSharedInput> |
176 |
<DependentUpon>Settings.settings</DependentUpon> |
177 |
</Compile> |
178 |
</ItemGroup> |
179 |
<ItemGroup> |
180 |
<None Include="..\TSAdminTool\atsDataSet.xsc"> |
181 |
<Link>atsDataSet.xsc</Link> |
182 |
<DependentUpon>atsDataSet.xsd</DependentUpon> |
183 |
</None> |
184 |
<None Include="..\TSAdminTool\atsDataSet.xsd"> |
185 |
<Link>atsDataSet.xsd</Link> |
186 |
<Generator>MSDataSetGenerator</Generator> |
187 |
<LastGenOutput>atsDataSet.Designer.cs</LastGenOutput> |
188 |
<SubType>Designer</SubType> |
189 |
</None> |
190 |
<None Include="..\TSAdminTool\atsDataSet.xss"> |
191 |
<Link>atsDataSet.xss</Link> |
192 |
<DependentUpon>atsDataSet.xsd</DependentUpon> |
193 |
</None> |
194 |
<None Include="app.config" /> |
195 |
<None Include="Properties\Settings.settings"> |
196 |
<Generator>SettingsSingleFileGenerator</Generator> |
197 |
<LastGenOutput>Settings.Designer.cs</LastGenOutput> |
198 |
</None> |
199 |
</ItemGroup> |
200 |
<ItemGroup> |
201 |
<Content Include="..\TSAdminTool\ats.mdf"> |
202 |
<Link>ats.mdf</Link> |
203 |
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
204 |
</Content> |
205 |
<Content Include="..\TSAdminTool\ats_log.ldf"> |
206 |
<Link>ats_log.ldf</Link> |
207 |
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
208 |
<DependentUpon>ats.mdf</DependentUpon> |
209 |
</Content> |
210 |
</ItemGroup> |
211 |
<ItemGroup> |
212 |
<BootstrapperPackage Include="Microsoft.Net.Client.3.5"> |
213 |
<Visible>False</Visible> |
214 |
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> |
215 |
<Install>false</Install> |
216 |
</BootstrapperPackage> |
217 |
<BootstrapperPackage Include="Microsoft.Net.Framework.2.0"> |
218 |
<Visible>False</Visible> |
219 |
<ProductName>.NET Framework 2.0 %28x86%29</ProductName> |
220 |
<Install>true</Install> |
221 |
</BootstrapperPackage> |
222 |
<BootstrapperPackage Include="Microsoft.Net.Framework.3.0"> |
223 |
<Visible>False</Visible> |
224 |
<ProductName>.NET Framework 3.0 %28x86%29</ProductName> |
225 |
<Install>false</Install> |
226 |
</BootstrapperPackage> |
227 |
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5"> |
228 |
<Visible>False</Visible> |
229 |
<ProductName>.NET Framework 3.5</ProductName> |
230 |
<Install>false</Install> |
231 |
</BootstrapperPackage> |
232 |
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> |
233 |
<Visible>False</Visible> |
234 |
<ProductName>.NET Framework 3.5 SP1</ProductName> |
235 |
<Install>false</Install> |
236 |
</BootstrapperPackage> |
237 |
<BootstrapperPackage Include="Microsoft.Sql.Server.Express.1.0"> |
238 |
<Visible>False</Visible> |
239 |
<ProductName>SQL Server 2005 Express Edition</ProductName> |
240 |
<Install>true</Install> |
241 |
</BootstrapperPackage> |
242 |
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1"> |
243 |
<Visible>False</Visible> |
244 |
<ProductName>Windows Installer 3.1</ProductName> |
245 |
<Install>true</Install> |
246 |
</BootstrapperPackage> |
247 |
</ItemGroup> |
248 |
<ItemGroup> |
249 |
<EmbeddedResource Include="frmClientBootPicture.resx"> |
250 |
<SubType>Designer</SubType> |
251 |
<DependentUpon>frmClientBootPicture.cs</DependentUpon> |
252 |
</EmbeddedResource> |
253 |
<EmbeddedResource Include="frmClientMiscellany.resx"> |
254 |
<SubType>Designer</SubType> |
255 |
<DependentUpon>frmClientMiscellany.cs</DependentUpon> |
256 |
</EmbeddedResource> |
257 |
<EmbeddedResource Include="frmConfigFreeServices.resx"> |
258 |
<DependentUpon>frmConfigFreeServices.cs</DependentUpon> |
259 |
<SubType>Designer</SubType> |
260 |
</EmbeddedResource> |
261 |
<EmbeddedResource Include="Properties\Resources.resx"> |
262 |
<SubType>Designer</SubType> |
263 |
<Generator>ResXFileCodeGenerator</Generator> |
264 |
<LastGenOutput>Resources.Designer.cs</LastGenOutput> |
265 |
</EmbeddedResource> |
266 |
</ItemGroup> |
267 |
<ItemGroup> |
268 |
<ProjectReference Include="..\AnywhereTS.DBSupport\AnywhereTS.DBSupport.csproj"> |
269 |
<Project>{EB0E6487-B88B-4E2E-AE6F-185FD26BF86D}</Project> |
270 |
<Name>AnywhereTS.DBSupport</Name> |
271 |
</ProjectReference> |
272 |
<ProjectReference Include="..\AnywhereTS.Logging\AnywhereTS.Logging.csproj"> |
273 |
<Project>{94310144-2E03-4F73-B4B2-2039C58B242B}</Project> |
274 |
<Name>AnywhereTS.Logging</Name> |
275 |
</ProjectReference> |
276 |
</ItemGroup> |
277 |
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
278 |
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
279 |
Other similar extension points exist, see Microsoft.Common.targets. |
280 |
<Target Name="BeforeBuild"> |
281 |
</Target> |
282 |
<Target Name="AfterBuild"> |
283 |
</Target> |
284 |
--> |
285 |
</Project> |