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