Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FreeRDP/GdiTest.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'GdiTest/GdiTest.csproj')
-rw-r--r--GdiTest/GdiTest.csproj4
1 files changed, 3 insertions, 1 deletions
diff --git a/GdiTest/GdiTest.csproj b/GdiTest/GdiTest.csproj
index 6fdfac3..e1e5b34 100644
--- a/GdiTest/GdiTest.csproj
+++ b/GdiTest/GdiTest.csproj
@@ -56,7 +56,6 @@
<Compile Include="Main.cs" />
<Compile Include="AssemblyInfo.cs" />
<Compile Include="BitBltDrawingArea.cs" />
- <Compile Include="TestData.cs" />
<Compile Include="GDI.cs" />
<Compile Include="Win32GDI.cs" />
<Compile Include="FreeRDPGDI.cs" />
@@ -64,4 +63,7 @@
<Compile Include="TestDrawingArea.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
+ <ItemGroup>
+ <Folder Include="resources\" />
+ </ItemGroup>
</Project> \ No newline at end of file