source: proiecte/ParallelANN/VisualBCM/VisualBCM.csproj @ 171

Last change on this file since 171 was 171, checked in by (none), 14 years ago
File size: 5.0 KB
Line 
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>{02B4391D-1021-40F3-9EE6-45BCC0F2963D}</ProjectGuid>
9    <OutputType>WinExe</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>VisualBCM</RootNamespace>
12    <AssemblyName>VisualBCM</AssemblyName>
13    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15  </PropertyGroup>
16  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17    <DebugSymbols>true</DebugSymbols>
18    <DebugType>full</DebugType>
19    <Optimize>false</Optimize>
20    <OutputPath>bin\Debug\</OutputPath>
21    <DefineConstants>DEBUG;TRACE</DefineConstants>
22    <ErrorReport>prompt</ErrorReport>
23    <WarningLevel>4</WarningLevel>
24  </PropertyGroup>
25  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26    <DebugType>pdbonly</DebugType>
27    <Optimize>true</Optimize>
28    <OutputPath>bin\Release\</OutputPath>
29    <DefineConstants>TRACE</DefineConstants>
30    <ErrorReport>prompt</ErrorReport>
31    <WarningLevel>4</WarningLevel>
32  </PropertyGroup>
33  <ItemGroup>
34    <Reference Include="System" />
35    <Reference Include="System.Core">
36      <RequiredTargetFramework>3.5</RequiredTargetFramework>
37    </Reference>
38    <Reference Include="System.Design" />
39    <Reference Include="System.Xml.Linq">
40      <RequiredTargetFramework>3.5</RequiredTargetFramework>
41    </Reference>
42    <Reference Include="System.Data.DataSetExtensions">
43      <RequiredTargetFramework>3.5</RequiredTargetFramework>
44    </Reference>
45    <Reference Include="System.Data" />
46    <Reference Include="System.Deployment" />
47    <Reference Include="System.Drawing" />
48    <Reference Include="System.Windows.Forms" />
49    <Reference Include="System.Xml" />
50  </ItemGroup>
51  <ItemGroup>
52    <Compile Include="GraphForm.cs">
53      <SubType>Form</SubType>
54    </Compile>
55    <Compile Include="GraphForm.Designer.cs">
56      <DependentUpon>GraphForm.cs</DependentUpon>
57    </Compile>
58    <Compile Include="MainForm.cs">
59      <SubType>Form</SubType>
60    </Compile>
61    <Compile Include="MainForm.Designer.cs">
62      <DependentUpon>MainForm.cs</DependentUpon>
63    </Compile>
64    <Compile Include="Program.cs" />
65    <Compile Include="Properties\AssemblyInfo.cs" />
66    <EmbeddedResource Include="GraphForm.resx">
67      <DependentUpon>GraphForm.cs</DependentUpon>
68    </EmbeddedResource>
69    <EmbeddedResource Include="MainForm.resx">
70      <DependentUpon>MainForm.cs</DependentUpon>
71    </EmbeddedResource>
72    <EmbeddedResource Include="Properties\licenses.licx" />
73    <EmbeddedResource Include="Properties\Resources.resx">
74      <Generator>ResXFileCodeGenerator</Generator>
75      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
76      <SubType>Designer</SubType>
77    </EmbeddedResource>
78    <EmbeddedResource Include="NetVisualiser.resx">
79      <DependentUpon>NetVisualiser.cs</DependentUpon>
80    </EmbeddedResource>
81    <EmbeddedResource Include="StimulusForm.resx">
82      <DependentUpon>StimulusForm.cs</DependentUpon>
83    </EmbeddedResource>
84    <Compile Include="Properties\Resources.Designer.cs">
85      <AutoGen>True</AutoGen>
86      <DependentUpon>Resources.resx</DependentUpon>
87    </Compile>
88    <None Include="Properties\Settings.settings">
89      <Generator>SettingsSingleFileGenerator</Generator>
90      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
91    </None>
92    <Compile Include="Properties\Settings.Designer.cs">
93      <AutoGen>True</AutoGen>
94      <DependentUpon>Settings.settings</DependentUpon>
95      <DesignTimeSharedInput>True</DesignTimeSharedInput>
96    </Compile>
97    <Compile Include="NetVisualiser.cs">
98      <SubType>UserControl</SubType>
99    </Compile>
100    <Compile Include="NetVisualiser.Designer.cs">
101      <DependentUpon>NetVisualiser.cs</DependentUpon>
102    </Compile>
103    <Compile Include="StimulusForm.cs">
104      <SubType>Form</SubType>
105    </Compile>
106    <Compile Include="StimulusForm.Designer.cs">
107      <DependentUpon>StimulusForm.cs</DependentUpon>
108    </Compile>
109  </ItemGroup>
110  <ItemGroup>
111    <ProjectReference Include="..\BCMToolbox\BCMToolbox.csproj">
112      <Project>{76B24E9B-BFC1-42CA-BBB0-5A61F1535F26}</Project>
113      <Name>BCMToolbox</Name>
114    </ProjectReference>
115  </ItemGroup>
116  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
117  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
118       Other similar extension points exist, see Microsoft.Common.targets.
119  <Target Name="BeforeBuild">
120  </Target>
121  <Target Name="AfterBuild">
122  </Target>
123  -->
124</Project>
Note: See TracBrowser for help on using the repository browser.