diff --git a/build/VStudio/dotnet/winfsp.net.csproj b/build/VStudio/dotnet/winfsp.net.csproj index 9e95bb90..495f0670 100644 --- a/build/VStudio/dotnet/winfsp.net.csproj +++ b/build/VStudio/dotnet/winfsp.net.csproj @@ -1,42 +1,42 @@ - + $(SolutionDir)build\$(MSBuildProjectName).build\ - netstandard2.0;net35 + Debug + AnyCPU + Library winfsp.net - disable - disable - true - AnyCPU Fsp $(MyProductFileName)-msil + netstandard2.0;net35 512 - $(SolutionDir)build\$(Configuration)\$(MSBuildProjectName) - $(BaseIntermediateOutputPath)$(Configuration)\ - true - $(BaseIntermediateOutputPath)$(Configuration)\$(MyProductFileName)-msil.xml true - 1591 true full false + $(SolutionDir)build\$(Configuration)\$(MSBuildProjectName) + $(BaseIntermediateOutputPath)$(Configuration)\ DEBUG;TRACE prompt 4 + true $(BaseIntermediateOutputPath)$(Configuration)\$(MyProductFileName)-msil.xml 1591 pdbonly true + $(SolutionDir)build\$(Configuration)\$(MSBuildProjectName) + $(BaseIntermediateOutputPath)$(Configuration)\ TRACE prompt 4 + true $(BaseIntermediateOutputPath)$(Configuration)\$(MyProductFileName)-msil.xml 1591 @@ -74,7 +74,6 @@ 5.0.0 - $(MyProductFileName)-msil $(MyDescription) @@ -82,15 +81,13 @@ $(MyCopyright) $(MyAssemblyVersion) $(MyVersion) - $(MyProductFileName)-msil $(MyVersion) $(MyDescription) - $(MyCompanyName) + $(MyCopyright) $(MyCompanyName) - exit /b 0 @@ -101,8 +98,8 @@ set MyAssemblyVersion=$(MyAssemblyVersion) setlocal EnableDelayedExpansion if exist $(OutDir)policy.$(MyAssemblyPolicyVersion).$(TargetName).config del $(OutDir)policy.$(MyAssemblyPolicyVersion).$(TargetName).config for /f "delims=" %25%25l in ($(ProjectDir)winfsp.net.policy.config) do ( -set line=%25%25l -echo !line! >>$(OutDir)policy.$(MyAssemblyPolicyVersion).$(TargetName).config + set line=%25%25l + echo !line! >>$(OutDir)policy.$(MyAssemblyPolicyVersion).$(TargetName).config ) "$(MSBuildProgramFiles32)\Microsoft SDKs\Windows\v7.0A\Bin\al.exe" /product:"$(MyProductName)" /title:"$(MyDescription)" /company:"$(MyCompanyName)" /copyright:"$(MyCopyright)" /version:"$(MyAssemblyPolicyVersion)" /fileversion:"$(MyVersion)" /link:$(OutDir)policy.$(MyAssemblyPolicyVersion).$(TargetName).config /out:$(OutDir)policy.$(MyAssemblyPolicyVersion).$(TargetName).dll /keyfile:$(ProjectDir)$(ProjectName).snk diff --git a/build/VStudio/testing/memfs-dotnet.csproj b/build/VStudio/testing/memfs-dotnet.csproj index e5d728f2..58df1a18 100644 --- a/build/VStudio/testing/memfs-dotnet.csproj +++ b/build/VStudio/testing/memfs-dotnet.csproj @@ -1,42 +1,47 @@ - - - $(SolutionDir)build\$(MSBuildProjectName).build\ - - - - - Exe - net452 - memfs-dotnet - memfs - memfs-dotnet-msil - $(SolutionDir)build\$(Configuration)\$(MSBuildProjectName) - $(BaseIntermediateOutputPath)$(Configuration)\ - 512 - - - AnyCPU - true - full - false - DEBUG;TRACE - prompt - 4 - false - - - AnyCPU - pdbonly - true - TRACE - prompt - 4 - - - - - - - - + + + $(SolutionDir)build\$(MSBuildProjectName).build\ + + + + + Debug + AnyCPU + Exe + memfs-dotnet + memfs + memfs-dotnet-msil + net452 + 512 + true + + + AnyCPU + true + full + false + $(SolutionDir)build\$(Configuration)\$(MSBuildProjectName) + $(BaseIntermediateOutputPath)$(Configuration)\ + DEBUG;TRACE + prompt + 4 + false + + + AnyCPU + pdbonly + true + $(SolutionDir)build\$(Configuration)\$(MSBuildProjectName) + $(BaseIntermediateOutputPath)$(Configuration)\ + TRACE + prompt + 4 + + + + + + + + \ No newline at end of file