initial commit
[CPE_learningsite] / CPE / CPE.App / CPE.App.NotifyConsole / CPE.App.NotifyConsole.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>{A71359A1-3731-436D-83E9-5EF779E4BF47}</ProjectGuid>
8     <OutputType>Exe</OutputType>
9     <AppDesignerFolder>Properties</AppDesignerFolder>
10     <RootNamespace>CPE.App.NotifyConsole</RootNamespace>
11     <AssemblyName>CPE.App.NotifyConsole</AssemblyName>
12     <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
13     <FileAlignment>512</FileAlignment>
14     <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
15     <IsWebBootstrapper>false</IsWebBootstrapper>
16     <PublishUrl>C:\Bitbucket\InteSolv\cpe-learningsite\CPE\CPE.Deployment\</PublishUrl>
17     <Install>true</Install>
18     <InstallFrom>Disk</InstallFrom>
19     <UpdateEnabled>false</UpdateEnabled>
20     <UpdateMode>Foreground</UpdateMode>
21     <UpdateInterval>7</UpdateInterval>
22     <UpdateIntervalUnits>Days</UpdateIntervalUnits>
23     <UpdatePeriodically>false</UpdatePeriodically>
24     <UpdateRequired>false</UpdateRequired>
25     <MapFileExtensions>true</MapFileExtensions>
26     <AutorunEnabled>true</AutorunEnabled>
27     <ApplicationRevision>1</ApplicationRevision>
28     <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
29     <UseApplicationTrust>false</UseApplicationTrust>
30     <PublishWizardCompleted>true</PublishWizardCompleted>
31     <BootstrapperEnabled>true</BootstrapperEnabled>
32   </PropertyGroup>
33   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
34     <PlatformTarget>AnyCPU</PlatformTarget>
35     <DebugSymbols>true</DebugSymbols>
36     <DebugType>full</DebugType>
37     <Optimize>false</Optimize>
38     <OutputPath>bin\Debug\</OutputPath>
39     <DefineConstants>DEBUG;TRACE</DefineConstants>
40     <ErrorReport>prompt</ErrorReport>
41     <WarningLevel>4</WarningLevel>
42   </PropertyGroup>
43   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
44     <PlatformTarget>AnyCPU</PlatformTarget>
45     <DebugType>pdbonly</DebugType>
46     <Optimize>true</Optimize>
47     <OutputPath>bin\Release\</OutputPath>
48     <DefineConstants>TRACE</DefineConstants>
49     <ErrorReport>prompt</ErrorReport>
50     <WarningLevel>4</WarningLevel>
51   </PropertyGroup>
52   <PropertyGroup>
53     <ManifestCertificateThumbprint>A2BACF5B9057EA4EF56AE0E6EE402A700579F069</ManifestCertificateThumbprint>
54   </PropertyGroup>
55   <PropertyGroup>
56     <ManifestKeyFile>CPE.App.NotifyConsole_1_TemporaryKey.pfx</ManifestKeyFile>
57   </PropertyGroup>
58   <PropertyGroup>
59     <GenerateManifests>true</GenerateManifests>
60   </PropertyGroup>
61   <PropertyGroup>
62     <SignManifests>false</SignManifests>
63   </PropertyGroup>
64   <ItemGroup>
65     <Reference Include="IBS.Connect.API">
66       <HintPath>..\..\CPE.Resources\IBS.Connect.API.dll</HintPath>
67     </Reference>
68     <Reference Include="log4net, Version=1.2.15.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
69       <HintPath>..\..\..\packages\log4net.2.0.5\lib\net45-full\log4net.dll</HintPath>
70       <Private>True</Private>
71     </Reference>
72     <Reference Include="System" />
73     <Reference Include="System.Configuration" />
74     <Reference Include="System.Core" />
75     <Reference Include="System.Data.Linq" />
76     <Reference Include="System.Xml.Linq" />
77     <Reference Include="System.Data.DataSetExtensions" />
78     <Reference Include="Microsoft.CSharp" />
79     <Reference Include="System.Data" />
80     <Reference Include="System.Net.Http" />
81     <Reference Include="System.Xml" />
82   </ItemGroup>
83   <ItemGroup>
84     <Compile Include="Extensions\ApplicationExtensions.cs" />
85     <Compile Include="Program.cs" />
86     <Compile Include="Properties\AssemblyInfo.cs" />
87     <Compile Include="Properties\Settings.Designer.cs">
88       <AutoGen>True</AutoGen>
89       <DesignTimeSharedInput>True</DesignTimeSharedInput>
90       <DependentUpon>Settings.settings</DependentUpon>
91     </Compile>
92   </ItemGroup>
93   <ItemGroup>
94     <None Include="App.config">
95       <SubType>Designer</SubType>
96     </None>
97     <None Include="packages.config" />
98     <None Include="Properties\Settings.settings">
99       <Generator>SettingsSingleFileGenerator</Generator>
100       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
101     </None>
102   </ItemGroup>
103   <ItemGroup>
104     <None Include="Templates\CertificateEmailBody.html">
105       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
106     </None>
107   </ItemGroup>
108   <ItemGroup>
109     <None Include="Templates\FailResultText.html">
110       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
111     </None>
112   </ItemGroup>
113   <ItemGroup>
114     <None Include="Templates\IneligibleResultText.html">
115       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
116     </None>
117   </ItemGroup>
118   <ItemGroup>
119     <None Include="Templates\PassResultText.html">
120       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
121     </None>
122   </ItemGroup>
123   <ItemGroup>
124     <None Include="Templates\WebcastCertificateEmailBody.html">
125       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
126     </None>
127   </ItemGroup>
128   <ItemGroup>
129     <None Include="Templates\WebcastFailEmailBody.html">
130       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
131     </None>
132   </ItemGroup>
133   <ItemGroup>
134     <None Include="Templates\WonkyResultText.html">
135       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
136     </None>
137   </ItemGroup>
138   <ItemGroup>
139     <Service Include="{3259AA49-8AA1-44D3-9025-A0B520596A8C}" />
140   </ItemGroup>
141   <ItemGroup>
142     <ProjectReference Include="..\CPE.App.Notify\CPE.App.Notify.csproj">
143       <Project>{c814752a-0024-4d1f-b0ff-01314b18efa7}</Project>
144       <Name>CPE.App.Notify</Name>
145     </ProjectReference>
146   </ItemGroup>
147   <ItemGroup>
148     <BootstrapperPackage Include=".NETFramework,Version=v4.5.2">
149       <Visible>False</Visible>
150       <ProductName>Microsoft .NET Framework 4.5.2 %28x86 and x64%29</ProductName>
151       <Install>true</Install>
152     </BootstrapperPackage>
153     <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
154       <Visible>False</Visible>
155       <ProductName>.NET Framework 3.5 SP1</ProductName>
156       <Install>false</Install>
157     </BootstrapperPackage>
158   </ItemGroup>
159   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
160   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
161        Other similar extension points exist, see Microsoft.Common.targets.
162   <Target Name="BeforeBuild">
163   </Target>
164   <Target Name="AfterBuild">
165   </Target>
166   -->
167 </Project>