ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/AnywhereTS-MSSQL/trunk/TSAdminTool/Admin.csproj
Revision: 4
Committed: Wed Jul 11 14:19:13 2012 UTC (11 years, 2 months ago) by william
File size: 14571 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>8.0.50727</ProductVersion>
6     <SchemaVersion>2.0</SchemaVersion>
7     <ProjectGuid>{8DC06215-EC33-43C8-AAD5-D0BFECADA886}</ProjectGuid>
8     <OutputType>WinExe</OutputType>
9     <AppDesignerFolder>Properties</AppDesignerFolder>
10     <RootNamespace>AnywhereTS</RootNamespace>
11     <AssemblyName>ATSAdmin</AssemblyName>
12     <IsWebBootstrapper>true</IsWebBootstrapper>
13     <SccProjectName>
14     </SccProjectName>
15     <SccLocalPath>
16     </SccLocalPath>
17     <SccAuxPath>
18     </SccAuxPath>
19     <SccProvider>
20     </SccProvider>
21     <ManifestCertificateThumbprint>DF34A506E139C7D7F44C882F925397C0AA881142</ManifestCertificateThumbprint>
22     <ManifestKeyFile>Admin_TemporaryKey.pfx</ManifestKeyFile>
23     <GenerateManifests>true</GenerateManifests>
24     <SignManifests>true</SignManifests>
25     <ApplicationIcon>ats.ico</ApplicationIcon>
26     <PublishUrl>http://localhost/TSAdminTool/</PublishUrl>
27     <Install>true</Install>
28     <InstallFrom>Web</InstallFrom>
29     <UpdateEnabled>false</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     <SupportUrl>http://anywherets.com</SupportUrl>
37     <ProductName>AnywhereTS Pro</ProductName>
38     <PublisherName>AnywhereTS</PublisherName>
39     <AutorunEnabled>true</AutorunEnabled>
40     <ApplicationVersion>3.3.0.%2a</ApplicationVersion>
41     <BootstrapperEnabled>true</BootstrapperEnabled>
42     <FileUpgradeFlags>
43     </FileUpgradeFlags>
44     <OldToolsVersion>2.0</OldToolsVersion>
45     <ApplicationRevision>0</ApplicationRevision>
46     <UpgradeBackupLocation>
47     </UpgradeBackupLocation>
48     </PropertyGroup>
49     <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
50     <DebugSymbols>true</DebugSymbols>
51     <DebugType>full</DebugType>
52     <Optimize>false</Optimize>
53     <OutputPath>bin\Debug\</OutputPath>
54     <DefineConstants>TRACE;DEBUG;PRO</DefineConstants>
55     <ErrorReport>prompt</ErrorReport>
56     <WarningLevel>4</WarningLevel>
57     <RunCodeAnalysis>false</RunCodeAnalysis>
58     </PropertyGroup>
59     <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
60     <DebugType>pdbonly</DebugType>
61     <Optimize>true</Optimize>
62     <OutputPath>bin\Release\</OutputPath>
63     <DefineConstants>TRACE;PRO</DefineConstants>
64     <ErrorReport>prompt</ErrorReport>
65     <WarningLevel>4</WarningLevel>
66     </PropertyGroup>
67     <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Evaluation Debug|AnyCPU' ">
68     <DebugSymbols>true</DebugSymbols>
69     <OutputPath>bin\Debug\</OutputPath>
70     <DefineConstants>DEBUG;PRO EVAL</DefineConstants>
71     <DebugType>full</DebugType>
72     <PlatformTarget>AnyCPU</PlatformTarget>
73     <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
74     <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
75     <ErrorReport>prompt</ErrorReport>
76     </PropertyGroup>
77     <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Evaluation Release|AnyCPU' ">
78     <OutputPath>bin\Release\</OutputPath>
79     <DefineConstants>TRACE;PRO EVAL</DefineConstants>
80     <Optimize>true</Optimize>
81     <DebugType>pdbonly</DebugType>
82     <PlatformTarget>AnyCPU</PlatformTarget>
83     <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
84     <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
85     <ErrorReport>prompt</ErrorReport>
86     </PropertyGroup>
87     <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Beta Debug|AnyCPU' ">
88     <DebugSymbols>true</DebugSymbols>
89     <OutputPath>bin\Debug\</OutputPath>
90     <DefineConstants>TRACE;DEBUG;PRO EVAL</DefineConstants>
91     <DebugType>full</DebugType>
92     <PlatformTarget>AnyCPU</PlatformTarget>
93     <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
94     <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
95     <ErrorReport>prompt</ErrorReport>
96     </PropertyGroup>
97     <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Beta Release|AnyCPU' ">
98     <OutputPath>bin\Release\</OutputPath>
99     <DefineConstants>TRACE;PRO BETA</DefineConstants>
100     <Optimize>true</Optimize>
101     <DebugType>pdbonly</DebugType>
102     <PlatformTarget>AnyCPU</PlatformTarget>
103     <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
104     <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
105     <ErrorReport>prompt</ErrorReport>
106     </PropertyGroup>
107     <ItemGroup>
108     <Reference Include="Microsoft.VisualBasic" />
109     <Reference Include="System" />
110     <Reference Include="System.configuration" />
111     <Reference Include="System.Data" />
112     <Reference Include="System.Deployment" />
113     <Reference Include="System.Drawing" />
114     <Reference Include="System.Management" />
115     <Reference Include="System.ServiceProcess" />
116     <Reference Include="System.Windows.Forms" />
117     <Reference Include="System.Xml" />
118     <Reference Include="TrackBar, Version=1.0.2516.574, Culture=neutral, PublicKeyToken=503bf28f63ad27b4">
119     <SpecificVersion>False</SpecificVersion>
120     <HintPath>..\TrackBar.dll</HintPath>
121     </Reference>
122     </ItemGroup>
123     <ItemGroup>
124     <Compile Include="..\TSControlPanel\frmConfigureControlPanel.cs">
125     <Link>frmConfigureControlPanel.cs</Link>
126     <SubType>Form</SubType>
127     </Compile>
128     <Compile Include="..\TSControlPanel\frmConfigureControlPanel.designer.cs">
129     <Link>frmConfigureControlPanel.designer.cs</Link>
130     <DependentUpon>frmConfigureControlPanel.cs</DependentUpon>
131     </Compile>
132     <Compile Include="BootPicture.cs" />
133     <Compile Include="DHCP.cs" />
134     <Compile Include="Environment.cs" />
135     <Compile Include="frmAboutPro.cs">
136     <SubType>Form</SubType>
137     </Compile>
138     <Compile Include="frmAboutPro.Designer.cs">
139     <DependentUpon>frmAboutPro.cs</DependentUpon>
140     </Compile>
141     <Compile Include="atsDataSet.Designer.cs">
142     <AutoGen>True</AutoGen>
143     <DesignTime>True</DesignTime>
144     <DependentUpon>atsDataSet.xsd</DependentUpon>
145     </Compile>
146     <Compile Include="Database.cs" />
147     <Compile Include="frmAddTerminalServer.cs">
148     <SubType>Form</SubType>
149     </Compile>
150     <Compile Include="frmAddTerminalServer.Designer.cs">
151     <DependentUpon>frmAddTerminalServer.cs</DependentUpon>
152     </Compile>
153     <Compile Include="frmAddTFTP.cs">
154     <SubType>Form</SubType>
155     </Compile>
156     <Compile Include="frmAddTFTP.Designer.cs">
157     <DependentUpon>frmAddTFTP.cs</DependentUpon>
158     </Compile>
159     <Compile Include="frmConfigInternalServices.cs">
160     <SubType>Form</SubType>
161     </Compile>
162     <Compile Include="frmConfigInternalServices.Designer.cs">
163     <DependentUpon>frmConfigInternalServices.cs</DependentUpon>
164     </Compile>
165     <Compile Include="frmConfigServices.cs">
166     <SubType>Form</SubType>
167     </Compile>
168     <Compile Include="frmConfigServices.Designer.cs">
169     <DependentUpon>frmConfigServices.cs</DependentUpon>
170     </Compile>
171     <Compile Include="Globals.cs" />
172     <Compile Include="frmClientProperties.cs">
173     <SubType>Form</SubType>
174     </Compile>
175     <Compile Include="frmClientProperties.Designer.cs">
176     <DependentUpon>frmClientProperties.cs</DependentUpon>
177     </Compile>
178     <Compile Include="frmAdmin.cs">
179     <SubType>Form</SubType>
180     </Compile>
181     <Compile Include="frmAdmin.Designer.cs">
182     <DependentUpon>frmAdmin.cs</DependentUpon>
183     </Compile>
184     <Compile Include="Image.cs" />
185     <Compile Include="ImageDesigntimeConfig.cs" />
186     <Compile Include="ImageRuntimeConfig.cs" />
187     <Compile Include="frmConfigMode.cs">
188     <SubType>Form</SubType>
189     </Compile>
190     <Compile Include="frmConfigMode.Designer.cs">
191     <DependentUpon>frmConfigMode.cs</DependentUpon>
192     </Compile>
193     <Compile Include="Keyboard.cs" />
194     <Compile Include="mknbi.cs" />
195     <Compile Include="Session.cs" />
196     <Compile Include="SessionList.cs" />
197     <Compile Include="ShareUtil.cs" />
198     <Compile Include="Program.cs" />
199     <Compile Include="Properties\AssemblyInfo.cs" />
200     <EmbeddedResource Include="..\TSControlPanel\frmConfigureControlPanel.resx">
201     <Link>frmConfigureControlPanel.resx</Link>
202     <DependentUpon>frmConfigureControlPanel.cs</DependentUpon>
203     <SubType>Designer</SubType>
204     </EmbeddedResource>
205     <EmbeddedResource Include="frmAboutPro.resx">
206     <SubType>Designer</SubType>
207     <DependentUpon>frmAboutPro.cs</DependentUpon>
208     </EmbeddedResource>
209     <EmbeddedResource Include="frmAddTerminalServer.resx">
210     <SubType>Designer</SubType>
211     <DependentUpon>frmAddTerminalServer.cs</DependentUpon>
212     </EmbeddedResource>
213     <EmbeddedResource Include="frmAddTFTP.resx">
214     <SubType>Designer</SubType>
215     <DependentUpon>frmAddTFTP.cs</DependentUpon>
216     </EmbeddedResource>
217     <EmbeddedResource Include="frmConfigInternalServices.resx">
218     <SubType>Designer</SubType>
219     <DependentUpon>frmConfigInternalServices.cs</DependentUpon>
220     </EmbeddedResource>
221     <EmbeddedResource Include="frmConfigServices.resx">
222     <SubType>Designer</SubType>
223     <DependentUpon>frmConfigServices.cs</DependentUpon>
224     </EmbeddedResource>
225     <EmbeddedResource Include="frmClientProperties.resx">
226     <SubType>Designer</SubType>
227     <DependentUpon>frmClientProperties.cs</DependentUpon>
228     </EmbeddedResource>
229     <EmbeddedResource Include="frmAdmin.resx">
230     <SubType>Designer</SubType>
231     <DependentUpon>frmAdmin.cs</DependentUpon>
232     </EmbeddedResource>
233     <EmbeddedResource Include="frmConfigMode.resx">
234     <SubType>Designer</SubType>
235     <DependentUpon>frmConfigMode.cs</DependentUpon>
236     </EmbeddedResource>
237     <EmbeddedResource Include="Properties\Resources.resx">
238     <Generator>ResXFileCodeGenerator</Generator>
239     <LastGenOutput>Resources.Designer.cs</LastGenOutput>
240     <SubType>Designer</SubType>
241     </EmbeddedResource>
242     <EmbeddedResource Include="Resource1.resx">
243     <SubType>Designer</SubType>
244     <Generator>ResXFileCodeGenerator</Generator>
245     <LastGenOutput>Resource1.Designer.cs</LastGenOutput>
246     </EmbeddedResource>
247     <Compile Include="Properties\Resources.Designer.cs">
248     <AutoGen>True</AutoGen>
249     <DependentUpon>Resources.resx</DependentUpon>
250     <DesignTime>True</DesignTime>
251     </Compile>
252     <None Include="Admin_TemporaryKey.pfx" />
253     <None Include="app.config" />
254     <None Include="atsDataSet.xsc">
255     <DependentUpon>atsDataSet.xsd</DependentUpon>
256     </None>
257     <None Include="atsDataSet.xsd">
258     <SubType>Designer</SubType>
259     <Generator>MSDataSetGenerator</Generator>
260     <LastGenOutput>atsDataSet.Designer.cs</LastGenOutput>
261     </None>
262     <None Include="atsDataSet.xss">
263     <DependentUpon>atsDataSet.xsd</DependentUpon>
264     </None>
265     <None Include="CreateDatabase.sql" />
266     <None Include="Properties\DataSources\AnywhereTS.atsDataSetTableAdapters.ClientTableAdapter.datasource" />
267     <None Include="Properties\Settings.settings">
268     <Generator>SettingsSingleFileGenerator</Generator>
269     <LastGenOutput>Settings.Designer.cs</LastGenOutput>
270     </None>
271     <None Include="UpdateDatabase1.sql" />
272     <None Include="UpdateDatabase2.sql" />
273     <None Include="UpdateDatabase3.sql" />
274     <None Include="UpdateDatabase4.sql" />
275     <Compile Include="Properties\Settings.Designer.cs">
276     <AutoGen>True</AutoGen>
277     <DependentUpon>Settings.settings</DependentUpon>
278     <DesignTimeSharedInput>True</DesignTimeSharedInput>
279     </Compile>
280     <Compile Include="ProSupport.cs" />
281     <Compile Include="Resource1.Designer.cs">
282     <AutoGen>True</AutoGen>
283     <DesignTime>True</DesignTime>
284     <DependentUpon>Resource1.resx</DependentUpon>
285     </Compile>
286     <Compile Include="TerminalServer.cs" />
287     <Compile Include="TerminalServices.cs" />
288     <Compile Include="TimeZone.cs" />
289     <Compile Include="UNCconverter.cs" />
290     <Compile Include="WebSupport.cs">
291     </Compile>
292     </ItemGroup>
293     <ItemGroup>
294     <Content Include="ats.ico" />
295     <Content Include="Resources\ats.ico" />
296     <Content Include="ats.mdf">
297     </Content>
298     <Content Include="ats_log.ldf">
299     <DependentUpon>ats.mdf</DependentUpon>
300     </Content>
301     <Content Include="Resources\Backgroundblue.jpg" />
302     <Content Include="Resources\WindowClient.png" />
303     <Content Include="Resources\WindowSession.png" />
304     <Content Include="Resources\WindowWelcome.png" />
305     </ItemGroup>
306     <ItemGroup>
307     <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
308     <Visible>False</Visible>
309     <ProductName>.NET Framework 2.0</ProductName>
310     <Install>true</Install>
311     </BootstrapperPackage>
312     <BootstrapperPackage Include="Microsoft.Sql.Server.Express.1.0">
313     <Visible>False</Visible>
314     <ProductName>SQL Server 2005 Express Edition</ProductName>
315     <Install>true</Install>
316     </BootstrapperPackage>
317     <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
318     <Visible>False</Visible>
319     <ProductName>Windows Installer 3.1</ProductName>
320     <Install>true</Install>
321     </BootstrapperPackage>
322     </ItemGroup>
323     <ItemGroup>
324     <ProjectReference Include="..\VBDLL\VBDLL.vbproj">
325     <Project>{828AA77D-5409-4017-9918-C3E74F3A541A}</Project>
326     <Name>VBDLL</Name>
327     </ProjectReference>
328     </ItemGroup>
329     <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
330     <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
331     Other similar extension points exist, see Microsoft.Common.targets.
332     <Target Name="BeforeBuild">
333     </Target>
334     <Target Name="AfterBuild">
335     </Target>
336     -->
337     <PropertyGroup>
338     <PostBuildEvent>copy "$(SolutionDir)ProHelp\AnywhereTS_tmphhp\AnywhereTS.chm" "$(TargetDir)"</PostBuildEvent>
339     </PropertyGroup>
340     </Project>