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 >{EE19B344-ECDA-40B6-8A7B-710C23DA5D44}</ProjectGuid >
9+ <OutputType >WinExe</OutputType >
10+ <AppDesignerFolder >Properties</AppDesignerFolder >
11+ <RootNamespace >VCRControlCenter</RootNamespace >
12+ <AssemblyName >VCRNET Control Center</AssemblyName >
13+ <ApplicationIcon >TrayIcons\Standard.ICO</ApplicationIcon >
14+ <FileUpgradeFlags >
15+ </FileUpgradeFlags >
16+ <OldToolsVersion >3.5</OldToolsVersion >
17+ <UpgradeBackupLocation >
18+ </UpgradeBackupLocation >
19+ <TargetFrameworkVersion >v4.0</TargetFrameworkVersion >
20+ <SignAssembly >true</SignAssembly >
21+ <AssemblyOriginatorKeyFile >..\..\..\dvbnet4.snk</AssemblyOriginatorKeyFile >
22+ <TargetFrameworkProfile >
23+ </TargetFrameworkProfile >
24+ </PropertyGroup >
25+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
26+ <DebugSymbols >true</DebugSymbols >
27+ <DebugType >full</DebugType >
28+ <Optimize >false</Optimize >
29+ <OutputPath >..\WebClient41\Tools\</OutputPath >
30+ <DefineConstants >DEBUG;TRACE</DefineConstants >
31+ <ErrorReport >prompt</ErrorReport >
32+ <WarningLevel >4</WarningLevel >
33+ <UseVSHostingProcess >false</UseVSHostingProcess >
34+ <NoWarn >
35+ </NoWarn >
36+ <PlatformTarget >x86</PlatformTarget >
37+ <GenerateSerializationAssemblies >Off</GenerateSerializationAssemblies >
38+ <Prefer32Bit >false</Prefer32Bit >
39+ </PropertyGroup >
40+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
41+ <DebugType >pdbonly</DebugType >
42+ <Optimize >true</Optimize >
43+ <OutputPath >..\WebClient41\Tools\</OutputPath >
44+ <DefineConstants >TRACE</DefineConstants >
45+ <ErrorReport >prompt</ErrorReport >
46+ <WarningLevel >4</WarningLevel >
47+ <UseVSHostingProcess >false</UseVSHostingProcess >
48+ <NoWarn >
49+ </NoWarn >
50+ <PlatformTarget >x86</PlatformTarget >
51+ <GenerateSerializationAssemblies >Off</GenerateSerializationAssemblies >
52+ <Prefer32Bit >false</Prefer32Bit >
53+ </PropertyGroup >
54+ <ItemGroup >
55+ <Reference Include =" Newtonsoft.Json" >
56+ <HintPath >..\..\..\..\..\..\..\Program Files\Microsoft ASP.NET\ASP.NET MVC 4\Packages\Newtonsoft.Json.4.5.11\lib\net40\Newtonsoft.Json.dll</HintPath >
57+ </Reference >
58+ <Reference Include =" System" />
59+ <Reference Include =" System.configuration" />
60+ <Reference Include =" System.Core" >
61+ <RequiredTargetFramework >3.5</RequiredTargetFramework >
62+ </Reference >
63+ <Reference Include =" System.Data" />
64+ <Reference Include =" System.Deployment" />
65+ <Reference Include =" System.Drawing" />
66+ <Reference Include =" System.EnterpriseServices" />
67+ <Reference Include =" System.ServiceProcess" />
68+ <Reference Include =" System.Web.Services" />
69+ <Reference Include =" System.Windows.Forms" />
70+ <Reference Include =" System.Xml" />
71+ </ItemGroup >
72+ <ItemGroup >
73+ <Compile Include =" HibernateDialog.cs" >
74+ <SubType >Form</SubType >
75+ </Compile >
76+ <Compile Include =" PerServerSettings.cs" />
77+ <Compile Include =" ProcessingItem.cs" />
78+ <Compile Include =" ProfileInfo.cs" />
79+ <Compile Include =" Properties\Resources.Designer.cs" >
80+ <DependentUpon >Resources.resx</DependentUpon >
81+ <AutoGen >True</AutoGen >
82+ <DesignTime >True</DesignTime >
83+ </Compile >
84+ <Compile Include =" ServerInfo.cs" />
85+ <Compile Include =" VCRNETControl.cs" >
86+ <SubType >Form</SubType >
87+ </Compile >
88+ <Compile Include =" VCRNETControl.Designer.cs" >
89+ <DependentUpon >VCRNETControl.cs</DependentUpon >
90+ </Compile >
91+ <Compile Include =" Program.cs" />
92+ <Compile Include =" Properties\AssemblyInfo.cs" />
93+ <EmbeddedResource Include =" Properties\Resources.de.resx" >
94+ <Generator >ResXFileCodeGenerator</Generator >
95+ <LastGenOutput >Resources.de.Designer.cs</LastGenOutput >
96+ <SubType >Designer</SubType >
97+ </EmbeddedResource >
98+ <EmbeddedResource Include =" VCRNETControl.resx" >
99+ <SubType >Designer</SubType >
100+ <DependentUpon >VCRNETControl.cs</DependentUpon >
101+ </EmbeddedResource >
102+ <Compile Include =" Properties\Resources.de.Designer.cs" >
103+ <AutoGen >True</AutoGen >
104+ <DependentUpon >Resources.de.resx</DependentUpon >
105+ <DesignTime >True</DesignTime >
106+ </Compile >
107+ <None Include =" app.config" />
108+ <Content Include =" Properties\Settings.settings" >
109+ <Generator >SettingsSingleFileGenerator</Generator >
110+ <LastGenOutput >Settings.Designer.cs</LastGenOutput >
111+ </Content >
112+ <Compile Include =" Properties\Settings.Designer.cs" >
113+ <AutoGen >True</AutoGen >
114+ <DependentUpon >Settings.settings</DependentUpon >
115+ <DesignTimeSharedInput >True</DesignTimeSharedInput >
116+ </Compile >
117+ <Compile Include =" VCRNETRestProxy.cs" />
118+ </ItemGroup >
119+ <ItemGroup >
120+ <EmbeddedResource Include =" TrayIcons\Blue.ICO" />
121+ </ItemGroup >
122+ <ItemGroup >
123+ <EmbeddedResource Include =" TrayIcons\Green.ICO" />
124+ </ItemGroup >
125+ <ItemGroup >
126+ <EmbeddedResource Include =" TrayIcons\Red.ICO" />
127+ </ItemGroup >
128+ <ItemGroup >
129+ <EmbeddedResource Include =" TrayIcons\Standard.ICO" />
130+ </ItemGroup >
131+ <ItemGroup >
132+ <EmbeddedResource Include =" HibernateDialog.de.resx" >
133+ <DependentUpon >HibernateDialog.cs</DependentUpon >
134+ <SubType >Designer</SubType >
135+ </EmbeddedResource >
136+ <EmbeddedResource Include =" HibernateDialog.resx" >
137+ <DependentUpon >HibernateDialog.cs</DependentUpon >
138+ <SubType >Designer</SubType >
139+ </EmbeddedResource >
140+ <EmbeddedResource Include =" Properties\Resources.resx" >
141+ <Generator >ResXFileCodeGenerator</Generator >
142+ <LastGenOutput >Resources.Designer.cs</LastGenOutput >
143+ <SubType >Designer</SubType >
144+ </EmbeddedResource >
145+ <EmbeddedResource Include =" TrayIcons\Yellow.ICO" />
146+ <EmbeddedResource Include =" VCRNETControl.de.resx" >
147+ <SubType >Designer</SubType >
148+ <DependentUpon >VCRNETControl.cs</DependentUpon >
149+ </EmbeddedResource >
150+ </ItemGroup >
151+ <ItemGroup >
152+ <EmbeddedResource Include =" Icons\Connected.ico" />
153+ </ItemGroup >
154+ <ItemGroup >
155+ <WebReferences Include =" Web References\" />
156+ </ItemGroup >
157+ <Import Project =" $(MSBuildBinPath)\Microsoft.CSharp.targets" />
158+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
159+ Other similar extension points exist, see Microsoft.Common.targets.
160+ <Target Name="BeforeBuild">
161+ </Target>
162+ <Target Name="AfterBuild">
163+ </Target>
164+ -->
165+ </Project >
0 commit comments