ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/AnywhereTS-MSSQL/trunk/CSDLL/CSDLL.csproj
Revision: 99
Committed: Sat Jul 14 04:50:27 2012 UTC (11 years, 2 months ago) by william
File size: 10786 byte(s)
Log Message:
+ bulk commit

File Contents

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