34 |
|
<WarningLevel>4</WarningLevel> |
35 |
|
</PropertyGroup> |
36 |
|
<ItemGroup> |
37 |
+ |
<Reference Include="Enterprise.Logging"> |
38 |
+ |
<HintPath>..\deps\Enterprise.Logging\Enterprise.Logging.dll</HintPath> |
39 |
+ |
</Reference> |
40 |
|
<Reference Include="System" /> |
41 |
|
<Reference Include="System.Data" /> |
42 |
|
<Reference Include="System.Deployment" /> |
45 |
|
<Reference Include="System.Xml" /> |
46 |
|
</ItemGroup> |
47 |
|
<ItemGroup> |
48 |
< |
<Compile Include="Form1.cs"> |
48 |
> |
<Compile Include="main.cs"> |
49 |
|
<SubType>Form</SubType> |
50 |
|
</Compile> |
51 |
< |
<Compile Include="Form1.Designer.cs"> |
52 |
< |
<DependentUpon>Form1.cs</DependentUpon> |
51 |
> |
<Compile Include="main.Designer.cs"> |
52 |
> |
<DependentUpon>main.cs</DependentUpon> |
53 |
|
</Compile> |
54 |
|
<Compile Include="Program.cs" /> |
55 |
|
<Compile Include="Properties\AssemblyInfo.cs" /> |
56 |
< |
<EmbeddedResource Include="Form1.resx"> |
57 |
< |
<DependentUpon>Form1.cs</DependentUpon> |
56 |
> |
<EmbeddedResource Include="main.resx"> |
57 |
> |
<DependentUpon>main.cs</DependentUpon> |
58 |
|
</EmbeddedResource> |
59 |
|
<EmbeddedResource Include="Properties\Resources.resx"> |
60 |
|
<Generator>ResXFileCodeGenerator</Generator> |