1 |
<?xml version="1.0" encoding="utf-8"?> |
<?xml version="1.0" encoding="utf-8"?> |
2 |
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5"> |
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0"> |
3 |
<PropertyGroup> |
<PropertyGroup> |
4 |
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
5 |
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
21 |
</SccAuxPath> |
</SccAuxPath> |
22 |
<SccProvider> |
<SccProvider> |
23 |
</SccProvider> |
</SccProvider> |
24 |
|
<FileUpgradeFlags> |
25 |
|
</FileUpgradeFlags> |
26 |
|
<OldToolsVersion>3.5</OldToolsVersion> |
27 |
|
<UpgradeBackupLocation> |
28 |
|
</UpgradeBackupLocation> |
29 |
|
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion> |
30 |
<PublishUrl>http://localhost/TSControlPanel/</PublishUrl> |
<PublishUrl>http://localhost/TSControlPanel/</PublishUrl> |
31 |
<Install>true</Install> |
<Install>true</Install> |
32 |
<InstallFrom>Web</InstallFrom> |
<InstallFrom>Web</InstallFrom> |
37 |
<UpdatePeriodically>false</UpdatePeriodically> |
<UpdatePeriodically>false</UpdatePeriodically> |
38 |
<UpdateRequired>false</UpdateRequired> |
<UpdateRequired>false</UpdateRequired> |
39 |
<MapFileExtensions>true</MapFileExtensions> |
<MapFileExtensions>true</MapFileExtensions> |
40 |
|
<ApplicationRevision>0</ApplicationRevision> |
41 |
<ApplicationVersion>3.3.0.%2a</ApplicationVersion> |
<ApplicationVersion>3.3.0.%2a</ApplicationVersion> |
42 |
|
<UseApplicationTrust>false</UseApplicationTrust> |
43 |
<BootstrapperEnabled>true</BootstrapperEnabled> |
<BootstrapperEnabled>true</BootstrapperEnabled> |
|
<FileUpgradeFlags> |
|
|
</FileUpgradeFlags> |
|
|
<OldToolsVersion>2.0</OldToolsVersion> |
|
|
<UpgradeBackupLocation> |
|
|
</UpgradeBackupLocation> |
|
|
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion> |
|
44 |
</PropertyGroup> |
</PropertyGroup> |
45 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
46 |
<DebugSymbols>true</DebugSymbols> |
<DebugSymbols>true</DebugSymbols> |
50 |
<DefineConstants>TRACE;DEBUG</DefineConstants> |
<DefineConstants>TRACE;DEBUG</DefineConstants> |
51 |
<ErrorReport>prompt</ErrorReport> |
<ErrorReport>prompt</ErrorReport> |
52 |
<WarningLevel>4</WarningLevel> |
<WarningLevel>4</WarningLevel> |
53 |
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> |
54 |
</PropertyGroup> |
</PropertyGroup> |
55 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
56 |
<DebugType>full</DebugType> |
<DebugType>full</DebugType> |
60 |
<ErrorReport>prompt</ErrorReport> |
<ErrorReport>prompt</ErrorReport> |
61 |
<WarningLevel>4</WarningLevel> |
<WarningLevel>4</WarningLevel> |
62 |
<DebugSymbols>true</DebugSymbols> |
<DebugSymbols>true</DebugSymbols> |
63 |
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> |
64 |
</PropertyGroup> |
</PropertyGroup> |
65 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Beta Debug|AnyCPU' "> |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Beta Debug|AnyCPU' "> |
66 |
<DebugSymbols>true</DebugSymbols> |
<DebugSymbols>true</DebugSymbols> |
71 |
<CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression> |
<CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression> |
72 |
<CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile> |
<CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile> |
73 |
<ErrorReport>prompt</ErrorReport> |
<ErrorReport>prompt</ErrorReport> |
74 |
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> |
75 |
</PropertyGroup> |
</PropertyGroup> |
76 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Beta Release|AnyCPU' "> |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Beta Release|AnyCPU' "> |
77 |
<OutputPath>bin\Release\</OutputPath> |
<OutputPath>bin\Release\</OutputPath> |
78 |
<DefineConstants>BETA</DefineConstants> |
<DefineConstants>BETA</DefineConstants> |
79 |
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> |
80 |
</PropertyGroup> |
</PropertyGroup> |
81 |
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
82 |
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
165 |
<RequiredTargetFramework>3.5</RequiredTargetFramework> |
<RequiredTargetFramework>3.5</RequiredTargetFramework> |
166 |
</Reference> |
</Reference> |
167 |
<Reference Include="System.Data" /> |
<Reference Include="System.Data" /> |
168 |
|
<Reference Include="System.Data.DataSetExtensions" /> |
169 |
<Reference Include="System.Deployment" /> |
<Reference Include="System.Deployment" /> |
170 |
<Reference Include="System.Drawing" /> |
<Reference Include="System.Drawing" /> |
171 |
<Reference Include="System.Management" /> |
<Reference Include="System.Management" /> |
178 |
</Reference> |
</Reference> |
179 |
</ItemGroup> |
</ItemGroup> |
180 |
<ItemGroup> |
<ItemGroup> |
181 |
|
<BootstrapperPackage Include="Microsoft.Net.Client.3.5"> |
182 |
|
<Visible>False</Visible> |
183 |
|
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> |
184 |
|
<Install>false</Install> |
185 |
|
</BootstrapperPackage> |
186 |
<BootstrapperPackage Include="Microsoft.Net.Framework.2.0"> |
<BootstrapperPackage Include="Microsoft.Net.Framework.2.0"> |
187 |
<Visible>False</Visible> |
<Visible>False</Visible> |
188 |
<ProductName>.NET Framework 2.0</ProductName> |
<ProductName>.NET Framework 2.0</ProductName> |
189 |
<Install>true</Install> |
<Install>true</Install> |
190 |
</BootstrapperPackage> |
</BootstrapperPackage> |
191 |
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> |
192 |
|
<Visible>False</Visible> |
193 |
|
<ProductName>.NET Framework 3.5 SP1</ProductName> |
194 |
|
<Install>false</Install> |
195 |
|
</BootstrapperPackage> |
196 |
<BootstrapperPackage Include="Microsoft.Sql.Server.Express.1.0"> |
<BootstrapperPackage Include="Microsoft.Sql.Server.Express.1.0"> |
197 |
<Visible>False</Visible> |
<Visible>False</Visible> |
198 |
<ProductName>SQL Server 2005 Express Edition</ProductName> |
<ProductName>SQL Server 2005 Express Edition</ProductName> |