1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project ToolsVersion =" 12.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <PropertyGroup >
4
+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
5
+ <Platform Condition =" '$(Platform)' == '' " >x86</Platform >
6
+ <ProductVersion >8.0.30703</ProductVersion >
7
+ <SchemaVersion >2.0</SchemaVersion >
8
+ <ProjectGuid >{09335BF5-9F20-4FD5-9948-4F88ABBE45BB}</ProjectGuid >
9
+ <OutputType >WinExe</OutputType >
10
+ <AppDesignerFolder >Properties</AppDesignerFolder >
11
+ <RootNamespace >CurvestreamExample</RootNamespace >
12
+ <AssemblyName >Curvestream Example</AssemblyName >
13
+ <TargetFrameworkVersion >v4.6.2</TargetFrameworkVersion >
14
+ <TargetFrameworkProfile >
15
+ </TargetFrameworkProfile >
16
+ <FileAlignment >512</FileAlignment >
17
+ </PropertyGroup >
18
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x86' " >
19
+ <PlatformTarget >x86</PlatformTarget >
20
+ <DebugSymbols >true</DebugSymbols >
21
+ <DebugType >full</DebugType >
22
+ <Optimize >false</Optimize >
23
+ <OutputPath >bin\Debug\</OutputPath >
24
+ <DefineConstants >DEBUG;TRACE</DefineConstants >
25
+ <ErrorReport >prompt</ErrorReport >
26
+ <WarningLevel >4</WarningLevel >
27
+ <Prefer32Bit >false</Prefer32Bit >
28
+ </PropertyGroup >
29
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x86' " >
30
+ <PlatformTarget >x86</PlatformTarget >
31
+ <DebugType >pdbonly</DebugType >
32
+ <Optimize >true</Optimize >
33
+ <OutputPath >bin\Release\</OutputPath >
34
+ <DefineConstants >TRACE</DefineConstants >
35
+ <ErrorReport >prompt</ErrorReport >
36
+ <WarningLevel >4</WarningLevel >
37
+ <Prefer32Bit >false</Prefer32Bit >
38
+ </PropertyGroup >
39
+ <ItemGroup >
40
+ <Reference Include =" Ivi.Visa, Version=5.8.0.0, Culture=neutral, PublicKeyToken=a128c98f1d7717c1, processorArchitecture=MSIL" />
41
+ <Reference Include =" System" />
42
+ <Reference Include =" System.Core" />
43
+ <Reference Include =" System.Xml.Linq" />
44
+ <Reference Include =" System.Data.DataSetExtensions" />
45
+ <Reference Include =" Microsoft.CSharp" />
46
+ <Reference Include =" System.Data" />
47
+ <Reference Include =" System.Deployment" />
48
+ <Reference Include =" System.Drawing" />
49
+ <Reference Include =" System.Windows.Forms" />
50
+ <Reference Include =" System.Xml" />
51
+ </ItemGroup >
52
+ <ItemGroup >
53
+ <Compile Include =" frmMain.cs" >
54
+ <SubType >Form</SubType >
55
+ </Compile >
56
+ <Compile Include =" frmMain.Designer.cs" >
57
+ <DependentUpon >frmMain.cs</DependentUpon >
58
+ </Compile >
59
+ <Compile Include =" Program.cs" />
60
+ <Compile Include =" Properties\AssemblyInfo.cs" />
61
+ <EmbeddedResource Include =" frmMain.resx" >
62
+ <DependentUpon >frmMain.cs</DependentUpon >
63
+ </EmbeddedResource >
64
+ <EmbeddedResource Include =" Properties\Resources.resx" >
65
+ <Generator >ResXFileCodeGenerator</Generator >
66
+ <LastGenOutput >Resources.Designer.cs</LastGenOutput >
67
+ <SubType >Designer</SubType >
68
+ </EmbeddedResource >
69
+ <Compile Include =" Properties\Resources.Designer.cs" >
70
+ <AutoGen >True</AutoGen >
71
+ <DependentUpon >Resources.resx</DependentUpon >
72
+ <DesignTime >True</DesignTime >
73
+ </Compile >
74
+ <None Include =" app.config" />
75
+ <None Include =" Properties\Settings.settings" >
76
+ <Generator >SettingsSingleFileGenerator</Generator >
77
+ <LastGenOutput >Settings.Designer.cs</LastGenOutput >
78
+ </None >
79
+ <Compile Include =" Properties\Settings.Designer.cs" >
80
+ <AutoGen >True</AutoGen >
81
+ <DependentUpon >Settings.settings</DependentUpon >
82
+ <DesignTimeSharedInput >True</DesignTimeSharedInput >
83
+ </Compile >
84
+ </ItemGroup >
85
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
86
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
87
+ Other similar extension points exist, see Microsoft.Common.targets.
88
+ <Target Name="BeforeBuild">
89
+ </Target>
90
+ <Target Name="AfterBuild">
91
+ </Target>
92
+ -->
93
+ </Project >
0 commit comments