Debug AnyCPU {94580219-CC8D-4FE5-A3BE-437B0B3481E1} Library winfsp.net Fsp winfsp-msil v3.5 512 true full false $(SolutionDir)build\$(Configuration)\ $(SolutionDir)build\$(ProjectName).build\ $(BaseIntermediateOutputPath)$(Configuration)\ DEBUG;TRACE prompt 4 true pdbonly true $(SolutionDir)build\$(Configuration)\ $(SolutionDir)build\$(ProjectName).build\ $(BaseIntermediateOutputPath)$(Configuration)\ TRACE prompt 4 true true winfsp.net.snk FileSystem+Const.cs FileSystem.cs Interop.cs Service.cs set MyAssemblyPolicyVersion=$(MyAssemblyPolicyVersion) set MyAssemblyVersion=$(MyAssemblyVersion) setlocal EnableDelayedExpansion if exist $(OutDir)winfsp.net.policy.xml del $(OutDir)winfsp.net.policy.xml for /f "delims=" %25%25l in ($(ProjectDir)winfsp.net.policy.xml) do ( set line=%25%25l echo !line! >>$(OutDir)winfsp.net.policy.xml ) call "$(DevEnvDir)..\Tools\VsDevCmd.bat" al /link:$(OutDir)winfsp.net.policy.xml /out:$(OutDir)policy.$(MyAssemblyPolicyVersion).$(TargetName).dll /keyfile:$(ProjectDir)$(ProjectName).snk