initial commit
[CPE_learningsite] / CPE / CPE.App / CPE.App.NotifyService / CPE.App.NotifyService.csproj
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4   <PropertyGroup>
5     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7     <ProjectGuid>{165A20D7-30C3-4CAB-8BC1-D4C23219B633}</ProjectGuid>
8     <OutputType>WinExe</OutputType>
9     <AppDesignerFolder>Properties</AppDesignerFolder>
10     <RootNamespace>CPE.App.NotifyService</RootNamespace>
11     <AssemblyName>CPE.App.NotifyService</AssemblyName>
12     <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
13     <FileAlignment>512</FileAlignment>
14     <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
15     <PublishUrl>publish\</PublishUrl>
16     <Install>true</Install>
17     <InstallFrom>Disk</InstallFrom>
18     <UpdateEnabled>false</UpdateEnabled>
19     <UpdateMode>Foreground</UpdateMode>
20     <UpdateInterval>7</UpdateInterval>
21     <UpdateIntervalUnits>Days</UpdateIntervalUnits>
22     <UpdatePeriodically>false</UpdatePeriodically>
23     <UpdateRequired>false</UpdateRequired>
24     <MapFileExtensions>true</MapFileExtensions>
25     <ApplicationRevision>0</ApplicationRevision>
26     <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
27     <IsWebBootstrapper>false</IsWebBootstrapper>
28     <UseApplicationTrust>false</UseApplicationTrust>
29     <BootstrapperEnabled>true</BootstrapperEnabled>
30   </PropertyGroup>
31   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
32     <PlatformTarget>AnyCPU</PlatformTarget>
33     <DebugSymbols>true</DebugSymbols>
34     <DebugType>full</DebugType>
35     <Optimize>false</Optimize>
36     <OutputPath>bin\Debug\</OutputPath>
37     <DefineConstants>DEBUG;TRACE</DefineConstants>
38     <ErrorReport>prompt</ErrorReport>
39     <WarningLevel>4</WarningLevel>
40   </PropertyGroup>
41   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
42     <PlatformTarget>AnyCPU</PlatformTarget>
43     <DebugType>pdbonly</DebugType>
44     <Optimize>true</Optimize>
45     <OutputPath>bin\Release\</OutputPath>
46     <DefineConstants>TRACE</DefineConstants>
47     <ErrorReport>prompt</ErrorReport>
48     <WarningLevel>4</WarningLevel>
49   </PropertyGroup>
50   <ItemGroup>
51     <Reference Include="log4net, Version=1.2.15.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
52       <HintPath>..\..\..\packages\log4net.2.0.5\lib\net45-full\log4net.dll</HintPath>
53       <Private>True</Private>
54     </Reference>
55     <Reference Include="System" />
56     <Reference Include="System.Configuration" />
57     <Reference Include="System.Configuration.Install" />
58     <Reference Include="System.Core" />
59     <Reference Include="System.Management" />
60     <Reference Include="System.Xml.Linq" />
61     <Reference Include="System.Data.DataSetExtensions" />
62     <Reference Include="Microsoft.CSharp" />
63     <Reference Include="System.Data" />
64     <Reference Include="System.Net.Http" />
65     <Reference Include="System.ServiceProcess" />
66     <Reference Include="System.Xml" />
67   </ItemGroup>
68   <ItemGroup>
69     <Compile Include="CPEMonitor.cs">
70       <SubType>Component</SubType>
71     </Compile>
72     <Compile Include="CPEMonitor.Designer.cs">
73       <DependentUpon>CPEMonitor.cs</DependentUpon>
74     </Compile>
75     <Compile Include="Program.cs" />
76     <Compile Include="ProjectInstaller.cs">
77       <SubType>Component</SubType>
78     </Compile>
79     <Compile Include="ProjectInstaller.Designer.cs">
80       <DependentUpon>ProjectInstaller.cs</DependentUpon>
81     </Compile>
82     <Compile Include="Properties\AssemblyInfo.cs" />
83     <Compile Include="Worker.cs" />
84   </ItemGroup>
85   <ItemGroup>
86     <None Include="App.config" />
87     <None Include="packages.config" />
88   </ItemGroup>
89   <ItemGroup>
90     <ProjectReference Include="..\CPE.App.Notify\CPE.App.Notify.csproj">
91       <Project>{c814752a-0024-4d1f-b0ff-01314b18efa7}</Project>
92       <Name>CPE.App.Notify</Name>
93     </ProjectReference>
94   </ItemGroup>
95   <ItemGroup>
96     <EmbeddedResource Include="CPEMonitor.resx">
97       <DependentUpon>CPEMonitor.cs</DependentUpon>
98     </EmbeddedResource>
99     <EmbeddedResource Include="ProjectInstaller.resx">
100       <DependentUpon>ProjectInstaller.cs</DependentUpon>
101     </EmbeddedResource>
102   </ItemGroup>
103   <ItemGroup>
104     <Folder Include="Models\Partials\" />
105   </ItemGroup>
106   <ItemGroup>
107     <BootstrapperPackage Include=".NETFramework,Version=v4.5.2">
108       <Visible>False</Visible>
109       <ProductName>Microsoft .NET Framework 4.5.2 %28x86 and x64%29</ProductName>
110       <Install>true</Install>
111     </BootstrapperPackage>
112     <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
113       <Visible>False</Visible>
114       <ProductName>.NET Framework 3.5 SP1</ProductName>
115       <Install>false</Install>
116     </BootstrapperPackage>
117   </ItemGroup>
118   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
119   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
120        Other similar extension points exist, see Microsoft.Common.targets.
121   <Target Name="BeforeBuild">
122   </Target>
123   <Target Name="AfterBuild">
124   </Target>
125   -->
126 </Project>