|
Lines 1-5
Link Here
|
| 1 |
<?xml version="1.0" encoding="utf-8"?> |
1 |
<?xml version="1.0" encoding="utf-8"?> |
| 2 |
<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
2 |
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5"> |
| 3 |
<PropertyGroup> |
3 |
<PropertyGroup> |
| 4 |
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
4 |
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
| 5 |
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
5 |
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
|
Lines 12-19
Link Here
|
| 12 |
<AssemblyName>datagrid</AssemblyName> |
12 |
<AssemblyName>datagrid</AssemblyName> |
| 13 |
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion> |
13 |
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion> |
| 14 |
<FileAlignment>512</FileAlignment> |
14 |
<FileAlignment>512</FileAlignment> |
| 15 |
<StartupObject> |
|
|
| 16 |
</StartupObject> |
| 17 |
</PropertyGroup> |
15 |
</PropertyGroup> |
| 18 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
16 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
| 19 |
<DebugSymbols>true</DebugSymbols> |
17 |
<DebugSymbols>true</DebugSymbols> |
|
Lines 44-50
Link Here
|
| 44 |
<RequiredTargetFramework>3.5</RequiredTargetFramework> |
42 |
<RequiredTargetFramework>3.5</RequiredTargetFramework> |
| 45 |
</Reference> |
43 |
</Reference> |
| 46 |
<Reference Include="System.Data" /> |
44 |
<Reference Include="System.Data" /> |
| 47 |
<Reference Include="System.Deployment" /> |
|
|
| 48 |
<Reference Include="System.Drawing" /> |
45 |
<Reference Include="System.Drawing" /> |
| 49 |
<Reference Include="System.Windows.Forms" /> |
46 |
<Reference Include="System.Windows.Forms" /> |
| 50 |
<Reference Include="System.Xml" /> |
47 |
<Reference Include="System.Xml" /> |
|
Lines 63-84
Link Here
|
| 63 |
<SubType>Designer</SubType> |
60 |
<SubType>Designer</SubType> |
| 64 |
</EmbeddedResource> |
61 |
</EmbeddedResource> |
| 65 |
<EmbeddedResource Include="Properties\Resources.resx"> |
62 |
<EmbeddedResource Include="Properties\Resources.resx"> |
| 66 |
<Generator>ResXFileCodeGenerator</Generator> |
|
|
| 67 |
<LastGenOutput>Resources.Designer.cs</LastGenOutput> |
| 68 |
<SubType>Designer</SubType> |
63 |
<SubType>Designer</SubType> |
|
|
64 |
<Generator>ResXFileCodeGenerator</Generator> |
| 69 |
</EmbeddedResource> |
65 |
</EmbeddedResource> |
| 70 |
<Compile Include="Properties\Resources.Designer.cs"> |
66 |
<Compile Include="Properties\Resources.Designer.cs"> |
| 71 |
<AutoGen>True</AutoGen> |
|
|
| 72 |
<DependentUpon>Resources.resx</DependentUpon> |
67 |
<DependentUpon>Resources.resx</DependentUpon> |
| 73 |
</Compile> |
68 |
</Compile> |
| 74 |
<None Include="Properties\Settings.settings"> |
69 |
<None Include="Properties\Settings.settings"> |
| 75 |
<Generator>SettingsSingleFileGenerator</Generator> |
70 |
<Generator>SettingsSingleFileGenerator</Generator> |
| 76 |
<LastGenOutput>Settings.Designer.cs</LastGenOutput> |
|
|
| 77 |
</None> |
71 |
</None> |
| 78 |
<Compile Include="Properties\Settings.Designer.cs"> |
72 |
<Compile Include="Properties\Settings.Designer.cs"> |
| 79 |
<AutoGen>True</AutoGen> |
|
|
| 80 |
<DependentUpon>Settings.settings</DependentUpon> |
73 |
<DependentUpon>Settings.settings</DependentUpon> |
| 81 |
<DesignTimeSharedInput>True</DesignTimeSharedInput> |
|
|
| 82 |
</Compile> |
74 |
</Compile> |
| 83 |
</ItemGroup> |
75 |
</ItemGroup> |
| 84 |
<ItemGroup> |
76 |
<ItemGroup> |
|
Lines 87-93
Link Here
|
| 87 |
<Name>DataGridAssembly</Name> |
79 |
<Name>DataGridAssembly</Name> |
| 88 |
</ProjectReference> |
80 |
</ProjectReference> |
| 89 |
</ItemGroup> |
81 |
</ItemGroup> |
| 90 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
82 |
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
| 91 |
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
83 |
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
| 92 |
Other similar extension points exist, see Microsoft.Common.targets. |
84 |
Other similar extension points exist, see Microsoft.Common.targets. |
| 93 |
<Target Name="BeforeBuild"> |
85 |
<Target Name="BeforeBuild"> |