diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-11-23 15:05:29 +0200 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-11-23 15:05:29 +0200 |
| commit | 65020c312f6f8b0792e2ab7c96341d6034ffc640 (patch) | |
| tree | 393648349b3572cf2aa5baffe8492d9175f2da3f /Software/Visual_Studio/Tango.PMR/Tango.PMR.csproj | |
| parent | 14b1b42a4dd14f0fbe44cdf4b5072e4d38ba6f63 (diff) | |
| download | Tango-65020c312f6f8b0792e2ab7c96341d6034ffc640.tar.gz Tango-65020c312f6f8b0792e2ab7c96341d6034ffc640.zip | |
Minimal support for light inks on MS.
Color to int generator util.
Diffstat (limited to 'Software/Visual_Studio/Tango.PMR/Tango.PMR.csproj')
| -rw-r--r-- | Software/Visual_Studio/Tango.PMR/Tango.PMR.csproj | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Tango.PMR/Tango.PMR.csproj b/Software/Visual_Studio/Tango.PMR/Tango.PMR.csproj index 5debc8864..2284a2914 100644 --- a/Software/Visual_Studio/Tango.PMR/Tango.PMR.csproj +++ b/Software/Visual_Studio/Tango.PMR/Tango.PMR.csproj @@ -330,6 +330,8 @@ <Compile Include="Printing\UploadProcessParametersResponse.cs" /> <Compile Include="Printing\WindingMethod.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> + <Compile Include="Stubs\ProcedureRequest.cs" /> + <Compile Include="Stubs\ProcedureResponse.cs" /> <Compile Include="Stubs\StubAllHardwareRequest.cs" /> <Compile Include="Stubs\StubAllHardwareResponse.cs" /> <Compile Include="Stubs\StubDispenserEEpromData.cs" /> @@ -487,7 +489,7 @@ </PropertyGroup> <ProjectExtensions> <VisualStudio> - <UserProperties BuildVersion_AssemblyInfoFilename="Properties\AssemblyInfo.cs" BuildVersion_UpdateAssemblyVersion="True" BuildVersion_BuildVersioningStyle="None.None.Increment.TimeStamp" BuildVersion_UseGlobalSettings="False" BuildVersion_StartDate="2000/1/1" /> + <UserProperties BuildVersion_StartDate="2000/1/1" BuildVersion_UseGlobalSettings="False" BuildVersion_BuildVersioningStyle="None.None.Increment.TimeStamp" BuildVersion_UpdateAssemblyVersion="True" BuildVersion_AssemblyInfoFilename="Properties\AssemblyInfo.cs" /> </VisualStudio> </ProjectExtensions> </Project>
\ No newline at end of file |
