ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/AnywhereTS-MSSQL/trunk/TSControlPanel/Cpanel.csproj
Revision: 145
Committed: Sun Jul 15 08:34:18 2012 UTC (10 years, 10 months ago) by william
File size: 11215 byte(s)
Log Message:
+ add installer classes (did not need to create new projects)

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="CPanel.Installer.cs">
145 <SubType>Component</SubType>
146 </Compile>
147 <Compile Include="CPanel.Installer.Designer.cs">
148 <DependentUpon>CPanel.Installer.cs</DependentUpon>
149 </Compile>
150 <Compile Include="frmConfigureControlPanel.cs">
151 <SubType>Form</SubType>
152 </Compile>
153 <Compile Include="frmConfigureControlPanel.Designer.cs">
154 <DependentUpon>frmConfigureControlPanel.cs</DependentUpon>
155 </Compile>
156 <Compile Include="Program.cs" />
157 <Compile Include="Properties\AssemblyInfo.cs" />
158 <Compile Include="Properties\Settings.Designer.cs">
159 <AutoGen>True</AutoGen>
160 <DesignTimeSharedInput>True</DesignTimeSharedInput>
161 <DependentUpon>Settings.settings</DependentUpon>
162 </Compile>
163 </ItemGroup>
164 <ItemGroup>
165 <Reference Include="log4net, Version=1.2.11.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
166 <SpecificVersion>False</SpecificVersion>
167 <HintPath>..\3rdparty\apache\log4net\bin\log4net.dll</HintPath>
168 </Reference>
169 <Reference Include="System" />
170 <Reference Include="System.configuration" />
171 <Reference Include="System.Configuration.Install" />
172 <Reference Include="System.Core">
173 <RequiredTargetFramework>3.5</RequiredTargetFramework>
174 </Reference>
175 <Reference Include="System.Data" />
176 <Reference Include="System.Data.DataSetExtensions" />
177 <Reference Include="System.Data.Linq" />
178 <Reference Include="System.Deployment" />
179 <Reference Include="System.Drawing" />
180 <Reference Include="System.Management" />
181 <Reference Include="System.ServiceProcess" />
182 <Reference Include="System.Windows.Forms" />
183 <Reference Include="System.Xml" />
184 <Reference Include="TrackBar, Version=1.0.2486.37933, Culture=neutral, PublicKeyToken=503bf28f63ad27b4">
185 <SpecificVersion>False</SpecificVersion>
186 <HintPath>..\3rdparty\MDAudi100\TrackBar.dll</HintPath>
187 </Reference>
188 </ItemGroup>
189 <ItemGroup>
190 <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
191 <Visible>False</Visible>
192 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
193 <Install>false</Install>
194 </BootstrapperPackage>
195 <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
196 <Visible>False</Visible>
197 <ProductName>.NET Framework 2.0</ProductName>
198 <Install>true</Install>
199 </BootstrapperPackage>
200 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
201 <Visible>False</Visible>
202 <ProductName>.NET Framework 3.5 SP1</ProductName>
203 <Install>false</Install>
204 </BootstrapperPackage>
205 <BootstrapperPackage Include="Microsoft.Sql.Server.Express.1.0">
206 <Visible>False</Visible>
207 <ProductName>SQL Server 2005 Express Edition</ProductName>
208 <Install>true</Install>
209 </BootstrapperPackage>
210 <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
211 <Visible>False</Visible>
212 <ProductName>Windows Installer 3.1</ProductName>
213 <Install>true</Install>
214 </BootstrapperPackage>
215 </ItemGroup>
216 <ItemGroup>
217 <None Include="..\TSAdminTool\atsDataSet.xsc">
218 <Link>atsDataSet.xsc</Link>
219 <DependentUpon>atsDataSet.xsd</DependentUpon>
220 </None>
221 <None Include="..\TSAdminTool\atsDataSet.xsd">
222 <Link>atsDataSet.xsd</Link>
223 <Generator>MSDataSetGenerator</Generator>
224 <LastGenOutput>atsDataSet.Designer.cs</LastGenOutput>
225 <SubType>Designer</SubType>
226 </None>
227 <None Include="..\TSAdminTool\atsDataSet.xss">
228 <Link>atsDataSet.xss</Link>
229 <DependentUpon>atsDataSet.xsd</DependentUpon>
230 </None>
231 <None Include="app.config" />
232 <None Include="Properties\Settings.settings">
233 <Generator>SettingsSingleFileGenerator</Generator>
234 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
235 </None>
236 </ItemGroup>
237 <ItemGroup>
238 <Content Include="..\TSAdminTool\ats.mdf">
239 <Link>ats.mdf</Link>
240 </Content>
241 <Content Include="..\TSAdminTool\ats_log.ldf">
242 <Link>ats_log.ldf</Link>
243 <DependentUpon>ats.mdf</DependentUpon>
244 </Content>
245 <Content Include="AtsPanel.ico" />
246 </ItemGroup>
247 <ItemGroup>
248 <EmbeddedResource Include="..\TSAdminTool\frmClientProperties.resx">
249 <Link>frmClientProperties.resx</Link>
250 <DependentUpon>frmClientProperties.cs</DependentUpon>
251 <SubType>Designer</SubType>
252 </EmbeddedResource>
253 <EmbeddedResource Include="frmConfigureControlPanel.resx">
254 <SubType>Designer</SubType>
255 <DependentUpon>frmConfigureControlPanel.cs</DependentUpon>
256 </EmbeddedResource>
257 </ItemGroup>
258 <PropertyGroup>
259 <PostBuildEvent>
260 </PostBuildEvent>
261 </PropertyGroup>
262 <ItemGroup>
263 <ProjectReference Include="..\AnywhereTS.DBSupport\AnywhereTS.DBSupport.csproj">
264 <Project>{EB0E6487-B88B-4E2E-AE6F-185FD26BF86D}</Project>
265 <Name>AnywhereTS.DBSupport</Name>
266 </ProjectReference>
267 <ProjectReference Include="..\AnywhereTS.Logging\AnywhereTS.Logging.csproj">
268 <Project>{94310144-2E03-4F73-B4B2-2039C58B242B}</Project>
269 <Name>AnywhereTS.Logging</Name>
270 </ProjectReference>
271 </ItemGroup>
272 </Project>