1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion =" 4.0" >
3
+ <PropertyGroup >
4
+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
5
+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
6
+ <ProductVersion >9.0.30729</ProductVersion >
7
+ <SchemaVersion >2.0</SchemaVersion >
8
+ <ProjectGuid >{D0FD6FEC-F7B8-406A-9B87-16FF3F5472BE}</ProjectGuid >
9
+ <OutputType >Library</OutputType >
10
+ <AppDesignerFolder >Properties</AppDesignerFolder >
11
+ <RootNamespace >ArgusTV.Common</RootNamespace >
12
+ <AssemblyName >ArgusTV.Common</AssemblyName >
13
+ <SccProjectName >Svn</SccProjectName >
14
+ <SccLocalPath >Svn</SccLocalPath >
15
+ <SccAuxPath >Svn</SccAuxPath >
16
+ <SccProvider >SubversionScc</SccProvider >
17
+ <FileUpgradeFlags >
18
+ </FileUpgradeFlags >
19
+ <UpgradeBackupLocation >
20
+ </UpgradeBackupLocation >
21
+ <TargetFrameworkVersion >v4.0</TargetFrameworkVersion >
22
+ <IsWebBootstrapper >true</IsWebBootstrapper >
23
+ <SignAssembly >false</SignAssembly >
24
+ <AssemblyOriginatorKeyFile >..\ArgusTV.SolutionItems\ArgusTV.snk</AssemblyOriginatorKeyFile >
25
+ <OldToolsVersion >3.5</OldToolsVersion >
26
+ <PublishUrl >http://localhost/TvScheduler.Common/</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
+ <TargetFrameworkProfile />
41
+ </PropertyGroup >
42
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
43
+ <DebugSymbols >true</DebugSymbols >
44
+ <DebugType >full</DebugType >
45
+ <Optimize >false</Optimize >
46
+ <OutputPath >bin\Debug\</OutputPath >
47
+ <DefineConstants >DEBUG;TRACE</DefineConstants >
48
+ <ErrorReport >prompt</ErrorReport >
49
+ <WarningLevel >4</WarningLevel >
50
+ <CodeAnalysisRuleSet >AllRules.ruleset</CodeAnalysisRuleSet >
51
+ </PropertyGroup >
52
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
53
+ <DebugType >pdbonly</DebugType >
54
+ <Optimize >true</Optimize >
55
+ <OutputPath >bin\Release\</OutputPath >
56
+ <DefineConstants >TRACE</DefineConstants >
57
+ <ErrorReport >prompt</ErrorReport >
58
+ <WarningLevel >4</WarningLevel >
59
+ <DocumentationFile >
60
+ </DocumentationFile >
61
+ <CodeAnalysisRuleSet >AllRules.ruleset</CodeAnalysisRuleSet >
62
+ </PropertyGroup >
63
+ <PropertyGroup >
64
+ <RunPostBuildEvent >OnOutputUpdated</RunPostBuildEvent >
65
+ </PropertyGroup >
66
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Test|AnyCPU'" >
67
+ <OutputPath >bin\Test\</OutputPath >
68
+ <DefineConstants >TRACE</DefineConstants >
69
+ <Optimize >true</Optimize >
70
+ <DebugType >pdbonly</DebugType >
71
+ <PlatformTarget >AnyCPU</PlatformTarget >
72
+ <CodeAnalysisLogFile >bin\Release\ArgusTV.Common.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile >
73
+ <CodeAnalysisUseTypeNameInSuppression >true</CodeAnalysisUseTypeNameInSuppression >
74
+ <CodeAnalysisModuleSuppressionsFile >GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile >
75
+ <ErrorReport >prompt</ErrorReport >
76
+ <CodeAnalysisRuleSet >AllRules.ruleset</CodeAnalysisRuleSet >
77
+ <CodeAnalysisRuleSetDirectories >;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories >
78
+ <CodeAnalysisIgnoreBuiltInRuleSets >true</CodeAnalysisIgnoreBuiltInRuleSets >
79
+ <CodeAnalysisRuleDirectories >;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories >
80
+ <CodeAnalysisIgnoreBuiltInRules >true</CodeAnalysisIgnoreBuiltInRules >
81
+ </PropertyGroup >
82
+ <ItemGroup >
83
+ <Reference Include =" ArgusTV.DataContracts" >
84
+ <HintPath >..\ReferencedAssemblies\ArgusTV.DataContracts.dll</HintPath >
85
+ </Reference >
86
+ <Reference Include =" log4net" >
87
+ <HintPath >..\ReferencedAssemblies\log4net.dll</HintPath >
88
+ </Reference >
89
+ <Reference Include =" System" />
90
+ <Reference Include =" System.Core" >
91
+ <RequiredTargetFramework >3.5</RequiredTargetFramework >
92
+ </Reference >
93
+ <Reference Include =" System.Data" />
94
+ <Reference Include =" System.Drawing" />
95
+ <Reference Include =" System.Management" />
96
+ <Reference Include =" System.Runtime.Serialization" />
97
+ <Reference Include =" System.ServiceModel" />
98
+ <Reference Include =" System.Xml" />
99
+ </ItemGroup >
100
+ <ItemGroup >
101
+ <Compile Include =" ComputerInfo.cs" />
102
+ <Compile Include =" Logging\LogDurationScope.cs" />
103
+ <Compile Include =" Logging\Logger.cs" />
104
+ <Compile Include =" FileAdsStreams.cs" />
105
+ <Compile Include =" OperatingSystem.cs" />
106
+ <Compile Include =" Properties\AssemblyInfo.cs" />
107
+ <Compile Include =" ShareExplorer.cs" />
108
+ <Compile Include =" ShareInfo.cs" />
109
+ <Compile Include =" StringExtensions.cs" />
110
+ <Compile Include =" Threading\WorkerThread.cs" />
111
+ <Compile Include =" UncConverter.cs" />
112
+ <Compile Include =" Utility.cs" />
113
+ </ItemGroup >
114
+ <ItemGroup >
115
+ <BootstrapperPackage Include =" Microsoft.Net.Client.3.5" >
116
+ <Visible >False</Visible >
117
+ <ProductName >.NET Framework 3.5 SP1 Client Profile</ProductName >
118
+ <Install >false</Install >
119
+ </BootstrapperPackage >
120
+ <BootstrapperPackage Include =" Microsoft.Net.Framework.2.0" >
121
+ <Visible >False</Visible >
122
+ <ProductName >.NET Framework 2.0 %28x86%29</ProductName >
123
+ <Install >true</Install >
124
+ </BootstrapperPackage >
125
+ <BootstrapperPackage Include =" Microsoft.Net.Framework.3.0" >
126
+ <Visible >False</Visible >
127
+ <ProductName >.NET Framework 3.0 %28x86%29</ProductName >
128
+ <Install >false</Install >
129
+ </BootstrapperPackage >
130
+ <BootstrapperPackage Include =" Microsoft.Net.Framework.3.5" >
131
+ <Visible >False</Visible >
132
+ <ProductName >.NET Framework 3.5</ProductName >
133
+ <Install >false</Install >
134
+ </BootstrapperPackage >
135
+ <BootstrapperPackage Include =" Microsoft.Net.Framework.3.5.SP1" >
136
+ <Visible >False</Visible >
137
+ <ProductName >.NET Framework 3.5 SP1</ProductName >
138
+ <Install >false</Install >
139
+ </BootstrapperPackage >
140
+ </ItemGroup >
141
+ <ItemGroup />
142
+ <Import Project =" $(MSBuildBinPath)\Microsoft.CSharp.targets" />
143
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
144
+ Other similar extension points exist, see Microsoft.Common.targets.
145
+ <Target Name="BeforeBuild">
146
+ </Target>
147
+ <Target Name="AfterBuild">
148
+ </Target>
149
+ -->
150
+ <PropertyGroup >
151
+ <PostBuildEvent >
152
+ </PostBuildEvent >
153
+ </PropertyGroup >
154
+ </Project >
0 commit comments