ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/AnywhereTS-MSSQL/trunk/CSDLL/CSDLL.csproj
Revision: 197
Committed: Mon Jul 16 16:32:13 2012 UTC (11 years, 4 months ago) by william
File size: 11671 byte(s)
Log Message:

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.Data.Linq" />
79 <Reference Include="System.Drawing" />
80 <Reference Include="System.Management" />
81 <Reference Include="System.ServiceProcess" />
82 <Reference Include="System.Windows.Forms" />
83 <Reference Include="System.Xml" />
84 <Reference Include="TrackBar, Version=1.0.2486.37933, Culture=neutral, PublicKeyToken=503bf28f63ad27b4">
85 <SpecificVersion>False</SpecificVersion>
86 <HintPath>..\3rdparty\MDAudi100\TrackBar.dll</HintPath>
87 </Reference>
88 </ItemGroup>
89 <ItemGroup>
90 <Compile Include="..\TSAdminTool\atsDataSet.Designer.cs">
91 <Link>atsDataSet.Designer.cs</Link>
92 <AutoGen>True</AutoGen>
93 <DesignTime>True</DesignTime>
94 <DependentUpon>atsDataSet.xsd</DependentUpon>
95 </Compile>
96 <Compile Include="..\TSAdminTool\BootPicture.cs">
97 <Link>BootPicture.cs</Link>
98 </Compile>
99 <Compile Include="..\TSAdminTool\DHCP.cs">
100 <Link>DHCP.cs</Link>
101 </Compile>
102 <Compile Include="..\TSAdminTool\Environment.cs">
103 <Link>Environment.cs</Link>
104 </Compile>
105 <Compile Include="..\TSAdminTool\Globals.cs">
106 <Link>Globals.cs</Link>
107 </Compile>
108 <Compile Include="..\TSAdminTool\Image.cs">
109 <Link>Image.cs</Link>
110 </Compile>
111 <Compile Include="..\TSAdminTool\ImageDesigntimeConfig.cs">
112 <Link>ImageDesigntimeConfig.cs</Link>
113 </Compile>
114 <Compile Include="..\TSAdminTool\ImageRuntimeConfig.cs">
115 <Link>ImageRuntimeConfig.cs</Link>
116 </Compile>
117 <Compile Include="..\TSAdminTool\Keyboard.cs">
118 <Link>Keyboard.cs</Link>
119 </Compile>
120 <Compile Include="..\TSAdminTool\mknbi.cs">
121 <Link>mknbi.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="..\VersionSupport\SharedAssemblyInfo.cs">
145 <Link>Properties\SharedAssemblyInfo.cs</Link>
146 </Compile>
147 <Compile Include="ATSSupport.cs" />
148 <Compile Include="frmClientBootPicture.cs">
149 <SubType>Form</SubType>
150 </Compile>
151 <Compile Include="frmClientBootPicture.Designer.cs">
152 <DependentUpon>frmClientBootPicture.cs</DependentUpon>
153 </Compile>
154 <Compile Include="frmClientMiscellany.cs">
155 <SubType>Form</SubType>
156 </Compile>
157 <Compile Include="frmClientMiscellany.Designer.cs">
158 <DependentUpon>frmClientMiscellany.cs</DependentUpon>
159 </Compile>
160 <Compile Include="frmConfigFreeServices.cs">
161 <SubType>Form</SubType>
162 </Compile>
163 <Compile Include="frmConfigFreeServices.Designer.cs">
164 <DependentUpon>frmConfigFreeServices.cs</DependentUpon>
165 </Compile>
166 <Compile Include="Properties\AssemblyInfo.cs" />
167 <Compile Include="Properties\Resources.Designer.cs">
168 <AutoGen>True</AutoGen>
169 <DesignTime>True</DesignTime>
170 <DependentUpon>Resources.resx</DependentUpon>
171 </Compile>
172 <Compile Include="Properties\Settings.Designer.cs">
173 <AutoGen>True</AutoGen>
174 <DesignTimeSharedInput>True</DesignTimeSharedInput>
175 <DependentUpon>Settings.settings</DependentUpon>
176 </Compile>
177 </ItemGroup>
178 <ItemGroup>
179 <None Include="..\TSAdminTool\atsDataSet.xsc">
180 <Link>atsDataSet.xsc</Link>
181 <DependentUpon>atsDataSet.xsd</DependentUpon>
182 </None>
183 <None Include="..\TSAdminTool\atsDataSet.xsd">
184 <Link>atsDataSet.xsd</Link>
185 <Generator>MSDataSetGenerator</Generator>
186 <LastGenOutput>atsDataSet.Designer.cs</LastGenOutput>
187 <SubType>Designer</SubType>
188 </None>
189 <None Include="..\TSAdminTool\atsDataSet.xss">
190 <Link>atsDataSet.xss</Link>
191 <DependentUpon>atsDataSet.xsd</DependentUpon>
192 </None>
193 <None Include="app.config" />
194 <None Include="Properties\Settings.settings">
195 <Generator>SettingsSingleFileGenerator</Generator>
196 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
197 </None>
198 </ItemGroup>
199 <ItemGroup>
200 <Content Include="..\TSAdminTool\ats.mdf">
201 <Link>ats.mdf</Link>
202 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
203 </Content>
204 <Content Include="..\TSAdminTool\ats_log.ldf">
205 <Link>ats_log.ldf</Link>
206 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
207 <DependentUpon>ats.mdf</DependentUpon>
208 </Content>
209 </ItemGroup>
210 <ItemGroup>
211 <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
212 <Visible>False</Visible>
213 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
214 <Install>false</Install>
215 </BootstrapperPackage>
216 <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
217 <Visible>False</Visible>
218 <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
219 <Install>true</Install>
220 </BootstrapperPackage>
221 <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
222 <Visible>False</Visible>
223 <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
224 <Install>false</Install>
225 </BootstrapperPackage>
226 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
227 <Visible>False</Visible>
228 <ProductName>.NET Framework 3.5</ProductName>
229 <Install>false</Install>
230 </BootstrapperPackage>
231 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
232 <Visible>False</Visible>
233 <ProductName>.NET Framework 3.5 SP1</ProductName>
234 <Install>false</Install>
235 </BootstrapperPackage>
236 <BootstrapperPackage Include="Microsoft.Sql.Server.Express.1.0">
237 <Visible>False</Visible>
238 <ProductName>SQL Server 2005 Express Edition</ProductName>
239 <Install>true</Install>
240 </BootstrapperPackage>
241 <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
242 <Visible>False</Visible>
243 <ProductName>Windows Installer 3.1</ProductName>
244 <Install>true</Install>
245 </BootstrapperPackage>
246 </ItemGroup>
247 <ItemGroup>
248 <EmbeddedResource Include="frmClientBootPicture.resx">
249 <SubType>Designer</SubType>
250 <DependentUpon>frmClientBootPicture.cs</DependentUpon>
251 </EmbeddedResource>
252 <EmbeddedResource Include="frmClientMiscellany.resx">
253 <SubType>Designer</SubType>
254 <DependentUpon>frmClientMiscellany.cs</DependentUpon>
255 </EmbeddedResource>
256 <EmbeddedResource Include="frmConfigFreeServices.resx">
257 <DependentUpon>frmConfigFreeServices.cs</DependentUpon>
258 <SubType>Designer</SubType>
259 </EmbeddedResource>
260 <EmbeddedResource Include="Properties\Resources.resx">
261 <SubType>Designer</SubType>
262 <Generator>ResXFileCodeGenerator</Generator>
263 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
264 </EmbeddedResource>
265 </ItemGroup>
266 <ItemGroup>
267 <ProjectReference Include="..\AnywhereTS.DBSupport\AnywhereTS.DBSupport.csproj">
268 <Project>{EB0E6487-B88B-4E2E-AE6F-185FD26BF86D}</Project>
269 <Name>AnywhereTS.DBSupport</Name>
270 </ProjectReference>
271 <ProjectReference Include="..\AnywhereTS.Logging\AnywhereTS.Logging.csproj">
272 <Project>{94310144-2E03-4F73-B4B2-2039C58B242B}</Project>
273 <Name>AnywhereTS.Logging</Name>
274 </ProjectReference>
275 </ItemGroup>
276 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
277 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
278 Other similar extension points exist, see Microsoft.Common.targets.
279 <Target Name="BeforeBuild">
280 </Target>
281 <Target Name="AfterBuild">
282 </Target>
283 -->
284 </Project>