ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/AnywhereTS-MSSQL/trunk/CSDLL/CSDLL.csproj
Revision: 114
Committed: Sat Jul 14 07:22:59 2012 UTC (11 years, 4 months ago) by william
File size: 11537 byte(s)
Log Message:
+ add reference to System.Data.Linq

File Contents

# User Rev Content
1 william 111 <?xml version="1.0" encoding="utf-8"?>
2     <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
3 william 4 <PropertyGroup>
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 william 6 <ProductVersion>9.0.30729</ProductVersion>
7 william 4 <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 william 111 <OldToolsVersion>3.5</OldToolsVersion>
25 william 4 <UpgradeBackupLocation>
26     </UpgradeBackupLocation>
27 william 112 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
28 william 4 <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 william 112 <TargetFrameworkProfile />
43 william 4 </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 william 111 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
53 william 4 </PropertyGroup>
54     <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
55 william 60 <DebugType>full</DebugType>
56 william 4 <Optimize>true</Optimize>
57     <OutputPath>bin\Release\</OutputPath>
58 william 60 <DefineConstants>TRACE;PRO</DefineConstants>
59 william 4 <ErrorReport>prompt</ErrorReport>
60     <WarningLevel>4</WarningLevel>
61 william 60 <DebugSymbols>true</DebugSymbols>
62 william 111 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
63 william 4 </PropertyGroup>
64     <ItemGroup>
65 william 47 <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 william 6 <Reference Include="Microsoft.AnalysisServices.AdomdClient, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL" />
70 william 4 <Reference Include="Microsoft.VisualBasic" />
71     <Reference Include="System" />
72     <Reference Include="System.configuration" />
73 william 99 <Reference Include="System.Core">
74     <RequiredTargetFramework>3.5</RequiredTargetFramework>
75     </Reference>
76 william 4 <Reference Include="System.Data" />
77 william 111 <Reference Include="System.Data.DataSetExtensions" />
78 william 114 <Reference Include="System.Data.Linq" />
79 william 4 <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 william 29 <Reference Include="TrackBar, Version=1.0.2486.37933, Culture=neutral, PublicKeyToken=503bf28f63ad27b4">
85 william 4 <SpecificVersion>False</SpecificVersion>
86 william 29 <HintPath>..\3rdparty\MDAudi100\TrackBar.dll</HintPath>
87 william 4 </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="ATSSupport.cs" />
145     <Compile Include="frmClientBootPicture.cs">
146     <SubType>Form</SubType>
147     </Compile>
148     <Compile Include="frmClientBootPicture.Designer.cs">
149     <DependentUpon>frmClientBootPicture.cs</DependentUpon>
150     </Compile>
151     <Compile Include="frmClientMiscellany.cs">
152     <SubType>Form</SubType>
153     </Compile>
154     <Compile Include="frmClientMiscellany.Designer.cs">
155     <DependentUpon>frmClientMiscellany.cs</DependentUpon>
156     </Compile>
157     <Compile Include="frmConfigFreeServices.cs">
158     <SubType>Form</SubType>
159     </Compile>
160     <Compile Include="frmConfigFreeServices.Designer.cs">
161     <DependentUpon>frmConfigFreeServices.cs</DependentUpon>
162     </Compile>
163     <Compile Include="Properties\AssemblyInfo.cs" />
164     <Compile Include="Properties\Resources.Designer.cs">
165     <AutoGen>True</AutoGen>
166     <DesignTime>True</DesignTime>
167     <DependentUpon>Resources.resx</DependentUpon>
168     </Compile>
169     <Compile Include="Properties\Settings.Designer.cs">
170     <AutoGen>True</AutoGen>
171     <DesignTimeSharedInput>True</DesignTimeSharedInput>
172     <DependentUpon>Settings.settings</DependentUpon>
173     </Compile>
174     </ItemGroup>
175     <ItemGroup>
176     <None Include="..\TSAdminTool\atsDataSet.xsc">
177     <Link>atsDataSet.xsc</Link>
178     <DependentUpon>atsDataSet.xsd</DependentUpon>
179     </None>
180     <None Include="..\TSAdminTool\atsDataSet.xsd">
181     <Link>atsDataSet.xsd</Link>
182     <Generator>MSDataSetGenerator</Generator>
183     <LastGenOutput>atsDataSet.Designer.cs</LastGenOutput>
184     <SubType>Designer</SubType>
185     </None>
186     <None Include="..\TSAdminTool\atsDataSet.xss">
187     <Link>atsDataSet.xss</Link>
188     <DependentUpon>atsDataSet.xsd</DependentUpon>
189     </None>
190     <None Include="app.config" />
191     <None Include="Properties\Settings.settings">
192     <Generator>SettingsSingleFileGenerator</Generator>
193     <LastGenOutput>Settings.Designer.cs</LastGenOutput>
194     </None>
195     </ItemGroup>
196     <ItemGroup>
197     <Content Include="..\TSAdminTool\ats.mdf">
198     <Link>ats.mdf</Link>
199     <CopyToOutputDirectory>Always</CopyToOutputDirectory>
200     </Content>
201     <Content Include="..\TSAdminTool\ats_log.ldf">
202     <Link>ats_log.ldf</Link>
203     <CopyToOutputDirectory>Always</CopyToOutputDirectory>
204     <DependentUpon>ats.mdf</DependentUpon>
205     </Content>
206     </ItemGroup>
207     <ItemGroup>
208 william 111 <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
209     <Visible>False</Visible>
210     <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
211     <Install>false</Install>
212     </BootstrapperPackage>
213 william 4 <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
214     <Visible>False</Visible>
215     <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
216     <Install>true</Install>
217     </BootstrapperPackage>
218     <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
219     <Visible>False</Visible>
220     <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
221     <Install>false</Install>
222     </BootstrapperPackage>
223     <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
224     <Visible>False</Visible>
225     <ProductName>.NET Framework 3.5</ProductName>
226     <Install>false</Install>
227     </BootstrapperPackage>
228 william 111 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
229     <Visible>False</Visible>
230     <ProductName>.NET Framework 3.5 SP1</ProductName>
231     <Install>false</Install>
232     </BootstrapperPackage>
233 william 4 <BootstrapperPackage Include="Microsoft.Sql.Server.Express.1.0">
234     <Visible>False</Visible>
235     <ProductName>SQL Server 2005 Express Edition</ProductName>
236     <Install>true</Install>
237     </BootstrapperPackage>
238     <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
239     <Visible>False</Visible>
240     <ProductName>Windows Installer 3.1</ProductName>
241     <Install>true</Install>
242     </BootstrapperPackage>
243     </ItemGroup>
244     <ItemGroup>
245     <EmbeddedResource Include="frmClientBootPicture.resx">
246     <SubType>Designer</SubType>
247     <DependentUpon>frmClientBootPicture.cs</DependentUpon>
248     </EmbeddedResource>
249     <EmbeddedResource Include="frmClientMiscellany.resx">
250     <SubType>Designer</SubType>
251     <DependentUpon>frmClientMiscellany.cs</DependentUpon>
252     </EmbeddedResource>
253     <EmbeddedResource Include="frmConfigFreeServices.resx">
254     <DependentUpon>frmConfigFreeServices.cs</DependentUpon>
255     <SubType>Designer</SubType>
256     </EmbeddedResource>
257     <EmbeddedResource Include="Properties\Resources.resx">
258     <SubType>Designer</SubType>
259     <Generator>ResXFileCodeGenerator</Generator>
260     <LastGenOutput>Resources.Designer.cs</LastGenOutput>
261     </EmbeddedResource>
262     </ItemGroup>
263 william 47 <ItemGroup>
264 william 99 <ProjectReference Include="..\AnywhereTS.DBSupport\AnywhereTS.DBSupport.csproj">
265     <Project>{EB0E6487-B88B-4E2E-AE6F-185FD26BF86D}</Project>
266     <Name>AnywhereTS.DBSupport</Name>
267     </ProjectReference>
268 william 47 <ProjectReference Include="..\AnywhereTS.Logging\AnywhereTS.Logging.csproj">
269     <Project>{94310144-2E03-4F73-B4B2-2039C58B242B}</Project>
270     <Name>AnywhereTS.Logging</Name>
271     </ProjectReference>
272     </ItemGroup>
273 william 4 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
274     <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
275     Other similar extension points exist, see Microsoft.Common.targets.
276     <Target Name="BeforeBuild">
277     </Target>
278     <Target Name="AfterBuild">
279     </Target>
280     -->
281     </Project>