37 lines
1.5 KiB
Plaintext
37 lines
1.5 KiB
Plaintext
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||
|
<PropertyGroup>
|
||
|
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
|
||
|
<HasSharedItems>true</HasSharedItems>
|
||
|
<SharedGUID>a699a17c-e028-4d42-b80b-64bf50b69d35</SharedGUID>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Label="Configuration">
|
||
|
<Import_RootNamespace>SharedUI</Import_RootNamespace>
|
||
|
</PropertyGroup>
|
||
|
<ItemGroup>
|
||
|
<Compile Include="$(MSBuildThisFileDirectory)Update\App.cs" />
|
||
|
<Compile Include="$(MSBuildThisFileDirectory)Update\AutoUpdate.cs" />
|
||
|
<Compile Include="$(MSBuildThisFileDirectory)Update\UpdateForm.cs">
|
||
|
<SubType>Form</SubType>
|
||
|
</Compile>
|
||
|
<Compile Include="$(MSBuildThisFileDirectory)Update\UpdateForm.Designer.cs">
|
||
|
<DependentUpon>UpdateForm.cs</DependentUpon>
|
||
|
</Compile>
|
||
|
</ItemGroup>
|
||
|
<ItemGroup>
|
||
|
<EmbeddedResource Include="$(MSBuildThisFileDirectory)Update\UpdateForm.resx">
|
||
|
<DependentUpon>UpdateForm.cs</DependentUpon>
|
||
|
</EmbeddedResource>
|
||
|
</ItemGroup>
|
||
|
<ItemGroup>
|
||
|
<Content Include="$(MSBuildThisFileDirectory)images\close.png">
|
||
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||
|
</Content>
|
||
|
<Content Include="$(MSBuildThisFileDirectory)images\close_over.png">
|
||
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||
|
</Content>
|
||
|
<Content Include="$(MSBuildThisFileDirectory)images\software.png">
|
||
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||
|
</Content>
|
||
|
</ItemGroup>
|
||
|
</Project>
|