diff --git a/build/VStudio/winfsp.net.csproj b/build/VStudio/dotnet/winfsp.net.csproj similarity index 90% rename from build/VStudio/winfsp.net.csproj rename to build/VStudio/dotnet/winfsp.net.csproj index 006c607e..12906f85 100644 --- a/build/VStudio/winfsp.net.csproj +++ b/build/VStudio/dotnet/winfsp.net.csproj @@ -1,6 +1,6 @@  - + Debug @@ -9,7 +9,7 @@ Library winfsp.net Fsp - $(SolutionName)-net + winfsp-msil v3.5 512 @@ -41,16 +41,16 @@ - + FileSystem+Const.cs - + FileSystem.cs - + Interop.cs - + Service.cs diff --git a/build/VStudio/winfsp.sln b/build/VStudio/winfsp.sln index 0618abd4..3cb6ccd7 100644 --- a/build/VStudio/winfsp.sln +++ b/build/VStudio/winfsp.sln @@ -53,12 +53,14 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fscrash", "testing\fscrash. EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fsbench", "testing\fsbench.vcxproj", "{C4E1E9E5-0959-488E-8C6A-C327CC81BEFB}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "winfsp.net", "winfsp.net.csproj", "{94580219-CC8D-4FE5-A3BE-437B0B3481E1}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "winfsp.net", "dotnet\winfsp.net.csproj", "{94580219-CC8D-4FE5-A3BE-437B0B3481E1}" ProjectSection(ProjectDependencies) = postProject {4A7C0B21-9E10-4C81-92DE-1493EFCF24EB} = {4A7C0B21-9E10-4C81-92DE-1493EFCF24EB} {C85C26BA-8C22-4D30-83DA-46C3548E6332} = {C85C26BA-8C22-4D30-83DA-46C3548E6332} EndProjectSection EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "dotnet", "dotnet", "{A998CEC4-4B34-43DC-8457-F7761228BA67}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -270,5 +272,6 @@ Global {73EAAEDA-557B-48D5-A137-328934720FB4} = {FD28A504-431E-49B9-BB8C-DCA0E7019F66} {10757011-749D-4954-873B-AE38D8145472} = {69439FD1-C07D-4BF1-98DC-3CCFECE53A49} {C4E1E9E5-0959-488E-8C6A-C327CC81BEFB} = {69439FD1-C07D-4BF1-98DC-3CCFECE53A49} + {94580219-CC8D-4FE5-A3BE-437B0B3481E1} = {A998CEC4-4B34-43DC-8457-F7761228BA67} EndGlobalSection EndGlobal