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 >{881F7039-10CA-4670-8557-D727892688FB}</ProjectGuid >
8
+ <OutputType >Exe</OutputType >
9
+ <StartupObject >Scripts.Module1</StartupObject >
10
+ <RootNamespace >Scripts</RootNamespace >
11
+ <AssemblyName >Scripts</AssemblyName >
12
+ <FileAlignment >512</FileAlignment >
13
+ <MyType >Console</MyType >
14
+ <TargetFrameworkVersion >v4.5.2</TargetFrameworkVersion >
15
+ <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
16
+ <PublishUrl >publish\</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
+ <ApplicationRevision >0</ApplicationRevision >
27
+ <ApplicationVersion >1.0.0.%2a</ApplicationVersion >
28
+ <IsWebBootstrapper >false</IsWebBootstrapper >
29
+ <UseApplicationTrust >false</UseApplicationTrust >
30
+ <BootstrapperEnabled >true</BootstrapperEnabled >
31
+ </PropertyGroup >
32
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
33
+ <PlatformTarget >AnyCPU</PlatformTarget >
34
+ <DebugSymbols >true</DebugSymbols >
35
+ <DebugType >full</DebugType >
36
+ <DefineDebug >true</DefineDebug >
37
+ <DefineTrace >true</DefineTrace >
38
+ <OutputPath >bin\Debug\</OutputPath >
39
+ <DocumentationFile >Scripts.xml</DocumentationFile >
40
+ <NoWarn >42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn >
41
+ </PropertyGroup >
42
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
43
+ <PlatformTarget >AnyCPU</PlatformTarget >
44
+ <DebugType >pdbonly</DebugType >
45
+ <DefineDebug >false</DefineDebug >
46
+ <DefineTrace >true</DefineTrace >
47
+ <Optimize >true</Optimize >
48
+ <OutputPath >bin\Release\</OutputPath >
49
+ <DocumentationFile >Scripts.xml</DocumentationFile >
50
+ <NoWarn >42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn >
51
+ </PropertyGroup >
52
+ <PropertyGroup >
53
+ <OptionExplicit >On</OptionExplicit >
54
+ </PropertyGroup >
55
+ <PropertyGroup >
56
+ <OptionCompare >Binary</OptionCompare >
57
+ </PropertyGroup >
58
+ <PropertyGroup >
59
+ <OptionStrict >Off</OptionStrict >
60
+ </PropertyGroup >
61
+ <PropertyGroup >
62
+ <OptionInfer >On</OptionInfer >
63
+ </PropertyGroup >
64
+ <ItemGroup >
65
+ <Reference Include =" System" />
66
+ <Reference Include =" System.Data" />
67
+ <Reference Include =" System.Deployment" />
68
+ <Reference Include =" System.Xml" />
69
+ <Reference Include =" System.Core" />
70
+ <Reference Include =" System.Xml.Linq" />
71
+ <Reference Include =" System.Data.DataSetExtensions" />
72
+ <Reference Include =" System.Net.Http" />
73
+ </ItemGroup >
74
+ <ItemGroup >
75
+ <Import Include =" Microsoft.VisualBasic" />
76
+ <Import Include =" System" />
77
+ <Import Include =" System.Collections" />
78
+ <Import Include =" System.Collections.Generic" />
79
+ <Import Include =" System.Data" />
80
+ <Import Include =" System.Diagnostics" />
81
+ <Import Include =" System.Linq" />
82
+ <Import Include =" System.Xml.Linq" />
83
+ <Import Include =" System.Threading.Tasks" />
84
+ </ItemGroup >
85
+ <ItemGroup >
86
+ <Compile Include =" My Project\AssemblyInfo.vb" />
87
+ <Compile Include =" My Project\Application.Designer.vb" >
88
+ <AutoGen >True</AutoGen >
89
+ <DependentUpon >Application.myapp</DependentUpon >
90
+ </Compile >
91
+ <Compile Include =" My Project\Resources.Designer.vb" >
92
+ <AutoGen >True</AutoGen >
93
+ <DesignTime >True</DesignTime >
94
+ <DependentUpon >Resources.resx</DependentUpon >
95
+ </Compile >
96
+ <Compile Include =" My Project\Settings.Designer.vb" >
97
+ <AutoGen >True</AutoGen >
98
+ <DependentUpon >Settings.settings</DependentUpon >
99
+ <DesignTimeSharedInput >True</DesignTimeSharedInput >
100
+ </Compile >
101
+ <Compile Include =" Scripts\CandyStripe.vb" />
102
+ <Compile Include =" Scripts\HeatMapColor.vb" />
103
+ <Compile Include =" Scripts\HeatMapColorGradate.vb" />
104
+ </ItemGroup >
105
+ <ItemGroup >
106
+ <EmbeddedResource Include =" My Project\Resources.resx" >
107
+ <Generator >VbMyResourcesResXFileCodeGenerator</Generator >
108
+ <LastGenOutput >Resources.Designer.vb</LastGenOutput >
109
+ <CustomToolNamespace >My.Resources</CustomToolNamespace >
110
+ <SubType >Designer</SubType >
111
+ </EmbeddedResource >
112
+ </ItemGroup >
113
+ <ItemGroup >
114
+ <None Include =" Documentation\Report Requirements.docx" />
115
+ <None Include =" Documentation\Report Style Guide.docx" />
116
+ <None Include =" Documentation\Report Unit Testing Checklist.docx" />
117
+ <None Include =" My Project\Application.myapp" >
118
+ <Generator >MyApplicationCodeGenerator</Generator >
119
+ <LastGenOutput >Application.Designer.vb</LastGenOutput >
120
+ </None >
121
+ <None Include =" My Project\Settings.settings" >
122
+ <Generator >SettingsSingleFileGenerator</Generator >
123
+ <CustomToolNamespace >My</CustomToolNamespace >
124
+ <LastGenOutput >Settings.Designer.vb</LastGenOutput >
125
+ </None >
126
+ <None Include =" App.config" />
127
+ </ItemGroup >
128
+ <ItemGroup >
129
+ <Content Include =" Scripts\UpdateSubscriptionOwner.sql" />
130
+ </ItemGroup >
131
+ <ItemGroup >
132
+ <BootstrapperPackage Include =" .NETFramework,Version=v4.5.2" >
133
+ <Visible >False</Visible >
134
+ <ProductName >Microsoft .NET Framework 4.5.2 %28x86 and x64%29</ProductName >
135
+ <Install >true</Install >
136
+ </BootstrapperPackage >
137
+ <BootstrapperPackage Include =" Microsoft.Net.Framework.3.5.SP1" >
138
+ <Visible >False</Visible >
139
+ <ProductName >.NET Framework 3.5 SP1</ProductName >
140
+ <Install >false</Install >
141
+ </BootstrapperPackage >
142
+ </ItemGroup >
143
+ <ItemGroup />
144
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
145
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
146
+ Other similar extension points exist, see Microsoft.Common.targets.
147
+ <Target Name="BeforeBuild">
148
+ </Target>
149
+ <Target Name="AfterBuild">
150
+ </Target>
151
+ -->
152
+ </Project >
0 commit comments