ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/AnywhereTS-MSSQL/trunk/TSControlPanel/Cpanel.csproj
Revision: 95
Committed: Sat Jul 14 02:52:52 2012 UTC (11 years, 4 months ago) by william
File size: 9987 byte(s)
Log Message:
target .net 3.5

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