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

github.com/mm2/Little-CMS.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarti Maria <marti.maria@littlecms.com>2022-10-21 10:33:38 +0300
committerMarti Maria <marti.maria@littlecms.com>2022-10-21 10:33:38 +0300
commit496293a3a8e23734cb56d49190dfe5af06ebac4e (patch)
tree9d579a0cb4cd54ee0bfec1354f6bb1cfe18c421b
parent1cefcca14079d360d0628e5753beaa5ebc3d51a3 (diff)
wrong file included by mistake in testbed project
Fix project for visual studio
-rw-r--r--Projects/VC2022/testbed/testbed.vcxproj1
-rw-r--r--Projects/VC2022/testbed/testbed.vcxproj.filters3
2 files changed, 0 insertions, 4 deletions
diff --git a/Projects/VC2022/testbed/testbed.vcxproj b/Projects/VC2022/testbed/testbed.vcxproj
index 05cb6a6..c2b51ba 100644
--- a/Projects/VC2022/testbed/testbed.vcxproj
+++ b/Projects/VC2022/testbed/testbed.vcxproj
@@ -281,7 +281,6 @@
</Link>
</ItemDefinitionGroup>
<ItemGroup>
- <ClCompile Include="..\..\..\testbed\fuzzer.c" />
<ClCompile Include="..\..\..\testbed\testcms2.c" />
<ClCompile Include="..\..\..\testbed\testplugin.c" />
<ClCompile Include="..\..\..\testbed\zoo_icc.c" />
diff --git a/Projects/VC2022/testbed/testbed.vcxproj.filters b/Projects/VC2022/testbed/testbed.vcxproj.filters
index ece88ca..993ee15 100644
--- a/Projects/VC2022/testbed/testbed.vcxproj.filters
+++ b/Projects/VC2022/testbed/testbed.vcxproj.filters
@@ -24,8 +24,5 @@
<ClCompile Include="..\..\..\testbed\zoo_icc.c">
<Filter>Source Files</Filter>
</ClCompile>
- <ClCompile Include="..\..\..\testbed\fuzzer.c">
- <Filter>Source Files</Filter>
- </ClCompile>
</ItemGroup>
</Project> \ No newline at end of file