ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/AnywhereTS-MSSQL/trunk/TSControlPanel/Cpanel.csproj
Revision: 4
Committed: Wed Jul 11 14:19:13 2012 UTC (11 years, 4 months ago) by william
File size: 9025 byte(s)
Log Message:
imported from https://anywherets.svn.sourceforge.net/svnroot/anywherets/trunk/
Revision: 1
Author: beartown
Date: 3:10:40 AM, Monday, June 21, 2010
Message:
First upload. Still todo in order to get a fully working product: Replace Thinstation images with vanilla Thinstation, modify ImageDesigntimeConfig.cs, ImageRuntimeConfig.cs in order to support the Thinstation image

File Contents

# Content
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
3 <PropertyGroup>
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion>8.0.50727</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 <PublishUrl>http://localhost/TSControlPanel/</PublishUrl>
25 <Install>true</Install>
26 <InstallFrom>Web</InstallFrom>
27 <UpdateEnabled>true</UpdateEnabled>
28 <UpdateMode>Foreground</UpdateMode>
29 <UpdateInterval>7</UpdateInterval>
30 <UpdateIntervalUnits>Days</UpdateIntervalUnits>
31 <UpdatePeriodically>false</UpdatePeriodically>
32 <UpdateRequired>false</UpdateRequired>
33 <MapFileExtensions>true</MapFileExtensions>
34 <ApplicationVersion>3.3.0.%2a</ApplicationVersion>
35 <BootstrapperEnabled>true</BootstrapperEnabled>
36 <FileUpgradeFlags>
37 </FileUpgradeFlags>
38 <OldToolsVersion>2.0</OldToolsVersion>
39 <UpgradeBackupLocation>
40 </UpgradeBackupLocation>
41 </PropertyGroup>
42 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
43 <DebugSymbols>true</DebugSymbols>
44 <DebugType>full</DebugType>
45 <Optimize>false</Optimize>
46 <OutputPath>bin\Debug\</OutputPath>
47 <DefineConstants>TRACE;DEBUG</DefineConstants>
48 <ErrorReport>prompt</ErrorReport>
49 <WarningLevel>4</WarningLevel>
50 </PropertyGroup>
51 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
52 <DebugType>pdbonly</DebugType>
53 <Optimize>true</Optimize>
54 <OutputPath>bin\Release\</OutputPath>
55 <DefineConstants>TRACE;PRO</DefineConstants>
56 <ErrorReport>prompt</ErrorReport>
57 <WarningLevel>4</WarningLevel>
58 </PropertyGroup>
59 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Beta Debug|AnyCPU' ">
60 <DebugSymbols>true</DebugSymbols>
61 <OutputPath>bin\Debug\</OutputPath>
62 <DefineConstants>TRACE;DEBUG</DefineConstants>
63 <DebugType>full</DebugType>
64 <PlatformTarget>AnyCPU</PlatformTarget>
65 <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
66 <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
67 <ErrorReport>prompt</ErrorReport>
68 </PropertyGroup>
69 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Beta Release|AnyCPU' ">
70 <OutputPath>bin\Release\</OutputPath>
71 <DefineConstants>BETA</DefineConstants>
72 </PropertyGroup>
73 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
74 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
75 Other similar extension points exist, see Microsoft.Common.targets.
76 <Target Name="BeforeBuild">
77 </Target>
78 <Target Name="AfterBuild">
79 </Target>
80 -->
81 <ItemGroup>
82 <Compile Include="..\TSAdminTool\atsDataSet.Designer.cs">
83 <Link>atsDataSet.Designer.cs</Link>
84 <AutoGen>True</AutoGen>
85 <DesignTime>True</DesignTime>
86 <DependentUpon>atsDataSet.xsd</DependentUpon>
87 </Compile>
88 <Compile Include="..\TSAdminTool\BootPicture.cs">
89 <Link>BootPicture.cs</Link>
90 </Compile>
91 <Compile Include="..\TSAdminTool\Environment.cs">
92 <Link>Environment.cs</Link>
93 </Compile>
94 <Compile Include="..\TSAdminTool\frmClientProperties.cs">
95 <Link>frmClientProperties.cs</Link>
96 <SubType>Form</SubType>
97 </Compile>
98 <Compile Include="..\TSAdminTool\frmClientProperties.designer.cs">
99 <Link>frmClientProperties.designer.cs</Link>
100 <DependentUpon>frmClientProperties.cs</DependentUpon>
101 </Compile>
102 <Compile Include="..\TSAdminTool\Globals.cs">
103 <Link>Globals.cs</Link>
104 </Compile>
105 <Compile Include="..\TSAdminTool\ImageDesigntimeConfig.cs">
106 <Link>ImageDesigntimeConfig.cs</Link>
107 </Compile>
108 <Compile Include="..\TSAdminTool\ImageRuntimeConfig.cs">
109 <Link>ImageRuntimeConfig.cs</Link>
110 </Compile>
111 <Compile Include="..\TSAdminTool\Keyboard.cs">
112 <Link>Keyboard.cs</Link>
113 </Compile>
114 <Compile Include="..\TSAdminTool\ProSupport.cs">
115 <Link>ProSupport.cs</Link>
116 </Compile>
117 <Compile Include="..\TSAdminTool\Session.cs">
118 <Link>Session.cs</Link>
119 </Compile>
120 <Compile Include="..\TSAdminTool\SessionList.cs">
121 <Link>SessionList.cs</Link>
122 </Compile>
123 <Compile Include="..\TSAdminTool\TerminalServer.cs">
124 <Link>TerminalServer.cs</Link>
125 </Compile>
126 <Compile Include="..\TSAdminTool\TerminalServices.cs">
127 <Link>TerminalServices.cs</Link>
128 </Compile>
129 <Compile Include="..\TSAdminTool\TimeZone.cs">
130 <Link>TimeZone.cs</Link>
131 </Compile>
132 <Compile Include="..\TSAdminTool\WebSupport.cs">
133 <Link>WebSupport.cs</Link>
134 </Compile>
135 <Compile Include="frmConfigureControlPanel.cs">
136 <SubType>Form</SubType>
137 </Compile>
138 <Compile Include="frmConfigureControlPanel.Designer.cs">
139 <DependentUpon>frmConfigureControlPanel.cs</DependentUpon>
140 </Compile>
141 <Compile Include="Program.cs" />
142 <Compile Include="Properties\AssemblyInfo.cs" />
143 <Compile Include="Properties\Settings.Designer.cs">
144 <AutoGen>True</AutoGen>
145 <DesignTimeSharedInput>True</DesignTimeSharedInput>
146 <DependentUpon>Settings.settings</DependentUpon>
147 </Compile>
148 </ItemGroup>
149 <ItemGroup>
150 <Reference Include="System" />
151 <Reference Include="System.configuration" />
152 <Reference Include="System.Data" />
153 <Reference Include="System.Deployment" />
154 <Reference Include="System.Drawing" />
155 <Reference Include="System.Management" />
156 <Reference Include="System.ServiceProcess" />
157 <Reference Include="System.Windows.Forms" />
158 <Reference Include="System.Xml" />
159 <Reference Include="TrackBar, Version=1.0.2516.574, Culture=neutral, PublicKeyToken=503bf28f63ad27b4">
160 <SpecificVersion>False</SpecificVersion>
161 <HintPath>..\TrackBar.dll</HintPath>
162 </Reference>
163 </ItemGroup>
164 <ItemGroup>
165 <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
166 <Visible>False</Visible>
167 <ProductName>.NET Framework 2.0</ProductName>
168 <Install>true</Install>
169 </BootstrapperPackage>
170 <BootstrapperPackage Include="Microsoft.Sql.Server.Express.1.0">
171 <Visible>False</Visible>
172 <ProductName>SQL Server 2005 Express Edition</ProductName>
173 <Install>true</Install>
174 </BootstrapperPackage>
175 <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
176 <Visible>False</Visible>
177 <ProductName>Windows Installer 3.1</ProductName>
178 <Install>true</Install>
179 </BootstrapperPackage>
180 </ItemGroup>
181 <ItemGroup>
182 <None Include="..\TSAdminTool\atsDataSet.xsc">
183 <Link>atsDataSet.xsc</Link>
184 <DependentUpon>atsDataSet.xsd</DependentUpon>
185 </None>
186 <None Include="..\TSAdminTool\atsDataSet.xsd">
187 <Link>atsDataSet.xsd</Link>
188 <Generator>MSDataSetGenerator</Generator>
189 <LastGenOutput>atsDataSet.Designer.cs</LastGenOutput>
190 <SubType>Designer</SubType>
191 </None>
192 <None Include="..\TSAdminTool\atsDataSet.xss">
193 <Link>atsDataSet.xss</Link>
194 <DependentUpon>atsDataSet.xsd</DependentUpon>
195 </None>
196 <None Include="app.config" />
197 <None Include="Properties\Settings.settings">
198 <Generator>SettingsSingleFileGenerator</Generator>
199 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
200 </None>
201 </ItemGroup>
202 <ItemGroup>
203 <Content Include="..\TSAdminTool\ats.mdf">
204 <Link>ats.mdf</Link>
205 </Content>
206 <Content Include="..\TSAdminTool\ats_log.ldf">
207 <Link>ats_log.ldf</Link>
208 <DependentUpon>ats.mdf</DependentUpon>
209 </Content>
210 <Content Include="AtsPanel.ico" />
211 </ItemGroup>
212 <ItemGroup>
213 <EmbeddedResource Include="..\TSAdminTool\frmClientProperties.resx">
214 <Link>frmClientProperties.resx</Link>
215 <DependentUpon>frmClientProperties.cs</DependentUpon>
216 <SubType>Designer</SubType>
217 </EmbeddedResource>
218 <EmbeddedResource Include="frmConfigureControlPanel.resx">
219 <SubType>Designer</SubType>
220 <DependentUpon>frmConfigureControlPanel.cs</DependentUpon>
221 </EmbeddedResource>
222 </ItemGroup>
223 <PropertyGroup>
224 <PostBuildEvent>
225 </PostBuildEvent>
226 </PropertyGroup>
227 </Project>