|
|
@@ -40,35 +40,35 @@ |
|
|
|
<ItemGroup>
|
|
|
|
<Reference Include="atk-sharp, Version=2.10.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
<HintPath>..\win32\dist\bin\atk-sharp.dll</HintPath>
|
|
|
|
<HintPath>..\win32\gtksharp\bin\atk-sharp.dll</HintPath>
|
|
|
|
</Reference>
|
|
|
|
<Reference Include="gdk-sharp, Version=2.10.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
<HintPath>..\win32\dist\bin\gdk-sharp.dll</HintPath>
|
|
|
|
<HintPath>..\win32\gtksharp\bin\gdk-sharp.dll</HintPath>
|
|
|
|
</Reference>
|
|
|
|
<Reference Include="glade-sharp, Version=2.10.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
<HintPath>..\win32\dist\bin\glade-sharp.dll</HintPath>
|
|
|
|
<HintPath>..\win32\gtksharp\bin\glade-sharp.dll</HintPath>
|
|
|
|
</Reference>
|
|
|
|
<Reference Include="glib-sharp, Version=2.10.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
<HintPath>..\win32\dist\bin\glib-sharp.dll</HintPath>
|
|
|
|
<HintPath>..\win32\gtksharp\bin\glib-sharp.dll</HintPath>
|
|
|
|
</Reference>
|
|
|
|
<Reference Include="gtk-sharp, Version=2.10.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
<HintPath>..\win32\dist\bin\gtk-sharp.dll</HintPath>
|
|
|
|
<HintPath>..\win32\gtksharp\bin\gtk-sharp.dll</HintPath>
|
|
|
|
</Reference>
|
|
|
|
<Reference Include="gtkglarea-sharp, Version=0.0.3.0, Culture=neutral, PublicKeyToken=7df758c0fb49fe62">
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
<HintPath>..\win32\dist\bin\gtkglarea-sharp.dll</HintPath>
|
|
|
|
<HintPath>..\win32\gtksharp\bin\gtkglarea-sharp.dll</HintPath>
|
|
|
|
</Reference>
|
|
|
|
<Reference Include="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756">
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
<HintPath>..\win32\dist\bin\Mono.Posix.dll</HintPath>
|
|
|
|
<HintPath>..\win32\gtksharp\bin\Mono.Posix.dll</HintPath>
|
|
|
|
</Reference>
|
|
|
|
<Reference Include="pango-sharp, Version=2.10.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
<HintPath>..\win32\dist\bin\pango-sharp.dll</HintPath>
|
|
|
|
<HintPath>..\win32\gtksharp\bin\pango-sharp.dll</HintPath>
|
|
|
|
</Reference>
|
|
|
|
<Reference Include="System" />
|
|
|
|
<Reference Include="System.Data" />
|
|
|
@@ -109,7 +109,7 @@ |
|
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
|
|
Other similar extension points exist, see Microsoft.Common.targets. -->
|
|
|
|
<Target Name="BeforeBuild">
|
|
|
|
<CreateItem Include="..\win32\dist\**\*.*" Exclude="..\win32\**\.svn\**">
|
|
|
|
<CreateItem Include="..\win32\gtksharp\**\*.*" Exclude="..\win32\**\.svn\**">
|
|
|
|
<Output TaskParameter="Include" ItemName="DistInclude" />
|
|
|
|
</CreateItem>
|
|
|
|
<Copy Sourcefiles="@(DistInclude)" DestinationFolder="$(OutDir)\..\%(RecursiveDir)" />
|
|
|
|