ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/AnywhereTS-MSSQL/trunk/TSControlPanel/Cpanel.csproj
Revision: 112
Committed: Sat Jul 14 07:14:59 2012 UTC (11 years, 2 months ago) by william
File size: 10886 byte(s)
Log Message:
+ update to .NET Framework 4.0

File Contents

# Content
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 </PropertyGroup>
66 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Beta Debug|AnyCPU' ">
67 <DebugSymbols>true</DebugSymbols>
68 <OutputPath>bin\Debug\</OutputPath>
69 <DefineConstants>TRACE;DEBUG</DefineConstants>
70 <DebugType>full</DebugType>
71 <PlatformTarget>AnyCPU</PlatformTarget>
72 <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
73 <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
74 <ErrorReport>prompt</ErrorReport>
75 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
76 </PropertyGroup>
77 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Beta Release|AnyCPU' ">
78 <OutputPath>bin\Release\</OutputPath>
79 <DefineConstants>BETA</DefineConstants>
80 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
81 </PropertyGroup>
82 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
83 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
84 Other similar extension points exist, see Microsoft.Common.targets.
85 <Target Name="BeforeBuild">
86 </Target>
87 <Target Name="AfterBuild">
88 </Target>
89 -->
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\Environment.cs">
101 <Link>Environment.cs</Link>
102 </Compile>
103 <Compile Include="..\TSAdminTool\frmClientProperties.cs">
104 <Link>frmClientProperties.cs</Link>
105 <SubType>Form</SubType>
106 </Compile>
107 <Compile Include="..\TSAdminTool\frmClientProperties.designer.cs">
108 <Link>frmClientProperties.designer.cs</Link>
109 <DependentUpon>frmClientProperties.cs</DependentUpon>
110 </Compile>
111 <Compile Include="..\TSAdminTool\Globals.cs">
112 <Link>Globals.cs</Link>
113 </Compile>
114 <Compile Include="..\TSAdminTool\ImageDesigntimeConfig.cs">
115 <Link>ImageDesigntimeConfig.cs</Link>
116 </Compile>
117 <Compile Include="..\TSAdminTool\ImageRuntimeConfig.cs">
118 <Link>ImageRuntimeConfig.cs</Link>
119 </Compile>
120 <Compile Include="..\TSAdminTool\Keyboard.cs">
121 <Link>Keyboard.cs</Link>
122 </Compile>
123 <Compile Include="..\TSAdminTool\ProSupport.cs">
124 <Link>ProSupport.cs</Link>
125 </Compile>
126 <Compile Include="..\TSAdminTool\Session.cs">
127 <Link>Session.cs</Link>
128 </Compile>
129 <Compile Include="..\TSAdminTool\SessionList.cs">
130 <Link>SessionList.cs</Link>
131 </Compile>
132 <Compile Include="..\TSAdminTool\TerminalServer.cs">
133 <Link>TerminalServer.cs</Link>
134 </Compile>
135 <Compile Include="..\TSAdminTool\TerminalServices.cs">
136 <Link>TerminalServices.cs</Link>
137 </Compile>
138 <Compile Include="..\TSAdminTool\TimeZone.cs">
139 <Link>TimeZone.cs</Link>
140 </Compile>
141 <Compile Include="..\TSAdminTool\WebSupport.cs">
142 <Link>WebSupport.cs</Link>
143 </Compile>
144 <Compile Include="frmConfigureControlPanel.cs">
145 <SubType>Form</SubType>
146 </Compile>
147 <Compile Include="frmConfigureControlPanel.Designer.cs">
148 <DependentUpon>frmConfigureControlPanel.cs</DependentUpon>
149 </Compile>
150 <Compile Include="Program.cs" />
151 <Compile Include="Properties\AssemblyInfo.cs" />
152 <Compile Include="Properties\Settings.Designer.cs">
153 <AutoGen>True</AutoGen>
154 <DesignTimeSharedInput>True</DesignTimeSharedInput>
155 <DependentUpon>Settings.settings</DependentUpon>
156 </Compile>
157 </ItemGroup>
158 <ItemGroup>
159 <Reference Include="log4net, Version=1.2.11.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
160 <SpecificVersion>False</SpecificVersion>
161 <HintPath>..\3rdparty\apache\log4net\bin\log4net.dll</HintPath>
162 </Reference>
163 <Reference Include="System" />
164 <Reference Include="System.configuration" />
165 <Reference Include="System.Core">
166 <RequiredTargetFramework>3.5</RequiredTargetFramework>
167 </Reference>
168 <Reference Include="System.Data" />
169 <Reference Include="System.Data.DataSetExtensions" />
170 <Reference Include="System.Deployment" />
171 <Reference Include="System.Drawing" />
172 <Reference Include="System.Management" />
173 <Reference Include="System.ServiceProcess" />
174 <Reference Include="System.Windows.Forms" />
175 <Reference Include="System.Xml" />
176 <Reference Include="TrackBar, Version=1.0.2486.37933, Culture=neutral, PublicKeyToken=503bf28f63ad27b4">
177 <SpecificVersion>False</SpecificVersion>
178 <HintPath>..\3rdparty\MDAudi100\TrackBar.dll</HintPath>
179 </Reference>
180 </ItemGroup>
181 <ItemGroup>
182 <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
183 <Visible>False</Visible>
184 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
185 <Install>false</Install>
186 </BootstrapperPackage>
187 <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
188 <Visible>False</Visible>
189 <ProductName>.NET Framework 2.0</ProductName>
190 <Install>true</Install>
191 </BootstrapperPackage>
192 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
193 <Visible>False</Visible>
194 <ProductName>.NET Framework 3.5 SP1</ProductName>
195 <Install>false</Install>
196 </BootstrapperPackage>
197 <BootstrapperPackage Include="Microsoft.Sql.Server.Express.1.0">
198 <Visible>False</Visible>
199 <ProductName>SQL Server 2005 Express Edition</ProductName>
200 <Install>true</Install>
201 </BootstrapperPackage>
202 <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
203 <Visible>False</Visible>
204 <ProductName>Windows Installer 3.1</ProductName>
205 <Install>true</Install>
206 </BootstrapperPackage>
207 </ItemGroup>
208 <ItemGroup>
209 <None Include="..\TSAdminTool\atsDataSet.xsc">
210 <Link>atsDataSet.xsc</Link>
211 <DependentUpon>atsDataSet.xsd</DependentUpon>
212 </None>
213 <None Include="..\TSAdminTool\atsDataSet.xsd">
214 <Link>atsDataSet.xsd</Link>
215 <Generator>MSDataSetGenerator</Generator>
216 <LastGenOutput>atsDataSet.Designer.cs</LastGenOutput>
217 <SubType>Designer</SubType>
218 </None>
219 <None Include="..\TSAdminTool\atsDataSet.xss">
220 <Link>atsDataSet.xss</Link>
221 <DependentUpon>atsDataSet.xsd</DependentUpon>
222 </None>
223 <None Include="app.config" />
224 <None Include="Properties\Settings.settings">
225 <Generator>SettingsSingleFileGenerator</Generator>
226 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
227 </None>
228 </ItemGroup>
229 <ItemGroup>
230 <Content Include="..\TSAdminTool\ats.mdf">
231 <Link>ats.mdf</Link>
232 </Content>
233 <Content Include="..\TSAdminTool\ats_log.ldf">
234 <Link>ats_log.ldf</Link>
235 <DependentUpon>ats.mdf</DependentUpon>
236 </Content>
237 <Content Include="AtsPanel.ico" />
238 </ItemGroup>
239 <ItemGroup>
240 <EmbeddedResource Include="..\TSAdminTool\frmClientProperties.resx">
241 <Link>frmClientProperties.resx</Link>
242 <DependentUpon>frmClientProperties.cs</DependentUpon>
243 <SubType>Designer</SubType>
244 </EmbeddedResource>
245 <EmbeddedResource Include="frmConfigureControlPanel.resx">
246 <SubType>Designer</SubType>
247 <DependentUpon>frmConfigureControlPanel.cs</DependentUpon>
248 </EmbeddedResource>
249 </ItemGroup>
250 <PropertyGroup>
251 <PostBuildEvent>
252 </PostBuildEvent>
253 </PropertyGroup>
254 <ItemGroup>
255 <ProjectReference Include="..\AnywhereTS.DBSupport\AnywhereTS.DBSupport.csproj">
256 <Project>{EB0E6487-B88B-4E2E-AE6F-185FD26BF86D}</Project>
257 <Name>AnywhereTS.DBSupport</Name>
258 </ProjectReference>
259 <ProjectReference Include="..\AnywhereTS.Logging\AnywhereTS.Logging.csproj">
260 <Project>{94310144-2E03-4F73-B4B2-2039C58B242B}</Project>
261 <Name>AnywhereTS.Logging</Name>
262 </ProjectReference>
263 </ItemGroup>
264 </Project>