From 3f12802a19f93fec99b5186b0d39c3fa2f783c6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Pazdiora?= Date: Tue, 5 Jan 2021 03:46:57 +0100 Subject: add devicelist app --- devicelist/devicelist.csproj | 73 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 devicelist/devicelist.csproj (limited to 'devicelist/devicelist.csproj') diff --git a/devicelist/devicelist.csproj b/devicelist/devicelist.csproj new file mode 100644 index 0000000..378c518 --- /dev/null +++ b/devicelist/devicelist.csproj @@ -0,0 +1,73 @@ + + + + + Debug + AnyCPU + {3666B731-7406-41B1-BCFC-C65073FD09A1} + WinExe + devicelist + devicelist + v4.7.2 + 512 + true + true + + + true + $(SolutionDir)$(Platform)\$(Configuration)\ + DEBUG;TRACE + full + x64 + 7.3 + prompt + MinimumRecommendedRules.ruleset + true + + + $(SolutionDir)$(Platform)\$(Configuration)\ + TRACE + true + pdbonly + x64 + 7.3 + prompt + MinimumRecommendedRules.ruleset + true + + + + + + + + + + + + + + + + + + + + + + + + + + + {28a3656f-a1de-405c-b547-191c32ec555f} + wrapper + + + + + IF ($(ConfigurationName)) == (Debug) GOTO END +copy /Y "$(TargetPath)" "$(SolutionDir)signed\$(TargetFileName)" +:END + + \ No newline at end of file -- cgit v1.2.3