ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/AnywhereTS-MSSQL/trunk/CSDLL/CSDLL.csproj
Revision: 4
Committed: Wed Jul 11 14:19:13 2012 UTC (10 years, 8 months ago) by william
File size: 9825 byte(s)
Log Message:
imported from https://anywherets.svn.sourceforge.net/svnroot/anywherets/trunk/
Revision: 1
Author: beartown
Date: 3:10:40 AM, Monday, June 21, 2010
Message:
First upload. Still todo in order to get a fully working product: Replace Thinstation images with vanilla Thinstation, modify ImageDesigntimeConfig.cs, ImageRuntimeConfig.cs in order to support the Thinstation image

File Contents

# User Rev Content
1 william 4 <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.21022</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     </PropertyGroup>
41     <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
42     <DebugSymbols>true</DebugSymbols>
43     <DebugType>full</DebugType>
44     <Optimize>false</Optimize>
45     <OutputPath>bin\Debug\</OutputPath>
46     <DefineConstants>DEBUG;TRACE</DefineConstants>
47     <ErrorReport>prompt</ErrorReport>
48     <WarningLevel>4</WarningLevel>
49     </PropertyGroup>
50     <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
51     <DebugType>pdbonly</DebugType>
52     <Optimize>true</Optimize>
53     <OutputPath>bin\Release\</OutputPath>
54     <DefineConstants>TRACE;PRO</DefineConstants>
55     <ErrorReport>prompt</ErrorReport>
56     <WarningLevel>4</WarningLevel>
57     </PropertyGroup>
58     <ItemGroup>
59     <Reference Include="Microsoft.AnalysisServices.AdomdClient, Version=9.0.242.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL" />
60     <Reference Include="Microsoft.VisualBasic" />
61     <Reference Include="System" />
62     <Reference Include="System.configuration" />
63     <Reference Include="System.Data" />
64     <Reference Include="System.Drawing" />
65     <Reference Include="System.Management" />
66     <Reference Include="System.ServiceProcess" />
67     <Reference Include="System.Windows.Forms" />
68     <Reference Include="System.Xml" />
69     <Reference Include="TrackBar, Version=1.0.2516.574, Culture=neutral, PublicKeyToken=503bf28f63ad27b4">
70     <SpecificVersion>False</SpecificVersion>
71     <HintPath>..\TrackBar.dll</HintPath>
72     </Reference>
73     </ItemGroup>
74     <ItemGroup>
75     <Compile Include="..\TSAdminTool\atsDataSet.Designer.cs">
76     <Link>atsDataSet.Designer.cs</Link>
77     <AutoGen>True</AutoGen>
78     <DesignTime>True</DesignTime>
79     <DependentUpon>atsDataSet.xsd</DependentUpon>
80     </Compile>
81     <Compile Include="..\TSAdminTool\BootPicture.cs">
82     <Link>BootPicture.cs</Link>
83     </Compile>
84     <Compile Include="..\TSAdminTool\DHCP.cs">
85     <Link>DHCP.cs</Link>
86     </Compile>
87     <Compile Include="..\TSAdminTool\Environment.cs">
88     <Link>Environment.cs</Link>
89     </Compile>
90     <Compile Include="..\TSAdminTool\Globals.cs">
91     <Link>Globals.cs</Link>
92     </Compile>
93     <Compile Include="..\TSAdminTool\Image.cs">
94     <Link>Image.cs</Link>
95     </Compile>
96     <Compile Include="..\TSAdminTool\ImageDesigntimeConfig.cs">
97     <Link>ImageDesigntimeConfig.cs</Link>
98     </Compile>
99     <Compile Include="..\TSAdminTool\ImageRuntimeConfig.cs">
100     <Link>ImageRuntimeConfig.cs</Link>
101     </Compile>
102     <Compile Include="..\TSAdminTool\Keyboard.cs">
103     <Link>Keyboard.cs</Link>
104     </Compile>
105     <Compile Include="..\TSAdminTool\mknbi.cs">
106     <Link>mknbi.cs</Link>
107     </Compile>
108     <Compile Include="..\TSAdminTool\ProSupport.cs">
109     <Link>ProSupport.cs</Link>
110     </Compile>
111     <Compile Include="..\TSAdminTool\Session.cs">
112     <Link>Session.cs</Link>
113     </Compile>
114     <Compile Include="..\TSAdminTool\SessionList.cs">
115     <Link>SessionList.cs</Link>
116     </Compile>
117     <Compile Include="..\TSAdminTool\TerminalServer.cs">
118     <Link>TerminalServer.cs</Link>
119     </Compile>
120     <Compile Include="..\TSAdminTool\TerminalServices.cs">
121     <Link>TerminalServices.cs</Link>
122     </Compile>
123     <Compile Include="..\TSAdminTool\TimeZone.cs">
124     <Link>TimeZone.cs</Link>
125     </Compile>
126     <Compile Include="..\TSAdminTool\WebSupport.cs">
127     <Link>WebSupport.cs</Link>
128     </Compile>
129     <Compile Include="ATSSupport.cs" />
130     <Compile Include="frmClientBootPicture.cs">
131     <SubType>Form</SubType>
132     </Compile>
133     <Compile Include="frmClientBootPicture.Designer.cs">
134     <DependentUpon>frmClientBootPicture.cs</DependentUpon>
135     </Compile>
136     <Compile Include="frmClientMiscellany.cs">
137     <SubType>Form</SubType>
138     </Compile>
139     <Compile Include="frmClientMiscellany.Designer.cs">
140     <DependentUpon>frmClientMiscellany.cs</DependentUpon>
141     </Compile>
142     <Compile Include="frmConfigFreeServices.cs">
143     <SubType>Form</SubType>
144     </Compile>
145     <Compile Include="frmConfigFreeServices.Designer.cs">
146     <DependentUpon>frmConfigFreeServices.cs</DependentUpon>
147     </Compile>
148     <Compile Include="Properties\AssemblyInfo.cs" />
149     <Compile Include="Properties\Resources.Designer.cs">
150     <AutoGen>True</AutoGen>
151     <DesignTime>True</DesignTime>
152     <DependentUpon>Resources.resx</DependentUpon>
153     </Compile>
154     <Compile Include="Properties\Settings.Designer.cs">
155     <AutoGen>True</AutoGen>
156     <DesignTimeSharedInput>True</DesignTimeSharedInput>
157     <DependentUpon>Settings.settings</DependentUpon>
158     </Compile>
159     </ItemGroup>
160     <ItemGroup>
161     <None Include="..\TSAdminTool\atsDataSet.xsc">
162     <Link>atsDataSet.xsc</Link>
163     <DependentUpon>atsDataSet.xsd</DependentUpon>
164     </None>
165     <None Include="..\TSAdminTool\atsDataSet.xsd">
166     <Link>atsDataSet.xsd</Link>
167     <Generator>MSDataSetGenerator</Generator>
168     <LastGenOutput>atsDataSet.Designer.cs</LastGenOutput>
169     <SubType>Designer</SubType>
170     </None>
171     <None Include="..\TSAdminTool\atsDataSet.xss">
172     <Link>atsDataSet.xss</Link>
173     <DependentUpon>atsDataSet.xsd</DependentUpon>
174     </None>
175     <None Include="app.config" />
176     <None Include="Properties\Settings.settings">
177     <Generator>SettingsSingleFileGenerator</Generator>
178     <LastGenOutput>Settings.Designer.cs</LastGenOutput>
179     </None>
180     </ItemGroup>
181     <ItemGroup>
182     <Content Include="..\TSAdminTool\ats.mdf">
183     <Link>ats.mdf</Link>
184     <CopyToOutputDirectory>Always</CopyToOutputDirectory>
185     </Content>
186     <Content Include="..\TSAdminTool\ats_log.ldf">
187     <Link>ats_log.ldf</Link>
188     <CopyToOutputDirectory>Always</CopyToOutputDirectory>
189     <DependentUpon>ats.mdf</DependentUpon>
190     </Content>
191     </ItemGroup>
192     <ItemGroup>
193     <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
194     <Visible>False</Visible>
195     <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
196     <Install>true</Install>
197     </BootstrapperPackage>
198     <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
199     <Visible>False</Visible>
200     <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
201     <Install>false</Install>
202     </BootstrapperPackage>
203     <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
204     <Visible>False</Visible>
205     <ProductName>.NET Framework 3.5</ProductName>
206     <Install>false</Install>
207     </BootstrapperPackage>
208     <BootstrapperPackage Include="Microsoft.Sql.Server.Express.1.0">
209     <Visible>False</Visible>
210     <ProductName>SQL Server 2005 Express Edition</ProductName>
211     <Install>true</Install>
212     </BootstrapperPackage>
213     <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
214     <Visible>False</Visible>
215     <ProductName>Windows Installer 3.1</ProductName>
216     <Install>true</Install>
217     </BootstrapperPackage>
218     </ItemGroup>
219     <ItemGroup>
220     <EmbeddedResource Include="frmClientBootPicture.resx">
221     <SubType>Designer</SubType>
222     <DependentUpon>frmClientBootPicture.cs</DependentUpon>
223     </EmbeddedResource>
224     <EmbeddedResource Include="frmClientMiscellany.resx">
225     <SubType>Designer</SubType>
226     <DependentUpon>frmClientMiscellany.cs</DependentUpon>
227     </EmbeddedResource>
228     <EmbeddedResource Include="frmConfigFreeServices.resx">
229     <DependentUpon>frmConfigFreeServices.cs</DependentUpon>
230     <SubType>Designer</SubType>
231     </EmbeddedResource>
232     <EmbeddedResource Include="Properties\Resources.resx">
233     <SubType>Designer</SubType>
234     <Generator>ResXFileCodeGenerator</Generator>
235     <LastGenOutput>Resources.Designer.cs</LastGenOutput>
236     </EmbeddedResource>
237     </ItemGroup>
238     <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
239     <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
240     Other similar extension points exist, see Microsoft.Common.targets.
241     <Target Name="BeforeBuild">
242     </Target>
243     <Target Name="AfterBuild">
244     </Target>
245     -->
246     </Project>