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

File Contents

# User Rev Content
1 william 4 <?xml version="1.0" encoding="utf-8"?>
2 william 111 <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 29 <ProductVersion>9.0.30729</ProductVersion>
7 william 4 <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 william 111 <FileUpgradeFlags>
25     </FileUpgradeFlags>
26     <OldToolsVersion>3.5</OldToolsVersion>
27     <UpgradeBackupLocation>
28     </UpgradeBackupLocation>
29 william 112 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
30 william 4 <PublishUrl>http://localhost/TSControlPanel/</PublishUrl>
31     <Install>true</Install>
32     <InstallFrom>Web</InstallFrom>
33     <UpdateEnabled>true</UpdateEnabled>
34     <UpdateMode>Foreground</UpdateMode>
35     <UpdateInterval>7</UpdateInterval>
36     <UpdateIntervalUnits>Days</UpdateIntervalUnits>
37     <UpdatePeriodically>false</UpdatePeriodically>
38     <UpdateRequired>false</UpdateRequired>
39     <MapFileExtensions>true</MapFileExtensions>
40 william 111 <ApplicationRevision>0</ApplicationRevision>
41 william 4 <ApplicationVersion>3.3.0.%2a</ApplicationVersion>
42 william 111 <UseApplicationTrust>false</UseApplicationTrust>
43 william 4 <BootstrapperEnabled>true</BootstrapperEnabled>
44 william 112 <TargetFrameworkProfile />
45 william 4 </PropertyGroup>
46     <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
47     <DebugSymbols>true</DebugSymbols>
48     <DebugType>full</DebugType>
49     <Optimize>false</Optimize>
50     <OutputPath>bin\Debug\</OutputPath>
51     <DefineConstants>TRACE;DEBUG</DefineConstants>
52     <ErrorReport>prompt</ErrorReport>
53     <WarningLevel>4</WarningLevel>
54 william 111 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
55 william 4 </PropertyGroup>
56     <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
57 william 60 <DebugType>full</DebugType>
58 william 4 <Optimize>true</Optimize>
59     <OutputPath>bin\Release\</OutputPath>
60 william 60 <DefineConstants>TRACE;PRO</DefineConstants>
61 william 4 <ErrorReport>prompt</ErrorReport>
62     <WarningLevel>4</WarningLevel>
63 william 60 <DebugSymbols>true</DebugSymbols>
64 william 111 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
65 william 4 </PropertyGroup>
66     <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Beta Debug|AnyCPU' ">
67     <DebugSymbols>true</DebugSymbols>
68     <OutputPath>bin\Debug\</OutputPath>
69     <DefineConstants>TRACE;DEBUG</DefineConstants>
70     <DebugType>full</DebugType>
71     <PlatformTarget>AnyCPU</PlatformTarget>
72     <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
73     <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
74     <ErrorReport>prompt</ErrorReport>
75 william 111 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
76 william 4 </PropertyGroup>
77     <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Beta Release|AnyCPU' ">
78     <OutputPath>bin\Release\</OutputPath>
79     <DefineConstants>BETA</DefineConstants>
80 william 111 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
81 william 4 </PropertyGroup>
82     <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
83     <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
84     Other similar extension points exist, see Microsoft.Common.targets.
85     <Target Name="BeforeBuild">
86     </Target>
87     <Target Name="AfterBuild">
88     </Target>
89     -->
90     <ItemGroup>
91     <Compile Include="..\TSAdminTool\atsDataSet.Designer.cs">
92     <Link>atsDataSet.Designer.cs</Link>
93     <AutoGen>True</AutoGen>
94     <DesignTime>True</DesignTime>
95     <DependentUpon>atsDataSet.xsd</DependentUpon>
96     </Compile>
97     <Compile Include="..\TSAdminTool\BootPicture.cs">
98     <Link>BootPicture.cs</Link>
99     </Compile>
100     <Compile Include="..\TSAdminTool\Environment.cs">
101     <Link>Environment.cs</Link>
102     </Compile>
103     <Compile Include="..\TSAdminTool\frmClientProperties.cs">
104     <Link>frmClientProperties.cs</Link>
105     <SubType>Form</SubType>
106     </Compile>
107     <Compile Include="..\TSAdminTool\frmClientProperties.designer.cs">
108     <Link>frmClientProperties.designer.cs</Link>
109     <DependentUpon>frmClientProperties.cs</DependentUpon>
110     </Compile>
111     <Compile Include="..\TSAdminTool\Globals.cs">
112     <Link>Globals.cs</Link>
113     </Compile>
114     <Compile Include="..\TSAdminTool\ImageDesigntimeConfig.cs">
115     <Link>ImageDesigntimeConfig.cs</Link>
116     </Compile>
117     <Compile Include="..\TSAdminTool\ImageRuntimeConfig.cs">
118     <Link>ImageRuntimeConfig.cs</Link>
119     </Compile>
120     <Compile Include="..\TSAdminTool\Keyboard.cs">
121     <Link>Keyboard.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="frmConfigureControlPanel.cs">
145     <SubType>Form</SubType>
146     </Compile>
147     <Compile Include="frmConfigureControlPanel.Designer.cs">
148     <DependentUpon>frmConfigureControlPanel.cs</DependentUpon>
149     </Compile>
150     <Compile Include="Program.cs" />
151     <Compile Include="Properties\AssemblyInfo.cs" />
152     <Compile Include="Properties\Settings.Designer.cs">
153     <AutoGen>True</AutoGen>
154     <DesignTimeSharedInput>True</DesignTimeSharedInput>
155     <DependentUpon>Settings.settings</DependentUpon>
156     </Compile>
157     </ItemGroup>
158     <ItemGroup>
159 william 49 <Reference Include="log4net, Version=1.2.11.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
160     <SpecificVersion>False</SpecificVersion>
161     <HintPath>..\3rdparty\apache\log4net\bin\log4net.dll</HintPath>
162     </Reference>
163 william 4 <Reference Include="System" />
164     <Reference Include="System.configuration" />
165 william 95 <Reference Include="System.Core">
166     <RequiredTargetFramework>3.5</RequiredTargetFramework>
167     </Reference>
168 william 4 <Reference Include="System.Data" />
169 william 111 <Reference Include="System.Data.DataSetExtensions" />
170 william 114 <Reference Include="System.Data.Linq" />
171 william 4 <Reference Include="System.Deployment" />
172     <Reference Include="System.Drawing" />
173     <Reference Include="System.Management" />
174     <Reference Include="System.ServiceProcess" />
175     <Reference Include="System.Windows.Forms" />
176     <Reference Include="System.Xml" />
177 william 29 <Reference Include="TrackBar, Version=1.0.2486.37933, Culture=neutral, PublicKeyToken=503bf28f63ad27b4">
178 william 4 <SpecificVersion>False</SpecificVersion>
179 william 29 <HintPath>..\3rdparty\MDAudi100\TrackBar.dll</HintPath>
180 william 4 </Reference>
181     </ItemGroup>
182     <ItemGroup>
183 william 111 <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
184     <Visible>False</Visible>
185     <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
186     <Install>false</Install>
187     </BootstrapperPackage>
188 william 4 <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
189     <Visible>False</Visible>
190     <ProductName>.NET Framework 2.0</ProductName>
191     <Install>true</Install>
192     </BootstrapperPackage>
193 william 111 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
194     <Visible>False</Visible>
195     <ProductName>.NET Framework 3.5 SP1</ProductName>
196     <Install>false</Install>
197     </BootstrapperPackage>
198 william 4 <BootstrapperPackage Include="Microsoft.Sql.Server.Express.1.0">
199     <Visible>False</Visible>
200     <ProductName>SQL Server 2005 Express Edition</ProductName>
201     <Install>true</Install>
202     </BootstrapperPackage>
203     <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
204     <Visible>False</Visible>
205     <ProductName>Windows Installer 3.1</ProductName>
206     <Install>true</Install>
207     </BootstrapperPackage>
208     </ItemGroup>
209     <ItemGroup>
210     <None Include="..\TSAdminTool\atsDataSet.xsc">
211     <Link>atsDataSet.xsc</Link>
212     <DependentUpon>atsDataSet.xsd</DependentUpon>
213     </None>
214     <None Include="..\TSAdminTool\atsDataSet.xsd">
215     <Link>atsDataSet.xsd</Link>
216     <Generator>MSDataSetGenerator</Generator>
217     <LastGenOutput>atsDataSet.Designer.cs</LastGenOutput>
218     <SubType>Designer</SubType>
219     </None>
220     <None Include="..\TSAdminTool\atsDataSet.xss">
221     <Link>atsDataSet.xss</Link>
222     <DependentUpon>atsDataSet.xsd</DependentUpon>
223     </None>
224     <None Include="app.config" />
225     <None Include="Properties\Settings.settings">
226     <Generator>SettingsSingleFileGenerator</Generator>
227     <LastGenOutput>Settings.Designer.cs</LastGenOutput>
228     </None>
229     </ItemGroup>
230     <ItemGroup>
231     <Content Include="..\TSAdminTool\ats.mdf">
232     <Link>ats.mdf</Link>
233     </Content>
234     <Content Include="..\TSAdminTool\ats_log.ldf">
235     <Link>ats_log.ldf</Link>
236     <DependentUpon>ats.mdf</DependentUpon>
237     </Content>
238     <Content Include="AtsPanel.ico" />
239     </ItemGroup>
240     <ItemGroup>
241     <EmbeddedResource Include="..\TSAdminTool\frmClientProperties.resx">
242     <Link>frmClientProperties.resx</Link>
243     <DependentUpon>frmClientProperties.cs</DependentUpon>
244     <SubType>Designer</SubType>
245     </EmbeddedResource>
246     <EmbeddedResource Include="frmConfigureControlPanel.resx">
247     <SubType>Designer</SubType>
248     <DependentUpon>frmConfigureControlPanel.cs</DependentUpon>
249     </EmbeddedResource>
250     </ItemGroup>
251     <PropertyGroup>
252     <PostBuildEvent>
253     </PostBuildEvent>
254     </PropertyGroup>
255 william 49 <ItemGroup>
256 william 92 <ProjectReference Include="..\AnywhereTS.DBSupport\AnywhereTS.DBSupport.csproj">
257     <Project>{EB0E6487-B88B-4E2E-AE6F-185FD26BF86D}</Project>
258     <Name>AnywhereTS.DBSupport</Name>
259     </ProjectReference>
260 william 49 <ProjectReference Include="..\AnywhereTS.Logging\AnywhereTS.Logging.csproj">
261     <Project>{94310144-2E03-4F73-B4B2-2039C58B242B}</Project>
262     <Name>AnywhereTS.Logging</Name>
263     </ProjectReference>
264     </ItemGroup>
265 william 4 </Project>