-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathSample.VbNet.vbproj
More file actions
45 lines (45 loc) · 1.76 KB
/
Sample.VbNet.vbproj
File metadata and controls
45 lines (45 loc) · 1.76 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{4CB034BA-C4FB-48EE-8C57-ED010E2D85E9}</ProjectGuid>
<OutputType>Exe</OutputType>
<RootNamespace>Sample.VbNet</RootNamespace>
<AssemblyName>Sample.VbNet</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\Debug</OutputPath>
<ErrorReport>prompt</ErrorReport>
<DefineTrace>false</DefineTrace>
<DefineDebug>false</DefineDebug>
<Externalconsole>true</Externalconsole>
<AdditionalParameters>
</AdditionalParameters>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<OutputPath>bin\Release</OutputPath>
<ErrorReport>prompt</ErrorReport>
<Externalconsole>true</Externalconsole>
<DefineDebug>false</DefineDebug>
<DefineTrace>false</DefineTrace>
<AdditionalParameters>
</AdditionalParameters>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
</ItemGroup>
<ItemGroup>
<Compile Include="Application.vb" />
<Compile Include="AssemblyInfo.vb" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.targets" />
<ItemGroup>
<ProjectReference Include="..\eDmx.ArtNet\eDmx.ArtNet.csproj">
<Project>{82991D6F-D554-41EE-AF8B-A110FCE19D00}</Project>
<Name>eDmx.ArtNet</Name>
</ProjectReference>
</ItemGroup>
</Project>