1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project ToolsVersion =" 15.0" 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 >{C251E0F7-048A-421C-B648-43A5250C5A89}</ProjectGuid >
8
+ <OutputType >Library</OutputType >
9
+ <RootNamespace >Chart.js</RootNamespace >
10
+ <AssemblyName >Chart.js</AssemblyName >
11
+ <FileAlignment >512</FileAlignment >
12
+ <MyType >Windows</MyType >
13
+ <TargetFrameworkVersion >v3.5</TargetFrameworkVersion >
14
+ </PropertyGroup >
15
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
16
+ <DebugSymbols >true</DebugSymbols >
17
+ <DebugType >full</DebugType >
18
+ <DefineDebug >true</DefineDebug >
19
+ <DefineTrace >true</DefineTrace >
20
+ <OutputPath >bin\Debug\</OutputPath >
21
+ <DocumentationFile >Chart.js.xml</DocumentationFile >
22
+ <NoWarn >42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn >
23
+ </PropertyGroup >
24
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
25
+ <DebugType >pdbonly</DebugType >
26
+ <DefineDebug >false</DefineDebug >
27
+ <DefineTrace >true</DefineTrace >
28
+ <Optimize >true</Optimize >
29
+ <OutputPath >bin\Release\</OutputPath >
30
+ <DocumentationFile >Chart.js.xml</DocumentationFile >
31
+ <NoWarn >42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn >
32
+ </PropertyGroup >
33
+ <PropertyGroup >
34
+ <OptionExplicit >On</OptionExplicit >
35
+ </PropertyGroup >
36
+ <PropertyGroup >
37
+ <OptionCompare >Binary</OptionCompare >
38
+ </PropertyGroup >
39
+ <PropertyGroup >
40
+ <OptionStrict >Off</OptionStrict >
41
+ </PropertyGroup >
42
+ <PropertyGroup >
43
+ <OptionInfer >On</OptionInfer >
44
+ </PropertyGroup >
45
+ <ItemGroup >
46
+ <Reference Include =" DTIControls, Version=1.2.0.0, Culture=neutral, processorArchitecture=MSIL" >
47
+ <SpecificVersion >False</SpecificVersion >
48
+ <HintPath >..\..\DTIControls\_Output\DTIControls.dll</HintPath >
49
+ </Reference >
50
+ <Reference Include =" System" />
51
+ <Reference Include =" System.Data" />
52
+ <Reference Include =" System.Drawing" />
53
+ <Reference Include =" System.Web" />
54
+ <Reference Include =" System.Xml" />
55
+ <Reference Include =" System.Core" />
56
+ <Reference Include =" System.Xml.Linq" />
57
+ <Reference Include =" System.Data.DataSetExtensions" />
58
+ </ItemGroup >
59
+ <ItemGroup >
60
+ <Import Include =" Microsoft.VisualBasic" />
61
+ <Import Include =" System" />
62
+ <Import Include =" System.Collections" />
63
+ <Import Include =" System.Collections.Generic" />
64
+ <Import Include =" System.Data" />
65
+ <Import Include =" System.Diagnostics" />
66
+ <Import Include =" System.Linq" />
67
+ <Import Include =" System.Xml.Linq" />
68
+ </ItemGroup >
69
+ <ItemGroup >
70
+ <Compile Include =" Chart.vb" />
71
+ <Compile Include =" ChartjsGraph.ascx.designer.vb" >
72
+ <DependentUpon >ChartjsGraph.ascx</DependentUpon >
73
+ </Compile >
74
+ <Compile Include =" ChartjsGraph.ascx.vb" >
75
+ <DependentUpon >ChartjsGraph.ascx</DependentUpon >
76
+ <SubType >ASPXCodeBehind</SubType >
77
+ </Compile >
78
+ <Compile Include =" My Project\AssemblyInfo.vb" />
79
+ <Compile Include =" My Project\Application.Designer.vb" >
80
+ <AutoGen >True</AutoGen >
81
+ <DependentUpon >Application.myapp</DependentUpon >
82
+ </Compile >
83
+ <Compile Include =" My Project\Resources.Designer.vb" >
84
+ <AutoGen >True</AutoGen >
85
+ <DesignTime >True</DesignTime >
86
+ <DependentUpon >Resources.resx</DependentUpon >
87
+ </Compile >
88
+ <Compile Include =" My Project\Settings.Designer.vb" >
89
+ <AutoGen >True</AutoGen >
90
+ <DependentUpon >Settings.settings</DependentUpon >
91
+ <DesignTimeSharedInput >True</DesignTimeSharedInput >
92
+ </Compile >
93
+ </ItemGroup >
94
+ <ItemGroup >
95
+ <EmbeddedResource Include =" My Project\Resources.resx" >
96
+ <Generator >VbMyResourcesResXFileCodeGenerator</Generator >
97
+ <LastGenOutput >Resources.Designer.vb</LastGenOutput >
98
+ <CustomToolNamespace >My.Resources</CustomToolNamespace >
99
+ <SubType >Designer</SubType >
100
+ </EmbeddedResource >
101
+ </ItemGroup >
102
+ <ItemGroup >
103
+ <None Include =" My Project\Application.myapp" >
104
+ <Generator >MyApplicationCodeGenerator</Generator >
105
+ <LastGenOutput >Application.Designer.vb</LastGenOutput >
106
+ </None >
107
+ <None Include =" My Project\Settings.settings" >
108
+ <Generator >SettingsSingleFileGenerator</Generator >
109
+ <CustomToolNamespace >My</CustomToolNamespace >
110
+ <LastGenOutput >Settings.Designer.vb</LastGenOutput >
111
+ </None >
112
+ </ItemGroup >
113
+ <ItemGroup >
114
+ <EmbeddedResource Include =" ChartjsGraph.ascx" >
115
+ <SubType >ASPXCodeBehind</SubType >
116
+ </EmbeddedResource >
117
+ </ItemGroup >
118
+ <ItemGroup >
119
+ <EmbeddedResource Include =" Chart.bundle.min.js" />
120
+ </ItemGroup >
121
+ <ItemGroup >
122
+ <ProjectReference Include =" ..\Reporting\Reporting.vbproj" >
123
+ <Project >{9ad06030-79e7-4b75-a3f7-ebf9ca757047}</Project >
124
+ <Name >Reporting</Name >
125
+ </ProjectReference >
126
+ </ItemGroup >
127
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
128
+ </Project >
0 commit comments