diff --git a/build/VStudio/Directory.Build.props b/build/VStudio/Directory.Build.props deleted file mode 100644 index f22c97d3..00000000 --- a/build/VStudio/Directory.Build.props +++ /dev/null @@ -1,9 +0,0 @@ - - - - - $(SolutionDir)build\$(MSBuildProjectName).build\ - - - - \ No newline at end of file diff --git a/build/VStudio/dotnet/winfsp.net.csproj b/build/VStudio/dotnet/winfsp.net.csproj index 7d1f38d3..9e95bb90 100644 --- a/build/VStudio/dotnet/winfsp.net.csproj +++ b/build/VStudio/dotnet/winfsp.net.csproj @@ -1,4 +1,8 @@ - + + + $(SolutionDir)build\$(MSBuildProjectName).build\ + + netstandard2.0;net35 @@ -78,7 +82,7 @@ $(MyCopyright) $(MyAssemblyVersion) $(MyVersion) - + $(MyProductFileName)-msil $(MyVersion) @@ -104,4 +108,5 @@ echo !line! >>$(OutDir)policy.$(MyAssemblyPolicyVersion).$(TargetName).con "$(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 + \ No newline at end of file diff --git a/build/VStudio/testing/memfs-dotnet.csproj b/build/VStudio/testing/memfs-dotnet.csproj index fe7feabe..e5d728f2 100644 --- a/build/VStudio/testing/memfs-dotnet.csproj +++ b/build/VStudio/testing/memfs-dotnet.csproj @@ -1,4 +1,8 @@ - + + + $(SolutionDir)build\$(MSBuildProjectName).build\ + + Exe @@ -34,4 +38,5 @@ + \ No newline at end of file