/Visual Studio 2008/VBRemotingSharedLibrary/VBRemotingSharedLibrary.vbproj
MSBuild | 110 lines | 103 code | 0 blank | 7 comment | 0 complexity | 3edf7a085d345da3e94b7102df82ca99 MD5 | raw file
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <PropertyGroup>
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion>9.0.30729</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{B542E17D-30C0-422B-8D67-00CB3AE48ECC}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 <RootNamespace>RemotingShared</RootNamespace>
11 <AssemblyName>VBRemotingSharedLibrary</AssemblyName>
12 <FileAlignment>512</FileAlignment>
13 <MyType>Windows</MyType>
14 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
15 <OptionExplicit>On</OptionExplicit>
16 <OptionCompare>Binary</OptionCompare>
17 <OptionStrict>Off</OptionStrict>
18 <OptionInfer>On</OptionInfer>
19 </PropertyGroup>
20 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
21 <DebugSymbols>true</DebugSymbols>
22 <DebugType>full</DebugType>
23 <DefineDebug>true</DefineDebug>
24 <DefineTrace>true</DefineTrace>
25 <OutputPath>..\Debug\</OutputPath>
26 <DocumentationFile>VBRemotingSharedLibrary.xml</DocumentationFile>
27 <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
28 </PropertyGroup>
29 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
30 <DebugType>pdbonly</DebugType>
31 <DefineDebug>false</DefineDebug>
32 <DefineTrace>true</DefineTrace>
33 <Optimize>true</Optimize>
34 <OutputPath>..\Release\</OutputPath>
35 <DocumentationFile>VBRemotingSharedLibrary.xml</DocumentationFile>
36 <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
37 </PropertyGroup>
38 <ItemGroup>
39 <Reference Include="System" />
40 <Reference Include="System.Data" />
41 <Reference Include="System.Xml" />
42 <Reference Include="System.Core">
43 <RequiredTargetFramework>3.5</RequiredTargetFramework>
44 </Reference>
45 <Reference Include="System.Xml.Linq">
46 <RequiredTargetFramework>3.5</RequiredTargetFramework>
47 </Reference>
48 <Reference Include="System.Data.DataSetExtensions">
49 <RequiredTargetFramework>3.5</RequiredTargetFramework>
50 </Reference>
51 </ItemGroup>
52 <ItemGroup>
53 <Import Include="Microsoft.VisualBasic" />
54 <Import Include="System" />
55 <Import Include="System.Collections" />
56 <Import Include="System.Collections.Generic" />
57 <Import Include="System.Data" />
58 <Import Include="System.Diagnostics" />
59 <Import Include="System.Linq" />
60 <Import Include="System.Xml.Linq" />
61 </ItemGroup>
62 <ItemGroup>
63 <Compile Include="ClientActivatedObject.vb" />
64 <Compile Include="My Project\AssemblyInfo.vb" />
65 <Compile Include="My Project\Application.Designer.vb">
66 <AutoGen>True</AutoGen>
67 <DependentUpon>Application.myapp</DependentUpon>
68 </Compile>
69 <Compile Include="My Project\Resources.Designer.vb">
70 <AutoGen>True</AutoGen>
71 <DesignTime>True</DesignTime>
72 <DependentUpon>Resources.resx</DependentUpon>
73 </Compile>
74 <Compile Include="My Project\Settings.Designer.vb">
75 <AutoGen>True</AutoGen>
76 <DependentUpon>Settings.settings</DependentUpon>
77 <DesignTimeSharedInput>True</DesignTimeSharedInput>
78 </Compile>
79 </ItemGroup>
80 <ItemGroup>
81 <EmbeddedResource Include="My Project\Resources.resx">
82 <Generator>VbMyResourcesResXFileCodeGenerator</Generator>
83 <LastGenOutput>Resources.Designer.vb</LastGenOutput>
84 <CustomToolNamespace>My.Resources</CustomToolNamespace>
85 <SubType>Designer</SubType>
86 </EmbeddedResource>
87 </ItemGroup>
88 <ItemGroup>
89 <None Include="My Project\Application.myapp">
90 <Generator>MyApplicationCodeGenerator</Generator>
91 <LastGenOutput>Application.Designer.vb</LastGenOutput>
92 </None>
93 <None Include="My Project\Settings.settings">
94 <Generator>SettingsSingleFileGenerator</Generator>
95 <CustomToolNamespace>My</CustomToolNamespace>
96 <LastGenOutput>Settings.Designer.vb</LastGenOutput>
97 </None>
98 </ItemGroup>
99 <ItemGroup>
100 <Content Include="ReadMe.txt" />
101 </ItemGroup>
102 <Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
103 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
104 Other similar extension points exist, see Microsoft.Common.targets.
105 <Target Name="BeforeBuild">
106 </Target>
107 <Target Name="AfterBuild">
108 </Target>
109 -->
110</Project>