ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/AnywhereTS-MSSQL/trunk/CSDLL/CSDLL.csproj
Revision: 112
Committed: Sat Jul 14 07:14:59 2012 UTC (11 years, 4 months ago) by william
File size: 11491 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>{FBF2E133-4DC7-4580-B459-50B036DDF51E}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>AnywhereTS</RootNamespace>
12 <AssemblyName>CSupport</AssemblyName>
13 <SccProjectName>
14 </SccProjectName>
15 <SccLocalPath>
16 </SccLocalPath>
17 <SccAuxPath>
18 </SccAuxPath>
19 <SccProvider>
20 </SccProvider>
21 <IsWebBootstrapper>true</IsWebBootstrapper>
22 <FileUpgradeFlags>
23 </FileUpgradeFlags>
24 <OldToolsVersion>3.5</OldToolsVersion>
25 <UpgradeBackupLocation>
26 </UpgradeBackupLocation>
27 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
28 <PublishUrl>http://localhost/Support/</PublishUrl>
29 <Install>true</Install>
30 <InstallFrom>Web</InstallFrom>
31 <UpdateEnabled>true</UpdateEnabled>
32 <UpdateMode>Foreground</UpdateMode>
33 <UpdateInterval>7</UpdateInterval>
34 <UpdateIntervalUnits>Days</UpdateIntervalUnits>
35 <UpdatePeriodically>false</UpdatePeriodically>
36 <UpdateRequired>false</UpdateRequired>
37 <MapFileExtensions>true</MapFileExtensions>
38 <ApplicationRevision>0</ApplicationRevision>
39 <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
40 <UseApplicationTrust>false</UseApplicationTrust>
41 <BootstrapperEnabled>true</BootstrapperEnabled>
42 <TargetFrameworkProfile />
43 </PropertyGroup>
44 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
45 <DebugSymbols>true</DebugSymbols>
46 <DebugType>full</DebugType>
47 <Optimize>false</Optimize>
48 <OutputPath>bin\Debug\</OutputPath>
49 <DefineConstants>DEBUG;TRACE</DefineConstants>
50 <ErrorReport>prompt</ErrorReport>
51 <WarningLevel>4</WarningLevel>
52 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
53 </PropertyGroup>
54 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
55 <DebugType>full</DebugType>
56 <Optimize>true</Optimize>
57 <OutputPath>bin\Release\</OutputPath>
58 <DefineConstants>TRACE;PRO</DefineConstants>
59 <ErrorReport>prompt</ErrorReport>
60 <WarningLevel>4</WarningLevel>
61 <DebugSymbols>true</DebugSymbols>
62 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
63 </PropertyGroup>
64 <ItemGroup>
65 <Reference Include="log4net, Version=1.2.11.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
66 <SpecificVersion>False</SpecificVersion>
67 <HintPath>..\3rdparty\apache\log4net\bin\log4net.dll</HintPath>
68 </Reference>
69 <Reference Include="Microsoft.AnalysisServices.AdomdClient, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL" />
70 <Reference Include="Microsoft.VisualBasic" />
71 <Reference Include="System" />
72 <Reference Include="System.configuration" />
73 <Reference Include="System.Core">
74 <RequiredTargetFramework>3.5</RequiredTargetFramework>
75 </Reference>
76 <Reference Include="System.Data" />
77 <Reference Include="System.Data.DataSetExtensions" />
78 <Reference Include="System.Drawing" />
79 <Reference Include="System.Management" />
80 <Reference Include="System.ServiceProcess" />
81 <Reference Include="System.Windows.Forms" />
82 <Reference Include="System.Xml" />
83 <Reference Include="TrackBar, Version=1.0.2486.37933, Culture=neutral, PublicKeyToken=503bf28f63ad27b4">
84 <SpecificVersion>False</SpecificVersion>
85 <HintPath>..\3rdparty\MDAudi100\TrackBar.dll</HintPath>
86 </Reference>
87 </ItemGroup>
88 <ItemGroup>
89 <Compile Include="..\TSAdminTool\atsDataSet.Designer.cs">
90 <Link>atsDataSet.Designer.cs</Link>
91 <AutoGen>True</AutoGen>
92 <DesignTime>True</DesignTime>
93 <DependentUpon>atsDataSet.xsd</DependentUpon>
94 </Compile>
95 <Compile Include="..\TSAdminTool\BootPicture.cs">
96 <Link>BootPicture.cs</Link>
97 </Compile>
98 <Compile Include="..\TSAdminTool\DHCP.cs">
99 <Link>DHCP.cs</Link>
100 </Compile>
101 <Compile Include="..\TSAdminTool\Environment.cs">
102 <Link>Environment.cs</Link>
103 </Compile>
104 <Compile Include="..\TSAdminTool\Globals.cs">
105 <Link>Globals.cs</Link>
106 </Compile>
107 <Compile Include="..\TSAdminTool\Image.cs">
108 <Link>Image.cs</Link>
109 </Compile>
110 <Compile Include="..\TSAdminTool\ImageDesigntimeConfig.cs">
111 <Link>ImageDesigntimeConfig.cs</Link>
112 </Compile>
113 <Compile Include="..\TSAdminTool\ImageRuntimeConfig.cs">
114 <Link>ImageRuntimeConfig.cs</Link>
115 </Compile>
116 <Compile Include="..\TSAdminTool\Keyboard.cs">
117 <Link>Keyboard.cs</Link>
118 </Compile>
119 <Compile Include="..\TSAdminTool\mknbi.cs">
120 <Link>mknbi.cs</Link>
121 </Compile>
122 <Compile Include="..\TSAdminTool\ProSupport.cs">
123 <Link>ProSupport.cs</Link>
124 </Compile>
125 <Compile Include="..\TSAdminTool\Session.cs">
126 <Link>Session.cs</Link>
127 </Compile>
128 <Compile Include="..\TSAdminTool\SessionList.cs">
129 <Link>SessionList.cs</Link>
130 </Compile>
131 <Compile Include="..\TSAdminTool\TerminalServer.cs">
132 <Link>TerminalServer.cs</Link>
133 </Compile>
134 <Compile Include="..\TSAdminTool\TerminalServices.cs">
135 <Link>TerminalServices.cs</Link>
136 </Compile>
137 <Compile Include="..\TSAdminTool\TimeZone.cs">
138 <Link>TimeZone.cs</Link>
139 </Compile>
140 <Compile Include="..\TSAdminTool\WebSupport.cs">
141 <Link>WebSupport.cs</Link>
142 </Compile>
143 <Compile Include="ATSSupport.cs" />
144 <Compile Include="frmClientBootPicture.cs">
145 <SubType>Form</SubType>
146 </Compile>
147 <Compile Include="frmClientBootPicture.Designer.cs">
148 <DependentUpon>frmClientBootPicture.cs</DependentUpon>
149 </Compile>
150 <Compile Include="frmClientMiscellany.cs">
151 <SubType>Form</SubType>
152 </Compile>
153 <Compile Include="frmClientMiscellany.Designer.cs">
154 <DependentUpon>frmClientMiscellany.cs</DependentUpon>
155 </Compile>
156 <Compile Include="frmConfigFreeServices.cs">
157 <SubType>Form</SubType>
158 </Compile>
159 <Compile Include="frmConfigFreeServices.Designer.cs">
160 <DependentUpon>frmConfigFreeServices.cs</DependentUpon>
161 </Compile>
162 <Compile Include="Properties\AssemblyInfo.cs" />
163 <Compile Include="Properties\Resources.Designer.cs">
164 <AutoGen>True</AutoGen>
165 <DesignTime>True</DesignTime>
166 <DependentUpon>Resources.resx</DependentUpon>
167 </Compile>
168 <Compile Include="Properties\Settings.Designer.cs">
169 <AutoGen>True</AutoGen>
170 <DesignTimeSharedInput>True</DesignTimeSharedInput>
171 <DependentUpon>Settings.settings</DependentUpon>
172 </Compile>
173 </ItemGroup>
174 <ItemGroup>
175 <None Include="..\TSAdminTool\atsDataSet.xsc">
176 <Link>atsDataSet.xsc</Link>
177 <DependentUpon>atsDataSet.xsd</DependentUpon>
178 </None>
179 <None Include="..\TSAdminTool\atsDataSet.xsd">
180 <Link>atsDataSet.xsd</Link>
181 <Generator>MSDataSetGenerator</Generator>
182 <LastGenOutput>atsDataSet.Designer.cs</LastGenOutput>
183 <SubType>Designer</SubType>
184 </None>
185 <None Include="..\TSAdminTool\atsDataSet.xss">
186 <Link>atsDataSet.xss</Link>
187 <DependentUpon>atsDataSet.xsd</DependentUpon>
188 </None>
189 <None Include="app.config" />
190 <None Include="Properties\Settings.settings">
191 <Generator>SettingsSingleFileGenerator</Generator>
192 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
193 </None>
194 </ItemGroup>
195 <ItemGroup>
196 <Content Include="..\TSAdminTool\ats.mdf">
197 <Link>ats.mdf</Link>
198 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
199 </Content>
200 <Content Include="..\TSAdminTool\ats_log.ldf">
201 <Link>ats_log.ldf</Link>
202 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
203 <DependentUpon>ats.mdf</DependentUpon>
204 </Content>
205 </ItemGroup>
206 <ItemGroup>
207 <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
208 <Visible>False</Visible>
209 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
210 <Install>false</Install>
211 </BootstrapperPackage>
212 <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
213 <Visible>False</Visible>
214 <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
215 <Install>true</Install>
216 </BootstrapperPackage>
217 <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
218 <Visible>False</Visible>
219 <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
220 <Install>false</Install>
221 </BootstrapperPackage>
222 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
223 <Visible>False</Visible>
224 <ProductName>.NET Framework 3.5</ProductName>
225 <Install>false</Install>
226 </BootstrapperPackage>
227 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
228 <Visible>False</Visible>
229 <ProductName>.NET Framework 3.5 SP1</ProductName>
230 <Install>false</Install>
231 </BootstrapperPackage>
232 <BootstrapperPackage Include="Microsoft.Sql.Server.Express.1.0">
233 <Visible>False</Visible>
234 <ProductName>SQL Server 2005 Express Edition</ProductName>
235 <Install>true</Install>
236 </BootstrapperPackage>
237 <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
238 <Visible>False</Visible>
239 <ProductName>Windows Installer 3.1</ProductName>
240 <Install>true</Install>
241 </BootstrapperPackage>
242 </ItemGroup>
243 <ItemGroup>
244 <EmbeddedResource Include="frmClientBootPicture.resx">
245 <SubType>Designer</SubType>
246 <DependentUpon>frmClientBootPicture.cs</DependentUpon>
247 </EmbeddedResource>
248 <EmbeddedResource Include="frmClientMiscellany.resx">
249 <SubType>Designer</SubType>
250 <DependentUpon>frmClientMiscellany.cs</DependentUpon>
251 </EmbeddedResource>
252 <EmbeddedResource Include="frmConfigFreeServices.resx">
253 <DependentUpon>frmConfigFreeServices.cs</DependentUpon>
254 <SubType>Designer</SubType>
255 </EmbeddedResource>
256 <EmbeddedResource Include="Properties\Resources.resx">
257 <SubType>Designer</SubType>
258 <Generator>ResXFileCodeGenerator</Generator>
259 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
260 </EmbeddedResource>
261 </ItemGroup>
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 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
273 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
274 Other similar extension points exist, see Microsoft.Common.targets.
275 <Target Name="BeforeBuild">
276 </Target>
277 <Target Name="AfterBuild">
278 </Target>
279 -->
280 </Project>